@charset "UTF-8";
@font-face {
  font-family: "GenJyuuGothic";
  src: url("../gen-font/GenJyuuGothic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenJyuuGothic";
  src: url("../gen-font/GenJyuuGothic-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 実際に使う */
.ele-body {
  font-family: "GenJyuuGothic", "Noto Sans JP", sans-serif;
}

@font-face {
  font-family: "Futura";
  src: url("../futura-font/Futura-Bold.woff2") format("woff2"), url("../futura-font/Futura-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../futura-font/FuturaCondensedMedium.woff2") format("woff2"), url("../futura-font/FuturaCondensedMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins-font/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins-font/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins-font/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 実際に使う */
.kobetsu-body {
  font-family: "GenJyuuGothic", "Noto Sans JP", sans-serif;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #404040;
  font-size: 15px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

html.is-drawer-open,
html.is-drawer-open body {
  overflow: hidden;
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 994px) {
  .hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .hidden-tb {
    display: none;
  }
}

@media screen and (min-width: 994px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .hidden-big {
    display: none !important;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title--en {
  font-family: "Jost", sans-serif;
  color: #e8c8a7;
  font-size: 20px;
}
.title--ja {
  font-size: 24px;
  font-weight: 700;
  color: #3c689d;
  line-height: 1.1;
}
@media screen and (min-width: 1280px) {
  .title--ja {
    font-size: 48px;
  }
}

.inner {
  width: 89.33%;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .inner {
    width: 81.25%;
    max-width: 1500px;
  }
}

.message {
  background: url(../img/sky.webp) no-repeat center center/cover;
  padding: 55px 25.5px 65px;
}
@media screen and (min-width: 1280px) {
  .message {
    padding: 188px 320px 200px 310px;
  }
}
.message__inner {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 994px) {
  .message__inner {
    gap: 30px;
  }
}
.message__text {
  font-size: 14px;
  line-height: 4;
  font-family: "Shippori Mincho B1", serif;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .message__text {
    font-size: 18px;
    line-height: 3.1;
    text-align: left;
  }
}
.message__head {
  font-size: 36px;
  font-family: "Shippori Mincho B1", serif;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .message__head {
    font-size: 40px;
    text-align: left;
    line-height: 2;
  }
}

.message-jinsei {
  word-break: keep-all;
}

.sub-page {
  padding-block: 60px;
  background-color: #f0f0f0;
  position: relative;
  color: #222;
}
@media screen and (min-width: 1280px) {
  .sub-page {
    padding-block: 82px 78px;
  }
}
.sub-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/sub-page-bg.webp) repeat;
  background-size: 256px 256px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.sub-page > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .sub-page__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 41px;
  }
}
.sub-page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .sub-page__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sub-page__title--en {
  font-size: 14px;
  font-weight: 600;
  color: #0057c0;
  position: relative;
  font-family: "Jost", sans-serif;
  padding-left: 22px;
}
.sub-page__title--en::before {
  content: "";
  position: absolute;
  width: 13.438px;
  height: 14px;
  background: url(../img/nii-title-deco.webp) no-repeat top center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.sub-page__title--white-en::before {
  background: url(../img/nii-title-deco-w.webp) no-repeat top center/contain;
}
.sub-page__title--ja {
  font-size: 40px;
  font-weight: 900;
  color: #132270;
}
@media screen and (min-width: 1280px) {
  .sub-page__title--ja {
    font-size: 48px;
    margin-top: -9px;
  }
}
.sub-page__title--text {
  font-size: 15px;
  line-height: 2.26;
  word-break: keep-all;
  text-align: center;
  margin-top: 14px;
}
@media screen and (min-width: 1280px) {
  .sub-page__title--text {
    margin-top: 23px;
    letter-spacing: 1px;
  }
}

.counseling {
  background: url(../img/class1.webp) no-repeat center center/cover;
  width: 100%;
  position: relative;
  padding: 85px 20px 49px;
  color: #222;
}
@media screen and (min-width: 1280px) {
  .counseling {
    margin-inline: unset;
    font-size: 20px;
    line-height: 1.2;
    padding: 29px 0 43px 0;
  }
}
.counseling::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0.7;
  z-index: 1;
}
.counseling__inner {
  position: relative;
}
@media screen and (min-width: 994px) {
  .counseling__inner {
    padding: 100px 116px;
  }
}
.counseling__inner::after {
  content: "";
  width: 100%;
  height: 102%;
  background: url(../img/book.webp) no-repeat center center/contain;
  top: -34%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .counseling__inner::after {
    top: -30%;
  }
}
@media screen and (min-width: 994px) {
  .counseling__inner::after {
    max-width: none;
    top: 0;
  }
}
.counseling__container {
  padding-top: 3%;
}
@media screen and (min-width: 994px) {
  .counseling__container {
    padding-top: unset;
  }
}
.counseling__title, .counseling__head-text, .counseling__button, .counseling__bottom-text {
  z-index: 10;
  position: relative;
}
.counseling__title {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.24;
  color: #0057c0;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .counseling__title {
    font-size: 32px;
    line-height: 1.125;
  }
}
.counseling__head-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  text-align: center;
  margin-top: 20px;
  width: 335px;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .counseling__head-text {
    margin-top: 29px;
    font-size: 15px;
    width: unset;
    margin-inline: unset;
  }
}
.counseling__button {
  background-color: #0057c0;
  padding: 16px 30px 16px 55px;
  border-radius: 68.009px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  position: relative;
  margin-top: 80px;
}
@media screen and (min-width: 994px) {
  .counseling__button {
    margin-top: 30px;
    font-size: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 23px 55px 24px 113.5px;
  }
  .counseling__button:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1280px) {
  .counseling__button {
    font-size: 20px;
    line-height: 1.2;
  }
}
.counseling__button--small {
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .counseling__button--small {
    font-size: 15px;
    line-height: 1.6;
    margin-left: 10px;
  }
}
.counseling__button::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9%;
  background: url(../img/pp-icon.webp) no-repeat center center/contain;
}
@media screen and (min-width: 994px) {
  .counseling__button::before {
    width: 40px;
    height: 40px;
    left: 54px;
  }
}
.counseling__bottom-text {
  font-size: 14px;
  line-height: 30px;
  line-height: 2.14;
  text-align: center;
  margin-top: 19px;
}
@media screen and (min-width: 1280px) {
  .counseling__bottom-text {
    font-size: 15px;
    margin-top: 30px;
    line-height: 2;
  }
}

.high-case__head {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.high-case-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 13px;
  /* 全体のバー（背景） */
  /* スクロールする部分（つまみ） */
  /* バーの背景 */
}
@media screen and (min-width: 994px) {
  .high-case-list {
    overflow-x: visible;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 35px;
  }
}
.high-case-list::-webkit-scrollbar {
  height: 8px;
}
.high-case-list::-webkit-scrollbar-thumb {
  background-color: #93acc9;
  border-radius: 10px;
  width: 100px;
  min-width: 100px;
}
.high-case-list::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}
@media screen and (min-width: 994px) {
  .high-case-list {
    overflow-x: visible;
  }
}

.high-case__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 15.5vw auto;
}
@media screen and (min-width: 550px) {
  .high-case__head {
    margin-inline: 26.26vw auto;
  }
}
@media screen and (min-width: 768px) {
  .high-case__head {
    margin-inline: 31.26vw auto;
  }
}
@media screen and (min-width: 994px) {
  .high-case__head {
    margin-inline: auto;
  }
}
.high-case__item {
  width: 84.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88.5%;
          flex: 0 0 88.5%;
}
@media screen and (min-width: 994px) {
  .high-case__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 31%;
  }
}
.high-case__item img {
  width: 100%;
  height: auto;
  display: block;
}
.high-case__container {
  background-color: #f5f5f5;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 4.26%;
  padding-top: 37px;
  padding-bottom: 17px;
  margin-left: 5.33%;
}
@media screen and (min-width: 994px) {
  .high-case__container {
    margin-left: unset;
    padding-inline: 4.26%;
  }
}
.high-case__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.42;
  color: #132270;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 994px) {
  .high-case__text {
    font-size: 15px;
    line-height: 2.3;
    margin-top: 30px;
  }
}
.high-case__text--red {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
  color: #f0f0f0;
  position: relative;
  z-index: 1;
  padding-inline: 5px;
}
@media screen and (min-width: 994px) {
  .high-case__text--red {
    font-size: 20px;
    line-height: 1.7;
  }
}
.high-case__text--red::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
  width: 100%;
  height: 22px;
  z-index: -1;
}
@media screen and (min-width: 994px) {
  .high-case__text--red::after {
    height: 25px;
  }
}

.courses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 43px;
  gap: 12px;
}
@media screen and (min-width: 994px) {
  .courses-list {
    gap: 24px;
    margin-top: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 994px) {
  .sidebar {
    width: 200px;
    height: 250px;
    background: var(--Gray-50, #f9fafb);
    padding-inline: 20px;
    padding-block: 16px;
    margin-top: 33px;
  }
  .sidebar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    margin-left: 20px;
  }
  .sidebar__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }
  .sidebar__detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #98a2b3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .sidebar__detail--all:hover {
    color: #6f717c;
    font-weight: 700;
  }
  .sidebar__detail--uni:hover {
    color: #132270;
    font-weight: 700;
  }
  .sidebar__detail--high:hover {
    color: #0057c0;
    font-weight: 700;
  }
  .sidebar__detail--ele:hover {
    color: #95bdec;
    font-weight: 700;
  }
  .sidebar__detail--kobetsu:hover {
    color: #466f9d;
    font-weight: 700;
  }
  .sidebar__detail--news:hover {
    color: #f5b801;
    font-weight: 700;
  }
}

.yt-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.yt-embed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ▶ 再生ボタン本体（赤） */
.yt-embed__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 68px;
  height: 48px;
  background-color: #ff0000;
  border-radius: 14px;
  display: grid;
  place-items: center;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}

/* ▶ 三角形 */
.yt-embed__play::before {
  content: "";
  display: block;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* hover */
.yt-embed:hover .yt-embed__play {
  background-color: #cc0000;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* ====== ヘッダー／グロナビ ====== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 100px;
  padding: 9px 23px 9px 20px;
}
@media screen and (min-width: 1280px) {
  .site-header__inner {
    padding: 20px 120px;
  }
}

.global-nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.logo {
  width: 180px;
  height: 42px;
}
@media screen and (min-width: 1280px) {
  .logo {
    width: 300px;
    height: 70px;
  }
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
}
.top-menu__item {
  border: 2px solid #3c689d;
  display: inherit;
  border-radius: 4px;
  position: relative;
}
.top-menu__item:hover {
  background-color: #3c689d;
}
.top-menu__item:hover .top-menu__link {
  color: #ffffff;
}
.top-menu__item:hover .top-menu__link--access::before {
  background: url(../img/access-icon-white.webp) no-repeat center center/contain;
}
.top-menu__item:hover .top-menu__link--price::before {
  background: url(../img/price-icon-white.webp) no-repeat center center/contain;
}
.top-menu__item:hover .top-menu__link--price::after {
  background: url(../img/arrow-down-white.webp) no-repeat center center/contain;
}
.top-menu__item--blue {
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  border: 1px solid transparent;
}
.top-menu__item--blue:hover {
  background: #ffffff;
  border: 1px solid var(--blue-gra, #132270);
}
.top-menu__item--blue:hover .top-menu__link--pprplane {
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-menu__item--blue:hover .top-menu__link--pprplane::before {
  background: url(../img/pp-icon-blue.webp) no-repeat center center/contain;
}
.top-menu__link {
  position: relative;
  font-size: 14px;
  padding-left: 28px;
  color: #3c689d;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 20px 4px 46px;
}
.top-menu__link::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-menu__link--access::before {
  background: url(../img/access-icon.webp) no-repeat center center/contain;
}
.top-menu__link--price {
  padding-right: 46px;
  display: block;
  width: 100%;
  height: 100%;
}
.top-menu__link--price::before {
  background: url(../img/price-icon.webp) no-repeat center center/contain;
}
.top-menu__link--price::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-blue.webp) no-repeat center center/contain;
}
.top-menu__link--pprplane {
  color: #ffffff;
}
.top-menu__link--pprplane::before {
  background: url(../img/pp-icon.webp) no-repeat center center/contain;
}

@media screen and (min-width: 1280px) {
  .top-dropdown-menu {
    margin-left: 37%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-block: 10px;
  }
  .top-dropdown-menu__item {
    font-size: 11px;
    line-height: 1.5;
    position: relative;
    padding-left: 14px;
  }
  .top-dropdown-menu__item:hover a {
    color: #3c689d;
  }
  .top-dropdown-menu__item::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 16px;
    background-color: #132270;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-dropdown-menu.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-menu__link {
  color: #6f717c;
  font-size: 16px;
  position: relative;
  padding-right: 19.14px;
  font-weight: 700;
}
.bottom-menu__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 8px;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  border-radius: 1px;
  opacity: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.bottom-menu__link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  right: 0;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-blue.webp) no-repeat center center/contain;
}
.bottom-menu__link:hover, .bottom-menu__link:focus-within {
  color: #3c689d;
}

.bottom-menu__item.has-mega:hover .mega, .bottom-menu__item.has-mega:focus-within .mega {
  opacity: 1;
  visibility: visible;
}
.bottom-menu__item.has-mega:hover .bottom-menu__link, .bottom-menu__item.has-mega:focus-within .bottom-menu__link {
  color: #3c689d;
}
.bottom-menu__item.has-mega:hover .bottom-menu__link::before, .bottom-menu__item.has-mega:focus-within .bottom-menu__link::before {
  opacity: 1;
  z-index: 10;
}

.drawer-icon {
  width: 18px;
  height: 16px;
  position: relative;
  z-index: 51;
}
@media screen and (min-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 18px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 18px;
}

.drawer-icon__bar {
  position: absolute;
  top: 13px;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 6px;
  background: #3c689d;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 20px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 27px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  right: 0;
  background: #ffffff;
  z-index: 50;
  padding: 6.4% 5.33%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* ドロップダウン本体：最初は非表示*/
}
@media screen and (min-width: 1280px) {
  .drawer-content {
    display: none;
  }
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.drawer-content__top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.drawer-content__1st-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8%;
}
.drawer-content__top-menu-link {
  border-radius: 4px;
  border: 2px solid #3c689d;
  display: block;
  padding-block: 10px;
}
.drawer-content__top-menu-link--wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #3c689d;
}
.drawer-content__top-menu-link--wrap::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -3%;
  left: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.drawer-content__top-menu-link--access {
  width: 57.91%;
}
.drawer-content__top-menu-link--access-wrap {
  margin-left: 14px;
}
.drawer-content__top-menu-link--access-wrap::before {
  background: url(../img/access-icon.webp) no-repeat center center/contain;
}
.drawer-content__top-menu-link--price-wrap::before {
  background: url(../img/price-icon.webp) no-repeat center center/contain;
}
.drawer-content__top-menu-link--price-wrap::after {
  content: "";
  position: absolute;
  width: 8.3px;
  height: 5.025px;
  top: 44%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: -25px;
  background: url(../img/arrow-blue.webp) no-repeat center center/contain;
}
.drawer-content__top-menu-link--nii {
  width: 100%;
}
.drawer-content__top-menu-link--nii-wrap {
  text-align: center;
  margin-left: 14px;
}
.drawer-content__top-menu-link--nii-wrap::before {
  width: 17px;
  height: 18px;
  left: -16px;
  top: 1%;
  background: url(../img/school-icon-blue.webp) no-repeat center center/contain;
}
.drawer-content__top-menu-link--price.is-active {
  background-color: #3c689d;
}
.drawer-content__top-menu-link--price.is-active .drawer-content__top-menu-link--price-wrap {
  color: #ffffff;
}
.drawer-content__top-menu-link--price.is-active .drawer-content__top-menu-link--price-wrap::before {
  background: url(../img/price-icon-white.webp) no-repeat center center/contain;
}
.drawer-content__top-menu-link--price.is-active .drawer-content__top-menu-link--price-wrap::after {
  background: url(../img/arrow-down-white.webp) no-repeat center center/contain;
}
.drawer-content__mid-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  margin-top: 24px;
}
.drawer-content__mid-menu-link {
  display: block;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  padding-block: 16.5px;
}
.drawer-content__mid-menu-link--wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
}
.drawer-content__mid-menu-link--wrap::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/arrow-right-white.webp) no-repeat center center/contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer-content__mid-menu-link--big {
  font-size: 24px;
  font-weight: 700;
}
.drawer-content__mid-menu-link--Lblue {
  background-color: #95bdec;
}
.drawer-content__mid-menu-link--blue {
  background-color: #0057c0;
}
.drawer-content__mid-menu-link--Dblue {
  background-color: #132270;
}
.drawer-content__mid-menu-link--Dblue::after {
  right: 13.13%;
}
.drawer-content__mid-menu-link--navy {
  background-color: #466f9d;
}
.drawer-content__mid-menu-link--navy::after {
  right: 20.94%;
}
.drawer-content__button {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50px;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  font-size: 11px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding-block: 20px 24px;
}
.drawer-content__button--wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 20px;
  line-height: 1.3;
}
.drawer-content__button--wrap::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/pp-icon.webp) no-repeat center center/contain;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
}
.drawer-content__button--big {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.drawer-content__price {
  position: relative;
  width: 41.2%;
}
.drawer-content__price-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: max-height 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.drawer-content__price-dropdown.is-open {
  max-height: 280px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.drawer-content__price-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  width: 100%;
}
.drawer-content__price-dropdown-item {
  position: relative;
  padding-left: 14px;
}
.drawer-content__price-dropdown-item::before {
  content: "";
  position: absolute;
  background-color: #132270;
  width: 4px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.drawer-content__price-dropdown-item + .drawer-content__price-dropdown-item {
  margin-top: 20px;
}
.drawer-content__price-dropdown-item a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #6f717c;
}

.drawer-content-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.drawer-content-sns__item {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  color: #3c689d;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 34px;
}
.drawer-content-sns__item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.drawer-content-sns__item:nth-of-type(1)::before, .drawer-content-sns__item:nth-of-type(2)::before, .drawer-content-sns__item:nth-of-type(3)::before, .drawer-content-sns__item:nth-of-type(4)::before {
  background: url(../img/ig-icon-blue.webp) no-repeat top center/contain;
}
.drawer-content-sns__item:nth-of-type(5)::before {
  background: url(../img/youtube-icon-blue.webp) no-repeat top center/contain;
}
.drawer-content-sns__item:nth-of-type(6)::before {
  background: url(../img/blog-icon-blue.webp) no-repeat top center/contain;
}

.drawer-dropdown__details {
  display: none;
}
.drawer-dropdown.is-open .drawer-dropdown__details {
  display: block;
}
.drawer-dropdown.is-open:nth-of-type(1) .drawer-content__mid-menu-link {
  border: 6px solid #95bdec;
  background: #fff;
  color: #95bdec;
}
.drawer-dropdown.is-open:nth-of-type(1) .drawer-content__mid-menu-link--wrap::after {
  width: 13.314px;
  height: 7.669px;
  top: 54%;
  background: url(../img/ele-hover.webp) no-repeat center top/contain;
}
.drawer-dropdown.is-open:nth-of-type(2) .drawer-content__mid-menu-link {
  border: 6px solid #0057c0;
  background: #fff;
  color: #0057c0;
}
.drawer-dropdown.is-open:nth-of-type(2) .drawer-content__mid-menu-link--wrap::after {
  width: 13.314px;
  height: 7.669px;
  top: 54%;
  background: url(../img/juni-hover.webp) no-repeat center top/contain;
}
.drawer-dropdown.is-open:nth-of-type(3) .drawer-content__mid-menu-link {
  border: 6px solid #132270;
  background: #fff;
  color: #132270;
}
.drawer-dropdown.is-open:nth-of-type(3) .drawer-content__mid-menu-link--wrap::after {
  width: 13.314px;
  height: 7.669px;
  top: 54%;
  background: url(../img/high-hover.webp) no-repeat center top/contain;
}
.drawer-dropdown.is-open:nth-of-type(4) .drawer-content__mid-menu-link {
  border: 6px solid #466f9d;
  background: #fff;
  color: #466f9d;
}
.drawer-dropdown.is-open:nth-of-type(4) .drawer-content__mid-menu-link--wrap::after {
  width: 13.314px;
  height: 7.669px;
  top: 54%;
  background: url(../img/kobetsu-hover.webp) no-repeat center top/contain;
}
.drawer-dropdown__detail {
  margin-top: 10px;
}
.drawer-dropdown__head {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #132270;
}
.drawer-dropdown .drawer-dropdown-courses {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.drawer-dropdown .drawer-dropdown-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.drawer-dropdown .drawer-dropdown-course__head {
  border-radius: 2px;
  width: 132px;
  text-align: center;
  position: relative;
}
.drawer-dropdown .drawer-dropdown-course__head--text {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-dropdown .drawer-dropdown-course__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  width: 54%;
}
.drawer-dropdown .drawer-dropdown-course__text--bold {
  font-weight: 700;
}
.drawer-dropdown .drawer-dropdown-course:nth-of-type(1) .drawer-dropdown-course__head {
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
}
.drawer-dropdown .drawer-dropdown-course:nth-of-type(2) .drawer-dropdown-course__head {
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
}
.drawer-dropdown .drawer-dropdown-course:nth-of-type(3) .drawer-dropdown-course__head {
  background: #3c689d;
}
.drawer-dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.drawer-dropdown__menu {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #6f717c;
}
.drawer-dropdown__menu::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  background-color: #132270;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.drawer-dropdown__video {
  width: 100%;
  height: 41.67vw;
  border-radius: 4px;
  border: 10px solid #132270;
  position: relative;
  margin-top: 10px;
}
.drawer-dropdown__video::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 41px;
  background: url(../img/ttl.webp) no-repeat top center/contain;
  top: -2px;
  left: -2px;
  z-index: 1;
}
.drawer-dropdown__video iframe {
  width: 100%;
  height: 100%;
}
.drawer-dropdown__video button {
  width: 100%;
  height: 100%;
}

.drawer-content-copy {
  color: #6f717c;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  margin-block: 24px 160px;
}

/* ====== メガメニュー本体 ====== */
.mega {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  padding-block: 40px 23px;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mega .mega__inner {
  width: 81.25%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  gap: 15%;
}
.mega .mega__title {
  margin: 0 0 17px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5;
  color: #132270;
}
.mega__col--right {
  width: 28.4%;
}
.mega__video {
  width: 521px;
  height: 236px;
  margin-top: 16px;
  border-radius: 4px;
  border: 10px solid #132270;
  position: relative;
}
.mega__video::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 41px;
  background: url(../img/ttl.webp) no-repeat top center/contain;
  top: 0;
  left: 0;
  z-index: 1;
}
.mega__video iframe {
  width: 100%;
  height: 100%;
}
.mega__video button {
  width: 100%;
  height: 100%;
}
.mega__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-left: 2px;
  gap: 14px;
}
.mega__sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20.5px;
}
.mega__sns-item--link {
  font-weight: 700;
  font-size: 14px;
  color: #6f717c;
  position: relative;
  padding-left: 32px;
}
.mega__sns-item--link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../img/yt-Dblue.webp) no-repeat center center/contain;
  width: 20px;
  height: 16px;
}
.mega__sns-item--head {
  font-weight: 700;
  color: #132270;
  font-size: 14px;
}
.mega__sns-item--high {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega__sns-item--line {
  width: 1px;
  height: 16px;
  background-color: #132270;
}
.mega__sns-item--blg {
  position: relative;
  padding-left: 34px;
}
.mega__sns-item--blg::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 20px;
  background: url(../img/blg-Dblue.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.mega__sns-title {
  font-weight: 700;
  color: #132270;
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
.mega__sns-title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/ig-Dblue.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.mega__sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-list {
  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;
  margin-top: 16px;
}

.course__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course__item .course__head {
  border-radius: 2px;
  color: #ffffff;
  font-weight: 900;
  font-size: 16px;
  padding: 13px 10px;
}
.course__item .course__head:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.course__item .course__head--big {
  font-weight: 900;
  font-size: 20px;
}
.course__item .course__head--blue {
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
}
.course__item .course__head--red {
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
}
.course__item .course__head--gray {
  background: #3c689d;
}
.course__item .course__desc {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}
.course__item .course__desc--bold {
  font-weight: 700;
}

/* ====== 右カラム：縦リンク ====== */
.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.menu-list a {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 14px;
  color: #6f717c;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 500;
}
.menu-list a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #132270;
}
.menu-list a:hover {
  color: #3c689d;
}

.footer {
  background-color: #003370;
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    max-width: 1500px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 66px;
    padding: 80px 120px 40px 120px;
  }
}
.footer__left {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__left {
    width: 24.03%;
    display: block;
  }
}
.footer__logo {
  width: 335px;
  height: 74.999px;
}
@media screen and (min-width: 1280px) {
  .footer__logo {
    width: 249.997px;
    height: 56.001px;
  }
}
.footer__button {
  background-color: #0057c0;
  padding: 24px 43.5px 23px 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  position: relative;
  margin-top: 42px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  gap: 5px;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .footer__button {
    margin-top: 33px;
    padding: 19px 27px 21px 66px;
    border-radius: 40px;
    gap: 0;
    margin-inline: 0;
  }
}
.footer__button::before {
  content: "";
  position: absolute;
  background: url(../img/pp-icon.webp) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .footer__button::before {
    left: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__button:hover {
    background-color: #ffffff;
    color: #0057c0;
  }
  .footer__button:hover::before {
    background: url(../img/pp-icon-solidblue.webp) no-repeat center center/contain;
  }
}
.footer__button--main {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .footer__button--main {
    font-size: 12px;
  }
}
.footer__button--sub {
  font-size: 11px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .footer__button--sub {
    font-size: 9px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 41.5px;
}
@media screen and (min-width: 1280px) {
  .footer__list {
    margin-top: 17.5px;
    gap: 12px;
  }
}
.footer__item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
  padding-left: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 1280px) {
  .footer__item {
    letter-spacing: 0;
  }
}
.footer__item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__item--access::before {
  background: url(../img/access-icon-white.webp) no-repeat center center/contain;
}
.footer__item--price::before {
  background: url(../img/price-icon-white.webp) no-repeat center center/contain;
}
.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px 32px;
  margin-top: 42.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .footer__sns-list {
    gap: 14px 37px;
    margin-top: 20.5px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__sns-item {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
  padding-left: 30px;
  width: 132px;
}
@media screen and (min-width: 1280px) {
  .footer__sns-item {
    font-size: 12px;
    width: 90px;
  }
}
.footer__sns-item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__sns-item--ig::before {
  background: url(../img/ig-icon-white.webp) no-repeat center center/contain;
}
.footer__sns-item--yt {
  padding-left: 31px;
}
.footer__sns-item--yt::before {
  background: url(../img/youtube-icon-white.webp) no-repeat center center/contain;
}
.footer__sns-item--tt::before {
  background: url(../img/tiktok-icon-white.webp) no-repeat center center/contain;
}
.footer__sns-item--blg::before {
  background: url(../img/blog-icon.webp) no-repeat center center/contain;
}

.footer-details {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer-details {
    width: 69.71%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-detail {
  color: #ffffff;
}
.footer-detail__title {
  font-size: 15px;
  font-weight: 700;
}
.footer-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}
.footer-detail__item {
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-detail__item:hover {
  text-decoration: underline;
}
.footer-detail__item::before {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  position: absolute;
}

.site-footer__deco {
  display: none;
}
@media screen and (min-width: 1280px) {
  .site-footer__deco {
    display: block;
    width: 100%;
  }
}

small {
  font-size: 10px;
  color: #ffffff;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 39px;
}
@media screen and (min-width: 1280px) {
  small {
    margin-top: 7px;
    margin-bottom: 36px;
    position: relative;
    width: 81.3%;
    margin-inline: auto;
    text-align: center;
  }
  small::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    top: -8px;
    left: 0;
  }
}

.small-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .small-pc {
    display: block;
  }
}

.footer-sp {
  padding: 40px 5.33%;
}
@media screen and (min-width: 1280px) {
  .footer-sp {
    display: none;
  }
}

.footer__accordion-list {
  margin-top: 43px;
}

.footer__accordion-toggle {
  width: 100%;
  margin-top: 22px;
  background: none;
  border: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding: 0;
}

.footer__accordion-title {
  font-size: 15px;
  font-weight: 700;
}

/* ＋／− アイコン */
.footer__accordion-toggle::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/btn_open.webp) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__accordion.is-open .footer__accordion-toggle::after {
  background: url(../img/btn_close.webp) no-repeat center center/contain;
}

/* パネル部分 */
.footer__accordion-panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease, opacity 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.25s ease;
  opacity: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10.5px;
}

/* 開いているとき */
.footer__accordion.is-open .footer__accordion-panel {
  max-height: 800px;
  opacity: 1;
  margin-top: 19px;
}

/* 各リンク */
.footer__accordion-link {
  display: block;
  padding-left: 12px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.footer__accordion-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 12px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-bg {
  background-color: #e6eef5;
}

.fv-pictures {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 74.66vw;
}
@media screen and (min-width: 1280px) {
  .fv-pictures {
    height: 40.625vw;
  }
}

.fv-picture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: slider-1 24s linear infinite;
          animation: slider-1 24s linear infinite;
  overflow: hidden;
}
.fv-picture img {
  width: 100%;
}
.fv-picture:nth-child(1) {
  -webkit-animation-delay: 0S;
          animation-delay: 0S;
}
@media screen and (min-width: 1280px) {
  .fv-picture:nth-child(1) {
    background-image: url(../img/fv1.webp);
  }
}
.fv-picture:nth-child(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@media screen and (min-width: 1280px) {
  .fv-picture:nth-child(2) {
    background-image: url(../img/fv2.webp);
  }
}
.fv-picture:nth-child(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
@media screen and (min-width: 1280px) {
  .fv-picture:nth-child(3) {
    background-image: url(../img/fv3.webp);
  }
}
.fv-picture:nth-child(4) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
@media screen and (min-width: 1280px) {
  .fv-picture:nth-child(4) {
    background-image: url(../img/fv4.webp);
  }
}

@-webkit-keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fv {
  position: relative;
}
.fv.is-animated .fv__head-wrap::before {
  -webkit-animation: fvBg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fvBg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.fv__head {
  position: absolute;
  top: 10.5%;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .fv__head {
    top: 15.5%;
    left: 9.4%;
  }
}
.fv__head-wrap {
  position: relative;
  display: inline-block;
  padding: 5px 3px 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .fv__head-wrap {
    padding: 8px 0px 9px 10px;
    line-height: 1;
  }
}
.fv__head-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #023a7e;
  mix-blend-mode: multiply;
  z-index: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0) translateX(-5%);
          transform: scaleX(0) translateX(-5%);
  opacity: 0;
}
.fv__head-text {
  position: relative;
  z-index: 1;
  font-size: 6.4vw;
  font-weight: 300;
  letter-spacing: 7.2px;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .fv__head-text {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 12px;
  }
}
.fv__head--below {
  margin-top: 25px;
}

@-webkit-keyframes fvBg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    opacity: 0.7;
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    opacity: 0.7;
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
}

@keyframes fvBg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    opacity: 0.7;
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    opacity: 0.7;
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
}
.fv-deco {
  width: 28.66vw;
  right: 4%;
  bottom: 4%;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .fv-deco {
    width: 270px;
    height: 282px;
    aspect-ratio: 250/260;
    right: 8.5%;
    bottom: 0%;
  }
}
.fv-deco img {
  width: 100%;
  height: 100%;
}

.rates-cta {
  width: 100%;
  padding-top: 22px;
  background: url(../img/sakura-sp.webp) no-repeat center center/cover;
  position: relative;
  height: 88px;
}
@media screen and (min-width: 1280px) {
  .rates-cta {
    height: 182px;
    padding-top: 52px;
    background: url(../img/sakura.webp) no-repeat center center/cover;
    max-height: 300px;
  }
}
.rates-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.rates-cta__head {
  text-align: center;
  display: block;
  color: #132270;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4.8px;
  margin-left: 6px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .rates-cta__head {
    letter-spacing: 9.6px;
    font-size: 32px;
    margin-left: 9px;
  }
}
.rates-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .rates-cta__list {
    margin-top: 14px;
  }
}
.rates-cta__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.58;
  position: relative;
  padding-right: 19px;
  letter-spacing: 4.8px;
}
@media screen and (min-width: 1280px) {
  .rates-cta__link {
    padding-right: 41px;
    font-size: 24px;
    letter-spacing: 7.2px;
  }
}
.rates-cta__link::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/arrow-right-blue.webp) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .rates-cta__link::after {
    width: 24px;
    height: 24px;
  }
}

.courses__inner {
  padding-block: 42px;
}
@media screen and (min-width: 1280px) {
  .courses__inner {
    padding-block: 40px;
  }
}
.courses__item {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 994px) {
  .courses__item {
    width: 23.26%;
    padding: 25px 24px 13px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1280px) {
  .courses__item {
    padding: 25px 30px 13px;
  }
}
.courses__item--Lblue {
  background-color: #95bdec;
}
@media screen and (min-width: 994px) {
  .courses__item--Lblue {
    border: 6px solid #95bdec;
  }
}
@media screen and (min-width: 994px) {
  .courses__item--Lblue:hover {
    background-color: #ffffff;
  }
  .courses__item--Lblue:hover .courses__item--wrap {
    color: #95bdec;
  }
  .courses__item--Lblue:hover .courses__item--wrap::after {
    background: url(../img/ele-hover.webp) no-repeat center center/contain;
    height: 7.67px;
    width: 13.31px;
  }
}
.courses__item--blue {
  background-color: #0057c0;
}
@media screen and (min-width: 994px) {
  .courses__item--blue {
    border: 6px solid #0057c0;
  }
}
@media screen and (min-width: 994px) {
  .courses__item--blue:hover {
    background-color: #ffffff;
  }
  .courses__item--blue:hover .courses__item--wrap {
    color: #0057c0;
  }
  .courses__item--blue:hover .courses__item--wrap::after {
    background: url(../img/juni-hover.webp) no-repeat center center/contain;
    height: 7.67px;
    width: 13.31px;
  }
}
.courses__item--Dblue {
  background-color: #132270;
}
@media screen and (min-width: 994px) {
  .courses__item--Dblue {
    border: 6px solid #132270;
  }
}
@media screen and (min-width: 994px) {
  .courses__item--Dblue:hover {
    background-color: #ffffff;
  }
  .courses__item--Dblue:hover .courses__item--wrap {
    color: #132270;
  }
  .courses__item--Dblue:hover .courses__item--wrap::after {
    background: url(../img/high-hover.webp) no-repeat center center/contain;
    height: 7.67px;
    width: 13.31px;
  }
}
.courses__item--navy {
  background-color: #466f9d;
}
@media screen and (min-width: 994px) {
  .courses__item--navy {
    border: 6px solid #466f9d;
  }
}
@media screen and (min-width: 994px) {
  .courses__item--navy:hover {
    background-color: #ffffff;
  }
  .courses__item--navy:hover .courses__item--wrap {
    color: #466f9d;
  }
  .courses__item--navy:hover .courses__item--wrap::after {
    background: url(../img/kobetsu-hover.webp) no-repeat center center/contain;
    height: 7.67px;
    width: 13.31px;
  }
}
.courses__item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 5px;
  color: #ffffff;
  position: relative;
}
@media screen and (min-width: 994px) {
  .courses__item--wrap {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 994px) {
  .courses__item--wrap::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/arrow-right-white.webp) no-repeat center center/contain;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.courses__head {
  font-size: 24px;
  font-weight: 700;
  padding: 19px 40px 19px 0px;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 994px) {
  .courses__head {
    font-size: 32px;
    padding-right: 0;
  }
}
.courses__head::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/arrow-right-white.webp) no-repeat center center/contain;
  top: 53%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 994px) {
  .courses__head::after {
    display: none;
  }
}
@media screen and (min-width: 994px) {
  .courses__head--double {
    padding: 0;
  }
}
.courses__head--small {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .courses__head--small {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .courses__head--small {
    font-size: 32px;
  }
}
.courses__head--bottom {
  display: none;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 994px) {
  .courses__head--bottom {
    display: block;
  }
}

.news {
  padding-block: 40px;
}
@media screen and (min-width: 1280px) {
  .news {
    padding-block: 82px 80px;
  }
}
.news__container {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px 17.5px 41px;
}
@media screen and (min-width: 768px) {
  .news__container {
    padding: 40px 30px 38px;
  }
}
@media screen and (min-width: 1280px) {
  .news__container {
    padding: 40px 170px 38px;
  }
}
.news .news-list {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .news .news-list {
    margin-top: 44px;
  }
}
@media screen and (min-width: 994px) {
  .news__item {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .news__item:hover .news__link--ttl {
    opacity: 0.6;
  }
}
.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #bdd4ec;
  padding-bottom: 23px;
  gap: 17px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 24px;
  }
}
.news__link--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__link--date, .news__link--ttl {
  font-size: 16px;
}
.news__link--cat {
  font-size: 14px;
  width: 100px;
  border-radius: 4px;
  text-align: center;
  padding-inline: 15px;
  font-weight: 500;
  color: #ffffff;
}
.news__link--cat-uni {
  background-color: #132270;
}
.news__link--cat-high {
  background-color: #0057c0;
}
.news__link--cat-ele {
  background-color: #95bdec;
  padding-inline: 29px;
}
.news__link--cat-single {
  background-color: #466f9d;
}
.news__link--cat-news {
  background-color: #f5b801;
}
.news__link--cat-kobetsu {
  background-color: #466f9d;
}
.news__link--ttl {
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .news__link--ttl {
    width: 69%;
    font-size: 16px;
  }
}

.philosophy-cta__link {
  display: block;
}
@media screen and (min-width: 994px) {
  .philosophy-cta__link:hover .philosophy-cta__detail {
    opacity: 0.6;
  }
}
.philosophy-cta__container {
  background-color: #132270;
  padding-block: 29px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1280px) {
  .philosophy-cta__container {
    padding-block: 28px 55px;
    gap: 7px;
  }
}
.philosophy-cta__title {
  font-size: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  background: linear-gradient(85deg, #3c689d 0%, #bdd4ec 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .philosophy-cta__title {
    font-size: 64px;
  }
}
.philosophy-cta__detail {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-inline: 40px;
}
@media screen and (min-width: 994px) {
  .philosophy-cta__detail {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1280px) {
  .philosophy-cta__detail {
    font-size: 18px;
    padding-inline: 52px 44px;
  }
}
.philosophy-cta__detail::before, .philosophy-cta__detail::after {
  content: "";
  position: absolute;
}
.philosophy-cta__detail::before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/school-icon.webp) no-repeat center center/contain;
}
@media screen and (min-width: 1280px) {
  .philosophy-cta__detail::before {
    width: 32.001px;
    height: 32.002px;
  }
}
.philosophy-cta__detail::after {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/arrow-right-white.webp) no-repeat center center/contain;
}
@media screen and (min-width: 1280px) {
  .philosophy-cta__detail::after {
    width: 24px;
    height: 24px;
  }
}

.movies {
  padding-block: 40px 39px;
}
@media screen and (min-width: 994px) {
  .movies {
    padding-block: 80px 79px;
  }
}
.movies .movies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .movies .movies-list {
    gap: 24px;
  }
}
@media screen and (min-width: 994px) {
  .movies .movies-list {
    margin-top: 45px;
    gap: 31px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .movies .movies-list {
    gap: 39px;
  }
}
.movies .movies__item {
  background-color: #bdd4ec;
  width: 47.9% !important;
  padding: 15px;
  border-radius: 4px;
  height: 52.47vw;
  max-height: 290px;
}
@media screen and (min-width: 768px) {
  .movies .movies__item {
    max-height: 337px;
  }
}
@media screen and (min-width: 994px) {
  .movies .movies__item {
    width: 30.76% !important;
    padding: 30px 20px;
    height: 32.77vw;
    max-height: 416px;
  }
}
@media screen and (min-width: 1280px) {
  .movies .movies__item {
    height: 26.66vw;
  }
}
.movies .movies__item--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 994px) {
  .movies .movies__item--contents {
    gap: 18px;
  }
}
.movies .movies__item--head {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: #003370;
  margin-top: 8px;
  height: 60px;
  width: 100%;
}
@media screen and (min-width: 994px) {
  .movies .movies__item--head {
    font-size: 18px;
    line-height: 1.66;
    margin-top: 24px;
    height: 9vw;
  }
}
@media screen and (min-width: 1280px) {
  .movies .movies__item--head {
    height: 4.6vw;
    max-height: 60px;
  }
}
.movies .movies__item--thumbnail {
  width: 100%;
  height: 20.84vw;
}
@media screen and (min-width: 994px) {
  .movies .movies__item--thumbnail {
    height: 12vw;
    max-height: 236.28px;
  }
}
.movies .movies__item--thumbnail iframe {
  width: 100%;
  height: 100%;
}
.movies .movies__item--thumbnail button {
  width: 100%;
  height: 100%;
}
.movies .movies__item--button {
  font-size: 12px;
  color: #737580;
  position: relative;
  padding-left: 22px;
}
@media screen and (min-width: 994px) {
  .movies .movies__item--button {
    font-size: 16px;
    padding-left: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .movies .movies__item--button:hover {
    opacity: 0.6;
  }
}
.movies .movies__item--button a {
  font-weight: 700;
}
.movies .movies__item--button::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../img/play-grey.webp) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 994px) {
  .movies .movies__item--button::before {
    width: 20px;
    height: 20px;
  }
}

.movies-more {
  text-align: center;
  margin-top: 35.5px;
}
@media screen and (min-width: 994px) {
  .movies-more {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .movies-more:hover {
    opacity: 0.6;
  }
}
.movies-more a {
  color: #3c689d;
  font-weight: 700;
  position: relative;
  padding-right: 39px;
  font-size: 15px;
}
@media screen and (min-width: 994px) {
  .movies-more a {
    font-size: 24px;
    padding-right: 44px;
  }
}
.movies-more a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/arrow-right.webp) no-repeat center center/contain;
}
@media screen and (min-width: 994px) {
  .movies-more a::after {
    width: 24px;
    height: 24px;
  }
}

.movies-swiper {
  width: 94.66%;
  height: 205px;
  margin-right: 0;
  margin-block: 42px 37px;
}

.branches-cta {
  background: url(../img/class1.webp) no-repeat center center/cover;
  width: 100%;
  height: 333px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .branches-cta {
    padding: 77px 120px 80px;
  }
}
@media screen and (min-width: 994px) {
  .branches-cta {
    height: 395px;
    gap: 41px;
  }
}
.branches-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0.8;
  z-index: 1;
}
.branches-cta__title, .branches-cta__text, .branches-cta__button {
  z-index: 10;
  position: relative;
  text-align: center;
}
.branches-cta__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #132270;
}
@media screen and (min-width: 994px) {
  .branches-cta__title {
    font-size: 33px;
    line-height: 1.27;
  }
}
.branches-cta__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 994px) {
  .branches-cta__text {
    font-size: 20px;
    line-height: 2.1;
  }
}
.branches-cta__button {
  margin-top: -4px;
}
@media screen and (min-width: 994px) {
  .branches-cta__button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .branches-cta__button:hover {
    opacity: 0.6;
  }
}
.branches-cta__button a {
  font-size: 15px;
  font-weight: 700;
  color: #3c689d;
  position: relative;
  padding-right: 42px;
}
@media screen and (min-width: 994px) {
  .branches-cta__button a {
    font-size: 24px;
  }
}
.branches-cta__button a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../img/arrow-right.webp) no-repeat center center/contain;
  right: 0;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 994px) {
  .branches-cta__button a::after {
    width: 20px;
    height: 20px;
  }
}

.moreabout {
  padding-block: 40px 39px;
}
@media screen and (min-width: 994px) {
  .moreabout {
    padding-block: 80px;
  }
}
.moreabout__container {
  background-color: #132270;
  width: 100%;
  padding: 27px 3% 33px;
  border-radius: 4px;
}
@media screen and (min-width: 994px) {
  .moreabout__container {
    padding: 26px 2.25% 32px;
  }
}
@media screen and (min-width: 1280px) {
  .moreabout__container {
    padding: 26px 32px 32px;
  }
}
.moreabout__title {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.moreabout .moreabout-list,
.moreabout .moreabout-ig-list {
  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;
}
@media screen and (min-width: 994px) {
  .moreabout .moreabout-list,
  .moreabout .moreabout-ig-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.moreabout .moreabout-list {
  margin-top: 22px;
}
@media screen and (min-width: 994px) {
  .moreabout .moreabout-list {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.moreabout .moreabout-top {
  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;
}
@media screen and (min-width: 994px) {
  .moreabout .moreabout-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media screen and (min-width: 994px) {
  .moreabout .moreabout-ig-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }
}
.moreabout__item {
  background-color: #ffffff;
  padding: 21.5px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
}
@media screen and (min-width: 994px) {
  .moreabout__item {
    padding: 48px 0.67%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 21px 32px 22px;
  }
}
@media screen and (min-width: 994px) {
  .moreabout__item:hover {
    opacity: 0.6;
  }
}
.moreabout__item--link {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 42px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .moreabout__item--link {
    font-size: 24px;
  }
}
.moreabout__item--link::before, .moreabout__item--link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moreabout__item--link::before {
  left: 0;
  width: 32px;
  height: 32px;
}
.moreabout__item--link::after {
  width: 24px;
  height: 24px;
  right: 0;
  background: url(../img/arrow-right.webp) no-repeat center center/contain;
}
@media screen and (min-width: 1280px) {
  .moreabout__item--link::after {
    width: 32px;
    height: 32px;
  }
}
.moreabout__item--school {
  padding-right: 42px;
}
.moreabout__item--school::before {
  background: url(../img/school-icon-blue.webp) no-repeat center center/contain;
}
.moreabout__item--youtube {
  padding-right: 132px;
}
.moreabout__item--youtube::before {
  background: url(../img/youtube.webp) no-repeat center center/contain;
}
.moreabout__item--ig {
  padding-right: 23px;
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  .moreabout__item--ig {
    font-size: 20px;
  }
}
.moreabout__item--ig::before {
  background: url(../img/ig.webp) no-repeat center center/contain;
}
.moreabout__ig-item {
  padding-block: 26px;
  line-height: 1.2;
}
@media screen and (min-width: 994px) {
  .moreabout__ig-item {
    width: 100%;
    padding: 32px 20px 32px;
    min-height: 104px;
  }
}
@media screen and (min-width: 1280px) {
  .moreabout__ig-item {
    min-height: unset;
  }
}
@media screen and (min-width: 1700px) {
  .moreabout__ig-item {
    padding: 28px 18px;
  }
}
.moreabout__ig-item:nth-of-type(2), .moreabout__ig-item:nth-of-type(3) {
  padding-block: 20.5px;
}
@media screen and (min-width: 994px) {
  .moreabout__ig-item:nth-of-type(2), .moreabout__ig-item:nth-of-type(3) {
    padding: 20px;
  }
}
@media screen and (min-width: 1700px) {
  .moreabout__ig-item:nth-of-type(2), .moreabout__ig-item:nth-of-type(3) {
    padding: 28px 18px;
  }
}

.moreanout-br {
  display: none;
}
@media screen and (min-width: 994px) {
  .moreanout-br {
    display: block;
  }
}
@media screen and (min-width: 1700px) {
  .moreanout-br {
    display: none;
  }
}

.access {
  background-color: #e6eef5;
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  .access {
    padding-block: 60px;
  }
}
@media screen and (min-width: 994px) {
  .access {
    padding-block: 83px 80px;
  }
}
.access__head {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 994px) {
  .access__head {
    font-size: 24px;
    margin-top: 44px;
    line-height: 1.8;
  }
}
.access__text {
  line-height: 2.13;
  width: 77%;
  margin-inline: auto;
  margin-top: 25px;
  text-align: center;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .access__text {
    line-height: 2;
    margin-top: 15px;
    width: 100%;
  }
}

.areas-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .areas-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    width: 73.07%;
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.areas__head {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.areas__map {
  margin-top: 10px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.areas__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.branches-inquiry {
  line-height: 1.58;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  color: #132270;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 33.5px;
}
@media screen and (min-width: 768px) {
  .branches-inquiry {
    margin-top: 24px;
  }
}
@media screen and (min-width: 994px) {
  .branches-inquiry {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .branches-inquiry {
    line-height: 1.2;
    margin-top: 38px;
    padding-bottom: 42.5px;
  }
}
.branches-inquiry::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../img/arrow-below-blue.webp) no-repeat center center/contain;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
@media screen and (min-width: 1280px) {
  .branches-inquiry::before {
    width: 30px;
    height: 30px;
  }
}
.branches-inquiry__text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (min-width: 1280px) {
  .branches-inquiry__text {
    font-size: 29px;
  }
}
.branches-inquiry__text-sp {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (min-width: 1280px) {
  .branches-inquiry__text-sp {
    display: none;
  }
}
.branches-inquiry__text::after {
  content: "";
  background-color: #bdd4ec;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 16px;
  width: 100%;
}

.branches {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  padding: 24px 20px 30px;
}
@media screen and (min-width: 994px) {
  .branches {
    padding: 51px 5.8% 59px;
  }
}
.branches-1st {
  margin-top: 44px;
}
@media screen and (min-width: 1280px) {
  .branches-1st {
    margin-top: 41px;
  }
}
.branches__title {
  font-size: 20px;
  font-weight: 700;
  color: #132270;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 1280px) {
  .branches__title {
    font-size: 32px;
    color: #003370;
  }
}
.branches__title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #132270;
}
@media screen and (min-width: 1280px) {
  .branches__title::before {
    width: 8px;
    height: 32px;
    background-color: #003370;
  }
}

.branch {
  margin-top: 28.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1280px) {
  .branch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5%;
    margin-top: 22px;
  }
}
.branch-2nd {
  margin-top: 12%;
}
@media screen and (min-width: 994px) {
  .branch-2nd {
    margin-top: 6%;
  }
}
@media screen and (min-width: 1280px) {
  .branch-2nd {
    margin-top: 3%;
  }
}
.branch__left {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .branch__left {
    width: 58.37%;
    margin-top: 0;
  }
}
.branch__title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .branch__title {
    font-size: 20px;
  }
}
.branch__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  gap: 13px;
}
@media screen and (min-width: 1280px) {
  .branch__contents {
    margin-top: 27px;
    gap: 11px;
  }
}
.branch__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: 7px;
}
@media screen and (min-width: 994px) {
  .branch__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
}
.branch__content:first-child .branch__content--detail {
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .branch__content:first-child .branch__content--detail {
    line-height: 1.5;
  }
}
.branch__content--head {
  font-size: 16px;
  font-weight: 700;
  color: #3c689d;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .branch__content--head {
    width: 112px;
  }
}
.branch__content--head::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.branch__content--address::before {
  background: url(../img/location-icon.webp) no-repeat center center/contain;
}
@media screen and (min-width: 1280px) {
  .branch__content--address::before {
    top: 25%;
  }
}
.branch__content--access::before {
  background: url(../img/train-icon.webp) no-repeat center center/contain;
}
.branch__content--hours::before {
  background: url(../img/sche-icon.webp) no-repeat center center/contain;
}
.branch__content--course::before {
  background: url(../img/book-icon.webp) no-repeat center center/contain;
}
.branch__content--detail {
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  .branch__content--detail {
    line-height: 1.5;
  }
}
.branch__left-bottom {
  margin-top: 20px;
}
@media screen and (min-width: 994px) {
  .branch__left-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 21px;
    gap: 3.5%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .branch__left-bottom:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1280px) {
  .branch__left-bottom {
    gap: 1.5%;
  }
}
.branch__button {
  border-radius: 80px;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  padding: 16px 25.5px 16px 60px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .branch__button {
    margin-inline: unset;
    font-size: 20px;
    line-height: 1.2;
    padding: 24px 55px 16px 113.5px;
  }
}
.branch__button--small {
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .branch__button--small {
    font-size: 15px;
    line-height: 1.6;
  }
}
.branch__button::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9%;
  background: url(../img/pp-icon.webp) no-repeat center center/contain;
}
@media screen and (min-width: 1280px) {
  .branch__button::before {
    width: 40px;
    height: 40px;
    left: 54px;
  }
}
.branch__qr {
  display: none;
}
@media screen and (min-width: 1280px) {
  .branch__qr {
    width: 100px;
    height: 100px;
    display: block;
  }
}
.branch__right {
  width: 100%;
  height: 45vw;
}
@media screen and (min-width: 1280px) {
  .branch__right {
    width: 39.13%;
    height: 409px;
  }
}
@media screen and (min-width: 1280px) {
  .branch__right {
    height: 326px;
  }
}
.branch__right iframe {
  width: 100% !important;
  height: 100% !important;
}

.classroom {
  padding: 40px 0 38px;
}
@media screen and (min-width: 768px) {
  .classroom {
    padding: 79px 0 80px 0;
    max-width: 1500px;
    margin-inline: auto;
  }
}
.classroom__lead {
  font-size: 24px;
  font-weight: 700;
  color: #3c689d;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  .classroom__lead {
    font-size: 32px;
  }
}
.classroom__text {
  text-align: center;
  line-height: 2;
  margin-top: 21px;
  margin-inline: 5.33%;
  word-break: auto-phrase;
}
@media screen and (min-width: 1280px) {
  .classroom__text {
    margin-top: 41px;
    margin-inline: unset;
  }
}
.classroom__pics {
  padding-left: 5.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* スクロールバー非表示（Chrome / Safari / Edge） */
  /* スクロールバー非表示（Firefox） */
  scrollbar-width: none;
  gap: 5%;
  margin-top: 41px;
}
.classroom__pics::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .classroom__pics {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6.3%;
    overflow-x: visible;
    padding-left: 0;
  }
}
.classroom__pic {
  width: 89.55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84.55%;
          flex: 0 0 84.55%;
}
@media screen and (min-width: 768px) {
  .classroom__pic {
    width: 46.87%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.classroom__pic img {
  width: 100%;
  border-radius: 10px;
}

.message-access {
  padding: 48px 26.5px 57px;
}
@media screen and (min-width: 1280px) {
  .message-access {
    padding: 186px 320px 189px 320px;
  }
}
@media screen and (min-width: 1280px) {
  .message-access__inner {
    gap: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .message-access__text {
    line-height: 3;
  }
}
.message-access__head {
  word-break: auto-phrase;
}

.faq-list {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .faq-list {
    margin-top: 76px;
  }
}

.faq__item {
  background-color: #ffffff;
  padding: 20px 5.33%;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .faq__item {
    padding: 30.5px 50px 22px 50px;
    margin-top: 23px;
  }
}
.faq__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1280px) {
  .faq__item:first-child {
    padding: 30px 50px 30px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .faq__item:first-child .faq__item--head {
    margin-top: 11px;
  }
}
.faq__item--head {
  color: #0057c0;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .faq__item--head {
    font-size: 20px;
    padding-left: 51px;
  }
}
.faq__item--head::before {
  content: "Q";
  color: #0057c0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 1280px) {
  .faq__item--head::before {
    font-size: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.faq__item--text {
  position: relative;
  padding-left: 32px;
  margin-top: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .faq__item--text {
    margin-top: 22px;
    font-size: 15px;
    padding-left: 50px;
    height: 108px;
  }
}
.faq__item--text::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  /* グラデーション文字 */
  background: -webkit-gradient(linear, left top, right top, from(#7a0100), to(#be4c4b));
  background: linear-gradient(90deg, #7a0100 0%, #be4c4b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1280px) {
  .faq__item--text::before {
    font-size: 36px;
    top: -6%;
  }
}
.faq__item--bold {
  font-weight: 700;
}

.rates {
  padding-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .rates {
    padding-block: 80px 103px !important;
  }
}
.rates__inner {
  width: 89.33%;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .rates__inner {
    width: 81.25%;
    max-width: 1500px;
  }
}
@media screen and (min-width: 1280px) {
  .rates__title--en {
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .rates__title--text {
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.rates__video {
  width: 100%;
  height: 49.8vw;
  margin-top: 40px;
}
@media screen and (min-width: 994px) {
  .rates__video {
    height: 45.6vw;
    margin-top: 79px;
  }
}
.rates__video iframe {
  width: 100%;
  height: 100%;
}
.rates__video button {
  width: 100%;
  height: 100%;
}
.rates__head {
  font-size: 14px;
  font-weight: 900;
  color: #132270;
  text-align: center;
  position: relative;
  padding-inline: 34px;
  margin-top: 47px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .rates__head {
    font-size: 24px;
  }
}
@media screen and (min-width: 994px) {
  .rates__head {
    margin-top: 72px;
    margin-top: 83px;
    line-height: 1;
    padding-inline: 44.4px;
  }
}
.rates__head--num {
  font-size: 32px;
  font-weight: 900;
}
@media screen and (min-width: 994px) {
  .rates__head--num {
    font-size: 48px;
  }
}
.rates__head--big {
  font-size: 20px;
  font-weight: 900;
}
@media screen and (min-width: 994px) {
  .rates__head--big {
    font-size: 32px;
  }
}
.rates__head--bottom {
  margin-top: 4px;
  line-height: 1.3;
  font-weight: 900;
}
.rates__head::before, .rates__head::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 126px;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rates__head::before {
  background: url(../img/rates-deco-left.webp) no-repeat center center/contain;
  left: 0;
}
.rates__head::after {
  background: url(../img/rates-deco-right.webp) no-repeat center center/contain;
  right: 0;
}

.rates-public,
.rates-private {
  margin-inline: 4.5px;
}
@media screen and (min-width: 994px) {
  .rates-public,
  .rates-private {
    margin-inline: unset;
  }
}
.rates-public__title,
.rates-private__title {
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
  color: #f0f0f0;
  font-size: 16px;
  line-height: 2.25;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 8px;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .rates-public__title,
  .rates-private__title {
    margin-inline: 0;
    font-size: 20px;
    padding-inline: unset;
    line-height: 1.8;
  }
}

.rates-public {
  margin-top: 64px;
}
@media screen and (min-width: 994px) {
  .rates-public {
    margin-top: 43px;
  }
}

.rates-private {
  margin-top: 47px;
}
@media screen and (min-width: 994px) {
  .rates-private {
    margin-top: 31px;
  }
}

.top-public {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 24px;
}
@media screen and (min-width: 1280px) {
  .top-public {
    gap: 0px 40px;
    margin-top: 25px;
  }
}
.top-public__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 326px;
  gap: 10px;
}
@media screen and (min-width: 550px) {
  .top-public__item {
    width: 229px;
  }
}
@media screen and (min-width: 994px) {
  .top-public__item {
    width: 219px;
  }
  .top-public__item:nth-of-type(2) {
    width: 283px;
  }
}
.top-public__item--name {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.125;
  color: #132270;
}
@media screen and (min-width: 550px) {
  .top-public__item--name {
    font-size: 28px;
  }
}
@media screen and (min-width: 994px) {
  .top-public__item--name {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .top-public__item--name {
    margin-top: -7px;
  }
}
.top-public__item--ppl {
  margin-top: 1px;
}
.top-public__item--num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: -3px;
}
@media screen and (min-width: 550px) {
  .top-public__item--num {
    font-size: 28px;
  }
}
.top-public__item--ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #132270;
}

.public,
.private {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 550px) {
  .public,
  .private {
    gap: 0px 12px;
  }
}
@media screen and (min-width: 768px) {
  .public,
  .private {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .public,
  .private {
    gap: 1px 40px;
  }
}
.public__item,
.private__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 550px) {
  .public__item,
  .private__item {
    width: 31.3%;
  }
}
@media screen and (min-width: 768px) {
  .public__item,
  .private__item {
    width: 23.3%;
  }
}
@media screen and (min-width: 994px) {
  .public__item,
  .private__item {
    width: 220px;
  }
}
@media screen and (min-width: 1280px) {
  .public__item,
  .private__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 45px;
  }
}
.public__item--ppl,
.private__item--ppl {
  height: 36px;
}
.public__item--name,
.private__item--name {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  color: #132270;
}
@media screen and (min-width: 994px) {
  .public__item--name,
  .private__item--name {
    font-size: 24px;
  }
}
.public__item--num,
.private__item--num {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-right: -3px;
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.public__item--ja,
.private__item--ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  color: #132270;
}

.public {
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .public {
    margin-top: 7px;
  }
}

.private {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .private {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .private__item {
    width: 220px;
  }
}
.private__item--2digit {
  font-size: 20px;
}
@media screen and (min-width: 1280px) {
  .private__item:nth-of-type(3) {
    gap: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .private__item:nth-of-type(5), .private__item:nth-of-type(6) {
    gap: 31px;
  }
}

@media screen and (min-width: 994px) {
  .deviation__inner {
    width: 89.33%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .deviation__inner {
    width: 81.25%;
    max-width: 1500px;
  }
}
.deviation__container {
  margin-top: 30px;
}
@media screen and (min-width: 994px) {
  .deviation__container {
    margin-top: 73px;
  }
}

.voice {
  padding-block: 83px;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
}
@media screen and (min-width: 1280px) {
  .voice {
    padding-block: 98px 97px;
    background: url(../img/voice-bg.webp) no-repeat top center/cover;
  }
}
.voice__inner {
  width: 89.33%;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .voice__inner {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .voice__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 41px;
    width: 81%;
    margin-inline: auto;
  }
}
.voice__title--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .voice__title--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.voice__title--en {
  color: #ffffff;
  font-family: "Jost", sans-serif;
}
.voice__title--ja {
  color: #ffffff;
  font-size: 48px;
  margin-top: -8px;
}
.voice__title--text {
  color: #ffffff;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .voice__title--text {
    font-size: 14px;
    margin-top: 18px;
  }
}
.voice__videos {
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .voice__videos {
    margin-top: 78px;
    width: 90.6%;
  }
}
.voice__videos--sp {
  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;
}
@media screen and (min-width: 1280px) {
  .voice__videos--sp {
    display: none;
  }
}
.voice__video {
  width: 100%;
  height: 49.5vw;
}
@media screen and (min-width: 1280px) {
  .voice__video {
    height: 389.616px;
    width: 700px !important;
  }
}
.voice__video iframe {
  width: 100%;
  height: 100%;
}
.voice__video button {
  width: 100%;
}

.swiper {
  display: none !important;
}
@media screen and (min-width: 1280px) {
  .swiper {
    display: block !important;
  }
}

.voice-swiper {
  display: none;
}
@media screen and (min-width: 1280px) {
  .voice-swiper {
    height: 468px;
    width: 90.6%;
    margin-right: 0;
    display: block;
  }
}

.voice-reviews {
  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;
  margin-top: 43px;
}
@media screen and (min-width: 1280px) {
  .voice-reviews {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 108px;
    width: 81%;
    max-width: 1500px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 39px;
    margin-inline: auto;
  }
}

.voice-reviews .voice-review:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 1280px) {
  .voice-reviews .voice-review:nth-child(n+4) {
    display: block;
  }
}

.voice-reviews.is-open .voice-review {
  display: block;
}

.voice-review.hidden-sp {
  display: none !important;
}
@media screen and (min-width: 994px) {
  .voice-review.hidden-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.voice-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  padding: 20px 2.9%;
  margin-inline: 5.6%;
}
@media screen and (min-width: 1280px) {
  .voice-review {
    width: 30.57%;
    margin-inline: unset;
    padding: 23px 2% 25px;
  }
}
.voice-review__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.voice-review__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.voice-review__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-review__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  color: #132270;
  gap: 4px;
  margin-top: -4px;
}
@media screen and (min-width: 994px) {
  .voice-review__details {
    width: 154px;
  }
}
.voice-review__details--uni, .voice-review__details--dep, .voice-review__details--name, .voice-review__details--highschool {
  font-weight: 700;
}
.voice-review__details--uni {
  -webkit-box-flex: 20;
      -ms-flex: 20;
          flex: 20;
}
.voice-review__details--dep {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-review__details--gokaku {
  font-weight: 700;
  margin-left: 16px;
}
.voice-review__details--name {
  font-size: 16px;
}
.voice-review__details--highschool {
  font-size: 14px;
}
.voice-review__lead {
  font-size: 16px;
  font-weight: 700;
  color: #0057c0;
  margin-top: 13px;
}
.voice-review__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  margin-top: 14px;
}
@media screen and (min-width: 994px) {
  .voice-review__text {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .voice-review__text {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-review__text--bold {
    font-weight: 700;
  }
}
.voice-review__text--rika {
  margin-top: 24px;
  display: block;
}
.voice-review__button {
  font-size: 20px;
  font-weight: 700;
  color: #132270;
  background-color: #ffffff;
  padding: 4px 63px 4px 46px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 30px;
  display: block;
  position: relative;
  margin-top: 22px;
}
@media screen and (min-width: 1280px) {
  .voice-review__button {
    display: none;
  }
}
.voice-review__button::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/arrow-right-simple.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
}

.voice__title--en.sub-page__title--en {
  font-family: "Jost", sans-serif;
}

.rates__title--en.sub-page__title--en {
  font-family: "Jost", sans-serif;
}

.about {
  background-color: #e6eef5;
}

.about-fv {
  background: url(../img/about-bg-sp.webp) no-repeat center center/cover;
  position: relative;
  padding-block: 16% 21.33%;
}
@media screen and (min-width: 1280px) {
  .about-fv {
    background: url(../img/about-bg.webp) no-repeat center center/cover;
    padding-block: 142px 160px;
  }
}
.about-fv::before {
  content: "";
  position: absolute;
  background: url(../img/logo-bg.webp) no-repeat center center/contain;
  width: 100%;
  height: 93vw;
  top: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about-fv::before {
    width: 79.21%;
    height: 82.34vw;
    max-width: 608px;
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .about-fv::before {
    width: 100%;
    height: 82.34vw;
    max-width: 1023px;
    top: 7.4%;
    max-height: 1054px;
  }
}
.about-fv__inner {
  padding-inline: 2.66%;
}
.about-fv__title {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.6;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .about-fv__title {
    font-size: 96px;
    line-height: 1.14;
  }
}
.about-fv__title--grad {
  background: linear-gradient(85deg, #3c689d 0%, #bdd4ec 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .about-fv__title--grad {
    font-size: 96px;
    line-height: 1.14;
  }
}
.about-fv__text {
  color: #e6eef5;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 3;
  margin-top: 37px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .about-fv__text {
    margin-top: 58px;
  }
}
.about-fv .about-fv__text + .about-fv__text {
  margin-top: 48px;
}
.about-fv__video {
  width: 100%;
  height: 54.82vw;
  margin-top: 17.5%;
  border-radius: 4px;
  background: rgba(19, 34, 112, 0.8);
  padding: 10px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-fv__video {
    max-width: 650px;
    height: 383px;
    margin-inline: auto;
    padding: 25px;
    margin-top: 80px;
  }
}
.about-fv__video button {
  width: 100%;
  height: 100%;
}
.about-fv__video iframe {
  width: 100%;
  height: 100%;
}

.about-philosophy {
  position: relative;
  padding-block: 10.5% 11%;
}
@media screen and (min-width: 1280px) {
  .about-philosophy {
    padding-block: 6.3% 12.4%;
  }
}
.about-philosophy__title {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 994px) {
  .about-philosophy__main {
    width: 499px;
    margin-inline: auto -6px;
  }
}
.about-philosophy__head {
  display: inline-block;
  background: var(--bluegra, linear-gradient(87deg, #132270 2.71%, #3b689c 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.96px;
  margin-top: 70px;
}
@media screen and (min-width: 994px) {
  .about-philosophy__head {
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 1.44px;
    margin-top: 5.2vw;
  }
}
.about-philosophy__head--bold {
  font-weight: 900;
}
.about-philosophy__head--Lblue {
  color: #3c689d;
  font-weight: 700;
}
@media screen and (min-width: 994px) {
  .about-philosophy__head--Lblue {
    letter-spacing: 1px;
  }
}
.about-philosophy__text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 2.2;
  margin-top: 34px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about-philosophy__text {
    margin-top: 27px;
    white-space: unset;
  }
}
@media screen and (min-width: 994px) {
  .about-philosophy__text {
    font-size: 16px;
  }
}
.about-philosophy .about-philosophy__text + .about-philosophy__text {
  margin-top: 32px;
}
@media screen and (min-width: 994px) {
  .about-philosophy .about-philosophy__text + .about-philosophy__text {
    margin-top: 33px;
  }
}
.about-philosophy__pic {
  position: absolute;
  top: 12%;
  left: 5.5%;
  z-index: 0;
  opacity: 0.8;
  width: 89.33%;
}
@media screen and (min-width: 994px) {
  .about-philosophy__pic {
    top: 2px;
    left: 5px;
    width: 75%;
    max-width: 970px;
  }
}
.about-philosophy__pic img {
  width: 100%;
}

.about-middle {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .about-middle::before {
    content: "";
    background: url(../img/earth.webp) no-repeat center center/contain;
    position: absolute;
    width: 81%;
    max-width: 1500px;
    height: 81vw;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.about-title {
  font-size: 24px;
  font-weight: 700;
  color: #132270;
  text-align: center;
}

.policies .policies-list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
}
@media screen and (min-width: 768px) {
  .policies .policies-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .policies .policies-list {
    width: 80.9%;
    margin-inline: auto;
    gap: 40px 38.5px;
  }
}
.policies__item {
  border-radius: 4px;
  background: var(--bluegra, linear-gradient(87deg, #132270 2.71%, #3b689c 72.27%));
  position: relative;
  padding: 10.5% 27.5px 11.5%;
}
@media screen and (min-width: 768px) {
  .policies__item {
    width: 47.7%;
    padding: 3.5% 28.5px 4.3% 39px;
  }
}
@media screen and (min-width: 1280px) {
  .policies__item:first-child .policies__item--num {
    left: 50%;
  }
}
.policies__item--num {
  font-family: "Jost", sans-serif;
  font-size: 241.778px;
  opacity: 0.4;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  line-height: 1px;
  mix-blend-mode: soft-light;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .policies__item--num {
    left: 54%;
  }
}
.policies__item--head {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1280px) {
  .policies__item--head {
    font-size: 32px;
    text-align: left;
  }
}
.policies__item--text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.71;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .policies__item--text {
    margin-top: 16px;
  }
}

.values {
  margin-top: 19%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .values {
    margin-top: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .values {
    margin-top: 5.5%;
  }
}
.values .values-list {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 9.94% 7.35% 11%;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1280px) {
  .values .values-list {
    width: 58%;
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5% 9.4% 5%;
    gap: 27px;
  }
}
.values__item {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .values__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
}
.values__item--num {
  font-size: 20px;
  font-weight: 700;
  color: #132270;
  font-family: "Jost", sans-serif;
}
.values__item--text {
  font-size: 20px;
  font-style: normal;
  line-height: 1.2;
}
.values__item--bold {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.values__item--bold::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: #e6eef5;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.goal {
  margin-top: 19%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .goal {
    margin-top: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .goal {
    margin-top: 5.5%;
  }
}
.goal__wrap {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 7.94% 8.35% 9%;
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .goal__wrap {
    width: 58%;
    margin-inline: auto;
    padding: 4.7% 9.4% 4.5%;
    gap: 27px;
  }
}
.goal__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.about-philosophy-video {
  margin-block: 20.8% 10.5%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about-philosophy-video {
    margin-block: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .about-philosophy-video {
    margin-block: 6.4% 6%;
  }
}
.about-philosophy-video__wrapper {
  width: 100%;
  margin-inline: auto;
  height: 49.5vw;
}
@media screen and (min-width: 1280px) {
  .about-philosophy-video__wrapper {
    width: 58%;
    height: 25.8vw;
    margin-inline: auto;
  }
}
.about-philosophy-video__wrapper button {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .about-philosophy-video__wrapper button {
    border-radius: 15px;
  }
}
.about-philosophy-video__wrapper iframe {
  width: 100%;
  border-radius: 4px;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .about-philosophy-video__wrapper iframe {
    border-radius: 15px;
  }
}

.strength {
  padding-block: 11%;
  background: var(--bluegra, linear-gradient(87deg, #132270 2.71%, #3b689c 72.27%));
}
@media screen and (min-width: 994px) {
  .strength {
    padding-block: 6.5% 6.2%;
  }
}
.strength__title--ja {
  color: #e6eef5;
}
.strength .strength-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 79px;
  margin-top: 25%;
}
@media screen and (min-width: 550px) {
  .strength .strength-list {
    margin-top: 15%;
  }
}
@media screen and (min-width: 994px) {
  .strength .strength-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8.1%;
  }
}
@media screen and (min-width: 1280px) {
  .strength .strength-list {
    gap: 40px;
  }
}
.strength__item {
  background-color: #e6eef5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8.3%;
}
@media screen and (min-width: 994px) {
  .strength__item {
    width: 33%;
    padding: 1.6%;
  }
}
@media screen and (min-width: 1280px) {
  .strength__item {
    padding: 2.6%;
    width: 31%;
  }
}
.strength__item--num {
  font-family: "Jost", sans-serif;
  font-size: 96px;
  font-weight: 700;
  color: #e6eef5;
  position: absolute;
  top: -94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.2;
}
.strength__item--pic {
  width: 60px;
  height: 60px;
}
.strength__item--head {
  font-size: 32px;
  font-weight: 700;
  color: #3c689d;
  margin-top: 15px;
}
.strength__item--Dblue {
  color: #132270;
  font-weight: 700;
}
.strength__item--text {
  line-height: 2;
  text-align: center;
  position: relative;
  font-size: 16px;
  margin-top: 40px;
}
.strength__item--text::before {
  content: "";
  width: 24px;
  height: 4px;
  background-color: #e8c8a7;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.strength-bottom {
  margin-top: 12%;
}
@media screen and (min-width: 994px) {
  .strength-bottom {
    margin-top: 4%;
  }
}
.strength-bottom__wrapper {
  background-color: #e6eef5;
  padding: 12% 5.5%;
}
@media screen and (min-width: 994px) {
  .strength-bottom__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5.7% 2.5% 5.9% 10.5%;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.strength-bottom__head {
  font-size: 16px;
  line-height: 2;
}
.strength-bottom__left {
  width: 66.66%;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .strength-bottom__left {
    width: 30.66%;
    margin-inline: unset;
  }
}
.strength-bottom__left img {
  width: 100%;
}
.strength-bottom__right {
  margin-top: 6.5%;
}
@media screen and (min-width: 994px) {
  .strength-bottom__right {
    margin-top: -0.6%;
  }
}
.strength-bottom__item {
  font-size: 20px;
  font-weight: 700;
  color: #132270;
  position: relative;
  padding-left: 52px;
}
@media screen and (min-width: 994px) {
  .strength-bottom__item {
    font-size: 24px;
  }
}
.strength-bottom__item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/check-icon.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.strength-bottom__item:nth-of-type(2) {
  padding-left: 53px;
}
@media screen and (min-width: 994px) {
  .strength-bottom__item:nth-of-type(2) {
    padding-left: 55px;
  }
}
.strength-bottom__item:nth-of-type(3) {
  margin-top: -5px;
  line-height: 1.2;
  padding-left: 53px;
}
@media screen and (min-width: 994px) {
  .strength-bottom__item:nth-of-type(3) {
    margin-top: 1px;
  }
}
.strength-bottom .strength-bottom-list {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media screen and (min-width: 994px) {
  .strength-bottom .strength-bottom-list {
    margin-top: 22px;
    gap: 21px;
  }
}

.strength-video {
  margin-top: 24%;
}
@media screen and (min-width: 768px) {
  .strength-video {
    margin-top: 15%;
  }
}
@media screen and (min-width: 1280px) {
  .strength-video {
    margin-top: 7.6%;
  }
}
.strength-video__wrapper {
  width: 100%;
  height: 49.4vw;
}
@media screen and (min-width: 1280px) {
  .strength-video__wrapper {
    width: 57.5%;
    height: 26vw;
    margin-inline: auto;
  }
}
.strength-video__wrapper button {
  width: 100%;
  height: 100%;
}
.strength-video__wrapper iframe {
  width: 100%;
  height: 100%;
}

.about-message {
  padding-block: 10.5%;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .about-message {
    padding-block: 9.5%;
  }
}
.about-message .about-message-list {
  margin-top: 18.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .about-message .about-message-list {
    margin-top: 5.5%;
    gap: 7vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-message .about-message-list {
    gap: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .about-message__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .about-message__item {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .about-message__item--even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .about-message__item--even .about-message__wrap {
    margin-inline: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .about-message__item--even .about-message__pic {
    width: 64.5%;
    top: 14%;
  }
}
@media screen and (min-width: 1280px) {
  .about-message__item:nth-of-type(3) {
    margin-top: 0.9%;
  }
}
@media screen and (min-width: 1280px) {
  .about-message__item:nth-of-type(3) .about-message__wrap::after {
    right: -3%;
    top: 86px;
  }
}
@media screen and (min-width: 1280px) {
  .about-message__item:nth-of-type(3) .about-message__pic {
    width: 48%;
  }
}
@media screen and (min-width: 1280px) {
  .about-message__item:nth-of-type(3) .about-message__text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 994px) {
  .about-message__pic {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .about-message__pic {
    position: absolute;
    width: 57.5%;
    max-width: 800px;
    top: 11%;
  }
}
.about-message__pic img {
  width: 100%;
}
.about-message__wrap {
  margin-top: 4.5%;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .about-message__wrap {
    width: 53.8%;
    margin-inline: auto 0;
    margin-top: 6.5%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.about-message__wrap::before, .about-message__wrap::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: -1;
}
.about-message__wrap::before {
  background: url(../img/bi_quote.webp) no-repeat center center/contain;
  left: -50px;
  top: -50px;
}
.about-message__wrap::after {
  background: url(../img/bi_quote_right.webp) no-repeat center center/contain;
  right: -50px;
  top: 62px;
}
@media screen and (min-width: 1280px) {
  .about-message__wrap::after {
    right: 23%;
    top: 83px;
  }
}
.about-message__wrap--2nd::after {
  top: 5px;
}
@media screen and (min-width: 1280px) {
  .about-message__wrap--3rd {
    margin-right: 33px;
  }
}
.about-message__wrap--3rd::after {
  top: 101px;
}
.about-message__head {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  background: var(--bluegra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .about-message__head {
    font-size: 48px;
    text-align: left;
  }
}
.about-message__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .about-message__text {
    font-size: 16px;
    line-height: 3;
    margin-top: 40px;
  }
}

.about-message-video {
  margin-top: 18.5%;
}
@media screen and (min-width: 768px) {
  .about-message-video {
    margin-top: 15%;
  }
}
@media screen and (min-width: 1280px) {
  .about-message-video {
    margin-top: 11.7%;
  }
}
.about-message-video__wrapper {
  width: 100%;
  height: 49.4vw;
}
@media screen and (min-width: 1280px) {
  .about-message-video__wrapper {
    width: 57.5%;
    height: 26vw;
    margin-inline: auto;
  }
}
.about-message-video__wrapper button {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-message-video__wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.about-courses-list {
  gap: 26px;
}
@media screen and (min-width: 994px) {
  .about-courses-list {
    gap: 24px;
  }
}

.message-about {
  padding: 57px 25px 67px;
}
@media screen and (min-width: 1280px) {
  .message-about {
    padding: 188px 320px 189px 320px;
  }
}
@media screen and (min-width: 1280px) {
  .message-about__inner {
    gap: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .message-about__text {
    line-height: 3;
  }
}
.compare {
  padding-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .compare__head {
    width: 81.25%;
    max-width: 1500px;
    margin-inline: auto;
  }
}
.compare__title--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}
@media screen and (min-width: 1280px) {
  .compare__title--text {
    margin-top: 27px;
    font-size: 15px;
    letter-spacing: 0;
  }
}
.compare__lead {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3.2px;
  text-align: center;
  margin-top: 29px;
}
@media screen and (min-width: 1280px) {
  .compare__lead {
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 34px;
  }
}
.compare__wrap {
  padding-inline: 5.2% 4.93%;
  background: url(../img/compare-bg-sp.webp) no-repeat top center/cover;
  background-position: center 159px;
  padding-bottom: 13.5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 550px) {
  .compare__wrap {
    background-position: center 30px;
  }
}
@media screen and (min-width: 1280px) {
  .compare__wrap {
    background: url(../img/compare-bg.webp) no-repeat top center/cover;
    background-position: center 46px;
    padding-bottom: 6.3%;
  }
}
.compare__deco {
  font-size: 128px;
  line-height: 0.19;
  color: #f0f0f0;
  font-family: "Jost", sans-serif;
  opacity: 0.1;
  white-space: pre;
  position: absolute;
  letter-spacing: 3px;
}
@media screen and (min-width: 1280px) {
  .compare__deco {
    font-size: 128px;
    line-height: 1.8;
  }
}
.compare__deco--group {
  top: -15.8%;
  left: -23px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (min-width: 1280px) {
  .compare__deco--group {
    top: -23.6%;
    left: -303px;
  }
}
.compare__deco--manage {
  right: -23px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: -15.8%;
}
@media screen and (min-width: 1280px) {
  .compare__deco--manage {
    top: -23.5%;
    right: -300px;
  }
}

@media screen and (min-width: 1280px) {
  .course-compare {
    max-width: 1500px;
    margin-inline: auto;
  }
}
.course-compare__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-block: 39px 37px;
  justify-self: center;
  gap: 1px;
}
@media screen and (min-width: 1280px) {
  .course-compare__head {
    gap: 149px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-block: 0px -6px;
  }
}
.course-compare__head--group, .course-compare__head--manage {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .course-compare__head--group, .course-compare__head--manage {
    font-size: 32px;
  }
}
.course-compare__head--accent {
  font-size: 32px;
  font-weight: 700;
  background-color: #132270;
  color: #ffffff;
  padding: 2px 6px 4px;
}
@media screen and (min-width: 1280px) {
  .course-compare__head--accent {
    font-size: 64px;
    padding: 0px 6px 2px;
  }
}
.course-compare__head--red {
  background-color: #ba0013;
}
.course-compare__head--en {
  color: #132270;
  font-size: 36px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1280px) {
  .course-compare__head--en {
    font-size: 64px;
  }
}
.course-compare__head--en-red {
  color: #ba0013;
  font-weight: 700;
}
.course-compare__desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.71;
  background-color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .course-compare__desc {
    font-size: 15px;
    line-height: 1.6;
  }
}
.course-compare__desc + .course-compare__desc {
  margin-top: 6.2px;
}
.course-compare__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .course-compare__cols {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24.5%;
  }
}
.course-compare__cols--price {
  justify-items: normal;
}
@media screen and (min-width: 1280px) {
  .course-compare__cols--point {
    gap: 24.5%;
  }
}
.course-compare__col {
  width: 45%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .course-compare__col {
    width: 33%;
  }
}
.course-compare__col--price-group {
  width: 49%;
}
@media screen and (min-width: 1280px) {
  .course-compare__col--price-group {
    width: 33%;
  }
}
.course-compare__col--price-manage {
  width: 45%;
}
@media screen and (min-width: 1280px) {
  .course-compare__col--price-manage {
    width: 33%;
  }
}
@media screen and (min-width: 1280px) {
  .course-compare__col--1st-group::before {
    content: "";
    position: absolute;
    width: 188px;
    height: 41px;
    background: url(../img/people.webp) no-repeat center center/contain;
    top: -41px;
    left: 9px;
  }
}
@media screen and (min-width: 1280px) {
  .course-compare__col--1st-manage::before {
    content: "";
    position: absolute;
    width: 58.377px;
    height: 52px;
    background: url(../img/person.webp) no-repeat center center/contain;
    top: -49px;
    right: 13px;
  }
}
.course-compare__item {
  position: relative;
  margin-top: 148px;
}
.course-compare__item:nth-of-type(2) .course-compare__lead {
  top: -130px;
}
@media screen and (min-width: 1280px) {
  .course-compare__item:nth-of-type(2) .course-compare__lead {
    top: 59px;
  }
}
@media screen and (min-width: 1280px) {
  .course-compare__item {
    margin-top: 82px;
  }
}
.course-compare__item--feature {
  margin-top: 181px;
}
@media screen and (min-width: 1280px) {
  .course-compare__item--feature {
    margin-top: 41px;
  }
}
.course-compare__item--merit {
  margin-top: 160px;
}
@media screen and (min-width: 1280px) {
  .course-compare__item--merit {
    margin-top: 40px;
  }
}
.course-compare__item--price {
  margin-top: 142px;
}
@media screen and (min-width: 1280px) {
  .course-compare__item--price {
    margin-top: 40px;
  }
}
.course-compare__item--point {
  margin-top: 45px;
}
@media screen and (min-width: 1280px) {
  .course-compare__item--point {
    margin-top: 60px;
  }
}
.course-compare__lead {
  border-radius: 50px;
  background: #f0f0f0;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1280px) {
  .course-compare__lead {
    width: 200px;
    height: 200px;
    padding: 38px;
    border-radius: 100px;
    top: 59px;
    gap: 16px;
  }
}
.course-compare__lead--1row {
  padding: 26px 20px;
}
@media screen and (min-width: 1280px) {
  .course-compare__lead--1row {
    padding: 55px 20px 41px;
  }
}
.course-compare__lead--price {
  top: -100px;
}
@media screen and (min-width: 1280px) {
  .course-compare__lead--price {
    top: 220px;
  }
}
.course-compare__lead-num {
  font-size: 24px;
  font-weight: 700;
  line-height: 0.52;
  color: #132270;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 1280px) {
  .course-compare__lead-num {
    font-size: 48px;
  }
}
.course-compare__lead-num--accent {
  color: #ba0013;
  font-size: 24px;
  font-weight: 700;
  line-height: 0.52;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 1280px) {
  .course-compare__lead-num--accent {
    font-size: 48px;
  }
}
.course-compare__lead-en {
  color: #0057c0;
  font-family: "Jost", sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.56;
}
@media screen and (min-width: 1280px) {
  .course-compare__lead-en {
    font-size: 16px;
    line-height: 1.8;
  }
}
.course-compare__lead-ja {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  .course-compare__lead-ja {
    font-size: 24px;
    line-height: 1.3;
    margin-top: -14px;
  }
}

#courses-price {
  scroll-margin-top: 2520px;
}
@media screen and (min-width: 1280px) {
  #courses-price {
    scroll-margin-top: 1520px;
  }
}

.course-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36.5px;
}
@media screen and (min-width: 1280px) {
  .course-detail {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 7.6% 40px 8% 80px;
    gap: 5.6%;
    height: 319px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.course-detail__item {
  color: #ffffff;
  font-size: 12px;
  line-height: 2.08;
  text-align: center;
  position: relative;
  height: 74.5px;
}
@media screen and (min-width: 550px) {
  .course-detail__item {
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .course-detail__item {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0px;
    text-align: left;
    color: #222;
    height: unset;
  }
}
@media screen and (min-width: 1280px) {
  .course-detail__item--1st-group:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .course-detail__item--1st-group:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .course-detail__item--1st-group:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .course-detail__item--1st-group:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1280px) {
  .course-detail__item--1st-manage:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .course-detail__item--1st-manage:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .course-detail__item--1st-manage:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .course-detail__item--1st-manage:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.course-detail__item::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/square.webp) no-repeat center center/contain;
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1280px) {
  .course-detail__item::before {
    background: url(../img/square-blue.webp) no-repeat center center/contain;
    top: 52%;
    left: -39px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1280px) {
  .course-detail__item--right::before {
    background: url(../img/square-red.webp) no-repeat center center/contain;
  }
}
.course-detail__bold {
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .course-detail__bold--blue {
    color: #132270;
  }
}
@media screen and (min-width: 1280px) {
  .course-detail__bold--red {
    color: #ba0013;
  }
}

@media screen and (min-width: 1280px) {
  .course-detail-1st-manage {
    gap: 23.5px;
  }
}

@media screen and (min-width: 1280px) {
  .course-detail-3rd-group {
    gap: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .course-price-detail {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 49px 79px 49px 79px;
  }
}
.course-price-detail__head {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.78;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__head {
    color: #222;
    font-size: 15px;
    line-height: 1.3;
  }
}
.course-price-detail__subject {
  font-size: 13px;
  line-height: 1.92;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__subject {
    color: #222;
    font-size: 15px;
  }
}
.course-price-detail__subject--bold {
  font-weight: 700;
}
.course-price-detail__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 550px) {
  .course-price-detail__prices {
    gap: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .course-price-detail__prices {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.course-price-detail__price {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price {
    color: #0057c0;
    letter-spacing: 0;
  }
}
.course-price-detail__price--yen {
  font-size: 16px;
  line-height: 1.56;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--yen {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
  }
}
.course-price-detail__price--num {
  font-size: 24px;
  line-height: 1.04;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--num {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
  }
}
.course-price-detail__price--tax {
  font-size: 10px;
  line-height: 2.5;
  margin-left: 3px;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--tax {
    font-size: 12px;
    line-height: 1.3;
    margin-left: 5px;
  }
}
.course-price-detail__price--new-tax {
  margin-left: 6px;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--new-tax {
    margin-left: 5px;
  }
}
.course-price-detail__price--original {
  color: #d9d9d9;
  font-size: 14px;
  letter-spacing: 0.6px;
  margin-left: 1px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--original {
    font-size: 16px;
    margin-top: -12px;
  }
}
.course-price-detail__price--original::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 1px;
  background-color: #d9d9d9;
  top: 12px;
  left: -1px;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
.course-price-detail__price--original-yen, .course-price-detail__price--original-tax {
  font-size: 10px;
  line-height: 2.5;
}
.course-price-detail__price--original-tax {
  margin-left: 7px;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--original-tax {
    margin-left: 4px;
  }
}
.course-price-detail__price--per {
  font-size: 14px;
  margin-left: -1px;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--per {
    font-size: 15px;
    line-height: 1.3;
    margin-left: 1.5px;
  }
}
.course-price-detail__price--num--group-first {
  letter-spacing: 1.4px !important;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--num--group-first {
    letter-spacing: 0px !important;
  }
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--manage {
    color: #ba0013;
  }
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--new {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .course-price-detail__price--3rd {
    margin-top: -10px;
  }
}
.course-price-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__item {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 15px;
    margin-inline: unset;
    width: unset;
  }
}
@media screen and (min-width: 1280px) {
  .course-price-detail__item:nth-of-type(1) .course-price-detail__price--num, .course-price-detail__item:nth-of-type(2) .course-price-detail__price--num {
    margin-top: -10px;
  }
}
.course-price-detail__item--2ndyr {
  margin-top: 40px !important;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__item--2ndyr {
    position: relative;
  }
  .course-price-detail__item--2ndyr::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    top: -14.5px;
    left: 0;
  }
}
.course-price-detail__item + .course-price-detail__item {
  margin-top: 36px;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__item + .course-price-detail__item {
    margin-top: 16px;
  }
}
.course-price-detail__item--manage + .course-price-detail__item--manage {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__item--manage + .course-price-detail__item--manage {
    margin-top: 10px;
  }
}
.course-price-detail__subject:first-child .course-price-detail__price--num {
  letter-spacing: 1.4px;
}
.course-price-detail__right {
  font-family: "Jost", sans-serif;
  color: #ffffff;
  background-color: #b09035;
  padding-block: 6.5px;
  width: 35px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__right {
    width: 45px;
    height: 41px;
  }
}
.course-price-detail__right--num {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.12;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__right--num {
    font-size: 20px;
    line-height: 1;
  }
}
.course-price-detail__right--per {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__right--per {
    font-size: 14px;
    line-height: 1;
  }
}
.course-price-detail__right--en {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.125;
}
@media screen and (min-width: 1280px) {
  .course-price-detail__right--en {
    font-size: 18px;
    line-height: 1;
  }
}
.course-price-detail__top-right {
  line-height: 0;
}

@media screen and (min-width: 1280px) {
  .course-grade-price-detail {
    padding: 45px 45px 46px 91px;
  }
}

@media screen and (min-width: 1280px) {
  .course-price-detail__item--manage {
    gap: 19px;
  }
}

.course-compare__point-head {
  background-color: #ffffff;
  width: 59px;
  height: 59px;
  padding: 17px 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.78;
  color: #0057c0;
  border-radius: 29.5px;
}
.course-compare__point-head--red {
  color: #ba0013;
}

.course-compare__point-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.66;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .course-compare__point-text {
    font-size: 20px;
    line-height: 1.8;
  }
}

.course-compare__col--point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  width: 46.5%;
}
@media screen and (min-width: 1280px) {
  .course-compare__col--point {
    width: 33%;
    gap: 19px;
  }
}

.compare-table {
  padding-top: 50px;
  padding-bottom: 48px;
}
@media screen and (min-width: 994px) {
  .compare-table {
    padding-top: 78px;
    padding-bottom: 82px;
  }
}
.compare-table__inner {
  width: 90.33%;
}
@media screen and (min-width: 994px) {
  .compare-table__inner {
    width: 81.33%;
  }
}
.compare-table__title--ja {
  margin-top: -7px;
}
.compare-table__title--text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 994px) {
  .compare-table__title--text {
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 0;
  }
}
.compare-table__table {
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 994px) {
  .compare-table__table {
    margin-top: 39px;
  }
}
.compare-table__table tbody tr:nth-child(odd) .compare-table__cell {
  background-color: #f0f0f0;
}
.compare-table__table thead tr .compare-table__col:nth-of-type(2) {
  background-color: #132270;
}
.compare-table__col {
  background-color: #4b558a;
  color: #ffffff;
  font-size: 10px;
  padding-block: 12px;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 994px) {
  .compare-table__col {
    border-radius: 20px 20px 0 0;
    padding-block: 21px 24px;
    -webkit-box-shadow: inset 1px 0 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0;
            box-shadow: inset 1px 0 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0; /* right */
  }
}
.compare-table__col--head {
  width: 22%;
}
@media screen and (min-width: 994px) {
  .compare-table__col--head {
    width: 18.5%;
  }
}
.compare-table__col--a, .compare-table__col--b {
  width: 22%;
}
@media screen and (min-width: 994px) {
  .compare-table__col--a, .compare-table__col--b {
    width: 19%;
  }
}
@media screen and (min-width: 994px) {
  .compare-table__col--a, .compare-table__col--b, .compare-table__col--c {
    font-size: 15px;
  }
}
.compare-table__col--main {
  font-size: 12px;
  font-weight: 700;
  width: 28%;
}
@media screen and (min-width: 994px) {
  .compare-table__col--main {
    width: 24.6%;
    font-size: 24px;
  }
}
.compare-table__col--head {
  opacity: 0;
}
.compare-table__row {
  background-color: #132270;
  color: #ffffff;
  font-size: 10px;
  line-height: 4.11;
}
@media screen and (min-width: 994px) {
  .compare-table__row {
    font-size: 15px;
    padding-block: 6px;
    -webkit-box-shadow: inset 2px 0 0 0 #f0f0f0, inset -2px 0 0 0 #f0f0f0, inset 0 -2px 0 0 #f0f0f0;
            box-shadow: inset 2px 0 0 0 #f0f0f0, inset -2px 0 0 0 #f0f0f0, inset 0 -2px 0 0 #f0f0f0; /* bottom */
  }
}
.compare-table__row--4th {
  padding: 8.5px 2px;
  line-height: 1.2;
}
@media screen and (min-width: 994px) {
  .compare-table__row--4th {
    padding: 19.5px 2px;
  }
}
.compare-table__cell {
  background-color: #dee5ec;
  font-size: 9px;
  vertical-align: middle;
  color: #222;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
}
@media screen and (min-width: 994px) {
  .compare-table__cell {
    -webkit-box-shadow: inset 2px 0 0 0 #f0f0f0, inset -2px 0 0 0 #f0f0f0;
            box-shadow: inset 2px 0 0 0 #f0f0f0, inset -2px 0 0 0 #f0f0f0; /* right */
  }
}
@media screen and (min-width: 994px) {
  .compare-table__cell {
    font-size: 15px;
    padding-inline: 20px;
  }
}
.compare-table__cell--small {
  font-size: 7px;
}
@media screen and (min-width: 994px) {
  .compare-table__cell--small {
    font-size: 12px;
  }
}
.compare-table__cell--main {
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: inset 4px 0 0 0 #132270, inset -4px 0 0 0 #132270;
          box-shadow: inset 4px 0 0 0 #132270, inset -4px 0 0 0 #132270; /* right */
}
@media screen and (min-width: 994px) {
  .compare-table__cell--main {
    -webkit-box-shadow: inset 10px 0 0 0 #132270, inset -10px 0 0 0 #132270;
            box-shadow: inset 10px 0 0 0 #132270, inset -10px 0 0 0 #132270; /* right */
  }
}
.compare-table__cell--grad {
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media screen and (min-width: 994px) {
  .compare-table__cell--grad {
    font-size: 24px;
  }
}
.compare-table__cell--ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 994px) {
  .compare-table__cell--ok {
    text-align: center;
  }
}
.compare-table__cell span {
  display: inline-block;
}
.compare-table__cell--small-group {
  line-height: 1;
}
.compare-table__cell--price, .compare-table__cell--big-group {
  line-height: 0.9;
  letter-spacing: 0;
}
.compare-table__cell--3rd-grad {
  font-size: 12px;
}
@media screen and (min-width: 994px) {
  .compare-table__cell--3rd-grad {
    font-size: 20px;
  }
}
.compare-table__cell--4th-grad, .compare-table__cell--6th-grad {
  font-size: 14px;
}
@media screen and (min-width: 994px) {
  .compare-table__cell--4th-grad, .compare-table__cell--6th-grad {
    font-size: 20px;
  }
}
@media screen and (min-width: 994px) {
  .compare-table__cell--5th {
    -webkit-box-shadow: inset 10px 0 0 0 #132270, inset -10px 0 0 0 #132270;
            box-shadow: inset 10px 0 0 0 #132270, inset -10px 0 0 0 #132270; /* right */
    position: relative;
  }
}
@media screen and (min-width: 994px) {
  .compare-table__cell--5th::before {
    content: "";
    position: absolute;
    width: 127px;
    height: 61px;
    background: url(../img/fukidashi-pc.webp) no-repeat top center/contain;
    top: -5px;
    right: -41px;
  }
}
@media screen and (min-width: 1280px) {
  .compare-table__cell--5th::before {
    right: -22px;
  }
}
.compare-table__cell--7th-grad {
  font-size: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 994px) {
  .compare-table__cell--7th-grad {
    font-size: 15px;
  }
}
.compare-table__main-cell--sub {
  font-size: 9px;
  color: #222;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (min-width: 994px) {
  .compare-table__main-cell--sub {
    font-size: 15px;
  }
}
.compare-table__main-cell--ja {
  font-size: 10px;
  font-weight: 700;
}
@media screen and (min-width: 994px) {
  .compare-table__main-cell--ja {
    font-size: 20px;
  }
}

tbody tr:last-child .compare-table__cell--main {
  -webkit-box-shadow: inset 4px 0 0 0 #132270, inset -4px 0 0 0 #132270, inset 0 -4px 0 0 #132270;
          box-shadow: inset 4px 0 0 0 #132270, inset -4px 0 0 0 #132270, inset 0 -4px 0 0 #132270; /* bottom */
}
@media screen and (min-width: 994px) {
  tbody tr:last-child .compare-table__cell--main {
    -webkit-box-shadow: inset 10px 0 0 0 #132270, inset -10px 0 0 0 #132270, inset 0 -10px 0 0 #132270;
            box-shadow: inset 10px 0 0 0 #132270, inset -10px 0 0 0 #132270, inset 0 -10px 0 0 #132270; /* bottom */
  }
}

.backup__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  background-color: #132270;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 40px;
  padding: 4px;
}
@media screen and (min-width: 994px) {
  .backup__title {
    font-size: 24px;
    line-height: 0.91;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .backup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    width: 87.11%;
    margin-top: 64px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.backup__pic {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .backup__pic {
    width: 60%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .backup__pic {
    width: 44.15%;
    margin-top: 0;
    margin-inline: unset;
  }
}
.backup__pic img {
  width: 100%;
}
.backup__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .backup__texts {
    width: 60%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .backup__texts {
    width: 50%;
    gap: 78px;
    margin-inline: unset;
    margin-top: 0;
  }
}
.backup__text {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 550px) {
  .backup__text {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .backup__text {
    padding: 35px 36.5px 20px;
    text-align: left;
  }
}
@media screen and (min-width: 994px) {
  .backup__text:nth-of-type(2) {
    padding: 20px 36.5px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .backup__text::before {
    content: "";
    position: absolute;
    width: 33.213px;
    height: 26.57px;
    background: url(../img/fukidasi.webp) no-repeat top center/contain;
    top: 50%;
    left: -24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.backup__text--blue {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.14;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 994px) {
  .backup__text--blue {
    font-size: 20px;
    line-height: 1.5;
  }
}
.backup__text--red {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.14;
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 994px) {
  .backup__text--red {
    font-size: 20px;
    line-height: 1.5;
    display: inline-block;
  }
}

.compare-counseling {
  padding: 75px 20px 49px;
}
@media screen and (min-width: 994px) {
  .compare-counseling {
    padding: 34px 20px 28px;
  }
}

.table-hidden-sp {
  display: none;
}
@media screen and (min-width: 994px) {
  .table-hidden-sp {
    display: revert;
  }
}

@media screen and (min-width: 994px) {
  .table-hidden-pc {
    display: none;
  }
}

.ele {
  background-color: #f1f8ff;
}
.ele__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.ele__title--en {
  color: #ffffff;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 0;
}
.ele__title--ja {
  font-size: 24px;
  font-weight: 700;
  color: #003370;
}
@media screen and (min-width: 994px) {
  .ele__title--ja {
    font-size: 32px;
  }
}
.ele__title--white-en {
  color: #bdd4ec;
}
.ele__title--white-ja {
  color: #ffffff;
}

.ele-wrap {
  background-image: url(../img/ele-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: 100% 65.5%;
  background-position: center 449px;
}
@media screen and (min-width: 768px) {
  .ele-wrap {
    background-size: 100% 61%;
    background-position: center 365px;
  }
}
@media screen and (min-width: 994px) {
  .ele-wrap {
    background-image: url(../img/ele-bg.webp);
    background-size: 100% 70%;
  }
}
@media screen and (min-width: 1280px) {
  .ele-wrap {
    background-size: 100% 66.2%;
    background-position: center 421px;
  }
}

.ele-fv__inner {
  position: relative;
  padding-top: 11%;
}
@media screen and (min-width: 994px) {
  .ele-fv__inner {
    padding-top: 1.5%;
    width: 100%;
  }
}
.ele-fv .ele-fv-picture {
  width: 100%;
}
.ele-fv .ele-fv-picture img {
  width: 100%;
}
.ele-fv__top-head {
  font-size: 9.74vw;
  position: absolute;
  top: 11%;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .ele-fv__top-head {
    font-size: 5vw;
    top: 12.5%;
  }
}
@media screen and (min-width: 994px) {
  .ele-fv__top-head {
    top: 22.5%;
  }
}
@media screen and (min-width: 1500px) {
  .ele-fv__top-head {
    font-size: 75px;
  }
}
.ele-fv__top-head--blue {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.6px;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 994px) {
  .ele-fv__top-head--blue {
    letter-spacing: 6.4px;
  }
}
.ele-fv__top-head--bg {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.6px;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  color: #ffffff;
  display: inline-block;
}
@media screen and (min-width: 994px) {
  .ele-fv__top-head--bg {
    letter-spacing: 6.4px;
  }
}
.ele-fv__head {
  font-size: 15px;
  line-height: 2;
  color: #3c689d;
  text-align: center;
  margin-top: 17px;
}
@media screen and (min-width: 994px) {
  .ele-fv__head {
    font-size: 1.56vw;
    line-height: 2;
    position: absolute;
    bottom: 16.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: unset;
  }
}
@media screen and (min-width: 1500px) {
  .ele-fv__head {
    font-size: 21px;
  }
}
.ele-fv__title {
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 994px) {
  .ele-fv__title {
    font-size: 2.5vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 9px;
    margin-inline: auto;
    margin-top: 69px;
  }
}
@media screen and (min-width: 1500px) {
  .ele-fv__title {
    font-size: 38px;
  }
}

.ele-desc {
  background: url(../img/ele-desc-sp.webp) no-repeat top center/cover;
  margin-top: 24px;
  padding-bottom: 73px;
  background-size: 100% 473px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ele-desc {
    background-size: 100% 373px;
  }
}
@media screen and (min-width: 994px) {
  .ele-desc {
    margin-top: 42px;
    padding-bottom: 119px;
  }
}
@media screen and (min-width: 1280px) {
  .ele-desc {
    background: url(../img/ele-desc.webp) no-repeat top center/cover;
    background-size: 100% 432px;
  }
}
.ele-desc::before {
  content: "";
  position: absolute;
  width: 189.992px;
  height: 161.691px;
  -webkit-transform: rotate(-0.013deg);
          transform: rotate(-0.013deg);
  background: url(../img/joro.webp) no-repeat top center/contain;
  top: -9px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .ele-desc::before {
    top: 0%;
    left: 2%;
  }
}
@media screen and (min-width: 1280px) {
  .ele-desc::before {
    width: 301.001px;
    height: 256.343px;
    top: -9%;
    left: 8%;
  }
}
.ele-desc::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: url(../img/plant.webp) no-repeat top center/contain;
  bottom: 29px;
  right: 11px;
}
@media screen and (min-width: 768px) {
  .ele-desc::after {
    bottom: 10%;
    right: 7%;
  }
}
@media screen and (min-width: 994px) {
  .ele-desc::after {
    bottom: 6%;
    right: 7%;
  }
}
@media screen and (min-width: 1280px) {
  .ele-desc::after {
    bottom: 6%;
    right: 10%;
    width: 160px;
    height: 160px;
  }
}
.ele-desc__title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding-top: 74px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 994px) {
  .ele-desc__title {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .ele-desc__title {
    padding-top: 112px;
  }
}
.ele-desc__title::before {
  content: "";
  position: absolute;
  width: 267px;
  height: 45px;
  top: 97px;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/orange-doubleline.webp) no-repeat top center/contain;
  z-index: -1;
}
@media screen and (min-width: 994px) {
  .ele-desc__title::before {
    width: 594px;
    height: 46px;
    padding-top: 64px;
    left: 50%;
    background: url(../img/orange-line.webp) no-repeat top center/contain;
  }
}
@media screen and (min-width: 1280px) {
  .ele-desc__title::before {
    top: 148px;
  }
}
@media screen and (min-width: 994px) {
  .ele-desc__title {
    font-size: 32px;
  }
}
.ele-desc__text {
  line-height: 34px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 994px) {
  .ele-desc__text {
    margin-top: 25.5px;
  }
}

.ele-strength {
  margin-block: 7.5% 11%;
}
@media screen and (min-width: 994px) {
  .ele-strength {
    margin-block: 5%;
  }
}
.ele-strength .ele-strength-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 63px;
}
@media screen and (min-width: 994px) {
  .ele-strength .ele-strength-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ele-strength__item {
  position: relative;
}
@media screen and (min-width: 994px) {
  .ele-strength__item {
    width: 29.51%;
  }
}
.ele-strength__item--main {
  background-color: #ffffff;
  border-radius: 10px;
  padding-block: 24px 22px;
}
.ele-strength__item--main-2nd, .ele-strength__item--main-3rd {
  padding-block: 26px 22px;
}
.ele-strength__item--pic {
  width: 69.25%;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .ele-strength__item--pic {
    width: 76.25%;
  }
}
.ele-strength__item--pic img {
  width: 100%;
}
.ele-strength__item--text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 9px;
}
.ele-strength__item--highlight {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.8;
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: relative;
}
.ele-strength__item--highlight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: #ffe26e;
  z-index: -1;
}
.ele-strength__item--text-2nd, .ele-strength__item--text-3rd {
  margin-top: 14px;
}
.ele-strength__item--num {
  color: #3c689d;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.725;
  border-radius: 40px;
  background: #ffffff;
  width: 80px;
  height: 80px;
  padding: 25px 16px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
}

.ele-class {
  background-color: #3c689d;
  padding-block: 12% 10.7%;
}
@media screen and (min-width: 994px) {
  .ele-class {
    padding-block: 9% 7.7%;
  }
}
@media screen and (min-width: 1280px) {
  .ele-class {
    background-color: unset;
    padding-block: 1.2% 0;
  }
}
@media screen and (min-width: 1280px) {
  .ele-class__inner {
    padding-block: 3.7% 10.5%;
    width: 85.25%;
    background: url(../img/blackboard.webp) no-repeat top center/contain;
  }
}
.ele-class__wrap {
  margin-top: 9.5%;
}
@media screen and (min-width: 1280px) {
  .ele-class__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4%;
    margin-top: 1.7%;
    width: 98%;
    margin-inline: auto;
  }
}
.ele-class__left {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .ele-class__left {
    width: 317px;
    height: 19.8vw;
    max-height: 254px;
  }
}
.ele-class__left img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .ele-class__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
}
.ele-class__head {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 23px;
  margin-left: 2px;
}
@media screen and (min-width: 550px) {
  .ele-class__head {
    text-align: center;
    margin-top: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .ele-class__head {
    text-align: left;
    font-size: 32px;
    margin-top: 0;
  }
}
.ele-class__head--above, .ele-class__head--bottom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 550px) {
  .ele-class__head--above, .ele-class__head--bottom {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .ele-class__head--above, .ele-class__head--bottom {
    margin-inline: unset;
  }
}
.ele-class__head--above::before, .ele-class__head--bottom::before {
  content: "";
  position: absolute;
  width: 296px;
  height: 24px;
  background-color: #0057c0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .ele-class__head--above::before, .ele-class__head--bottom::before {
    width: 469px;
    height: 37px;
  }
}
.ele-class__head--bottom::before {
  width: 265px;
}
@media screen and (min-width: 1280px) {
  .ele-class__head--bottom::before {
    width: 410px;
  }
}
.ele-class__text {
  line-height: 1.8;
  color: #ffffff;
  margin-top: 9px;
}
@media screen and (min-width: 550px) {
  .ele-class__text {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .ele-class__text {
    text-align: left;
    margin-left: -3px;
  }
}

.ele-case {
  padding-block: 10.5% 10.7%;
}
@media screen and (min-width: 994px) {
  .ele-case {
    padding-block: 5.2% 10.7%;
  }
}
.ele-case__container {
  background-color: #ffffff;
  border-radius: 10px;
  padding-block: 14% 12%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ele-case__container {
    padding-inline: 5%;
    padding-block: 4.6% 4%;
  }
}
.ele-case__container::before {
  content: "";
  width: 100%;
  height: 35vw;
  background: url(../img/fire-sp.webp) no-repeat center/contain;
  top: 0.5%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  max-height: 148px;
}
@media screen and (min-width: 768px) {
  .ele-case__container::before {
    background: url(../img/fire.webp) no-repeat center/contain;
    max-height: unset;
    top: 6.5%;
  }
}
@media screen and (min-width: 1280px) {
  .ele-case__container::before {
    top: 4.5%;
    max-height: 448px;
  }
}
.ele-case__title--en {
  color: #bdd4ec;
}
.ele-case__head {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  background: url(../img/bluebars.webp) no-repeat center/contain;
  margin-top: 30px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .ele-case__head {
    font-size: 32px;
  }
}
.ele-case__text {
  line-height: 1.8;
  text-align: center;
  margin-top: 23px;
  color: #404040;
}
.ele-case .ele-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .ele-case .ele-case-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 994px) {
  .ele-case .ele-case-list {
    width: 73%;
    margin-inline: auto;
  }
}
.ele-case__item {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
}
.ele-case__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/orange-box-circle.webp) no-repeat center center/contain;
  z-index: -1;
}
.ele-case__item:nth-of-type(2) .ele-case__pic, .ele-case__item:nth-of-type(3) .ele-case__pic {
  width: 53%;
}
.ele-case__pic {
  margin-inline: auto;
  width: 70%;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .ele-case__pic {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .ele-case__pic {
    margin-top: 25px;
  }
}
.ele-case__pic img {
  width: 100%;
}
.ele-case__lead {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .ele-case__lead {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .ele-case__lead {
    font-size: 18px;
  }
}

.ele-support {
  padding-block: 12.5% 10%;
}
@media screen and (min-width: 768px) {
  .ele-support {
    padding-block: 0 12.5%;
  }
}
@media screen and (min-width: 994px) {
  .ele-support {
    padding-block: 0 6.3%;
  }
}
@media screen and (min-width: 994px) {
  .ele-support__container {
    margin-top: -5%;
  }
}
.ele-support__pic {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 994px) {
  .ele-support__pic {
    width: 57.87%;
    margin-inline: auto;
  }
}
.ele-support__pic img {
  width: 100%;
}
.ele-support__text {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .ele-support__text {
    margin-top: 23px;
  }
}
.ele-support__text--bold {
  font-weight: 700;
}
.ele-support__middle-title {
  font-size: 22px;
  font-weight: 700;
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .ele-support__middle-title {
    font-size: 32px;
  }
}
.ele-support .ele-support-list {
  margin-top: 30px;
}
@media screen and (min-width: 994px) {
  .ele-support .ele-support-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .ele-support .ele-support-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.ele-support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/book-bg.webp) no-repeat top center/contain;
  height: 74.08vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  max-height: 407px;
}
@media screen and (min-width: 994px) {
  .ele-support__item {
    width: 29.76%;
    height: 21.15vw;
    max-height: 220px;
  }
}
@media screen and (min-width: 1280px) {
  .ele-support__item {
    width: 25.76%;
  }
}
.ele-support__item--text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.ele-support__item:first-child .ele-support__item--pic {
  width: 89.55%;
  max-width: 440px;
}
@media screen and (min-width: 1280px) {
  .ele-support__item:first-child .ele-support__item--pic {
    max-width: 220px;
  }
}
.ele-support__item:first-child .ele-support__item--pic img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .ele-support__item:nth-of-type(2) {
    gap: 7px;
  }
}
.ele-support__item:nth-of-type(2) .ele-support__item--pic {
  width: 21.5%;
  margin-top: -3px;
}
@media screen and (min-width: 1280px) {
  .ele-support__item:nth-of-type(2) .ele-support__item--pic {
    width: 27%;
    max-width: 72px;
  }
}
.ele-support__item:nth-of-type(2) .ele-support__item--pic img {
  width: 100%;
}
.ele-support__item:nth-of-type(3) {
  margin-top: -3px;
}
.ele-support__item:nth-of-type(3) .ele-support__item--pic {
  width: 36%;
  margin-top: -3px;
}
@media screen and (min-width: 1280px) {
  .ele-support__item:nth-of-type(3) .ele-support__item--pic {
    width: 46%;
    margin-top: 5px;
    max-width: 120px;
  }
}
.ele-support__item:nth-of-type(3) .ele-support__item--pic img {
  width: 100%;
}

.ele-bottom-wrap {
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
}

.ele-message {
  padding-block: 12.5% 10%;
}
@media screen and (min-width: 994px) {
  .ele-message {
    padding-block: 6.7%;
  }
}
@media screen and (min-width: 768px) {
  .ele-message__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 994px) {
  .ele-message__wrap {
    gap: 16px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 1280px) {
  .ele-message__wrap {
    margin-top: -15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.ele-message__left {
  width: 100%;
  margin-top: 5.5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ele-message__left {
    width: 42.69%;
  }
}
@media screen and (min-width: 994px) {
  .ele-message__left {
    max-width: 380px;
  }
}
@media screen and (min-width: 1280px) {
  .ele-message__left {
    max-width: unset;
  }
}
@media screen and (min-width: 994px) {
  .ele-message__left::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    border-radius: 10px;
    opacity: 0.2;
    background: #bdd4ec;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(208, 233, 255, 0.3), -1px -1px 2px 0 rgba(170, 191, 212, 0.5), -5px 5px 10px 0 rgba(170, 191, 212, 0.2) inset, 5px -5px 10px 0 rgba(170, 191, 212, 0.2) inset, -5px -5px 10px 0 rgba(208, 233, 255, 0.9) inset, 5px 5px 13px 0 rgba(170, 191, 212, 0.9) inset;
            box-shadow: 1px 1px 2px 0 rgba(208, 233, 255, 0.3), -1px -1px 2px 0 rgba(170, 191, 212, 0.5), -5px 5px 10px 0 rgba(170, 191, 212, 0.2) inset, 5px -5px 10px 0 rgba(170, 191, 212, 0.2) inset, -5px -5px 10px 0 rgba(208, 233, 255, 0.9) inset, 5px 5px 13px 0 rgba(170, 191, 212, 0.9) inset;
    top: -22px;
    right: -21px;
    z-index: 0;
  }
}
@media screen and (min-width: 1280px) {
  .ele-message__left::before {
    height: 100%;
  }
}
.ele-message__left img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ele-message__right {
    width: 49.51%;
  }
}
.ele-message__head {
  font-size: 22px;
  font-weight: 700;
  line-height: 2.27;
  color: #ffffff;
  margin-top: 6%;
}
@media screen and (min-width: 550px) {
  .ele-message__head {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ele-message__head {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .ele-message__head {
    font-size: 32px;
    line-height: 1.6;
    margin-top: 54px;
  }
}
.ele-message__head--row {
  position: relative;
}
.ele-message__head--row::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .ele-message__head--row::before {
    width: 96%;
  }
}
.ele-message__text {
  line-height: 2;
  color: #ffffff;
  margin-top: 4.5%;
}
@media screen and (min-width: 994px) {
  .ele-message__text {
    margin-top: 11px;
    line-height: 1.9;
  }
}
.ele-message__button {
  font-size: 20px;
  font-weight: 700;
  color: #3c689d;
  position: relative;
  padding-right: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background: #f4f4f4;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3), -1px -1px 2px 0 rgba(220, 220, 220, 0.5), -5px 5px 10px 0 rgba(220, 220, 220, 0.2) inset, 5px -5px 10px 0 rgba(220, 220, 220, 0.2) inset, -5px -5px 10px 0 rgba(255, 255, 255, 0.9) inset, 5px 5px 13px 0 rgba(220, 220, 220, 0.9) inset;
          box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3), -1px -1px 2px 0 rgba(220, 220, 220, 0.5), -5px 5px 10px 0 rgba(220, 220, 220, 0.2) inset, 5px -5px 10px 0 rgba(220, 220, 220, 0.2) inset, -5px -5px 10px 0 rgba(255, 255, 255, 0.9) inset, 5px 5px 13px 0 rgba(220, 220, 220, 0.9) inset;
  padding: 8.5px 77.5px 8.5px 42.5px;
  margin-top: 19px;
  display: block;
  margin-inline: auto 0;
}
@media screen and (min-width: 994px) {
  .ele-message__button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ele-message__button:hover {
    opacity: 0.6;
  }
}
.ele-message__button::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/arrow-right-simpleL.webp) no-repeat top center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 39px;
}

.ele-voice {
  padding-block: 13% 6%;
}
@media screen and (min-width: 768px) {
  .ele-voice {
    padding-block: 0 4.5%;
  }
}
.ele-voice .ele-voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
  margin-top: 9%;
}
@media screen and (min-width: 994px) {
  .ele-voice .ele-voice-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ele-voice__item {
  background-color: #fdfffe;
  border-radius: 10px;
  padding: 6%;
}
@media screen and (min-width: 994px) {
  .ele-voice__item {
    padding: 1.5%;
    width: 31.5%;
    padding: 1.6% 1.3% 2% 1.4%;
    height: 40.2vw;
    max-height: 400px;
  }
}
@media screen and (min-width: 994px) and (min-width: 1280px) {
  .ele-voice__item {
    height: 28.2vw;
  }
}
.ele-voice__pic {
  width: 33.85%;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .ele-voice__pic {
    width: 34.85%;
  }
}
.ele-voice__pic img {
  width: 100%;
}
.ele-voice__head {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #3c689d;
  margin-top: 10px;
}
.ele-voice__text {
  color: #404040;
  font-size: 16px;
  margin-top: 20px;
  width: 91.5%;
  margin-inline: auto;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1280px) {
  .ele-voice__text {
    margin-top: 20px;
  }
}
.ele-voice__text--bold {
  color: #0057c0;
  font-weight: 700;
}

.ele-price {
  background: url(../img/ele-bg-darkblue-sp.webp) no-repeat top center/cover;
  background-size: auto;
  padding-block: 15.5% 10.8%;
}
@media screen and (min-width: 768px) {
  .ele-price {
    background: url(../img/ele-bg-darkblue.webp) no-repeat top center/cover;
    background-size: auto 102%;
    padding-block: 8% 6.3%;
  }
}
@media screen and (min-width: 994px) {
  .ele-price {
    background-size: auto;
  }
}
.ele-price__container {
  background-color: #ffffff;
  border-radius: 10px;
  padding-block: 14% 11.5%;
}
@media screen and (min-width: 768px) {
  .ele-price__container {
    padding-block: 4.5% 3.7%;
  }
}
.ele-price__head {
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  text-align: center;
  margin-top: 30px;
}
.ele-price__content {
  margin-top: 32px;
  width: 78%;
  margin-inline: auto;
  padding: 29px;
  position: relative;
}
@media screen and (min-width: 994px) {
  .ele-price__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    padding: 17px 30px 25px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .ele-price__content {
    width: 65%;
  }
}
.ele-price__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  background: url(../img/orange-box-sp.webp) no-repeat top center/contain;
  top: 0;
  left: 0;
}
@media screen and (min-width: 994px) {
  .ele-price__content::before {
    background: url(../img/orange-box.webp) no-repeat top center/contain;
  }
}
.ele-price__content--head {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 9px;
}
.ele-price__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 994px) {
  .ele-price__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
.ele-price__list {
  line-height: 1.14;
  margin-top: 23px;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .ele-price__list {
    margin-top: unset;
  }
}
.ele-price__list--weekly {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ele-price__list--big {
  font-size: 32px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.ele-price__list--price {
  font-size: 20px;
  font-weight: 700;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ele-price__list--num {
  font-size: 48px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
.ele-price__list--tax {
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 700;
}
.ele-price__remarks {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #404040;
  background-color: #f7de88;
  text-align: center;
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .ele-price__remarks {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 994px) {
  .ele-price__remarks {
    font-size: 24px;
    margin-top: 36px;
  }
}
.ele-price__remarks--small {
  font-weight: 700;
  font-size: 20px;
}
.ele-price__text {
  font-size: 16px;
  line-height: 1.81;
  margin-top: 9px;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .ele-price__text {
    margin-top: 0;
  }
}

.ele-flow {
  background-color: #bdd4ec;
  padding-block: 12.5% 11%;
}
@media screen and (min-width: 768px) {
  .ele-flow {
    padding-block: 6.6% 6.2%;
  }
}
.ele-flow .ele-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 63.2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: 29.5px;
  gap: 6.6vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .ele-flow .ele-flow-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 81.2%;
    gap: 2.5%;
    margin-top: 32.5px;
  }
}
.ele-flow .ele-flow-list::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  border-radius: 60px;
  opacity: 0.5;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  top: 0;
  left: 8%;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .ele-flow .ele-flow-list::before {
    display: none;
  }
}
.ele-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 4% 9%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14%;
}
@media screen and (min-width: 1280px) {
  .ele-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5% 1.5% 1.7%;
    gap: unset;
  }
}
.ele-flow__item--pic {
  width: 60px;
  height: 60px;
  margin-top: 3px;
}
@media screen and (min-width: 1280px) {
  .ele-flow__item--pic {
    width: 81.5%;
    margin-top: 11px;
    max-width: 121px;
  }
}
.ele-flow__item--pic img {
  width: 100%;
}
.ele-flow__item--num {
  color: #0057c0;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 1280px) {
  .ele-flow__item--num {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .ele-flow__item--sp-num {
    display: none;
  }
}
.ele-flow__item--pc-num {
  display: none;
}
@media screen and (min-width: 1280px) {
  .ele-flow__item--pc-num {
    display: block;
  }
}
.ele-flow__item--text {
  letter-spacing: 0.45px;
  color: #404040;
  font-weight: 700;
  text-align: center;
  width: 109px;
}
@media screen and (min-width: 1280px) {
  .ele-flow__item--text {
    width: 100%;
    letter-spacing: 0;
  }
}
.ele-flow__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -3px;
}
@media screen and (min-width: 1280px) {
  .ele-flow__right {
    margin-right: 2px;
    margin-top: 67px;
  }
}

.ele-qa {
  padding-top: 12%;
  padding-bottom: 11%;
  background-color: #3c689d;
}
@media screen and (min-width: 1280px) {
  .ele-qa {
    background-color: #f1f8ff;
    padding-block: 6.5% 6.3%;
  }
}
@media screen and (min-width: 1280px) {
  .ele-qa__container {
    background-color: #3c689d;
    border-radius: 10px;
    padding-top: 4.5%;
    padding-bottom: 3.8%;
  }
}
.ele-qa__boxes {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 1280px) {
  .ele-qa__boxes {
    display: none;
  }
}
.ele-qa__lists {
  display: none;
}
@media screen and (min-width: 1280px) {
  .ele-qa__lists {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 92.5%;
    margin-inline: auto;
    margin-top: 40px;
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .ele-qa__list {
    border-radius: 10px;
    background-color: #ffffff;
    width: 48.85%;
    padding: 2% 2.5% 2% 8.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    height: 204px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .ele-qa__list:nth-of-type(4) .ele-qa__list--a::before, .ele-qa__list:nth-of-type(6) .ele-qa__list--a::before {
    top: 19%;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .ele-qa__list:nth-of-type(5) .ele-qa__list--a::before {
    top: 12%;
  }
}
@media screen and (min-width: 1280px) {
  .ele-qa__list--q {
    font-weight: 700;
    background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
}
.ele-qa__list--q::before {
  content: "Q";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -51px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 36px;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1280px) {
  .ele-qa__list--a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .ele-qa__list--a::before {
    content: "A";
    position: absolute;
    top: 26%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -51px;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #EB7E5A;
  }
}
@media screen and (min-width: 1280px) {
  .ele-qa__list--bold {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
  }
}

.ele-qa-box {
  border-radius: 10px;
  background: #ffffff;
}
.ele-qa-box.is-open .ele-qa-box__head-text::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ele-qa-box:nth-of-type(3) .ele-qa-box__head, .ele-qa-box:nth-of-type(4) .ele-qa-box__head, .ele-qa-box:nth-of-type(5) .ele-qa-box__head, .ele-qa-box:nth-of-type(6) .ele-qa-box__head {
  padding: 19px 43px 23px 69px;
}
.ele-qa-box:nth-of-type(3) .ele-qa-box__head-text, .ele-qa-box:nth-of-type(4) .ele-qa-box__head-text, .ele-qa-box:nth-of-type(5) .ele-qa-box__head-text, .ele-qa-box:nth-of-type(6) .ele-qa-box__head-text {
  line-height: 1.5;
}
.ele-qa-box__head {
  padding: 23px 43px 23px 69px;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: none;
  outline: none;
  background: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  line-height: 1.2;
  height: 84.4px;
}
.ele-qa-box__head::before {
  content: "Q";
  position: absolute;
  font-size: 36px;
  font-weight: 700;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
  font-family: "Jost", sans-serif;
}
.ele-qa-box__head-text {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.ele-qa-box__head-text::after {
  content: "";
  position: absolute;
  width: 14.296px;
  height: 8.655px;
  background: url(../img/ele-arrow.webp) no-repeat center center/contain;
  right: -22px;
  top: 40%;
}
@media screen and (min-width: 1280px) {
  .ele-qa-box__head-text::after {
    right: -67px;
  }
}
.ele-qa-box__body {
  display: none;
  padding: 0px 22px 17px 68px;
  margin-top: -17px;
  position: relative;
}
.ele-qa-box__body::before {
  content: "A";
  position: absolute;
  font-size: 36px;
  font-weight: 700;
  color: #EB7E5A;
  top: 37%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
  font-family: "Jost", sans-serif;
}
.ele-qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.ele-qa-box__a-text {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 11px;
}
.ele-qa-box__a-text--bold {
  font-weight: 700;
}

.high-fv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.high-fv img {
  width: 100%;
}
.high-fv__head {
  position: absolute;
  top: 16%;
  left: 49%;
  line-height: 0.9;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .high-fv__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 15px;
    top: 17.5%;
  }
}
@media screen and (min-width: 994px) {
  .high-fv__head {
    top: 24.5%;
  }
}
.high-fv__head--above, .high-fv__head--bottom {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -7.68px;
  color: #ffffff;
}
@media screen and (min-width: 994px) {
  .high-fv__head--above, .high-fv__head--bottom {
    font-size: 64px;
    letter-spacing: -11.52px;
  }
}
@media screen and (min-width: 1280px) {
  .high-fv__head--above, .high-fv__head--bottom {
    font-size: 72px;
  }
}
@media screen and (min-width: 768px) {
  .high-fv__head--above {
    margin-left: -12px;
  }
}
.high-fv__head--gokaku {
  width: 220px;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .high-fv__head--gokaku {
    margin-inline: -9px -9px;
    position: relative;
    z-index: 1;
  }
}
.high-fv__head--gokaku img {
  width: 100%;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .high-fv__head--gokaku img {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .high-fv__head--bottom {
    margin-left: -12px;
  }
}
.high-fv__text {
  line-height: 2;
  color: #ffffff;
  letter-spacing: 7.5px;
  position: absolute;
  bottom: 20.5%;
  left: 51.3%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .high-fv__text {
    bottom: 25.5%;
  }
}
@media screen and (min-width: 768px) {
  .high-fv__text {
    bottom: 9.5%;
  }
}
@media screen and (min-width: 994px) {
  .high-fv__text {
    line-height: 2;
    letter-spacing: 8px;
    left: 50.3%;
    bottom: 16.6%;
  }
}
@media screen and (min-width: 1280px) {
  .high-fv__text {
    bottom: 25.6%;
  }
}

.high-slogan {
  background: url(../img/wall-sp.webp) no-repeat top center/cover;
  padding-bottom: 56px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .high-slogan {
    background: url(../img/wall.webp) no-repeat top center/cover;
    padding-bottom: 4%;
  }
}
.high-slogan__text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #132270;
  text-align: center;
  margin-top: 48px;
  line-height: 1.83;
  margin-left: 5px;
}
@media screen and (min-width: 994px) {
  .high-slogan__text {
    font-size: 36px;
    letter-spacing: 3.6px;
    margin-top: 69px;
  }
}
.high-slogan__text--blue {
  color: #f0f0f0;
  background-color: #132270;
  line-height: 1;
  display: inline-block;
}
.high-slogan__text--red {
  color: #f0f0f0;
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
  line-height: 1;
  display: inline-block;
}

.high-loop {
  overflow: hidden;
}
.high-loop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: highLoop 20s linear infinite;
          animation: highLoop 20s linear infinite;
}
.high-loop__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.high-loop__text {
  font-size: 64px;
  font-weight: 700;
  color: #132270;
  font-family: "Jost", sans-serif;
  line-height: 0.8;
}
@media screen and (min-width: 994px) {
  .high-loop__text {
    font-size: 128px;
  }
}
.high-loop__logo {
  width: 37.998px;
  height: 30px;
  margin-inline: 24px;
}
@media screen and (min-width: 994px) {
  .high-loop__logo {
    width: 57.343px;
    height: 57.001px;
  }
}
.high-loop__logo img {
  width: 100%;
  height: auto;
  display: block;
}

@-webkit-keyframes highLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes highLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.high-problems {
  background-color: #132270;
  position: relative;
  padding-block: 39px 40px;
  z-index: 1;
}
@media screen and (min-width: 994px) {
  .high-problems {
    padding-block: 77.5px 80px;
  }
}
.high-problems::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/high-web-sp.webp) no-repeat top center/contain;
  top: 8.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .high-problems::before {
    background: url(../img/high-web.webp) no-repeat top center/contain;
    top: 19.5%;
  }
}
@media screen and (min-width: 994px) {
  .high-problems::before {
    top: 27.7%;
  }
}
.high-problems .high-problems-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 335px;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .high-problems .high-problems-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.high-problems__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3%;
}
@media screen and (min-width: 994px) {
  .high-problems__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 9px;
    height: 232px;
  }
}
.high-problems__item--head {
  color: #f0f0f0;
}
@media screen and (min-width: 994px) {
  .high-problems__item--head {
    line-height: 1.2;
  }
}
@media screen and (min-width: 1280px) {
  .high-problems__item--head {
    font-size: 20px;
  }
}
.high-problems__item--icon {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 994px) {
  .high-problems__item--icon {
    width: 154px;
    height: 154px;
    margin-top: 26px;
  }
}
.high-problems__item--icon img {
  width: 100%;
}
.high-problems__item:nth-of-type(2), .high-problems__item:nth-of-type(3) {
  gap: 2.2%;
}
@media screen and (min-width: 994px) {
  .high-problems__item:nth-of-type(2) {
    margin-top: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .high-problems__item:nth-of-type(1), .high-problems__item:nth-of-type(3) {
    gap: 9px;
  }
}
@media screen and (min-width: 1280px) {
  .high-problems__item:nth-of-type(1) .high-problems__item--icon, .high-problems__item:nth-of-type(3) .high-problems__item--icon {
    margin-top: 37px;
  }
}
.high-problems__text {
  font-size: 14px;
  line-height: 2.42;
  color: #f0f0f0;
  text-align: center;
  margin-top: 42px;
}
@media screen and (min-width: 994px) {
  .high-problems__text {
    font-size: 16px;
    line-height: 2.2;
    margin-top: 40px;
  }
}
.high-problems__lead {
  font-size: 18px;
  color: #f0f0f0;
  text-align: center;
  margin-top: 18px;
}
@media screen and (min-width: 994px) {
  .high-problems__lead {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 37px;
  }
}
.high-problems__lead--above, .high-problems__lead--bottom {
  font-weight: 700;
  line-height: 1.88;
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
  padding-block: 5px;
  padding-left: 8px;
}
.high-problems__lead--bottom {
  margin-top: 9px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 0;
}

.high-rates {
  padding-block: 41px 0px;
}
@media screen and (min-width: 994px) {
  .high-rates {
    padding-block: 79px 32px;
  }
}
.high-rates__head {
  margin-top: 40px;
}
@media screen and (min-width: 994px) {
  .high-rates__head {
    margin-top: 41px;
    line-height: 1.2;
  }
}
.high-rates__video {
  margin-top: 0;
}
@media screen and (min-width: 994px) {
  .high-rates__video {
    height: 29.6vw;
    width: 65%;
    margin-inline: auto;
    max-height: 500px;
  }
}

.high__title {
  margin-top: 13.5%;
}
@media screen and (min-width: 994px) {
  .high__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: unset;
  }
}
.high__title--text {
  color: #404040;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 12px;
  word-break: break-all;
}
@media screen and (min-width: 1280px) {
  .high__title--text {
    font-size: 15px;
    text-align: left;
    margin-top: 6px;
  }
}
@media screen and (min-width: 994px) {
  .high__title--en {
    letter-spacing: 0px;
  }
}
.high__title--en::before {
  left: -7px;
}
@media screen and (min-width: 994px) {
  .high__title--en::before {
    left: 0;
  }
}
.high__title--ja {
  margin-top: -6px;
}
@media screen and (min-width: 994px) {
  .high__title--ja {
    margin-top: -1px;
  }
}
.high__head {
  margin-top: 40px;
}
@media screen and (min-width: 994px) {
  .high__head {
    line-height: 1.2;
    margin-top: 103px;
  }
}

.high-rates-public {
  margin-top: 44px;
  margin-inline: unset;
}

.high-top-public__item {
  width: 335px;
}
@media screen and (min-width: 994px) {
  .high-top-public__item {
    width: 219px;
  }
}

.high-public {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 28px;
}
@media screen and (min-width: 994px) {
  .high-public {
    margin-top: 8px;
  }
}
.high-public__item {
  width: 153px;
}
@media screen and (min-width: 994px) {
  .high-public__item {
    width: unset;
  }
}

.high-rates-private {
  margin-top: 40px;
  padding-bottom: 40px;
  margin-inline: unset;
}
@media screen and (min-width: 994px) {
  .high-rates-private {
    margin-top: 30px;
  }
}

@media screen and (min-width: 994px) {
  .high-private {
    gap: 2px 40px;
  }
}
.high-private__item {
  width: 153px;
}
@media screen and (min-width: 994px) {
  .high-private__item {
    width: 220px;
  }
}

.high-casestudy {
  background-color: #dee5ec;
  overflow: hidden;
  padding-block: 11.5% 11%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 994px) {
  .high-casestudy {
    padding-block: 67px 79px;
  }
}
.high-casestudy::before {
  content: "";
  position: absolute;
  width: 375.002px;
  height: 152px;
  top: 4.4%;
  left: -3%;
  background: url(../img/casestudy1.webp) no-repeat top center/contain;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .high-casestudy::before {
    width: 645.001px;
    height: 261.14px;
    top: 2%;
    left: -2%;
  }
}
@media screen and (min-width: 1280px) {
  .high-casestudy::after {
    content: "";
    position: absolute;
    width: 214px;
    height: 251px;
    bottom: 2.4%;
    right: 4%;
    background: url(../img/casestudy2.webp) no-repeat top center/contain;
    z-index: -1;
  }
}
@media screen and (min-width: 994px) {
  .high-casestudy__head {
    width: 81.25%;
    max-width: 1500px;
    margin-inline: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.high-casestudy__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.high-casestudy__title--en {
  letter-spacing: 0;
}
.high-casestudy__title--ja {
  margin-top: -6px;
}
.high-casestudy__title--text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2;
  margin-inline: auto;
  width: 83%;
  word-break: break-all;
}
@media screen and (min-width: 994px) {
  .high-casestudy__title--text {
    width: 63.7%;
    letter-spacing: 0.9px;
    line-height: 2.15;
    margin-top: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .high-casestudy__title--text {
    text-align: left;
  }
}

.high-deviation__inner {
  background-color: #ffffff;
  padding-bottom: 11px;
  border-radius: 20px;
}
@media screen and (min-width: 994px) {
  .high-deviation__inner {
    padding-bottom: 40px;
  }
}
.high-deviation__container {
  margin-top: 11%;
  margin-left: 0;
  padding-left: 11.2%;
  background-color: unset;
  padding-bottom: unset !important;
}
@media screen and (min-width: 994px) {
  .high-deviation__container {
    margin-top: 40px;
    padding-left: 4%;
  }
}
.high-deviation__head {
  margin-inline: 14vw auto;
}
@media screen and (min-width: 550px) {
  .high-deviation__head {
    margin-inline: 21vw auto;
  }
}
@media screen and (min-width: 768px) {
  .high-deviation__head {
    margin-inline: 27vw auto;
  }
}
@media screen and (min-width: 994px) {
  .high-deviation__head {
    margin-inline: auto;
  }
}
.high-deviation-list {
  margin-top: 5.5%;
  padding-bottom: 14px;
}
@media screen and (min-width: 994px) {
  .high-deviation-list {
    margin-top: 40px;
  }
}
.high-deviation__text {
  margin-top: 40px;
}
.high-deviation__swip {
  margin-top: 0 !important;
}

.high-line {
  padding-top: 12%;
  padding-bottom: 11%;
}
@media screen and (min-width: 994px) {
  .high-line {
    padding-top: 80px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 994px) {
  .high-line__inner {
    width: 89.33%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .high-line__inner {
    width: 81.25%;
    max-width: 1500px;
  }
}
.high-line__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .high-line__title {
    margin-inline: unset;
  }
}
@media screen and (min-width: 1280px) {
  .high-line__title--en {
    letter-spacing: 0;
  }
}
.high-line__title--ja {
  margin-top: -6px;
}
@media screen and (min-width: 1280px) {
  .high-line__title--ja {
    margin-top: -7px;
  }
}
.high-line__title--text {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .high-line__title--text {
    text-align: left;
    width: 61.7%;
    word-break: break-all;
    font-size: 15px;
    line-height: 2.26;
    margin-top: 6px;
  }
}
.high-line__lead {
  font-size: 20px;
  font-weight: 700;
  color: #132270;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .high-line__lead {
    font-size: 24px;
  }
}
.high-line .high-line-list {
  margin-top: 10.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (min-width: 994px) {
  .high-line .high-line-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 40px;
    margin-top: 74px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 994px) {
  .high-line__item {
    background-color: #DEE5EC;
    padding: 20px 40px;
    border-radius: 20px;
  }
}
.high-line__item--head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: #132270;
  text-align: center;
}
.high-line__pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  margin-top: 20px;
  margin-left: 5%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-bottom: 19px;
  /* スクロールするつまみ（ドラッグ部分） */
  /* バーの背景（track） */
}
.high-line__pics::-webkit-scrollbar {
  height: 8px;
  border-radius: 10px;
}
.high-line__pics::-webkit-scrollbar-thumb {
  background-color: #93acc9;
  border-radius: 10px;
  width: 100px;
  min-width: 100px;
}
.high-line__pics::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 994px) {
  .high-line__pics {
    overflow-x: visible;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
}
.high-line__pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.8%;
          flex: 0 0 57.8%;
  scroll-snap-align: start;
}
@media screen and (min-width: 994px) {
  .high-line__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 48.5%;
  }
}
.high-line__pic img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 994px) {
  .high-line__swip {
    display: none;
  }
}
.high-line__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: #132270;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 994px) {
  .high-line__text {
    font-size: 24px;
    margin-top: 76px;
  }
}

.high-info {
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  padding-top: 10.2%;
  padding-bottom: 10.5%;
}
@media screen and (min-width: 994px) {
  .high-info {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
.high-info__inner {
  padding-inline: 5.6% 4%;
}
@media screen and (min-width: 994px) {
  .high-info__inner {
    width: 89.33%;
    margin-inline: auto;
    padding-inline: unset;
  }
}
@media screen and (min-width: 1280px) {
  .high-info__inner {
    width: 81.25%;
    max-width: 1500px;
  }
}
.high-info__title {
  color: #ffffff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-self: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 994px) {
  .high-info__title {
    gap: 8px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-inline: unset;
  }
}
.high-info__title--en {
  color: #ffffff;
}
@media screen and (min-width: 994px) {
  .high-info__title--en {
    font-size: 15px;
  }
}
.high-info__title--ja {
  color: #ffffff;
}
.high-info__title--text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 6px;
}
@media screen and (min-width: 994px) {
  .high-info__title--text {
    margin-top: 3px;
  }
}
.high-info__wrap {
  margin-top: 12%;
}
@media screen and (min-width: 994px) {
  .high-info__wrap {
    margin-top: 44px;
  }
}
.high-info__wrap--top {
  display: grid;
  gap: 3%;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 994px) {
  .high-info__wrap--top {
    gap: 1%;
    width: 100%;
    gap: 1%;
    grid-template-columns: 1fr 2fr;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media screen and (min-width: 994px) {
  .high-info__wrap--top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}
.high-info__wrap--middle {
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
@media screen and (min-width: 994px) {
  .high-info__wrap--middle {
    margin-top: 1%;
    display: grid;
    gap: 1%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.high-info__head {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .high-info__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.high-info__head--en, .high-info__head--ja {
  font-weight: 700;
  line-height: 1.2;
}
.high-info__middle-sp {
  margin-top: 3%;
}

.high-gmarch,
.high-location,
.high-examrate,
.high-improvement,
.high-strength,
.high-review,
.high-subject {
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.high-gmarch {
  padding: 11.6% 2.2% 13% 2.2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  min-width: 0;
}
@media screen and (min-width: 994px) {
  .high-gmarch {
    padding: 35px 44px;
    width: 100%;
  }
}
.high-gmarch__graph {
  margin-top: 19px;
  width: 39.5vw !important;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 994px) {
  .high-gmarch__graph {
    margin-top: 30px;
    width: 200px !important;
  }
}
@media screen and (min-width: 1280px) {
  .high-gmarch__graph {
    width: 250px !important;
  }
}
.high-gmarch__graph img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.high-gmarch__graph--num {
  position: absolute;
  top: 30%;
  left: 49%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 2;
}
@media screen and (min-width: 994px) {
  .high-gmarch__graph--num {
    top: 29%;
    left: 47%;
  }
}
.high-gmarch__graph--num-inner {
  position: relative;
  display: inline-block;
  font-size: 13vw;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Futura", sans-serif;
}
@media screen and (min-width: 994px) {
  .high-gmarch__graph--num-inner {
    font-size: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .high-gmarch__graph--num-inner {
    font-size: 80px;
  }
}
.high-gmarch__graph--num-inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 4.3vw;
  background-color: #E9F0F8;
  z-index: -1;
}
@media screen and (min-width: 994px) {
  .high-gmarch__graph--num-inner::before {
    bottom: 16px;
    width: 100%;
    height: 16px;
  }
}
.high-gmarch__graph--per {
  font-size: 7vw;
  font-weight: 700;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 994px) {
  .high-gmarch__graph--per {
    font-size: 36px;
  }
}
.high-gmarch__text {
  font-size: 14px;
  color: #404040;
  text-align: center;
  margin-top: 17px;
  line-height: 1.2;
}
@media screen and (min-width: 994px) {
  .high-gmarch__text {
    width: 100%;
    margin-inline: auto;
    font-size: 15px;
  }
}

.high-location {
  padding: 15.6% 4.5% 15% 3.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  min-width: 0;
}
@media screen and (min-width: 994px) {
  .high-location {
    padding: 24px 37px 4vw 37px;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 994px) {
  .high-location__head {
    margin-inline: auto;
  }
}
.high-location__pic {
  width: 35.2vw;
  margin-inline: auto;
  margin-top: 21px;
}
@media screen and (min-width: 994px) {
  .high-location__pic {
    width: 100%;
    margin-top: 30px;
    max-width: 375px;
  }
}
.high-location__pic img {
  width: 100%;
}
.high-location__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  margin-top: 2px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 994px) {
  .high-location__text {
    position: absolute;
    bottom: 5%;
    left: 49%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    margin-inline: auto;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.high-location__text--num {
  margin-top: 2px;
  font-size: 48px;
  font-weight: 700;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Futura", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 994px) {
  .high-location__text--num {
    font-size: 64px;
  }
}
.high-location__text--ja {
  font-weight: 700;
  color: #404040;
}
.high-location__text--mins {
  position: relative;
  z-index: 1;
  margin-left: 9px;
}
.high-location__text--mins::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background-color: #E9F0F8;
  z-index: -1;
}

.high-examrate {
  padding: 5.5%;
}
@media screen and (min-width: 994px) {
  .high-examrate {
    padding: 31px 10% 20px;
    position: relative;
  }
}
@media screen and (min-width: 994px) {
  .high-examrate::before {
    content: "";
    position: absolute;
    width: 187px;
    height: 158px;
    background: url(../img/mountain.webp) no-repeat top center/contain;
    top: 14%;
    right: 10%;
  }
}
@media screen and (min-width: 994px) {
  .high-examrate__head {
    margin-inline: unset;
  }
}
.high-examrate__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13%;
  margin-top: 3%;
}
@media screen and (min-width: 994px) {
  .high-examrate__contents {
    margin-top: 19px;
    margin-left: 103px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.high-examrate__content {
  margin-top: 19px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 994px) {
  .high-examrate__content {
    margin-top: unset;
    margin-left: -43px;
  }
}
.high-examrate__content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 26%;
  width: 100%;
  height: 4.3vw;
  background-color: #E9F0F8;
  z-index: -1;
}
@media screen and (min-width: 994px) {
  .high-examrate__content::before {
    bottom: 11px;
    width: 100%;
    height: 16px;
  }
}
.high-examrate__content--num {
  font-size: 13vw;
  font-weight: 700;
  font-family: "Futura", sans-serif;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 994px) {
  .high-examrate__content--num {
    font-size: 80px;
  }
}
.high-examrate__content--num::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/high-raise.webp) no-repeat top center/contain;
  top: -14%;
  right: -41%;
  z-index: -2;
}
@media screen and (min-width: 994px) {
  .high-examrate__content--num::before {
    width: 165px;
    height: 132px;
    top: -39px;
    right: -83px;
  }
}
.high-examrate__content--per {
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7vw;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 994px) {
  .high-examrate__content--per {
    font-size: 36px;
  }
}
.high-examrate__pic {
  width: 40%;
}
@media screen and (min-width: 994px) {
  .high-examrate__pic {
    width: 187px;
    height: 158px;
  }
}
.high-examrate__pic img {
  width: 100%;
}

.high-improvement {
  margin-top: 3%;
  padding: 6%;
}
@media screen and (min-width: 994px) {
  .high-improvement {
    margin-top: unset;
    padding: 30px 125px 20px;
    position: relative;
  }
}
@media screen and (min-width: 994px) {
  .high-improvement::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 158.001px;
    background: url(../img/graph.webp) no-repeat top center/contain;
    top: 14%;
    right: 18%;
  }
}
@media screen and (min-width: 994px) {
  .high-improvement__head {
    margin-inline: unset;
  }
}
.high-improvement__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23%;
  margin-top: 3%;
}
@media screen and (min-width: 994px) {
  .high-improvement__contents {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -6px;
    margin-top: 18px;
  }
}
.high-improvement__content {
  margin-top: 19px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 994px) {
  .high-improvement__content {
    margin-top: 0;
  }
}
.high-improvement__content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 26%;
  width: 100%;
  height: 4.3vw;
  background-color: #E9F0F8;
  z-index: -1;
}
@media screen and (min-width: 994px) {
  .high-improvement__content::before {
    bottom: 11px;
    width: 100%;
    height: 16px;
  }
}
.high-improvement__content--num {
  font-size: 13vw;
  font-weight: 700;
  font-family: "Futura", sans-serif;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -2px;
  margin-left: -3px;
}
@media screen and (min-width: 994px) {
  .high-improvement__content--num {
    font-size: 80px;
  }
}
.high-improvement__content--num::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/high-raise.webp) no-repeat top center/contain;
  top: -17%;
  right: -41%;
  z-index: -2;
}
@media screen and (min-width: 994px) {
  .high-improvement__content--num::before {
    width: 165px;
    height: 132px;
    top: -38px;
    right: -83px;
  }
}
.high-improvement__content--plus {
  font-size: 11vw;
  font-weight: 700;
  font-family: "Futura", sans-serif;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 994px) {
  .high-improvement__content--plus {
    font-size: 61px;
  }
}
.high-improvement__pic {
  width: 30%;
}
.high-improvement__pic img {
  width: 100%;
}

.high-strength {
  padding: 4.6% 1.9% 4.5% 2.2%;
}
@media screen and (min-width: 994px) {
  .high-strength {
    padding: 28px 18px 25px 22px;
    width: 100%;
  }
}
@media screen and (min-width: 994px) {
  .high-strength__head {
    margin-inline: auto;
  }
}
.high-strength__pic {
  width: 39.5vw;
  margin-inline: auto;
  margin-top: 19px;
  display: block;
}
@media screen and (min-width: 994px) {
  .high-strength__pic {
    width: 22.5vw;
    margin-top: 10%;
    max-width: 420px;
  }
}
.high-strength__pic img {
  width: 100%;
}
.high-strength__text {
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 994px) {
  .high-strength__text {
    font-size: 15px;
  }
}
.high-strength__text--en {
  font-size: 20px;
  font-weight: 700;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 994px) {
  .high-strength__text--en {
    font-size: 32px;
    line-height: 1.19;
  }
}
.high-strength__text--ja {
  font-size: 14px;
  font-weight: 700;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 994px) {
  .high-strength__text--ja {
    font-size: 20px;
  }
}
.high-strength__text--blue {
  margin-top: 5px;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.high-strength__text--blue::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background-color: #E9F0F8;
  z-index: -1;
}

.high-review {
  padding: 5.6% 0% 4% 0%;
}
@media screen and (min-width: 994px) {
  .high-review {
    padding: 39px 0px 33px;
    width: 100%;
  }
}
@media screen and (min-width: 994px) {
  .high-review__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.high-review__number {
  text-align: center;
  margin-top: 25px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .high-review__number {
    margin-top: 7px;
  }
}
.high-review__number--num {
  font-size: 13vw;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 994px) {
  .high-review__number--num {
    font-size: 80px;
  }
}
.high-review__number--num::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 4.3vw;
  background-color: #E9F0F8;
  z-index: -1;
}
@media screen and (min-width: 994px) {
  .high-review__number--num::before {
    bottom: 11px;
    width: 100%;
    height: 16px;
  }
}
.high-review__pic--star {
  margin-inline: auto;
  width: 72%;
  margin-top: 4px;
}
@media screen and (min-width: 994px) {
  .high-review__pic--star {
    margin-top: 10px;
  }
}
.high-review__pic--star img {
  width: 100%;
}
.high-review__pic--chatbox {
  width: 73%;
  margin-inline: auto;
  margin-top: 39px;
  display: block;
}
@media screen and (min-width: 994px) {
  .high-review__pic--chatbox {
    margin-top: 51px;
  }
}
.high-review__pic--chatbox img {
  width: 100%;
}

.high-subject {
  margin-top: 3%;
  padding: 6% 5%;
}
@media screen and (min-width: 994px) {
  .high-subject {
    margin-top: 1%;
    padding: 34px 69px 30px;
  }
}
@media screen and (min-width: 994px) {
  .high-subject__head {
    margin-inline: auto;
  }
}
.high-subject .high-subject-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  gap: 16px;
}
@media screen and (min-width: 994px) {
  .high-subject .high-subject-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 33px;
  }
}
.high-subject__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.high-subject__item--icon {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 994px) {
  .high-subject__item--icon {
    width: 135px;
    height: 135px;
  }
}
.high-subject__item--icon img {
  width: 100%;
}
.high-subject__item--text {
  font-size: 14px;
  font-weight: 700;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 994px) {
  .high-subject__item--text {
    font-size: 20px;
  }
}

.high-courses {
  padding-block: 12% 10.5%;
}
@media screen and (min-width: 994px) {
  .high-courses {
    padding-block: 79px;
  }
}
@media screen and (min-width: 1280px) {
  .high-courses__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.high-courses__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1280px) {
  .high-courses__title {
    margin-inline: unset;
  }
}
.high-courses__title--ja {
  margin-top: -7px;
}
.high-courses__title--text {
  font-size: 14px;
  line-height: 2;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .high-courses__title--text {
    font-size: 15px;
    margin-top: 25px;
    letter-spacing: 0;
  }
}
.high-courses__wrap {
  margin-top: 40px;
}
.high-courses__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.high-courses__button {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  padding: 15px 41.5px 44px;
  line-height: 1.2;
  position: relative;
}
.high-courses__button::before {
  content: "";
  width: 14.296px;
  height: 8.655px;
  position: absolute;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/arrow-down-white.webp) no-repeat center center/contain;
}
.high-courses__button--blue {
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
}
.high-courses__button--red {
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
}

.high-course {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}
@media screen and (min-width: 1280px) {
  .high-course {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -5px;
  }
}
.high-course__item {
  width: 100%;
  background-color: #ffffff;
  padding: 36px 33.5px 41px;
  position: relative;
}
@media screen and (min-width: 994px) {
  .high-course__item {
    padding: 62px 61.5px 68px;
    max-width: 700px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .high-course__item {
    max-width: unset;
    margin-inline: unset;
  }
}
.high-course__item::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background: url(../img/corner-blue.webp) no-repeat top center/contain;
  top: 0;
  left: 0;
}
.high-course__item--red::before {
  background: url(../img/corner-red.webp) no-repeat top center/contain;
}
.high-course__item:nth-of-type(2) .high-purpose .high-purpose__item:nth-of-type(2) {
  word-break: keep-all;
}
.high-course__head {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.high-course__head--red {
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.high-course__text {
  text-align: center;
  color: #404040;
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 994px) {
  .high-course__text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 26px;
  }
}
.high-course__text--bold, .high-course__text--red {
  font-weight: 700;
}
.high-course__text + .high-course__text {
  margin-top: 25px;
}
@media screen and (min-width: 994px) {
  .high-course__text + .high-course__text {
    margin-top: 28px;
  }
}
.high-course__button {
  border-radius: 30px;
  background-color: #132270;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 40px;
  color: #ffffff;
  position: relative;
  padding: 8px 57px 9px 24px;
  font-size: 20px;
}
@media screen and (min-width: 994px) {
  .high-course__button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .high-course__button:hover {
    opacity: 0.6;
  }
}
.high-course__button::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/arrow-right-simpleW.webp) no-repeat center center/contain;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.high-purpose {
  margin-top: 20px;
  border-radius: 4px;
  padding: 19px 15px 19px 20px;
  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;
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  max-width: 548px;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .high-purpose {
    margin-top: 31px;
    padding: 19px 16px 19px 28px;
    gap: 31px;
  }
}
.high-purpose--red {
  background: var(--redgra, linear-gradient(90deg, #7a0100 0%, #be4c4b 100%));
  padding: 19px 25px 19px 20px;
}
@media screen and (min-width: 994px) {
  .high-purpose--red {
    padding: 19px 16px 19px 28px;
  }
}
.high-purpose__item {
  color: #ffffff;
  line-height: 1.8;
  font-size: 14px;
  position: relative;
  padding-left: 41px;
}
@media screen and (min-width: 994px) {
  .high-purpose__item {
    font-size: 16px;
    line-height: 1.6;
  }
}
.high-purpose__item--bold {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 994px) {
  .high-purpose__item--bold {
    line-height: 1.6;
  }
}
.high-purpose__item::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../img/white-check-icon.webp) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.high-voice {
  background: var(--blue-gra, linear-gradient(87deg, #132270 2.71%, #3c689d 72.27%));
  padding-block: 12% 11%;
}
@media screen and (min-width: 994px) {
  .high-voice {
    padding-block: 82px;
  }
}
.high-voice__container {
  width: 89.33%;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .high-voice__container {
    width: 81.25%;
    max-width: 1500px;
  }
}
.high-voice__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .high-voice__title {
    margin-inline: unset;
  }
}
.high-voice__title--en, .high-voice__title--ja, .high-voice__title--text {
  color: #ffffff;
}
.high-voice__title--ja {
  margin-top: -8px;
}
.high-voice__title--text {
  margin-top: 13px;
}
@media screen and (min-width: 994px) {
  .high-voice__title--text {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1280px) {
  .high-voice__title--text {
    margin-top: 22px;
  }
}
.high-voice__video {
  width: 100%;
  height: 49.5vw;
  margin-top: 12%;
}
@media screen and (min-width: 994px) {
  .high-voice__video {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .high-voice__video {
    margin-inline: auto;
    width: 535px;
    height: 300px;
  }
}
.high-voice__video iframe {
  width: 100%;
  height: 100%;
}
.high-voice__video button {
  width: 100%;
  height: 100%;
}
.high-voice__lead {
  margin-top: 16px;
}
.high-voice__text {
  font-size: 15px;
  margin-top: 8px;
  letter-spacing: 0.9px;
  line-height: 1.8;
}
.high-voice__text--bold {
  font-weight: 700;
}
.high-voice__button {
  font-size: 20px;
  color: #132270;
  background-color: #ffffff;
  padding: 8px 76px 8px 41px;
  margin-top: 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 30px;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 994px) {
  .high-voice__button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .high-voice__button:hover {
    opacity: 0.6;
  }
}
.high-voice__button::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/arrow-right-simple.webp) no-repeat center center/contain;
  top: 50%;
  right: 39px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.high-voice-list {
  /* スマホは横スライド */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  list-style: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  margin-left: 5%;
  margin-top: 11.5%;
  /* 全体のバー（背景） */
  /* スクロールする部分（つまみ） */
  /* バーの背景 */
}
@media screen and (min-width: 1280px) {
  .high-voice-list {
    display: none;
  }
}
.high-voice-list > .voice-review {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  min-width: 90%;
  scroll-snap-align: center;
  background: #ffffff;
  border-radius: 12px;
  margin-inline: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5.7% 5% 6% 6.2%;
  min-height: 409px;
}
@media screen and (min-width: 550px) {
  .high-voice-list > .voice-review {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71%;
            flex: 0 0 71%;
    min-width: 71%;
    padding: 25px;
    min-height: 370px;
  }
}
@media screen and (min-width: 768px) {
  .high-voice-list > .voice-review {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    min-width: 60%;
  }
}
.high-voice-list::-webkit-scrollbar {
  height: 8px;
  border-radius: 10px;
}
.high-voice-list::-webkit-scrollbar-thumb {
  background-color: #93acc9;
  border-radius: 10px;
  width: 100px;
  min-width: 100px;
}
.high-voice-list::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  margin: -10px 40px;
}

.high-voice-reviews-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .high-voice-reviews-pc {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .high-voice-reviews-pc__item {
    padding: 21px 1.9%;
  }
  .high-voice-reviews-pc__avatar {
    width: 103px;
    height: 103px;
  }
  .high-voice-reviews-pc__lead {
    margin-top: 17px;
  }
  .high-voice-reviews-pc__text {
    line-height: 1.8;
    letter-spacing: 0.7px;
    margin-top: 8px;
  }
  .high-voice-reviews-pc__text--bold {
    font-weight: 700;
  }
}

.high-faq {
  padding-block: 12% 10.4%;
}
@media screen and (min-width: 994px) {
  .high-faq {
    padding-block: 77px;
  }
}
.high-faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .high-faq__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.high-faq__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .high-faq__title {
    margin-inline: unset;
  }
}
.high-faq__title--ja {
  margin-top: -6px;
}
.high-faq__title--text {
  font-size: 14px;
  word-break: unset;
  white-space: nowrap;
  margin-top: 8px;
}
@media screen and (min-width: 994px) {
  .high-faq__title--text {
    margin-top: 22px;
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1280px) {
  .high-faq__title--text {
    margin-top: -7px;
  }
}
.high-faq__button {
  font-size: 20px;
  color: #ffffff;
  background-color: #132270;
  font-weight: 500;
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  padding: 9px 76px 9px 43px;
  position: relative;
  border-radius: 30px;
}
@media screen and (min-width: 994px) {
  .high-faq__button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .high-faq__button:hover {
    opacity: 0.6;
  }
}
.high-faq__button::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/arrow-right-simpleW.webp) no-repeat center center/contain;
  top: 50%;
  right: 39px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 994px) {
  .high-qa-box {
    display: none;
  }
}
.high-qa-box__head {
  padding: 13px 43px 16px 69px;
}
.high-qa-box:nth-of-type(2) .high-qa-box__head {
  padding: 19px 43px 16px 69px;
}
.high-qa-box:nth-of-type(2) .high-qa-box__head::before {
  top: 64%;
}
@media screen and (min-width: 550px) {
  .high-qa-box:nth-of-type(2) .high-qa-box__head::before {
    top: 50%;
  }
}
.high-qa-box:nth-of-type(2) .high-qa-box__head-text {
  line-height: 1.5;
}
.high-qa-box:nth-of-type(4) .high-qa-box__head {
  padding: 24px 43px 23px 69px;
}
.high-qa-box:nth-of-type(4) .high-qa-box__head-text {
  line-height: 1.2;
}
.high-qa-box__a-text {
  padding-top: 32px;
}
.high-qa-box__body::before {
  top: 19%;
}
@media screen and (min-width: 550px) {
  .high-qa-box__body::before {
    top: 37%;
  }
}

.high-faq-list {
  display: none;
}
@media screen and (min-width: 994px) {
  .high-faq-list {
    margin-top: 34px;
    display: block;
  }
}

.high-flow {
  padding-block: 12% 11%;
  background-color: #dee5ec;
}
@media screen and (min-width: 994px) {
  .high-flow {
    padding-block: 81px;
  }
}
.high-flow__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.high-flow__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.high-flow__title--ja {
  margin-top: -6px;
}
.high-flow__title--text {
  margin-top: 13px;
  text-align: center;
  width: 65%;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (min-width: 994px) {
  .high-flow__title--text {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 19px;
  }
}
.high-flow .high-flow-list {
  margin-top: 39.5px;
  gap: 7vw;
}
@media screen and (min-width: 994px) {
  .high-flow .high-flow-list {
    gap: 2vw;
    margin-top: 43.5px;
  }
}
.high-flow .high-flow-list::before {
  display: none;
}
.high-flow__item {
  padding: 3.4% 9% 4.5%;
}

.message-high {
  padding: 57px 20px 67px;
}
@media screen and (min-width: 994px) {
  .message-high {
    padding: 186px 20px 188px;
  }
}

.juni-page {
  position: relative;
}
.juni-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/jigsaw.webp) repeat;
  background-size: 192px 192px;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.junior__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1280px) {
  .junior__title {
    position: relative;
    line-height: 1px;
  }
}
.junior__title--en {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #ffffff;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 1280px) {
  .junior__title--en {
    font-size: 128px;
    line-height: 0.15;
    letter-spacing: 7px;
    margin-left: 8px;
    opacity: 0.5;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(230, 230, 230, 0.5);
  }
}
.junior__title--lb-en {
  color: #bdd4ec;
}
.junior__title--ja {
  color: #004495;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .junior__title--ja {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.junior__title--jost {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.juni-fv {
  background: url(../img/junior-fv.webp) no-repeat top center/cover;
  padding-top: 6.6%;
}
@media screen and (min-width: 768px) {
  .juni-fv {
    background: url(../img/junior-fv-pc.webp) no-repeat top center/cover;
    padding-top: 0;
  }
}
.juni-fv__head {
  margin-left: 5.5%;
}
@media screen and (min-width: 768px) {
  .juni-fv__head {
    margin-left: 5.6vw;
    padding-top: 7.7vw;
  }
}
@media screen and (min-width: 1280px) {
  .juni-fv__head {
    margin-left: 9.4vw;
  }
}
.juni-fv__head--above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.juni-fv__head--ja {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .juni-fv__head--ja {
    font-size: 2.5vw;
  }
}
.juni-fv__head--en {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 1280px) {
  .juni-fv__head--en {
    font-size: 2.5vw;
  }
}
.juni-fv__head--small {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .juni-fv__head--small {
    font-size: 1.9vw;
  }
}
.juni-fv__head--logo {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 994px) {
  .juni-fv__head--logo {
    width: 2.5vw;
    height: 2.3vw;
  }
}
.juni-fv__head--logo img {
  width: 100%;
}
.juni-fv__head--bottom {
  width: 71.2%;
  margin-top: 1px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .juni-fv__head--bottom {
    width: 45.156vw;
  }
}
.juni-fv__head--bottom img {
  width: 100%;
}

.juni-fv-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-top: 7%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 550px) {
  .juni-fv-circles {
    margin-top: 1.5vw;
    margin-left: 5.6vw;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 1.1vw;
  }
}
@media screen and (min-width: 1280px) {
  .juni-fv-circles {
    margin-left: 9.6vw;
  }
}

.juni-fv-circle {
  position: relative;
}
.juni-fv-circle:nth-of-type(2) .juni-fv-circle__pic {
  width: 102.26px;
  height: 98.71px;
}
@media screen and (min-width: 550px) {
  .juni-fv-circle:nth-of-type(2) .juni-fv-circle__pic {
    width: 130px;
    height: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .juni-fv-circle:nth-of-type(2) .juni-fv-circle__pic {
    width: 13vw;
    height: 12.5vw;
  }
}
.juni-fv-circle:nth-of-type(2) .juni-fv-circle__lead {
  top: 25%;
  left: 51%;
}
@media screen and (min-width: 1280px) {
  .juni-fv-circle:nth-of-type(2) .juni-fv-circle__lead {
    top: 28%;
    left: 50%;
  }
}
.juni-fv-circle:nth-of-type(3) .juni-fv-circle__pic {
  width: 105.29px;
  height: 98.72px;
}
@media screen and (min-width: 550px) {
  .juni-fv-circle:nth-of-type(3) .juni-fv-circle__pic {
    width: 130px;
    height: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .juni-fv-circle:nth-of-type(3) .juni-fv-circle__pic {
    width: 13.3vw;
    height: 12.5vw;
  }
}
.juni-fv-circle:nth-of-type(3) .juni-fv-circle__lead {
  top: 25%;
  left: 49%;
}
@media screen and (min-width: 1280px) {
  .juni-fv-circle:nth-of-type(3) .juni-fv-circle__lead {
    top: 28%;
    left: 49%;
  }
}
.juni-fv-circle__pic {
  width: 107px;
  height: 100px;
}
@media screen and (min-width: 550px) {
  .juni-fv-circle__pic {
    width: 130px;
    height: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .juni-fv-circle__pic {
    width: 13.82vw;
    height: 12.5vw;
  }
}
.juni-fv-circle__pic img {
  width: 100%;
  height: 100%;
}
.juni-fv-circle__lead {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  position: absolute;
  top: 23.5%;
  left: 53%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .juni-fv-circle__lead {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .juni-fv-circle__lead {
    font-size: 1.4vw;
  }
}

.juni-fv-loop {
  width: 100%;
  overflow: hidden;
  margin-top: 6%;
}
@media screen and (min-width: 1280px) {
  .juni-fv-loop {
    margin-top: 3.5vw;
  }
}

.juni-fv-loop__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: juniMarquee 12s linear infinite;
          animation: juniMarquee 12s linear infinite;
  will-change: transform;
}

.juni-fv-loop__wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.juni-fv-loop__inner img {
  width: auto;
  height: 38px;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  .juni-fv-loop__inner img {
    height: 5.62vw;
  }
}

@-webkit-keyframes juniMarquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50.001%);
            transform: translateX(-50.001%);
  }
}

@keyframes juniMarquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50.001%);
            transform: translateX(-50.001%);
  }
}
.juni-fv-text {
  z-index: 1;
  position: relative;
  margin-top: -10px;
}
@media screen and (min-width: 1280px) {
  .juni-fv-text {
    margin-top: -32px;
  }
}
.juni-fv-text__wrap {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-align: center;
  font-style: italic;
}
@media screen and (min-width: 994px) {
  .juni-fv-text__wrap {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .juni-fv-text__wrap {
    font-size: 2.5vw;
  }
}
.juni-fv-text__wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/3lines.webp) no-repeat top center/cover;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .juni-fv-text__wrap::before {
    background: url(../img/3lines-pc.webp) no-repeat top center/cover;
  }
}

.junior-strength {
  background: -webkit-gradient(linear, left top, left bottom, from(#ebf4fe), to(#0049a2));
  background: linear-gradient(180deg, #ebf4fe 0%, #0049a2 100%);
  padding-top: 15.3%;
  padding-bottom: 10.5%;
}
@media screen and (min-width: 994px) {
  .junior-strength {
    position: relative;
    padding-top: 85px;
    padding-bottom: 74px;
  }
}
@media screen and (min-width: 994px) and (min-width: 1280px) {
  .junior-strength::after {
    content: "";
    width: 200px;
    height: 60px;
    position: absolute;
    bottom: -59px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/juni-tri.webp) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1280px) {
  .junior-strength {
    padding-top: 152px;
  }
}
.junior-strength .junior-strength-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12%;
  gap: 11vw;
}
@media screen and (min-width: 994px) {
  .junior-strength .junior-strength-list {
    gap: 24px;
    margin-top: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .junior-strength .junior-strength-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 78px;
    gap: 43px;
    position: relative;
    z-index: 1;
  }
}
.junior-strength__item {
  border-radius: 0 60px 0 0;
  background: linear-gradient(135deg, #f2f2f2 100%, #fff 0%);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset, -1px -1px 2px 0 rgba(224, 224, 224, 0.5) inset, -5px 5px 10px 0 rgba(224, 224, 224, 0.2), 5px -5px 10px 0 rgba(224, 224, 224, 0.2), -5px -5px 10px 0 rgba(255, 255, 255, 0.9), 5px 5px 13px 0 rgba(224, 224, 224, 0.9);
          box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset, -1px -1px 2px 0 rgba(224, 224, 224, 0.5) inset, -5px 5px 10px 0 rgba(224, 224, 224, 0.2), 5px -5px 10px 0 rgba(224, 224, 224, 0.2), -5px -5px 10px 0 rgba(255, 255, 255, 0.9), 5px 5px 13px 0 rgba(224, 224, 224, 0.9);
  padding: 4.5% 5.8% 10% 8%;
}
@media screen and (min-width: 1280px) {
  .junior-strength__item {
    width: 30.19%;
    height: 21.73vw;
    max-height: 280px;
    padding: 30px 34px 40px 42px;
  }
}
@media screen and (min-width: 1280px) {
  .junior-strength__item:nth-last-of-type(2) .junior-strength__item--above::before, .junior-strength__item:nth-last-of-type(3) .junior-strength__item--above::before {
    width: 88%;
    left: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .junior-strength__item:nth-last-of-type(2) .junior-strength__item--text, .junior-strength__item:nth-last-of-type(3) .junior-strength__item--text {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .junior-strength__item:nth-of-type(2) {
    padding: 31px 26px 40px 28px;
  }
}
@media screen and (min-width: 1280px) {
  .junior-strength__item:nth-of-type(2) .junior-strength__item--text {
    margin-inline: auto;
    width: 91.5%;
  }
}
@media screen and (min-width: 1280px) {
  .junior-strength__item:nth-of-type(3) {
    padding: 30px 38px 40px 37px;
  }
}
.junior-strength__item--above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .junior-strength__item--above {
    gap: 9px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -4px;
  }
}
.junior-strength__item--above::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%);
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1280px) {
  .junior-strength__item--above::before {
    bottom: -12px;
    width: 98%;
    left: 3px;
  }
}
.junior-strength__item--num {
  font-size: 64px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1280px) {
  .junior-strength__item--num {
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 1px;
  }
}
.junior-strength__item--head {
  font-size: 24px;
  font-weight: 700;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.junior-strength__item--text {
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-top: 4%;
  display: block;
}
@media screen and (min-width: 1280px) {
  .junior-strength__item--text {
    font-size: 15px;
    line-height: 1.33;
    margin-top: 27px;
    width: 100%;
  }
}
.junior-strength__item--bold {
  font-weight: 700;
}
.junior-strength__lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.81;
  color: #ffffff;
  text-align: center;
  margin-top: 11.5%;
}
@media screen and (min-width: 994px) {
  .junior-strength__lead {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .junior-strength__lead {
    font-size: 32px;
    margin-top: 32px;
  }
}
.junior-strength__lead--en {
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.junior-strength__lead--yellow {
  color: #EEF27A;
  font-weight: 700;
}

.juni-strength__deco--wa {
  display: none;
}
@media screen and (min-width: 1280px) {
  .juni-strength__deco--wa {
    position: absolute;
    width: 202px;
    height: 232px;
    top: -93px;
    right: 0;
    display: block;
    z-index: 0;
  }
}
.juni-strength__deco--paper {
  display: none;
}
@media screen and (min-width: 1280px) {
  .juni-strength__deco--paper {
    position: absolute;
    width: 280.624px;
    height: 139.533px;
    top: -5px;
    left: 0;
    display: block;
    z-index: 0;
  }
}
.juni-strength__deco--left {
  display: none;
}
@media screen and (min-width: 1280px) {
  .juni-strength__deco--left {
    position: absolute;
    width: 281px;
    height: 401px;
    top: 158px;
    left: 0;
    display: block;
    z-index: 0;
  }
}
.juni-strength__deco--right {
  display: none;
}
@media screen and (min-width: 1280px) {
  .juni-strength__deco--right {
    position: absolute;
    width: 324px;
    height: 381px;
    bottom: 7.5%;
    right: 0;
    display: block;
    z-index: 0;
  }
}
.juni-strength__deco--triangle {
  display: none;
}
@media screen and (min-width: 1280px) {
  .juni-strength__deco--triangle {
    position: absolute;
    width: 108px;
    height: 130px;
    bottom: 39px;
    left: -29px;
    display: block;
  }
}

.style {
  padding-top: 10%;
  padding-bottom: 11%;
}
@media screen and (min-width: 994px) {
  .style {
    padding-top: 113px;
    padding-bottom: 81px;
  }
}
.style__title--en {
  white-space: nowrap;
}
.style__title--nii {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.style-feature {
  border-radius: 10px;
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
  padding: 5% 6% 7%;
  margin-top: 41px;
  position: relative;
  width: 89.33%;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .style-feature {
    width: 81.25%;
    max-width: 1500px;
    margin-top: 78px;
    padding: 26px 166.5px 35px;
  }
}
.style-feature::before {
  content: "";
  width: 75.632px;
  height: 66.001px;
  position: absolute;
  background: url(../img/Megaphone.webp) no-repeat top center/contain;
  top: -32px;
  left: -13px;
}
@media screen and (min-width: 1280px) {
  .style-feature::before {
    width: 106.001px;
    height: 87px;
    top: 50%;
    left: 4%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .style-feature::after {
    content: "";
    position: absolute;
    width: 119px;
    height: 117px;
    bottom: 0;
    right: 0;
    background: url(../img/plusx.webp) no-repeat center center/contain;
  }
}
.style-feature__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #F7F9FA;
  text-align: center;
}
.style-feature__head--en {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  display: inline-block;
  line-height: 26px;
}
.style-feature__head--yellow {
  font-weight: 700;
  display: inline-block;
  color: #EEF27A;
  font-size: 24px;
  background: var(--blue2, linear-gradient(90deg, #0057c0 0%, #7496e2 100%));
  line-height: 26px;
}
.style-feature__head--w {
  font-weight: 700;
  font-size: 32px;
  display: inline-block;
  font-family: "Jost", sans-serif;
  line-height: 26px;
}
@media screen and (min-width: 1280px) {
  .style-feature__head--w {
    font-size: 36px;
  }
}
.style-feature__head--big {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  line-height: 26px;
}
.style-feature .style-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3vw;
  margin-top: 4%;
  margin-inline: auto;
  max-width: 355px;
}
@media screen and (min-width: 1280px) {
  .style-feature .style-feature-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 8px;
  }
}
.style-feature__item--main {
  font-size: 24px;
  font-weight: 700;
  border-radius: 4px;
  background-color: #F7F9FA;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .style-feature__item--main {
    max-width: 334px;
  }
}
.style-feature__item--main::after {
  content: "";
  position: absolute;
  width: 17.605px;
  height: 11.471px;
  background: url(../img/juni-tri-W.webp) no-repeat top center/contain;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.style-feature__item--group {
  letter-spacing: 7px;
  padding: 2.5% 1.5% 3.5% 4.5%;
}
@media screen and (min-width: 994px) {
  .style-feature__item--group {
    padding: 12px 68.5px 13px 68.5px;
  }
}
.style-feature__item--sub {
  width: 20px;
  height: 20px;
  display: none;
}
@media screen and (min-width: 1280px) {
  .style-feature__item--sub {
    display: block;
  }
}
.style-feature__item--sub img {
  width: 100%;
}
.style-feature__item--coaching {
  padding: 2.5% 2.5% 3.5% 2.5%;
}
@media screen and (min-width: 994px) {
  .style-feature__item--coaching {
    padding: 11px 26.5px 13px 26.5px;
  }
}
.style-feature__deco--ppl {
  display: none;
}
@media screen and (min-width: 1280px) {
  .style-feature__deco--ppl {
    position: absolute;
    width: 186px;
    height: 167px;
    bottom: 193px;
    left: 81px;
    display: block;
  }
}
.style-feature__deco--book {
  position: absolute;
  width: 180px;
  height: 70px;
  top: -60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}
@media screen and (min-width: 1280px) {
  .style-feature__deco--book {
    width: 274px;
    height: 108px;
    left: unset;
    right: -109px;
    top: -82px;
  }
}

.style-list__title {
  text-align: center;
  position: relative;
  line-height: 1;
}
.style-list__title--num {
  font-family: "Jost", sans-serif;
  font-size: 96px;
  font-weight: 700;
  color: #bdd4ec;
}
.style-list__title--ja {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 5.6px;
  color: #0057c0;
  position: absolute;
  top: 35%;
  left: 51.5%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  position: absolute;
  white-space: nowrap;
}
.style-list__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-top: -10px;
}

.group {
  margin-top: 6.9%;
  position: relative;
}
@media screen and (min-width: 994px) {
  .group {
    margin-top: 24.5px;
  }
}
.group__pic {
  margin-top: 21px;
  display: block;
}
@media screen and (min-width: 994px) {
  .group__pic {
    margin-top: -82px;
    display: block;
    width: 87.5%;
    margin-inline: auto;
  }
}
.group__pic img {
  width: 100%;
}
.group__text {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.group__text::before {
  content: "";
  position: absolute;
  width: 263px;
  height: 50px;
  background: url(../img/uline-group.webp) no-repeat center center/contain;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.group__deco--compass {
  display: none;
}
@media screen and (min-width: 1280px) {
  .group__deco--compass {
    position: absolute;
    width: 16vw;
    height: 16vw;
    top: 2%;
    right: 2%;
    display: block;
    opacity: 0.5;
    max-width: 360px;
  }
}
.group__deco--transbook {
  display: none;
}
@media screen and (min-width: 1280px) {
  .group__deco--transbook {
    position: absolute;
    width: 18vw;
    height: 18vw;
    bottom: 2%;
    left: 2%;
    display: block;
    max-width: 400px;
  }
}

@media screen and (min-width: 994px) {
  .group-desc-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    width: 72.17%;
    margin-inline: auto;
    max-width: 761px;
  }
}

.group-desc-list {
  margin-top: 12%;
}
@media screen and (min-width: 994px) {
  .group-desc-list {
    margin-top: unset;
  }
}

.group-desc__items {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-right: -10px;
}
@media screen and (min-width: 994px) {
  .group-desc__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #E9F0F8;
    gap: 0;
    margin-top: 0;
    width: 447px;
    padding: 24px 20px 14px 21px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 10px;
    height: 128px;
  }
}
.group-desc__item {
  background-color: #E9F0F8;
  border-radius: 10px;
  position: relative;
  padding: 20px 24px 20px 27px;
}
@media screen and (min-width: 994px) {
  .group-desc__item {
    padding: 23px 24px 20px 32px;
  }
}
.group-desc__item::after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 994px) {
  .group-desc__item--1st {
    width: 291px;
    height: 128px;
  }
}
.group-desc__item--1st::after {
  background: url(../img/junippl1.webp) no-repeat center center/contain;
  top: 53%;
  right: 0px;
  width: 99.998px;
  height: 108.001px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 994px) {
  .group-desc__item--1st::after {
    display: none;
  }
}
@media screen and (min-width: 994px) {
  .group-desc__item--2nd {
    padding: 0;
    width: 242px;
  }
}
.group-desc__item--2nd::after {
  background: url(../img/junippl2.webp) no-repeat center center/contain;
  top: 58%;
  right: 9px;
  width: 99.999px;
  height: 97.996px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 994px) {
  .group-desc__item--2nd::after {
    display: none;
  }
}
@media screen and (min-width: 994px) {
  .group-desc__item--2nd .group-desc__item--num {
    left: 0;
    top: -38px;
  }
}
.group-desc__item--3rd {
  padding: 20px 24px 20px 24px;
}
@media screen and (min-width: 994px) {
  .group-desc__item--3rd {
    padding: 0;
  }
}
.group-desc__item--3rd::after {
  background: url(../img/junippl3.webp) no-repeat center center/contain;
  top: 50%;
  right: 9px;
  width: 100px;
  height: 75px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 994px) {
  .group-desc__item--3rd::after {
    display: none;
  }
}
@media screen and (min-width: 994px) {
  .group-desc__item--3rd .group-desc__item--num {
    left: 3%;
    top: -38px;
  }
}
.group-desc__item--num {
  color: #0057c0;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  position: absolute;
  top: -15px;
  left: 7%;
}
@media screen and (min-width: 994px) {
  .group-desc__item--num {
    left: 11%;
  }
}
.group-desc__item--text {
  line-height: 1.8;
}
@media screen and (min-width: 550px) {
  .group-desc__item--text {
    text-align: center;
  }
}
@media screen and (min-width: 994px) {
  .group-desc__item--text {
    text-align: left;
  }
}
.group-desc__item--line {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.group-desc__item--line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: #bdd4ec;
  z-index: -1;
}

.coaching {
  margin-top: 6.5%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .coaching {
    margin-top: 43px;
  }
}
.coaching__inner {
  width: 89.33%;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .coaching__inner {
    width: unset;
    margin-inline: unset;
  }
}
.coaching__title--ja {
  left: 50.5%;
}
.coaching__text {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.coaching__text::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 90px;
  background: url(../img/uline-coaching.webp) no-repeat center center/contain;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 994px) {
  .coaching__text::before {
    background: url(../img/uline-coaching-pc.webp) no-repeat center center/contain;
    width: 442px;
    height: 50px;
  }
}
.coaching__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .coaching__circles {
    display: none;
  }
}
.coaching__circle {
  border-radius: 50px;
  background: var(--niiblue, linear-gradient(124deg, #3c689d 10.8%, #0057c0 87.34%));
  width: 100px;
  height: 100px;
  position: relative;
}
.coaching__circle--text {
  color: #F7F9FA;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: block;
  width: 100%;
}
.coaching__circle:nth-of-type(1) .coaching__circle--text, .coaching__circle:nth-of-type(3) .coaching__circle--text {
  top: 30%;
}
.coaching__circle--right {
  width: 6px;
  height: 14px;
  margin-top: -13px;
}
.coaching__pic {
  display: none;
}
@media screen and (min-width: 768px) {
  .coaching__pic {
    display: block;
    margin-top: 20px;
    max-width: 1500px;
    margin-inline: auto;
  }
}
.coaching__lists {
  display: block;
}
@media screen and (min-width: 768px) {
  .coaching__lists {
    display: none;
  }
}
.coaching__list {
  border-radius: 30px;
  border: 10px solid var(--niiblue2, #3c689d);
  background: #F7F9FA;
  margin-top: 177px;
  padding: 2% 2.4% 3%;
  position: relative;
}
.coaching__list::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 158px;
  top: -167px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/junippl4.webp) no-repeat center center/contain;
}
.coaching__list:nth-of-type(2) {
  padding: 2.5% 0% 3% 1%;
  margin-top: 171px;
}
.coaching__list:nth-of-type(2)::before {
  width: 250px;
  height: 173.999px;
  top: -163px;
  left: 58%;
  background: url(../img/junippl5.webp) no-repeat center center/contain;
}
@media screen and (min-width: 550px) {
  .coaching__list:nth-of-type(2)::before {
    left: 50%;
  }
}
.coaching__list:nth-of-type(2) .coaching__head {
  padding-left: 61px;
  letter-spacing: 0px;
}
.coaching__list:nth-of-type(2) .coaching__head::before {
  left: 10%;
  background: url(../img/coaching-icon2.webp) no-repeat center center/contain;
}
.coaching__list:nth-of-type(2) .coaching__detail {
  margin-top: 6px;
  padding-inline: unset;
  text-align: center;
}
.coaching__detail {
  margin-top: 7px;
  line-height: 2;
  padding-inline: 1.6%;
}
.coaching__detail--bold {
  font-weight: 700;
}
.coaching__detail--blue {
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.coaching__head {
  font-size: 20px;
  font-weight: 700;
  color: #0057c0;
  position: relative;
  padding-left: 31px;
  letter-spacing: -0.8px;
}
.coaching__head::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../img/coaching-icon.webp) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.coaching__deco--compass {
  display: none;
}
@media screen and (min-width: 1280px) {
  .coaching__deco--compass {
    position: absolute;
    width: 12vw;
    height: 12vw;
    top: -4%;
    right: 5%;
    display: block;
    opacity: 0.5;
    max-width: 270px;
  }
}
.coaching__deco--note {
  display: none;
}
@media screen and (min-width: 1280px) {
  .coaching__deco--note {
    position: absolute;
    width: 12vw;
    height: 12vw;
    bottom: -20%;
    left: 4%;
    display: block;
    max-width: 270px;
    z-index: 1;
  }
}

.junior-improve {
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
  padding-top: 9.5%;
  padding-bottom: 10.8%;
  position: relative;
}
@media screen and (min-width: 994px) {
  .junior-improve {
    padding-top: 109px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .junior-improve::before {
    content: "";
    position: absolute;
    width: 345px;
    height: 354px;
    background: url(../img/deco-tra.webp) no-repeat center center/contain;
    top: 0;
    right: 0;
  }
  .junior-improve::after {
    content: "";
    position: absolute;
    width: 278px;
    height: 226px;
    background: url(../img/lines.webp) no-repeat center center/contain;
    bottom: 0;
    left: -28px;
  }
}
@media screen and (min-width: 994px) {
  .junior-improve__container {
    position: relative;
  }
}
.junior-improve__title--en {
  color: #bdd4ec;
}
.junior-improve__title--ja {
  color: #ffffff;
}
.junior-improve__head {
  background-color: #0057c0;
  border-radius: 10px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin-top: 11%;
}
@media screen and (min-width: 994px) {
  .junior-improve__head {
    background-color: unset;
    background: url(../img/ribon.webp) no-repeat center center/contain;
    width: 64px;
    height: 87px;
    position: absolute;
    margin-top: unset;
    top: 99px;
    left: 35px;
    padding-top: 11px;
    line-height: 1.2;
  }
}
.junior-improve__wrap {
  padding: 27px 0 28px 20px;
  background-color: #f6f6f6;
  border-radius: 10px;
  background: #f6f6f6;
  -webkit-box-shadow: -5px 5px 10px 0 rgba(221, 221, 221, 0.2) inset, 5px -5px 10px 0 rgba(221, 221, 221, 0.2) inset, -5px -5px 10px 0 rgba(255, 255, 255, 0.9) inset, 5px 5px 13px 0 rgba(221, 221, 221, 0.9) inset, 1px 1px 2px 0 rgba(255, 255, 255, 0.3), -1px -1px 2px 0 rgba(221, 221, 221, 0.5);
          box-shadow: -5px 5px 10px 0 rgba(221, 221, 221, 0.2) inset, 5px -5px 10px 0 rgba(221, 221, 221, 0.2) inset, -5px -5px 10px 0 rgba(255, 255, 255, 0.9) inset, 5px 5px 13px 0 rgba(221, 221, 221, 0.9) inset, 1px 1px 2px 0 rgba(255, 255, 255, 0.3), -1px -1px 2px 0 rgba(221, 221, 221, 0.5);
  margin-top: 2.5%;
}
@media screen and (min-width: 994px) {
  .junior-improve__wrap {
    margin-top: 83px;
    padding: 15px 61px 24px;
  }
}
.junior-improve-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 19px;
  /* スクロールするつまみ（ドラッグ部分） */
  /* バーの背景（track） */
}
@media screen and (min-width: 994px) {
  .junior-improve-lists {
    overflow-x: visible;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    padding: 0;
  }
}
.junior-improve-lists::-webkit-scrollbar {
  height: 8px;
  border-radius: 10px;
}
.junior-improve-lists::-webkit-scrollbar-thumb {
  background-color: #93acc9;
  border-radius: 10px;
  width: 100px;
  min-width: 100px;
}
.junior-improve-lists::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  margin: 0 15px 0 0;
}
.junior-improve__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77%;
          flex: 0 0 77%;
  max-width: 360px;
  text-align: center;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72vw;
  max-height: 380px;
}
@media screen and (min-width: 994px) {
  .junior-improve__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    max-width: none;
    margin-inline: 0;
    max-height: 320px;
    height: 21vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.junior-improve__item-name {
  font-size: 16px;
  font-weight: 700;
  color: #132270;
}
@media screen and (min-width: 994px) {
  .junior-improve__item-pic {
    width: 240px;
    height: 237px;
  }
}
@media screen and (min-width: 994px) {
  .junior-improve__item-pic--a img {
    margin-top: 31px;
  }
}
@media screen and (min-width: 994px) {
  .junior-improve__item-pic--b img {
    margin-top: 22px;
  }
}
.junior-improve__item-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.junior-improve__swip {
  font-size: 10px;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 3;
  margin-top: 8px;
}
.junior-improve__text {
  text-align: center;
  line-height: 1.81;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (min-width: 994px) {
  .junior-improve__text {
    font-size: 32px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 994px) {
  .junior-improve__text--small {
    font-size: 24px;
    font-weight: 700;
    font-size: 22px;
  }
}
.junior-improve__text--yellow {
  color: #EEF27A;
  font-weight: 700;
  font-size: 22px;
}
@media screen and (min-width: 994px) {
  .junior-improve__text--yellow {
    font-size: 32px;
  }
}

.gokaku {
  background: url(../img/juni-bg.webp) no-repeat top center/cover;
}
@media screen and (min-width: 1280px) {
  .gokaku {
    background: url(../img/juni-bg-pc.webp) no-repeat top center/cover;
    background-size: 100% 2767px;
  }
}

.junior-rates {
  padding-block: 10.5% 20.5%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .junior-rates {
    padding-block: 109px;
  }
}
@media screen and (min-width: 994px) {
  .junior-rates {
    padding-block: 109px;
  }
}
@media screen and (min-width: 1280px) {
  .junior-rates {
    padding-block: 109px 150px;
  }
}
.junior-rates__title {
  position: relative;
}
.junior-rates__title--en {
  color: #bdd4ec;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .junior-rates__title::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: -114px;
    right: 28%;
    background: url(../img/megaphone-tra.webp) no-repeat center center/contain;
  }
}
.junior-rates__wrap {
  margin-top: 5%;
  border-radius: 10px;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  padding: 6% 5% 7%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .junior-rates__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 81px;
    padding: 41px 52px;
    margin-inline: auto;
    gap: 39px;
  }
}
@media screen and (min-width: 994px) {
  .junior-rates__wrap {
    width: 760px;
    padding: 41px 80px;
  }
}
@media screen and (min-width: 1280px) {
  .junior-rates__wrap::before {
    content: "";
    position: absolute;
    width: 293px;
    height: 272px;
    background: url(../img/junippl6.webp) no-repeat center center/contain;
    top: -212px;
    left: -11px;
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) {
  .junior-rates__wrap::after {
    content: "";
    position: absolute;
    width: 185px;
    height: 120px;
    bottom: -54px;
    right: -83px;
    background: url(../img/grad.webp) no-repeat center center/contain;
  }
}
.junior-rates__pub-list, .junior-rates__prv-list {
  margin-top: 8%;
}
.junior-rates__prv-wrap {
  margin-top: 14.5%;
}
@media screen and (min-width: 768px) {
  .junior-rates__prv-wrap {
    margin-top: unset;
  }
}
.junior-rates__pub-head, .junior-rates__prv-head {
  background-color: #ffffff;
  border-radius: 30px;
  display: block;
  padding: 8px 100px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .junior-rates__pub-head, .junior-rates__prv-head {
    padding: 8px 94px 8px;
  }
}
@media screen and (min-width: 1280px) {
  .junior-rates__pub-head, .junior-rates__prv-head {
    padding: 8px 100px 8px;
  }
}
.junior-rates__pub-head--blue, .junior-rates__prv-head--blue {
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .junior-rates__pub-head--blue, .junior-rates__prv-head--blue {
    margin-inline: unset;
  }
}
.junior-rates__pub-item, .junior-rates__prv-item {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding-left: 39px;
  line-height: 1;
  margin-top: 7%;
  width: 300px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .junior-rates__pub-item, .junior-rates__prv-item {
    width: unset;
    margin-left: -10px;
    margin-top: 24px;
  }
}
.junior-rates__pub-item::before, .junior-rates__prv-item::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 28px;
  background: url(../img/sakura-icon.webp) no-repeat center center/contain;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.junior-rates__pub-item--small, .junior-rates__prv-item--small {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .junior-rates__pub-item + .junior-rates__pub-item, .junior-rates__prv-item + .junior-rates__prv-item {
    margin-top: 21px;
  }
}

.stories {
  padding-bottom: 11%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .stories {
    padding-top: 43px;
    padding-bottom: 346px;
    overflow: hidden;
  }
}
.stories::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/jigsaw.webp) repeat;
  background-size: 192px 192px;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(64%, transparent), color-stop(64%, #000), to(#000));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 64%, #000 64%, #000 100%);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(64%, transparent), color-stop(64%, #000), to(#000));
  mask-image: linear-gradient(to top, transparent 0%, transparent 64%, #000 64%, #000 100%);
}
@media screen and (min-width: 768px) {
  .stories__title--en {
    color: #bdd4ec;
  }
}
.stories__video {
  width: 89.33%;
  margin-inline: auto;
  height: 49.5vw;
  margin-top: 5.5%;
}
@media screen and (min-width: 994px) {
  .stories__video {
    margin-top: 36px;
    width: 760px;
    height: 428px;
  }
}
@media screen and (min-width: 1280px) {
  .stories__video {
    margin-top: 81px;
    position: relative;
    z-index: 1;
  }
}
.stories__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.stories__video button {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.stories .stories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  margin-left: 5.5%;
  padding-bottom: 20px;
  margin-top: 18px;
  /* スクロールするつまみ（ドラッグ部分） */
  /* バーの背景（track） */
}
@media screen and (min-width: 994px) {
  .stories .stories-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 760px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .stories .stories-list {
    max-width: 1500px;
    margin-top: 42px;
    position: relative;
    z-index: 1;
  }
}
.stories .stories-list::-webkit-scrollbar {
  height: 8px;
  border-radius: 10px;
}
.stories .stories-list::-webkit-scrollbar-thumb {
  background-color: #93acc9;
  border-radius: 10px;
  width: 100px;
  min-width: 100px;
}
.stories .stories-list::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 994px) {
  .stories .stories-list {
    overflow: visible;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
}
.stories__item {
  background-color: #F7F9FA;
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84.5%;
          flex: 0 0 84.5%;
  scroll-snap-align: start;
  padding: 5.5% 3% 5.5% 5.5%;
}
@media screen and (min-width: 550px) {
  .stories__item {
    padding: 5.5%;
  }
}
@media screen and (min-width: 994px) {
  .stories__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 39px 35.5px;
    gap: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .stories__item {
    position: relative;
  }
  .stories__item::before, .stories__item::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
  }
  .stories__item::before {
    background: url(../img/juni-quote.webp) no-repeat center center/contain;
    top: -19px;
    left: 0;
  }
  .stories__item::after {
    background: url(../img/juni-quote-right.webp) no-repeat center center/contain;
    bottom: -20px;
    right: 0;
  }
}
@media screen and (min-width: 994px) {
  .stories__item:nth-of-type(2) {
    padding: 53px 40px 53px 35.5px;
  }
}
@media screen and (min-width: 994px) {
  .stories__item:nth-of-type(3) .stories__item--above {
    width: 225px;
    margin-left: 0;
  }
}
.stories__item--above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 88.66%;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .stories__item--above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 220px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-inline: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 4px;
  }
}
.stories__item--avatar {
  width: 80px;
}
@media screen and (min-width: 994px) {
  .stories__item--avatar {
    width: 100px;
  }
}
.stories__item--avatar img {
  width: 100%;
}
@media screen and (min-width: 994px) {
  .stories__item--even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.stories__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 994px) {
  .stories__names {
    text-align: center;
    gap: 9px;
  }
}
.stories__highschool-name {
  font-size: 18px;
  font-weight: 700;
  color: #0057c0;
}
.stories__name {
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 994px) {
  .stories__name {
    font-size: 15px;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  .stories__name--personal {
    margin-left: 5px;
  }
}
@media screen and (min-width: 994px) {
  .stories__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 445px;
  }
}
.stories__item-head {
  margin-top: 19px;
  line-height: 1.2;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 994px) {
  .stories__item-head {
    margin-top: unset;
  }
}
.stories__item-text {
  margin-top: 8px;
  line-height: 1.8;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 994px) {
  .stories__item-text {
    font-size: 15px;
    letter-spacing: 0px;
  }
}
.stories__item-text--bold {
  font-weight: 700;
}
.stories__deco--dott {
  display: none;
}
@media screen and (min-width: 1280px) {
  .stories__deco--dott {
    position: absolute;
    width: 23.5vw;
    top: 360px;
    right: 4.5%;
    z-index: 0;
    display: block;
    max-width: 400px;
  }
}
.stories__deco--target {
  display: none;
}
@media screen and (min-width: 1280px) {
  .stories__deco--target {
    position: absolute;
    width: 30.9vw;
    top: 700px;
    left: 0%;
    z-index: 0;
    opacity: 0.5;
    display: block;
    max-width: 500px;
  }
}
.stories__deco--nami {
  display: none;
}
@media screen and (min-width: 1280px) {
  .stories__deco--nami {
    position: absolute;
    width: 107%;
    bottom: 294px;
    left: -3%;
    z-index: 0;
    display: block;
  }
}
.stories__deco--memo {
  display: none;
}
@media screen and (min-width: 1280px) {
  .stories__deco--memo {
    position: absolute;
    width: 170px;
    height: 170px;
    bottom: 9%;
    left: 9%;
    z-index: 0;
    display: block;
  }
}
.stories__deco--slash {
  display: none;
}
@media screen and (min-width: 1280px) {
  .stories__deco--slash {
    position: absolute;
    width: 189px;
    height: 19px;
    bottom: 13.5%;
    right: 12.5%;
    z-index: 0;
    display: block;
  }
}

.junior-support {
  padding-block: 10% 11%;
}
@media screen and (min-width: 1280px) {
  .junior-support {
    position: relative;
    padding-top: 0;
  }
}
.junior-support__inner {
  padding-inline: 8.5%;
}
@media screen and (min-width: 1280px) {
  .junior-support__title {
    position: absolute;
    top: -273px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.junior-support__title--en {
  color: #bdd4ec;
}
@media screen and (min-width: 1280px) {
  .junior-support__title--ja {
    color: #ffffff;
    top: 15%;
  }
}
.junior-support__title--text {
  line-height: 1.6;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 994px) {
  .junior-support__title--text {
    position: absolute;
    top: -220px;
    line-height: 1.8;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #ffffff;
    font-size: 15px;
  }
}
.junior-support .junior-support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 86px;
  gap: 27vw;
}
@media screen and (min-width: 994px) {
  .junior-support .junior-support-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 760px;
    margin-inline: auto;
    gap: 80px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 103px 83px;
    margin-top: 105px;
  }
}
.junior-support__item {
  position: relative;
}
@media screen and (min-width: 994px) {
  .junior-support__item {
    width: 315px;
  }
}
.junior-support__item:first-child .junior-support__item--pic {
  width: 65%;
}
@media screen and (min-width: 994px) {
  .junior-support__item:first-child .junior-support__item--pic {
    width: 200px;
  }
}
.junior-support__item:first-child .junior-support__item--num {
  width: 138px;
  top: -16%;
  left: 1%;
}
@media screen and (min-width: 994px) {
  .junior-support__item:first-child .junior-support__item--num {
    left: 2%;
  }
}
.junior-support__item:first-child .junior-support__item--head {
  padding-left: 30px;
}
@media screen and (min-width: 994px) {
  .junior-support__item:first-child .junior-support__item--head {
    padding-left: 34px;
  }
}
.junior-support__item:first-child .junior-support__item--head::before {
  background: url(../img/3ppl-icon.webp) no-repeat center center/contain;
  width: 20px;
  height: 18px;
}
@media screen and (min-width: 994px) {
  .junior-support__item:first-child .junior-support__item--head::before {
    left: 4px;
  }
}
.junior-support__item:nth-of-type(2) .junior-support__item--pic {
  width: 71%;
}
@media screen and (min-width: 994px) {
  .junior-support__item:nth-of-type(2) .junior-support__item--pic {
    width: 220px;
  }
}
.junior-support__item:nth-of-type(2) .junior-support__item--num {
  width: 163px;
  position: absolute;
  top: -26%;
}
@media screen and (min-width: 994px) {
  .junior-support__item:nth-of-type(2) .junior-support__item--num {
    top: -27%;
    left: 4px;
  }
}
.junior-support__item:nth-of-type(2) .junior-support__item--head {
  padding-left: 30px;
  margin-top: 42px;
}
.junior-support__item:nth-of-type(2) .junior-support__item--head::before {
  background: url(../img/cube-icon.webp) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
.junior-support__item:nth-of-type(3) .junior-support__item--pic {
  width: 60%;
  margin-top: -3%;
}
@media screen and (min-width: 994px) {
  .junior-support__item:nth-of-type(3) .junior-support__item--pic {
    width: 185px;
  }
}
.junior-support__item:nth-of-type(3) .junior-support__item--num {
  width: 163px;
  position: absolute;
  top: -26%;
}
@media screen and (min-width: 994px) {
  .junior-support__item:nth-of-type(3) .junior-support__item--num {
    top: -27%;
    left: 4px;
  }
}
.junior-support__item:nth-of-type(3) .junior-support__item--head {
  padding-left: 30px;
  margin-top: 29px;
}
@media screen and (min-width: 994px) {
  .junior-support__item:nth-of-type(3) .junior-support__item--head {
    padding-left: 34px;
  }
}
.junior-support__item:nth-of-type(3) .junior-support__item--head::before {
  background: url(../img/phone-icon.webp) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 994px) {
  .junior-support__item:nth-of-type(3) .junior-support__item--head::before {
    left: 3px;
  }
}
.junior-support__item:nth-of-type(4) .junior-support__item--pic {
  width: 66%;
  margin-top: -1%;
}
@media screen and (min-width: 994px) {
  .junior-support__item:nth-of-type(4) .junior-support__item--pic {
    width: 204px;
  }
}
.junior-support__item:nth-of-type(4) .junior-support__item--num {
  width: 169px;
  position: absolute;
  top: -26%;
}
@media screen and (min-width: 994px) {
  .junior-support__item:nth-of-type(4) .junior-support__item--num {
    top: -27%;
    left: 4px;
  }
}
.junior-support__item:nth-of-type(4) .junior-support__item--head {
  padding-left: 30px;
  margin-top: 35px;
}
.junior-support__item:nth-of-type(4) .junior-support__item--head::before {
  background: url(../img/lock-icon.webp) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
.junior-support__item--num {
  position: absolute;
  z-index: -1;
}
.junior-support__item--num img {
  width: 100%;
}
.junior-support__item--head {
  font-size: 20px;
  font-weight: 700;
  color: #3c689d;
  margin-top: 24px;
  position: relative;
}
.junior-support__item--head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.junior-support__item--pic {
  margin-inline: auto;
}
.junior-support__item--pic img {
  width: 100%;
}
.junior-support__item--text {
  font-size: 16px;
  line-height: 1.87;
  margin-top: 6px;
}
.junior-support__item--line {
  font-weight: 700;
  line-height: 1.87;
  position: relative;
  z-index: 1;
}
.junior-support__item--line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #EEF27A;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.junior-support__deco--pen {
  display: none;
}
@media screen and (min-width: 1280px) {
  .junior-support__deco--pen {
    position: absolute;
    display: block;
    width: 15.5vw;
    top: -34%;
    right: 6%;
    opacity: 0.5;
  }
}
.junior-support__deco--triangle {
  display: none;
}
@media screen and (min-width: 1280px) {
  .junior-support__deco--triangle {
    position: absolute;
    display: block;
    width: 9vw;
    top: 5%;
    left: 9%;
  }
}
.junior-support__deco--wa {
  display: none;
}
@media screen and (min-width: 1280px) {
  .junior-support__deco--wa {
    position: absolute;
    display: block;
    width: 10vw;
    bottom: 47%;
    right: 2%;
  }
}

.junior-price {
  position: relative;
  background-color: #f0f0f0;
  padding-block: 14% 10.5%;
}
@media screen and (min-width: 994px) {
  .junior-price {
    padding-block: 116px 80px;
  }
}
@media screen and (min-width: 994px) {
  .junior-price::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/jigsaw.webp) repeat;
    background-size: 192px 192px;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
  }
}
.junior-price__title {
  position: relative;
  z-index: 1;
}
.junior-price__title--en {
  font-size: 64px;
  line-height: 20px;
  letter-spacing: 1.92px;
  color: #bdd4ec;
}
@media screen and (min-width: 1280px) {
  .junior-price__title--en {
    text-shadow: 1px 1px 2px rgba(208, 233, 255, 0.3), -1px -1px 2px rgba(170, 191, 212, 0.5);
    font-size: 128px;
    line-height: 20px;
    letter-spacing: 3.84px;
  }
}
.junior-price__title--ja {
  position: absolute;
  top: -11%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .junior-price__title--ja {
    font-size: 40px;
    top: 5%;
  }
}
.junior-price__title--nii {
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .junior-price__title--nii {
    font-family: "Jost", sans-serif;
  }
}
.junior-price__title--text {
  text-align: center;
  line-height: 2;
  margin-top: 27px;
}
@media screen and (min-width: 1280px) {
  .junior-price__title--text {
    font-size: 15px;
    margin-top: 47px;
  }
}
.junior-price .junior-price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  margin-top: 40px;
  width: 54%;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .junior-price .junior-price-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    z-index: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 608px;
    gap: 0;
  }
}
@media screen and (min-width: 994px) {
  .junior-price__item {
    width: 200px;
  }
}
.junior-price__above {
  border-radius: 20px 20px 0 0;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  -webkit-box-shadow: -5px 5px 10px 0 rgba(27, 86, 158, 0.2) inset, 5px -5px 10px 0 rgba(27, 86, 158, 0.2) inset, -5px -5px 10px 0 rgba(33, 105, 193, 0.9) inset, 5px 5px 13px 0 rgba(27, 86, 158, 0.9) inset, 1px 1px 2px 0 rgba(33, 105, 193, 0.3), -1px -1px 2px 0 rgba(27, 86, 158, 0.5);
          box-shadow: -5px 5px 10px 0 rgba(27, 86, 158, 0.2) inset, 5px -5px 10px 0 rgba(27, 86, 158, 0.2) inset, -5px -5px 10px 0 rgba(33, 105, 193, 0.9) inset, 5px 5px 13px 0 rgba(27, 86, 158, 0.9) inset, 1px 1px 2px 0 rgba(33, 105, 193, 0.3), -1px -1px 2px 0 rgba(27, 86, 158, 0.5);
  padding-block: 12.5px;
}
@media screen and (min-width: 994px) {
  .junior-price__above {
    padding-block: 11.5px;
  }
}
.junior-price__head {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  display: block;
}
.junior-price__head--num {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
.junior-price__bottom {
  background: #f7f9fa;
  -webkit-box-shadow: -5px 5px 10px 0 rgba(222, 224, 225, 0.2) inset, 5px -5px 10px 0 rgba(222, 224, 225, 0.2) inset, -5px -5px 10px 0 rgba(255, 255, 255, 0.9) inset, 5px 5px 13px 0 rgba(222, 224, 225, 0.9) inset, 1px 1px 2px 0 rgba(255, 255, 255, 0.3), -1px -1px 2px 0 rgba(222, 224, 225, 0.5);
          box-shadow: -5px 5px 10px 0 rgba(222, 224, 225, 0.2) inset, 5px -5px 10px 0 rgba(222, 224, 225, 0.2) inset, -5px -5px 10px 0 rgba(255, 255, 255, 0.9) inset, 5px 5px 13px 0 rgba(222, 224, 225, 0.9) inset, 1px 1px 2px 0 rgba(255, 255, 255, 0.3), -1px -1px 2px 0 rgba(222, 224, 225, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19.5px 32.5px;
}
@media screen and (min-width: 994px) {
  .junior-price__bottom {
    padding: 19.5px 31.5px;
  }
}
.junior-price__bottom--frequency {
  font-size: 16px;
  font-weight: 900;
  color: #3c689d;
}
.junior-price__bottom--times {
  font-size: 32px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.junior-price__bottom--price {
  line-height: 1;
}
.junior-price__bottom--num {
  font-size: 32px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  background: var(--blue2, linear-gradient(90deg, #0057c0 0%, #7496e2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.junior-price__bottom--ja {
  font-weight: 900;
  font-size: 20px;
  color: #6B91DF;
}
.junior-price__bottom--tax {
  font-size: 10px;
  font-weight: 900;
  color: #93acc9;
}
.junior-price__deco--grad {
  display: none;
}
@media screen and (min-width: 1280px) {
  .junior-price__deco--grad {
    position: absolute;
    top: 7%;
    left: 5%;
    width: 49vw;
    display: block;
  }
}
.junior-price__deco--pig {
  display: none;
}
@media screen and (min-width: 1280px) {
  .junior-price__deco--pig {
    position: absolute;
    top: -15%;
    right: 18%;
    width: 16vw;
    display: block;
  }
}

.junior-price-feature {
  width: 89%;
  margin-inline: auto;
  margin-top: 53px;
  max-width: 476px;
}
@media screen and (min-width: 994px) {
  .junior-price-feature {
    position: relative;
    z-index: 1;
    width: 608px;
    max-width: 608px;
  }
}
.junior-price-feature__head {
  border-radius: 10px 10px 0 0;
  background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 6px 5px 6px 13px;
}
@media screen and (min-width: 994px) {
  .junior-price-feature__head {
    padding: 5px 5px 6px 13px;
  }
}
.junior-price-feature__wrap {
  border-radius: 0 10px 10px 10px;
  border: 5px solid var(--niiblue2, #3c689d);
  background: #e7f4f6;
  padding: 14px 7px 14px 7px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 994px) {
  .junior-price-feature__wrap {
    padding: 15px 7px 14px 7px;
  }
}
.junior-price-feature__text {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 994px) {
  .junior-price-feature__text {
    font-size: 24px;
    text-align: center;
  }
}
.junior-price-feature__text--blue {
  background: var(--blue2, linear-gradient(90deg, #0057c0 0%, #7496e2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (min-width: 994px) {
  .junior-price-feature__text--blue {
    font-size: 24px;
  }
}
.junior-price-feature__text--num {
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 994px) {
  .junior-price-feature__text--num {
    font-size: 30px;
  }
}
.junior-price-feature__text--sub {
  font-size: 12px;
  color: #737580;
  margin-inline: auto;
  width: 97%;
  margin-top: 3px;
  line-height: 1.2;
}
@media screen and (min-width: 994px) {
  .junior-price-feature__text--sub {
    font-size: 14px;
    text-align: center;
  }
}

.juni-message {
  padding-block: 10% 11%;
  background: var(--niiblue3, linear-gradient(124deg, #3c689d 10.8%, #0049a2 87.34%));
}
@media screen and (min-width: 768px) {
  .juni-message {
    padding-block: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .juni-message {
    padding-block: 112px 80px;
    position: relative;
  }
  .juni-message::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 593px;
    background: url(../img/msg-bg1.webp) no-repeat center center/contain;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .juni-message::after {
    content: "";
    position: absolute;
    width: 327px;
    height: 584px;
    background: url(../img/msg-bg2.webp) no-repeat center center/contain;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}
.juni-message__title--ja {
  color: #ffffff;
}
@media screen and (min-width: 994px) {
  .juni-message__wrap {
    margin-top: -8px;
    position: relative;
    z-index: 1;
  }
}
.juni-message__left {
  margin-top: 10.5%;
}
.juni-message__head {
  margin-left: 3px;
}
@media screen and (min-width: 994px) {
  .juni-message__head {
    margin-top: 107px;
    margin-left: 0;
  }
}
.juni-message__head--row {
  font-weight: 700;
}
.juni-message__head--row::before {
  bottom: -10px;
}
@media screen and (min-width: 994px) {
  .juni-message__head--row::before {
    bottom: -1px;
  }
}
.juni-message__button {
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .juni-message__button {
    margin-inline: auto 0;
  }
}

.junior-voice {
  background-color: #E7F5FF;
  padding-block: 8%;
  position: relative;
}
@media screen and (min-width: 994px) {
  .junior-voice {
    padding-block: 110px 6%;
  }
}
@media screen and (min-width: 1500px) {
  .junior-voice {
    padding-block: 110px 10%;
  }
}
@media screen and (min-width: 994px) {
  .junior-voice::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/decorations.webp) no-repeat top center/cover;
    z-index: 0;
  }
}
@media screen and (min-width: 1500px) {
  .junior-voice::before {
    background-size: 100% auto;
  }
}
.junior-voice::after {
  content: "";
  position: absolute;
  width: 28vw;
  height: 28vw;
  top: 3.5%;
  left: 5%;
  background: url(../img/fukidashi-tra.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .junior-voice::after {
    max-width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .junior-voice::after {
    width: 140px;
    height: 140px;
    opacity: 0.5;
    max-width: unset;
    top: 4.5%;
    left: 33%;
  }
}
.junior-voice__title--en {
  color: #bdd4ec;
}
.junior-voice .junior-voice-list {
  margin-top: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.5vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 994px) {
  .junior-voice .junior-voice-list {
    margin-top: 82px;
    gap: 29px;
  }
}
@media screen and (min-width: 994px) {
  .junior-voice__item {
    width: 698px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
    gap: 30px;
  }
}
.junior-voice__item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.junior-voice__item--avatar {
  width: 31%;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .junior-voice__item--avatar {
    width: 100px;
    margin-inline: unset;
  }
}
.junior-voice__item--avatar img {
  width: 100%;
}
.junior-voice__item--text {
  line-height: 2;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset, -1px -1px 2px 0 rgba(230, 230, 230, 0.5) inset, -5px 5px 10px 0 rgba(230, 230, 230, 0.2), 5px -5px 10px 0 rgba(230, 230, 230, 0.2), -5px -5px 10px 0 rgba(255, 255, 255, 0.9), 5px 5px 13px 0 rgba(230, 230, 230, 0.9);
          box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset, -1px -1px 2px 0 rgba(230, 230, 230, 0.5) inset, -5px 5px 10px 0 rgba(230, 230, 230, 0.2), 5px -5px 10px 0 rgba(230, 230, 230, 0.2), -5px -5px 10px 0 rgba(255, 255, 255, 0.9), 5px 5px 13px 0 rgba(230, 230, 230, 0.9);
  padding: 5.5% 3% 6%;
  margin-top: 6%;
}
@media screen and (min-width: 994px) {
  .junior-voice__item--text {
    width: 568px;
    font-size: 15px;
    padding: 20px 19px;
    margin-top: 0;
  }
}
.junior-voice__item--bold {
  font-weight: 900;
  color: #3c689d;
}

.juni-flow {
  background-color: unset;
  padding-block: 15% 10.5%;
  position: relative;
}
@media screen and (min-width: 994px) {
  .juni-flow {
    padding-block: 122px 88px;
  }
}
@media screen and (min-width: 1280px) {
  .juni-flow::after {
    content: "";
    width: 95.5%;
    height: 100px;
    border-radius: 0 60px 60px 0;
    background: var(--niiblue2, linear-gradient(124deg, #3c689d 10.8%, #4d93e7 87.34%));
    position: absolute;
    top: 53%;
    left: 0;
    z-index: 0;
    opacity: 1;
  }
}
.juni-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/jigsaw.webp) repeat;
  background-size: 192px 192px;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}
.juni-flow__title--ja {
  top: -62%;
}
@media screen and (min-width: 1280px) {
  .juni-flow__title--ja {
    top: 5%;
  }
}
@media screen and (min-width: 1280px) {
  .juni-flow__title::before {
    content: "";
    position: absolute;
    width: 131px;
    height: 131px;
    background: url(../img/sche-tra.webp) no-repeat center center/contain;
    top: -483%;
    right: 23%;
  }
}
@media screen and (min-width: 1280px) {
  .juni-flow__right {
    margin-top: 29px;
  }
}
.juni-flow__item {
  background: linear-gradient(135deg, #dde4e8 100%, #f5fcff 0%);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset, -1px -1px 2px 0 rgba(210, 216, 220, 0.5) inset, -5px 5px 10px 0 rgba(210, 216, 220, 0.2), 5px -5px 10px 0 rgba(210, 216, 220, 0.2), -5px -5px 10px 0 rgba(255, 255, 255, 0.9), 5px 5px 13px 0 rgba(210, 216, 220, 0.9);
          box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset, -1px -1px 2px 0 rgba(210, 216, 220, 0.5) inset, -5px 5px 10px 0 rgba(210, 216, 220, 0.2), 5px -5px 10px 0 rgba(210, 216, 220, 0.2), -5px -5px 10px 0 rgba(255, 255, 255, 0.9), 5px 5px 13px 0 rgba(210, 216, 220, 0.9);
  padding: 6% 9% 3.6%;
}
@media screen and (min-width: 1280px) {
  .juni-flow__item {
    width: 152px;
    padding: 28px 26px 11px;
  }
}
.juni-flow__item--num {
  margin-bottom: -3px;
}
.juni-flow__item--text {
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  .juni-flow__item--text {
    white-space: nowrap;
  }
}
.juni-flow__item--pic {
  margin-top: -3px;
}
@media screen and (min-width: 1280px) {
  .juni-flow__item--pic {
    width: 100px;
    height: 100px;
    margin-top: 10px;
  }
  .juni-flow__item--pic img {
    width: 100%;
  }
}
.juni-flow .juni-flow-list {
  margin-top: 49px;
  gap: 6.6vw;
  width: 71.2%;
}
@media screen and (min-width: 1280px) {
  .juni-flow .juni-flow-list {
    gap: 24px;
  }
}

.juni-qa {
  background-color: #1E599F;
  padding-top: 4%;
  padding-bottom: 10%;
}
@media screen and (min-width: 1280px) {
  .juni-qa {
    background-color: #D7EAFB;
  }
}
.juni-qa__container {
  background-color: unset;
  position: relative;
  padding-top: 6.7%;
}
@media screen and (min-width: 1280px) {
  .juni-qa__container {
    background-color: #1E599F;
  }
}
.juni-qa__container::before {
  content: "";
  position: absolute;
  background: url(../img/mushimegane.webp) no-repeat top center/contain;
  opacity: 0.5;
  width: 24vw;
  height: 24vw;
  max-width: 130px;
  top: -4vw;
  right: 11vw;
}
@media screen and (min-width: 994px) {
  .juni-qa__container::before {
    max-width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .juni-qa__container::before {
    background: url(../img/juni-faq.webp) no-repeat top center/contain;
    top: -2%;
    right: unset;
    left: 22.5%;
    width: 15.5vw;
    height: 8.5vw;
    max-width: 290px;
    opacity: 1;
  }
}
.juni-qa__title--en {
  color: #bdd4ec;
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  .juni-qa__title--en {
    font-size: 128px;
  }
}
.juni-qa__title--ja {
  color: #ffffff;
}
.juni-qa__boxes {
  gap: 20px;
}
@media screen and (min-width: 1280px) {
  .juni-qa__lists {
    margin-top: 82px;
  }
}

.single {
  background-color: #e6eef5;
  padding-block: 11% 10.5%;
}
@media screen and (min-width: 994px) {
  .single {
    padding-block: 83px 80px;
  }
}
.single__container {
  background-color: #ffffff;
  border-radius: 4px;
  padding-block: 40px;
  padding-inline: 17.5px;
}
@media screen and (min-width: 994px) {
  .single__container {
    padding-inline: unset;
    padding-block: unset;
    background-color: unset;
  }
}
@media screen and (min-width: 994px) {
  .single__wrapper {
    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;
    gap: 40px;
    background-color: #ffffff;
    padding-inline: 50px;
    padding-block: 14px 54px;
    margin-top: 44px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 994px) {
  .single__right {
    width: 75%;
  }
}
.single__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-top: 42px;
}
.single__top--date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.single__top--cat {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  width: 100px;
  padding: 2px 0;
  border-radius: 4px;
  display: block;
  text-align: center;
}
.single__top--uni {
  background-color: #132270;
}
.single__top--high {
  background-color: #0057c0;
}
.single__top--ele {
  background-color: #95bdec;
}
.single__top--kobetsu {
  background-color: #466f9d;
}
.single__top--news {
  background-color: #f5b801;
}
.single__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 17px;
  position: relative;
  padding-bottom: 24px;
}
@media screen and (min-width: 994px) {
  .single__head {
    font-size: 24px;
  }
}
.single__head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bdd4ec;
  bottom: 0;
  left: 0;
}
.single__content {
  margin-bottom: 38px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 994px) {
  .single__content {
    margin-bottom: 36px;
  }
}
.single__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bdd4ec;
  bottom: 0;
  left: 0;
}
.single__text {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 994px) {
  .single__text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.single__text:nth-of-type(2) {
  margin-top: 28px;
}
@media screen and (min-width: 994px) {
  .single__text:nth-of-type(2) {
    margin-top: 27px;
  }
}
.single__main-pic {
  margin-top: 40px;
  width: 100%;
  display: block;
}
.single__main-pic img {
  width: 100%;
}
.single__sub-pic {
  margin-top: 40px;
  width: 66.6%;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 994px) {
  .single__sub-pic {
    margin-top: 42px;
    width: 54.5%;
  }
}
.single__sub-pic img {
  width: 100%;
}
.single__button {
  font-size: 15px;
  font-weight: 700;
  color: #3c689d;
  text-align: center;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-right: 38px;
}
@media screen and (min-width: 994px) {
  .single__button {
    font-size: 24px;
    padding-right: 44px;
  }
}
.single__button::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-right.webp) no-repeat top center/contain;
}
@media screen and (min-width: 994px) {
  .single__button::after {
    width: 24px;
    height: 24px;
  }
}

.archive {
  background-color: #e6eef5;
  padding-block: 11% 10.5%;
}
@media screen and (min-width: 994px) {
  .archive {
    padding-block: 83px 80px;
  }
}
.archive__container {
  background-color: #ffffff;
  border-radius: 4px;
  padding-block: 40px;
}
@media screen and (min-width: 994px) {
  .archive__container {
    padding-block: unset;
    background-color: unset;
  }
}
@media screen and (min-width: 994px) {
  .archive__top-wrapper {
    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;
  }
}
@media screen and (min-width: 994px) {
  .archive__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    padding-inline: 50px;
    padding-block: 14px 54px;
    margin-top: 44px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.archive-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 2.5%;
  margin-top: 41px;
}
.archive-cat__detail {
  width: 100px;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 1px 0;
  font-size: 14px;
}
.archive-cat__detail--all {
  background-color: #6f717c;
}
.archive-cat__detail--uni {
  background-color: #132270;
  opacity: 0.6;
}
.archive-cat__detail--high {
  background-color: #0057c0;
  opacity: 0.6;
}
.archive-cat__detail--ele {
  opacity: 0.6;
  background-color: #95bdec;
}
.archive-cat__detail--kobetsu {
  opacity: 0.6;
  background-color: #466f9d;
}
.archive-cat__detail--news {
  opacity: 0.6;
  background-color: #f5b801;
}
.archive__content {
  padding-inline: 5.5%;
  margin-top: 41px;
}
@media screen and (min-width: 994px) {
  .archive__content {
    width: 74.5%;
    padding-inline: unset;
    margin-top: 45px;
  }
}
.archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.archive__item {
  position: relative;
  padding-bottom: 24px;
}
@media screen and (min-width: 994px) {
  .archive__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
  }
}
.archive__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bdd4ec;
  bottom: 0;
  left: 0;
}
.archive__item--date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.archive__item--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
.archive__item--cat {
  width: 100px;
  border-radius: 4px;
  padding: 2px 0;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.archive__item--uni {
  background-color: #132270;
}
.archive__item--high {
  background-color: #0057c0;
}
.archive__item--ele {
  background-color: #95bdec;
}
.archive__item--kobetsu {
  background-color: #466f9d;
}
.archive__item--news {
  background-color: #f5b801;
}
.archive__item--title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 17px;
}
@media screen and (min-width: 994px) {
  .archive__item--title {
    margin-top: 0;
    font-size: 16px;
  }
}
.archive__empty {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 994px) {
  .archive__empty {
    gap: 17px;
  }
}
.archive__empty::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bdd4ec;
  bottom: 0;
  left: 0;
}
.archive__empty-return {
  font-size: 18px;
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .archive__empty-return {
    font-size: 24px;
    margin-top: 0;
  }
}
.archive__empty-return::after {
  top: 51%;
}

.wp-pagenavi {
  padding-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 994px) {
  .wp-pagenavi {
    padding-top: 38px;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 18px;
  height: 18px;
  display: block;
  font-size: 0;
}
@media screen and (min-width: 994px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 24px;
    height: 24px;
  }
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wp-pagenavi .previouspostslink::before {
  background-image: url("../img/arrow-left.webp");
}
.wp-pagenavi .nextpostslink::before {
  background-image: url("../img/arrow-right.webp");
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .pages {
  font-size: 15px;
  font-weight: 400;
  color: #98a2b3;
}
@media screen and (min-width: 994px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .pages {
    font-size: 24px;
  }
}
.wp-pagenavi .current {
  font-weight: 700;
  color: #3c689d;
}
.wp-pagenavi .pages {
  pointer-events: none;
}
.wp-pagenavi .extend:nth-of-type(3) {
  display: none;
}

.kobetsu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .kobetsu__title {
    gap: 14px;
  }
}
.kobetsu__title--sub {
  color: #960E0C;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .kobetsu__title--sub {
    font-size: 22px;
    line-height: 1.4;
  }
}
.kobetsu__title--main {
  color: #132270;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .kobetsu__title--main {
    font-size: 32px;
    line-height: 1;
  }
}
.kobetsu__title--main::before {
  content: "";
  position: absolute;
}

.kobetsu-fv {
  background-color: #476F9E;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv {
    padding-bottom: 40px;
  }
}
.kobetsu-fv__container {
  padding-right: 7.69vw;
  padding-top: 14.5%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__container {
    padding-right: 79px;
    padding-top: 35px;
  }
}
.kobetsu-fv__pic {
  width: 94%;
}
.kobetsu-fv__pic img {
  width: 100%;
}
.kobetsu-fv__contents {
  position: absolute;
  bottom: 12.3%;
  left: 4%;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__contents {
    bottom: 55px;
    left: 4%;
  }
}
.kobetsu-fv__head {
  color: rgba(71, 111, 158, 0.62);
  font-family: Poppins;
  font-size: 13.84vw;
  font-weight: 600;
  line-height: 1;
  mix-blend-mode: plus-lighter;
  letter-spacing: -0.55px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__head {
    font-size: 150px;
    letter-spacing: -1.6px;
  }
}
.kobetsu-fv__head--bottom {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__head--bottom {
    margin-top: 12px;
  }
}
.kobetsu-fv__title {
  margin-top: 11px;
  margin-left: 4px;
}
.kobetsu-fv__title--above, .kobetsu-fv__title--bottom {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 6.15vw;
  font-weight: 600;
  line-height: 1.58;
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__title--above, .kobetsu-fv__title--bottom {
    font-size: 40px;
    line-height: 1.4;
  }
}
.kobetsu-fv__title--bottom {
  margin-left: -16px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__title--bottom {
    margin-left: -30px;
  }
}
.kobetsu-fv__text {
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 3.58vw;
  font-weight: 600;
  line-height: 2;
  margin-top: 8px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__text {
    font-size: 24px;
    line-height: 1.66;
  }
}
.kobetsu-fv__arrow {
  position: absolute;
  right: 38.5%;
  bottom: 1.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__arrow {
    bottom: 115px;
    right: 10.5%;
  }
}
.kobetsu-fv__deco {
  color: #ffffff;
  font-family: Poppins;
  font-size: 3.07vw;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__deco {
    font-size: 16px;
  }
}
.kobetsu-fv__scrolldown-arrow {
  position: relative;
  display: block;
  width: 2px;
  height: 9.23vw;
  background: #ffffff;
  -webkit-animation: scrollDown 1.8s ease-in-out infinite;
          animation: scrollDown 1.8s ease-in-out infinite;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__scrolldown-arrow {
    height: 57px;
  }
}
.kobetsu-fv__scrolldown-arrow::before, .kobetsu-fv__scrolldown-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 3.07vw;
  height: 2px;
  background: #ffffff;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__scrolldown-arrow::before, .kobetsu-fv__scrolldown-arrow::after {
    width: 12px;
  }
}
.kobetsu-fv__scrolldown-arrow::before {
  rotate: -45deg;
}
.kobetsu-fv__scrolldown-arrow::after {
  rotate: -135deg;
}
@-webkit-keyframes scrollDown {
  0% {
    bottom: 2.12vw;
    height: 9.23vw;
  }
  10% {
    bottom: 2.12vw;
    height: 9.23vw;
  }
  90% {
    bottom: 0.56vw;
    height: 9.23vw;
  }
  100% {
    bottom: 0.56vw;
    height: 9.23vw;
  }
}
@keyframes scrollDown {
  0% {
    bottom: 2.12vw;
    height: 9.23vw;
  }
  10% {
    bottom: 2.12vw;
    height: 9.23vw;
  }
  90% {
    bottom: 0.56vw;
    height: 9.23vw;
  }
  100% {
    bottom: 0.56vw;
    height: 9.23vw;
  }
}
@media screen and (min-width: 1280px) {
  @-webkit-keyframes scrollDown {
    0% {
      height: 57px;
      bottom: 10px;
    }
    10% {
      height: 57px;
      bottom: 10px;
    }
    90% {
      height: 57px;
      bottom: -10px;
    }
    100% {
      height: 57px;
      bottom: -10px;
    }
  }
  @keyframes scrollDown {
    0% {
      height: 57px;
      bottom: 10px;
    }
    10% {
      height: 57px;
      bottom: 10px;
    }
    90% {
      height: 57px;
      bottom: -10px;
    }
    100% {
      height: 57px;
      bottom: -10px;
    }
  }
}
.kobetsu-fv__lead {
  background-color: #ffffff;
  color: #476F9E;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  padding: 16px 20px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-fv__lead {
    font-size: 22px;
    padding-block: 8px;
    line-height: 1;
  }
}

.kobetsu-feature {
  background: url(../img/kobetsu-bg.webp) no-repeat top center/cover;
  padding-block: 108px 74px;
}
@media screen and (min-width: 994px) {
  .kobetsu-feature {
    padding-block: 5.5% 6.3%;
  }
}
.kobetsu-feature__inner {
  width: 85.6%;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .kobetsu-feature__inner {
    width: 87.6%;
    max-width: 1500px;
  }
}
.kobetsu-feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .kobetsu-feature__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.kobetsu-feature__text {
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .kobetsu-feature__text {
    font-size: 22px;
    line-height: 1.63;
  }
}
.kobetsu-feature__text + .kobetsu-feature__text {
  margin-top: 28px;
}
@media screen and (min-width: 994px) {
  .kobetsu-feature__text + .kobetsu-feature__text {
    margin-top: 36px;
  }
}
.kobetsu-feature__lead {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  gap: 5px;
}
@media screen and (min-width: 994px) {
  .kobetsu-feature__lead {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 31px;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-feature__lead {
    font-size: 35px;
    margin-bottom: -6px;
  }
}
.kobetsu-feature__lead--above, .kobetsu-feature__lead--bottom {
  font-weight: 700;
  line-height: 1.6;
  background-color: #476F9E;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 8px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-feature__lead--above, .kobetsu-feature__lead--bottom {
    padding-left: 13px;
  }
}

.kobetsu-about {
  background-color: #3B689C;
  padding: 10% 8% 14%;
  position: relative;
}
@media screen and (min-width: 994px) {
  .kobetsu-about {
    padding: 43px 43px 61px;
  }
}
.kobetsu-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/kobetsu-bg-sp.webp) no-repeat top center/cover;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .kobetsu-about::before {
    background: url(../img/kobetsu-bg-pc.webp) no-repeat top center/cover;
  }
}
.kobetsu-about__container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 12.3% 8% 7%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .kobetsu-about__container {
    padding: 60px;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-about__container {
    border-radius: 40px;
    max-width: 1500px;
    padding: 80px 72px 66px;
    margin-inline: auto;
  }
}
.kobetsu-about__top-wrapper {
  margin-left: 3%;
}
@media screen and (min-width: 768px) {
  .kobetsu-about__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-about__top-wrapper {
    gap: 9.5%;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__top-wrapper {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.kobetsu-about__title--main {
  padding-left: 27px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__title--main {
    padding-left: 41px;
  }
}
.kobetsu-about__title--main::before {
  background: url(../img/kobetsu-pen.webp) no-repeat top center/contain;
  width: 35px;
  height: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__title--main::before {
    width: 58px;
    height: 48px;
    left: -8px;
  }
}
.kobetsu-about__text {
  color: #505050;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__text {
    font-size: 18px;
    margin-top: 30px;
    white-space: nowrap;
  }
}
.kobetsu-about__text + .kobetsu-about__text {
  margin-top: 24px;
}
@media screen and (min-width: 994px) {
  .kobetsu-about__text + .kobetsu-about__text {
    margin-top: 36px;
  }
}
.kobetsu-about__pic {
  width: 99%;
  display: block;
  margin-inline: auto;
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .kobetsu-about__pic {
    width: 45%;
    margin-top: 0;
    margin-inline: unset;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__pic {
    width: 52%;
    margin-top: 44px;
  }
}
.kobetsu-about__pic img {
  width: 100%;
}
.kobetsu-about__bottom-wrapper {
  margin-top: 13.5%;
}
@media screen and (min-width: 768px) {
  .kobetsu-about__bottom-wrapper {
    margin-top: 40px;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-about__bottom-wrapper {
    margin-top: 63px;
  }
}
.kobetsu-about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 994px) {
  .kobetsu-about__head {
    gap: 24px;
  }
}
.kobetsu-about__head--sub {
  color: #960E0C;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28;
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__head--sub {
    font-size: 22px;
    line-height: 1.4;
  }
}
.kobetsu-about__head--main {
  color: #960E0C;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__head--main {
    font-size: 42px;
    line-height: 1;
  }
}
.kobetsu-about__bottom-content {
  background: rgba(217, 217, 217, 0.5);
  border-radius: 20px;
  padding: 24px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 17px;
  width: 94%;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .kobetsu-about__bottom-content {
    padding: 43px 78px;
    margin-top: 25px;
    width: 77.5%;
  }
}
.kobetsu-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 994px) {
  .kobetsu-about__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 19px;
  }
}
.kobetsu-about__item {
  color: #132270;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.75;
  border-radius: 10px;
  background: rgba(122, 183, 255, 0.3);
  padding: 10px 12px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__item {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.14;
    padding: 8px 14.7px;
  }
}
.kobetsu-about__plus {
  color: #0c3061;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 0.75;
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__plus {
    font-size: 32px;
  }
}
.kobetsu-about__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kobetsu-about__bottom-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-about__bottom-list {
    gap: 22px;
  }
}
.kobetsu-about__bottom-item {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.75;
  border-radius: 10px;
  background: #132270;
  padding: 10px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__bottom-item {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.14;
    padding: 11px 29px;
  }
}
.kobetsu-about__bottom-text {
  color: #132270;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.16;
  margin-top: 17px;
  margin-left: -9px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__bottom-text {
    font-size: 25px;
    line-height: 1.4;
    margin-top: 30px;
    margin-left: 1px;
  }
}
.kobetsu-about__bottom-text--big {
  font-size: 16px;
  font-weight: 700;
  line-height: 0.61;
  margin-inline: 5px 7px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__bottom-text--big {
    font-size: 32px;
    line-height: 1.12;
  }
}
.kobetsu-about__bottom-text--big::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #960E0C;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .kobetsu-about__bottom-text--big::after {
    background-color: #132270;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-about__bottom-text--big::after {
    bottom: -7px;
  }
}

.kobetsu-loop {
  overflow: hidden;
}
.kobetsu-loop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: highLoop 20s linear infinite;
          animation: highLoop 20s linear infinite;
}
.kobetsu-loop__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.kobetsu-loop__text {
  font-size: 60px;
  font-weight: 500;
  color: rgba(71, 111, 158, 0.6);
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-right: 24px;
}
@media screen and (min-width: 994px) {
  .kobetsu-loop__text {
    font-size: 140px;
    margin-right: 40px;
  }
}
.kobetsu-loop__text--bottom {
  line-height: 1.05;
}
@media screen and (min-width: 994px) {
  .kobetsu-loop__text--bottom {
    line-height: 0.7;
  }
}

@-webkit-keyframes kobetsuLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes kobetsuLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.kobetsu-difference {
  background-color: #ECECEC;
  padding-block: 10.5% 17%;
}
@media screen and (min-width: 994px) {
  .kobetsu-difference {
    padding-block: 72px 80px;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__inner {
    width: 87.5%;
  }
}
.kobetsu-difference__title {
  text-align: center;
}
.kobetsu-difference__title--main {
  line-height: 1.33;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 37px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__title--main {
    margin-top: -8px;
    padding-left: 53px;
  }
}
.kobetsu-difference__title--main::before {
  background: url(../img/kobetsu-good.webp) no-repeat top center/contain;
  top: -4px;
  left: 0;
  width: 37.368px;
  height: 30.87px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__title--main::before {
    width: 53.263px;
    height: 44px;
  }
}
.kobetsu-difference__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 11%;
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__list {
    margin-top: 46px;
  }
}
.kobetsu-difference__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.kobetsu-difference__item:nth-of-type(2) .kobetsu-difference__contents {
  padding: 28px 29px;
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__item:nth-of-type(2) .kobetsu-difference__contents {
    border-radius: 0 0 0 120px;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(2) .kobetsu-difference__contents {
    padding: 3.5% 8% 3.7% 7%;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(2) .kobetsu-difference__num::before {
    right: -215px;
  }
}
.kobetsu-difference__item:nth-of-type(2) .kobetsu-difference__head {
  margin-top: 1px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(2) .kobetsu-difference__head {
    margin-top: 10px;
  }
}
.kobetsu-difference__item:nth-of-type(2) .kobetsu-difference__text {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(2) .kobetsu-difference__text {
    font-size: 18px;
    line-height: 1.77;
    margin-top: 20px;
  }
}
.kobetsu-difference__item:nth-of-type(3) .kobetsu-difference__contents {
  padding: 52px 29px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(3) .kobetsu-difference__contents {
    padding: 3.5% 10.3% 3.7% 5.2%;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(3) .kobetsu-difference__num::before {
    right: -213px;
  }
}
.kobetsu-difference__item:nth-of-type(3) .kobetsu-difference__head {
  margin-top: 1px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(3) .kobetsu-difference__head {
    margin-top: 11px;
  }
}
.kobetsu-difference__item:nth-of-type(3) .kobetsu-difference__text {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(3) .kobetsu-difference__text {
    font-size: 18px;
    line-height: 1.77;
    margin-top: 17px;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__item:nth-of-type(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.kobetsu-difference__item:nth-of-type(4) .kobetsu-difference__contents {
  padding: 52px 29px;
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__item:nth-of-type(4) .kobetsu-difference__contents {
    border-radius: 0 0 0 120px;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(4) .kobetsu-difference__contents {
    padding: 5.5% 10% 5.5% 5.8%;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(4) .kobetsu-difference__num::before {
    right: -207px;
  }
}
.kobetsu-difference__item:nth-of-type(4) .kobetsu-difference__head {
  margin-top: 1px;
}
.kobetsu-difference__item:nth-of-type(4) .kobetsu-difference__text {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(4) .kobetsu-difference__text {
    font-size: 18px;
    line-height: 1.77;
    margin-top: 19px;
  }
}
.kobetsu-difference__item:nth-of-type(5) .kobetsu-difference__contents {
  padding: 52px 29px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(5) .kobetsu-difference__contents {
    padding: 6.5% 10.4% 6.5% 5.2%;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(5) .kobetsu-difference__num::before {
    right: -215px;
  }
}
.kobetsu-difference__item:nth-of-type(5) .kobetsu-difference__head {
  margin-top: 1px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(5) .kobetsu-difference__head {
    margin-top: 12px;
  }
}
.kobetsu-difference__item:nth-of-type(5) .kobetsu-difference__text {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__item:nth-of-type(5) .kobetsu-difference__text {
    font-size: 18px;
    line-height: 1.77;
    margin-top: 17px;
  }
}
.kobetsu-difference__contents {
  background-color: #3B689C;
  border-radius: 0 80px 0 0;
  padding: 36px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__contents {
    width: 100%;
    border-radius: 0 120px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__contents {
    width: 85%;
    padding: 5.1% 8% 5% 7%;
  }
}
.kobetsu-difference__num {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__num {
    font-size: 56px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__num {
    font-size: 64px;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__num::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 2px;
    background-color: #ffffff;
    top: 50%;
    right: -200px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.kobetsu-difference__head {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 6px;
}
@media screen and (min-width: 994px) {
  .kobetsu-difference__head {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__head {
    font-size: 24px;
    margin-top: 11px;
    line-height: 1.33;
  }
}
.kobetsu-difference__text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-difference__text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.kobetsu-difference__pic {
  width: 100%;
}
.kobetsu-difference__pic img {
  width: 100%;
}

.kobetsu-message {
  background-color: #3B689C;
  padding: 13% 9% 12% 8%;
  position: relative;
}
@media screen and (min-width: 994px) {
  .kobetsu-message {
    padding: 80px 80px 97px 80px;
  }
}
.kobetsu-message::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/kobetsu-bg-sp.webp) no-repeat top center/cover;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .kobetsu-message::before {
    background: url(../img/kobetsu-bg-pc.webp) no-repeat top center/cover;
  }
}
.kobetsu-message__container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 7% 5.2% 8% 7%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .kobetsu-message__container {
    padding: 60px;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-message__container {
    border-radius: 40px;
    max-width: 1500px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-message__container {
    padding: 73px 150px 66px 74px;
    gap: 117px;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-message__top-left-wrapper {
    width: 77%;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-message__title {
    margin-left: 8px;
  }
}
.kobetsu-message__title--main {
  padding-left: 22px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-message__title--main {
    padding-left: 46px;
  }
}
.kobetsu-message__title--main::before {
  background: url(../img/kobetsu-ppl.webp) no-repeat top center/contain;
  width: 32.651px;
  height: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-message__title--main::before {
    width: 65.41px;
    height: 47.282px;
    left: -11px;
  }
}
.kobetsu-message__text + .kobetsu-message__text {
  margin-top: 24px;
}
@media screen and (min-width: 994px) {
  .kobetsu-message__text + .kobetsu-message__text {
    margin-top: 32px;
  }
}
.kobetsu-message__text {
  color: #505050;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-message__text {
    font-size: 16px;
    margin-top: 62px;
  }
}
.kobetsu-message__text:nth-of-type(3) {
  margin-top: 24px;
}
@media screen and (min-width: 994px) {
  .kobetsu-message__text:nth-of-type(3) {
    margin-top: 32px;
  }
}
.kobetsu-message__text:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (min-width: 994px) {
  .kobetsu-message__text:nth-of-type(4) {
    margin-top: 33px;
  }
}
.kobetsu-message__text:nth-of-type(5) {
  margin-top: 0;
}
@media screen and (min-width: 994px) {
  .kobetsu-message__text:nth-of-type(5) {
    margin-top: 33px;
  }
}
.kobetsu-message__bottom-right-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 994px) {
  .kobetsu-message__bottom-right-wrapper {
    width: 54%;
    margin-top: 23px;
  }
}
.kobetsu-message__pic {
  display: block;
  width: 47.8%;
  margin-inline: auto;
}
@media screen and (min-width: 994px) {
  .kobetsu-message__pic {
    width: 100%;
  }
}
.kobetsu-message__pic img {
  width: 100%;
}
.kobetsu-message__teacher {
  margin-left: -4px;
}
.kobetsu-message__name {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-message__name {
    font-size: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 53px;
    gap: 5px;
  }
}
.kobetsu-message__history {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.83;
  margin-top: 15px;
  margin-left: 1px;
  width: 94%;
}
@media screen and (min-width: 1280px) {
  .kobetsu-message__history {
    font-size: 16px;
    line-height: 1.87;
    margin-left: -4px;
    width: 103%;
    margin-top: 24px;
  }
}
.kobetsu-message__history:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 994px) {
  .kobetsu-message__history:nth-of-type(2) {
    margin-top: 30px;
  }
}

.kobetsu-price {
  padding: 10.3% 7% 4.5%;
  background-color: #ECECEC;
}
@media screen and (min-width: 768px) {
  .kobetsu-price {
    padding: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .kobetsu-price {
    padding: 114px 88px 87px 86px;
  }
}
.kobetsu-price__title {
  text-align: center;
}
.kobetsu-price__title--main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 36px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-price__title--main {
    padding-left: 47px;
  }
}
.kobetsu-price__title--main::before {
  background: url(../img/kobetsu-dollar.webp) no-repeat top center/contain;
  width: 36.429px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-price__title--main::before {
    width: 60.457px;
    height: 47.971px;
    left: -5px;
  }
}
.kobetsu-price__title--desc {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  margin-top: 1px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-price__title--desc {
    font-size: 20px;
    line-height: 1.5;
  }
}
.kobetsu-price__tabs {
  margin-top: 5.4%;
}
@media screen and (min-width: 1280px) {
  .kobetsu-price__tabs {
    margin-top: 79px;
  }
}
.kobetsu-price__tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .kobetsu-price__tab-buttons {
    gap: 24px;
  }
}
.kobetsu-price__tab-button {
  padding: 9px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background-color: #D9D9D9;
  display: block;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #768290;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 1280px) {
  .kobetsu-price__tab-button {
    font-size: 32px;
    padding: 16px 110px;
    border-radius: 20px 20px 0 0;
  }
}
.kobetsu-price__tab-button.is-active {
  background: #476F9E;
  color: #ffffff;
}
.kobetsu-price__tab-contents {
  margin-top: -4px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-price__tab-contents {
    margin-top: -1px;
    max-width: 1500px;
    margin-inline: auto;
  }
}
.kobetsu-price__tab-content {
  display: none;
}
.kobetsu-price__tab-content img {
  width: 100%;
  display: block;
}
.kobetsu-price__tab-content.is-active {
  display: block;
}

.kobetsu-info {
  background-color: #476F9E;
  padding: 7.5% 7.5% 7%;
}
@media screen and (min-width: 994px) {
  .kobetsu-info {
    padding: 107px 80px 138px;
  }
}
.kobetsu-info__container {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 43px 10% 37px;
}
@media screen and (min-width: 994px) {
  .kobetsu-info__container {
    border-radius: 40px;
    padding: 80px 80px 48px;
    max-width: 1500px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.7%;
  }
}
@media screen and (min-width: 1500px) {
  .kobetsu-info__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-info__top-left-wrapper {
    width: 49%;
  }
}
@media screen and (min-width: 1500px) {
  .kobetsu-info__top-left-wrapper {
    width: 55%;
  }
}
@media screen and (min-width: 994px) {
  .kobetsu-info__bottom-right {
    width: 424px;
  }
}
@media screen and (min-width: 1500px) {
  .kobetsu-info__bottom-right {
    width: 500px;
  }
}
.kobetsu-info__title--sub {
  padding-left: 4px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__title--sub {
    padding-left: 9px;
  }
}
.kobetsu-info__title--main {
  padding-left: 23px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__title--main {
    padding-left: 47px;
  }
}
.kobetsu-info__title--main::before {
  background: url(../img/kobetsu-pin.webp) no-repeat top center/contain;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 29.736px;
  height: 29.736px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__title--main::before {
    width: 52px;
    height: 52px;
    left: 2px;
  }
}
.kobetsu-info__map {
  margin-top: 16px;
}
.kobetsu-info__map-wrapper {
  width: 100%;
  height: 37vw;
}
@media screen and (min-width: 994px) {
  .kobetsu-info__map-wrapper {
    height: 20.5vw;
  }
}
@media screen and (min-width: 1500px) {
  .kobetsu-info__map-wrapper {
    max-height: 342px;
  }
}
.kobetsu-info__map-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.kobetsu-info__map-text {
  color: #505050;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 2.18;
  margin-top: 2px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__map-text {
    font-size: 16px;
    line-height: 2;
    text-align: start;
    margin-top: 12px;
  }
}
.kobetsu-info__head {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-top: 33px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__head {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-top: 98px;
  }
}
.kobetsu-info__head--red {
  color: #960E0C;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 0.94;
  position: relative;
  margin-inline: 0px 5px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__head--red {
    font-size: 21px;
    margin-inline: 4px;
  }
}
.kobetsu-info__head--red::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #960E0C;
}
.kobetsu-info__list {
  margin-top: 32px;
  width: 89%;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__list {
    width: 62%;
    margin-left: 26px;
    margin-top: 47px;
    gap: 14px;
  }
}
.kobetsu-info__list::before {
  content: "";
  position: absolute;
  background: url(../img/kobetsu-walk.webp) no-repeat top center/contain;
  width: 84.795px;
  height: 84.795px;
  bottom: -85px;
  right: 2px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__list::before {
    width: 112px;
    height: 112px;
    bottom: -47px;
    right: -125px;
  }
}
.kobetsu-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kobetsu-info__item:nth-of-type(1) .kobetsu-info__line {
  margin-left: 5px;
  width: 20%;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__item:nth-of-type(1) .kobetsu-info__line {
    margin-left: 1px;
    width: 18.5%;
  }
}
.kobetsu-info__item:nth-of-type(1) .kobetsu-info__walk-dis {
  margin-right: 6px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__item:nth-of-type(1) .kobetsu-info__walk-dis {
    margin-right: 8px;
  }
}
.kobetsu-info__item:nth-of-type(1) .kobetsu-info__walk-dis--bold {
  margin-left: 3px;
}
.kobetsu-info__item:nth-of-type(2) .kobetsu-info__line {
  width: 25%;
  margin-left: 6px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__item:nth-of-type(2) .kobetsu-info__line {
    margin-left: 7px;
    width: 22.5%;
  }
}
.kobetsu-info__item:nth-of-type(3) .kobetsu-info__line {
  width: 40%;
  margin-left: 6px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__item:nth-of-type(3) .kobetsu-info__line {
    margin-left: 20px;
    width: 36%;
  }
}
.kobetsu-info__item:nth-of-type(4) .kobetsu-info__line {
  width: 25%;
  margin-left: 5px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__item:nth-of-type(4) .kobetsu-info__line {
    margin-left: 6px;
    width: 22.5%;
  }
}
.kobetsu-info__item:nth-of-type(4) .kobetsu-info__walk-dis {
  margin-right: 6px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__item:nth-of-type(4) .kobetsu-info__walk-dis {
    margin-right: 8px;
  }
}
.kobetsu-info__item:nth-of-type(4) .kobetsu-info__walk-dis--bold {
  margin-left: 3px;
}
.kobetsu-info__item:nth-of-type(5) .kobetsu-info__line {
  width: 20%;
  margin-left: 4px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__item:nth-of-type(5) .kobetsu-info__line {
    margin-left: 1px;
    width: 18.5%;
  }
}
.kobetsu-info__item:nth-of-type(6) .kobetsu-info__line {
  width: 40.3%;
  margin-left: -7px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__item:nth-of-type(6) .kobetsu-info__line {
    margin-left: 4px;
    width: 36%;
  }
}
.kobetsu-info__item:nth-of-type(7) .kobetsu-info__line {
  width: 30%;
  margin-left: 6px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__item:nth-of-type(7) .kobetsu-info__line {
    margin-left: 11px;
    width: 27%;
  }
}
.kobetsu-info__item:nth-of-type(8) .kobetsu-info__line {
  width: 25%;
  margin-left: 6px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__item:nth-of-type(8) .kobetsu-info__line {
    margin-left: 8px;
    width: 22.5%;
  }
}
.kobetsu-info__school-name {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__school-name {
    font-size: 16px;
    line-height: 1;
  }
}
.kobetsu-info__walk-dis {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  margin-top: -3px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__walk-dis {
    font-size: 16px;
    margin-top: 0;
    line-height: 1;
  }
}
.kobetsu-info__line {
  height: 1px;
  background-color: #000;
  display: block;
}
.kobetsu-info__walk-dis--bold {
  font-weight: 700;
  margin-left: 3px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__walk-dis--bold {
    margin-left: 5px;
  }
}
.kobetsu-info__walk-dis--min {
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__walk-dis--min {
    font-size: 13px;
  }
}
.kobetsu-info__pic {
  width: 100%;
}
@media screen and (min-width: 994px) {
  .kobetsu-info__pic {
    width: 34.6%;
    margin-left: 4.8%;
  }
}
.kobetsu-info__pic img {
  width: 100%;
}
.kobetsu-info__text {
  color: #505050;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.63;
}
.kobetsu-info__bottom {
  margin-top: 85px;
}
@media screen and (min-width: 994px) {
  .kobetsu-info__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 89px;
    gap: 32px;
  }
}
.kobetsu-info__text {
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .kobetsu-info__text {
    font-size: 18px;
    line-height: 2;
  }
}