@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
body {
  overflow-x: hidden !important;
}

/* s5 reset */
.s5-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.s5-breadcrumbs {
  background: #fff;
  padding: 10px 30px 25px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.s5-breadcrumbs::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
.s5-breadcrumbs > * {
  position: relative;
}

@media screen and (max-width: 767px) {
  .s5-breadcrumbs.s5-breadcrumbs:not(.s5-breadcrumbs--max950):not(.s5-breadcrumbs--fix950):not(.s5-breadcrumbs--fix1200) {
    padding: 25px 20px 15px;
    margin: 0;
  }
}
.s5-frontLoginContainer {
  display: none;
}

.s5-pageFooter {
  position: relative;
  z-index: 10;
}

.s5-returnToTop {
  margin-top: 0;
}

body {
  background: #fff;
  color: #2f353d;
  font-family: メイリオ, Meiryo, Osaka, “ＭＳ Ｐゴシック”, “MS PGothic”, “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.edu {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  /*
  html5doctor.com Reset Stylesheet
  v1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
  Twitter: @rich_clark
  */
  /* change colours to suit your needs */
  /* change colours to suit your needs */
  /* change border colour to suit your needs */
  /* 独自リセット */
  /*
  shared style
  */
  /* utility */
}
.edu div,
.edu span,
.edu object,
.edu iframe,
.edu h1,
.edu h2,
.edu h3,
.edu h4,
.edu h5,
.edu h6,
.edu p,
.edu blockquote,
.edu pre,
.edu abbr,
.edu address,
.edu cite,
.edu code,
.edu del,
.edu dfn,
.edu em,
.edu img,
.edu ins,
.edu kbd,
.edu q,
.edu samp,
.edu small,
.edu strong,
.edu sub,
.edu sup,
.edu var,
.edu b,
.edu i,
.edu dl,
.edu dt,
.edu dd,
.edu ol,
.edu ul,
.edu li,
.edu fieldset,
.edu form,
.edu label,
.edu legend,
.edu table,
.edu caption,
.edu tbody,
.edu tfoot,
.edu thead,
.edu tr,
.edu th,
.edu td,
.edu article,
.edu aside,
.edu canvas,
.edu details,
.edu figcaption,
.edu figure,
.edu footer,
.edu header,
.edu hgroup,
.edu menu,
.edu nav,
.edu section,
.edu summary,
.edu time,
.edu mark,
.edu audio,
.edu video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1;
}
.edu article,
.edu aside,
.edu details,
.edu figcaption,
.edu figure,
.edu footer,
.edu header,
.edu hgroup,
.edu menu,
.edu nav,
.edu section {
  display: block;
}
.edu nav ul {
  list-style: none;
}
.edu blockquote,
.edu q {
  quotes: none;
}
.edu blockquote:before,
.edu blockquote:after,
.edu q:before,
.edu q:after {
  content: "";
  content: none;
}
.edu a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.edu ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.edu mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.edu del {
  text-decoration: line-through;
}
.edu abbr[title],
.edu dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.edu table {
  border-collapse: collapse;
  border-spacing: 0;
}
.edu hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.edu input,
.edu select {
  vertical-align: middle;
}
.edu img,
.edu video {
  vertical-align: top;
}
.edu button {
  border: 0;
  padding: 0;
  background: none;
}
.edu ul {
  list-style: none;
}
.edu a {
  color: inherit;
  text-decoration: none;
}
.edu *,
.edu *::before,
.edu *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.edu sup {
  font-size: 0.6em;
  vertical-align: super;
}
.edu strong {
  font-weight: inherit;
}
.edu .glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.edu .glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.edu .glide__track {
  overflow: hidden;
}
.edu .glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  will-change: transform;
}
.edu .glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.edu .glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.edu .glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.edu .glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.edu .glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.edu .glide--rtl {
  direction: rtl;
}
.edu .glide__slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.edu .glide__slide {
  height: auto;
}
.edu .pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .edu .pc {
    display: block;
  }
}
.edu .sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .edu .sp {
    display: none;
  }
}
.edu br.bs {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .edu br.bs {
    display: none;
  }
}
.edu br.bm {
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .edu br.bm {
    display: none;
  }
}
.edu br.bl {
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .edu br.bl {
    display: none;
  }
}
.edu br.bx {
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .edu br.bx {
    display: none;
  }
}
.edu br.nbs {
  display: none;
}
@media screen and (min-width: 640px) {
  .edu br.nbs {
    display: inline-block;
  }
}
@media screen and (min-width: 980px) {
  .edu br.nbs.bl {
    display: none;
  }
}
.edu br.nbm {
  display: none;
}
@media screen and (min-width: 767px) {
  .edu br.nbm {
    display: inline-block;
  }
}
.edu br.nbl {
  display: none;
}
@media screen and (min-width: 980px) {
  .edu br.nbl {
    display: inline-block;
  }
}
.edu br.nbx {
  display: none;
}
@media screen and (min-width: 1280px) {
  .edu br.nbx {
    display: inline-block;
  }
}
.edu br.bsp {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .edu br.bsp {
    display: none;
  }
}
.edu br.nbsp {
  display: none;
}
@media screen and (min-width: 640px) {
  .edu br.nbsp {
    display: inline-block;
  }
}
.edu br.btab {
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .edu br.btab {
    display: none;
  }
}
.edu br.nbtab {
  display: none;
}
@media screen and (min-width: 980px) {
  .edu br.nbtab {
    display: inline-block;
  }
}
.edu .pc {
  display: none !important;
}
@media screen and (min-width: 640px) {
  .edu .pc {
    display: block !important;
  }
}
.edu .sp {
  display: block !important;
}
@media screen and (min-width: 640px) {
  .edu .sp {
    display: none !important;
  }
}
.edu .mod-in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.edu .mod-in-m {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.edu .mod-in-l {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.edu .mod-bg-w {
  background: #fff;
  color: #2f353d;
  position: relative;
  z-index: 1;
}
.edu .mod-bg-lg {
  background: #f4f4f4;
  color: #2f353d;
}
.edu .mod-ico-window {
  display: inline-block;
  margin-left: 0.5em;
}
.edu .icn-window {
  vertical-align: middle;
  margin-left: 0.5em;
  width: 0.6em;
}
.edu .icn-window img {
  width: 100%;
  height: auto;
}
.edu .inner-s, .edu .inner-m, .edu .inner-l {
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.edu .inner-full {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.edu .inner-s {
  max-width: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.edu .inner-m {
  max-width: 1200px;
}
.edu .inner-l {
  max-width: 1400px;
}
.edu .splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.edu .splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.edu .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.edu .splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.edu .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.edu .splide__progress__bar {
  width: 0;
}
.edu .splide {
  position: relative;
  visibility: hidden;
}
.edu .splide.is-initialized,
.edu .splide.is-rendered {
  visibility: visible;
}
.edu .splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.edu .splide__slide img {
  vertical-align: bottom;
}
.edu .splide__slider {
  position: relative;
}
.edu .splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.edu .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.edu .splide--draggable > .splide__slider > .splide__track,
.edu .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.edu .splide--fade > .splide__slider > .splide__track > .splide__list,
.edu .splide--fade > .splide__track > .splide__list {
  display: block;
}
.edu .splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide,
.edu .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.edu .splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.edu .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.edu .splide--rtl {
  direction: rtl;
}
.edu .splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.edu .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}
.edu .splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #ccc;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.edu .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.edu .splide__arrow:hover {
  opacity: 0.9;
}
.edu .splide__arrow--prev {
  left: 1em;
}
.edu .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.edu .splide__arrow--next {
  right: 1em;
}
.edu .splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.edu .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}
.edu .splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.edu .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.edu .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.edu .splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide,
.edu .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.edu .splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.edu .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.edu .splide--rtl > .splide__arrows .splide__arrow--prev,
.edu .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.edu .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.edu .splide--rtl > .splide__arrows .splide__arrow--prev svg,
.edu .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.edu .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.edu .splide--rtl > .splide__arrows .splide__arrow--next,
.edu .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.edu .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}
.edu .splide--rtl > .splide__arrows .splide__arrow--next svg,
.edu .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.edu .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.edu .splide--ttb > .splide__arrows .splide__arrow,
.edu .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow,
.edu .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.edu .splide--ttb > .splide__arrows .splide__arrow--prev,
.edu .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.edu .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}
.edu .splide--ttb > .splide__arrows .splide__arrow--prev svg,
.edu .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.edu .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.edu .splide--ttb > .splide__arrows .splide__arrow--next,
.edu .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.edu .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.edu .splide--ttb > .splide__arrows .splide__arrow--next svg,
.edu .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.edu .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.edu .splide--ttb > .splide__pagination,
.edu .splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.edu .ss-mv-bg {
  position: fixed;
  left: 0;
  width: 100%;
  background: #f4f4f4;
  z-index: -1;
  top: 50px;
  height: calc(100lvh - 50px);
}
@media screen and (min-width: 980px) {
  .edu .ss-mv-bg {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
.edu .ss-mv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.edu .ss-mv-bg.fit-top img {
  -o-object-position: top center;
     object-position: top center;
}
.edu .ss-mv-bg.fit-bottom img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.edu .ss-mv-bg.odl-mv img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (min-width: 640px) {
  .edu .ss-mv-bg.odl-mv img {
    -o-object-position: top center;
       object-position: top center;
  }
}
.edu .ss-mv-bg.cm-mv img {
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 640px) {
  .edu .ss-mv-bg.cm-mv img {
    -o-object-position: top center;
       object-position: top center;
  }
}
.edu .ss-mv-bg.home-mv img {
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 640px) {
  .edu .ss-mv-bg.home-mv img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}
.edu .ss-mv-in {
  position: fixed;
  width: 100%;
  z-index: 1;
  height: calc(100lvh - 50px - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .edu .ss-mv-in {
    height: calc(100lvh - 50px - 54px - 50px);
  }
}
@media screen and (min-width: 640px) {
  .edu .ss-mv-in {
    height: calc(100lvh - 50px - 61px - 50px);
  }
}
@media screen and (min-width: 993px) {
  .edu .ss-mv-in {
    height: calc(100lvh - 70px - 61px - 50px);
  }
}
@media screen and (min-width: 980px) {
  .edu .ss-mv-in {
    height: calc(100lvh - 70px - 61px - 70px);
  }
}
.edu .ss-mv-cont {
  text-align: center;
}
.edu .ss-mv-ttl {
  font-weight: 700;
  font-size: 26px;
  font-size: 6.6667vw;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .edu .ss-mv-ttl {
    letter-spacing: 0.08em;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.edu .ss-mv-ttl.row-2 {
  font-size: 26px;
  font-size: 6.6667vw;
  line-height: 1.1538461538;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 640px) {
  .edu .ss-mv-ttl.row-2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
.edu .ss-mv-ttl.row-2 .small {
  display: block;
  font-size: 18px;
  font-size: 4.6154vw;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 3.077vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-mv-ttl.row-2 .small {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 8px;
    letter-spacing: 0.05em;
  }
}
.edu .ss-contact {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.edu .ss-contact.not-tp {
  background: #22262b;
  background: rgba(0, 0, 0, 0.5);
}
.edu .ss-contact.dark {
  background: rgba(0, 0, 0, 0.4);
}
.edu .ss-contact-link {
  display: block;
  -webkit-transition: 0 !important;
  transition: 0 !important;
  padding-top: 90px;
  padding-top: 23.077vw;
  padding-bottom: 90px;
  padding-bottom: 23.077vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-contact-link {
    padding: 110px 0;
  }
}
.edu .ss-contact-link:hover, .edu .ss-contact-link:focus-visible {
  -webkit-transition: 0 !important;
  transition: 0 !important;
  color: #fff;
}
.edu .ss-contact-link:hover .ss-contact-txt-s, .edu .ss-contact-link:focus-visible .ss-contact-txt-s {
  text-decoration: underline;
}
.edu .ss-contact-txt-l {
  margin: 0 auto;
  width: 155px;
  width: 39.7436vw;
  max-width: 202px;
}
@media screen and (min-width: 640px) {
  .edu .ss-contact-txt-l {
    width: 202px;
  }
}
.edu .ss-contact-txt-l img {
  display: block;
  width: 100%;
  height: auto;
}
.edu .ss-contact-txt-s {
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 3.5898vw;
  margin-top: 12px;
  margin-top: 3.077vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-contact-txt-s {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375;
    margin-top: 22px;
  }
}
.edu .ss-works {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 80px;
  padding-top: 20.5129vw;
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
  position: relative;
}
@media screen and (min-width: 640px) {
  .edu .ss-works {
    padding: 100px 0 140px;
  }
}
.edu .ss-works.not-bg {
  background: transparent;
}
.edu .ss-works-ttl {
  text-align: center;
  margin: 0 auto;
  width: 118px;
  width: 30.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-ttl {
    width: 154px;
  }
}
.edu .ss-works-ttl img {
  width: 100%;
  height: auto;
  display: block;
}
.edu .ss-works-ttl-ja {
  margin: 0;
  text-align: center;
  margin-top: 8px;
  margin-top: 2.0513vw;
  font-size: 16px;
  font-size: 4.1026vw;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-ttl-ja {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
  }
}
.edu .ss-works-list {
  list-style: none;
  margin: 0;
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-list {
    margin-top: 120px;
  }
}
.edu .ss-works-list.not-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.edu .ss-works-list.not-carousel .ss-works-item:nth-of-type(n + 2) {
  margin-left: 40px;
  margin-left: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-list.not-carousel .ss-works-item:nth-of-type(n + 2) {
    margin-left: 46px;
  }
}
.edu .ss-works-list.not-carousel .ss-works-item-in {
  width: 234px;
  width: 60vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-list.not-carousel .ss-works-item-in {
    width: 282px;
  }
}
.edu .ss-works-item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.edu .ss-works-item-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #2f353d;
  height: 360px;
  height: 92.3077vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-item-in {
    height: auto;
  }
}
.edu .ss-works-item-in:hover, .edu .ss-works-item-in:focus-visible {
  text-decoration: underline;
}
.edu .ss-works-item-in:hover .ss-works-item-img img, .edu .ss-works-item-in:focus-visible .ss-works-item-img img {
  opacity: 0.8;
}
.edu .ss-works-item-img {
  position: relative;
}
.edu .ss-works-item-img::before {
  content: "";
  padding-top: 56.25%;
  display: block;
  width: 100%;
  background: #fff;
}
.edu .ss-works-item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edu .ss-works-item-txtbox {
  background: #fff;
  padding-left: 25px;
  padding-left: 6.4103vw;
  padding-right: 25px;
  padding-right: 6.4103vw;
  padding-top: 30px;
  padding-top: 7.6924vw;
  padding-bottom: 34px;
  padding-bottom: 8.718vw;
  white-space: normal;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-item-txtbox {
    padding: 30px 30px 60px;
  }
}
.edu .ss-works-item-ttl {
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 3.8462vw;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-item-ttl {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.edu .ss-works-item-txt {
  margin: 0;
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.5384615385;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-item-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.edu .ss-works-item-txt .nowrap {
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.edu .ss-works-item-txt .nowrap > span {
  letter-spacing: -0.2em;
}
.edu .ss-works-rm {
  margin-top: 60px;
  margin-top: 15.3847vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-rm {
    margin-top: 80px;
  }
}
.edu .ss-works-rm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.15em;
  width: 128px;
  width: 32.8206vw;
  height: 35px;
  height: 8.9744vw;
  font-size: 13px;
  font-size: 3.3334vw;
  border: thin solid #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-rm-link {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 128px;
    height: 35px;
  }
}
.edu .ss-works-rm-link svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.edu .ss-works-rm-link .mod-ico-window {
  width: 9px;
  height: 9px;
}
.edu .ss-works-rm-link .mod-ico-window svg {
  display: block;
  width: 100%;
  height: auto;
}
.edu .ss-works-rm-link:hover, .edu .ss-works-rm-link:focus-visible {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #2f353d;
  text-decoration: none;
}
.edu .ss-works-rm-link:hover svg, .edu .ss-works-rm-link:focus-visible svg {
  fill: #2f353d;
}
.edu .ss-works-glide-controls {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .edu .ss-works-glide-controls {
    margin-top: 80px;
  }
}
.edu .ss-works-glide-controls-el {
  position: relative;
}
.edu .ss-works-glide-controls-el, .edu .ss-works-glide-controls-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.edu .ss-works-glide-controls .glide__bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  max-width: 184px;
}
@media screen and (min-width: 360px) {
  .edu .ss-works-glide-controls .glide__bullets {
    max-width: 232px;
  }
}
@media screen and (min-width: 640px) {
  .edu .ss-works-glide-controls .glide__bullets {
    max-width: 100%;
  }
}
.edu .ss-works-glide-controls .glide__bullet {
  width: 23px;
  height: 23px;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 360px) {
  .edu .ss-works-glide-controls .glide__bullet {
    width: 29px;
    height: 29px;
  }
}
@media screen and (min-width: 640px) {
  .edu .ss-works-glide-controls .glide__bullet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.edu .ss-works-glide-controls .glide__bullet::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: transparent;
  border: thin solid #a7a7a7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.edu .ss-works-glide-controls .glide__bullet.glide__bullet--active::before, .edu .ss-works-glide-controls .glide__bullet:hover::before, .edu .ss-works-glide-controls .glide__bullet:focus-visible::before {
  background: #fff;
  border-color: #fff;
}
.edu .ss-works-glide-controls .glide__arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.edu .ss-works-glide-controls .glide__arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  background-image: url("../img/common/carousel-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  margin: 0;
  padding: 0;
  width: 9px;
  height: 22px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.edu .ss-works-glide-controls .glide__arrow--left {
  left: -40px;
}
.edu .ss-works-glide-controls .glide__arrow--right {
  right: -40px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.edu .ss-works-glide-controls .glide__arrow:hover, .edu .ss-works-glide-controls .glide__arrow:focus-visible {
  opacity: 0.8;
}
.edu .ss-news {
  background: #fff;
  color: #2f353d;
  padding-top: 80px;
  padding-top: 20.5129vw;
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
  position: relative;
}
@media screen and (min-width: 640px) {
  .edu .ss-news {
    padding: 90px 0 100px;
  }
}
.edu .ss-news-ttl {
  text-align: center;
  margin: 0 auto;
  width: 91px;
  width: 23.3334vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-news-ttl {
    width: 119px;
  }
}
.edu .ss-news-ttl img {
  width: 100%;
  height: auto;
  display: block;
}
.edu .ss-news-ttl-ja {
  margin: 0;
  text-align: center;
  margin-top: 8px;
  margin-top: 2.0513vw;
  font-size: 16px;
  font-size: 4.1026vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .edu .ss-news-ttl-ja {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
  }
}
.edu .ss-news-list {
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-news-list {
    margin-top: 60px;
  }
}
.edu .ss-news-item {
  border-top: thin solid #d8d8d8;
}
.edu .ss-news-item:last-of-type {
  border-bottom: thin solid #d8d8d8;
}
.edu .ss-news-item-link {
  padding-top: 15px;
  padding-top: 3.8462vw;
  padding-bottom: 15px;
  padding-bottom: 3.8462vw;
  font-size: 14px;
  font-size: 3.5898vw;
  font-weight: 400;
  line-height: 1.2857142857;
  display: block;
}
@media screen and (min-width: 640px) {
  .edu .ss-news-item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.edu .ss-news-item-link:hover, .edu .ss-news-item-link:focus-visible {
  text-decoration: underline;
}
.edu .ss-news-item-date {
  margin-bottom: 5px;
  margin-bottom: 1.2821vw;
  display: block;
}
@media screen and (min-width: 640px) {
  .edu .ss-news-item-date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 160px;
    margin-bottom: 0;
  }
}
.edu .ss-news-item-txt {
  line-height: 1.5;
}
.edu .ss-catalog {
  background: #fff;
  color: #2f353d;
  position: relative;
  padding-top: 0;
  padding-bottom: 100px;
  padding-bottom: 25.6411vw;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu .ss-catalog {
    padding-bottom: 120px;
  }
}
.edu .ss-catalog-ttl {
  font-size: 20px;
  font-size: 5.1283vw;
  padding-bottom: 30px;
  padding-bottom: 7.6924vw;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .edu .ss-catalog-ttl {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 30px;
  }
}
.edu .ss-catalog-img {
  max-width: 222px;
  width: 180px;
  width: 46.1539vw;
  margin: 0 auto;
}
.edu .ss-catalog-link {
  display: block;
}
.edu .ss-catalog-link img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.edu .ss-catalog-link:hover, .edu .ss-catalog-link:focus-visible {
  text-decoration: underline;
}
.edu .ss-catalog-link:hover img, .edu .ss-catalog-link:focus-visible img {
  opacity: 0.7;
}
.edu .ss-catalog-caption {
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.3846153846;
  margin-top: 15px;
  margin-top: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-catalog-caption {
    margin-top: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.edu #works-glide {
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .edu #works-glide .glide__track {
    margin: 0 auto;
    width: 640px;
    overflow: visible;
  }
}
@media screen and (min-width: 980px) {
  .edu #works-glide .glide__track {
    width: 940px;
  }
}
@media screen and (min-width: 1280px) {
  .edu #works-glide .glide__track {
    width: 1280px;
  }
}
.edu .cta {
  position: -webkit-sticky;
  position: sticky;
  display: none;
}
@media screen and (min-width: 640px) {
  .edu .cta {
    display: block;
    bottom: 0;
    right: 0;
    height: 0;
    width: 100%;
    z-index: 20;
  }
}
.edu .cta-in {
  position: absolute;
  bottom: 100px;
  right: 0;
}
.edu .cta-link {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 5px 0 0 5px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 18px 22px 22px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 500;
  background: #2f353d;
}
@media screen and (min-width: 980px) {
  .edu .cta-link {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.edu .cta-link:hover, .edu .cta-link:focus-visible {
  opacity: 0.7;
}
.edu .cta-link .txt {
  display: inline-block;
  position: relative;
}
.edu .cta-link .icon {
  margin: 6px 0 0 0;
  display: inline-block;
  width: 1rem;
  position: relative;
}
.edu .cta-link .icon img {
  width: 100%;
  height: auto;
}

.edu .ss-gnav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav {
    background: #fff !important;
  }
}
.edu .ss-gnav.is-open {
  background: #f4f4f4;
}
.edu .ss-gnav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-inner {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    height: 70px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .edu .ss-gnav-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.edu .ss-gnav-logo {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.edu .ss-gnav-logo img {
  height: auto;
  display: block;
  width: 175px;
}
@media screen and (min-width: 1280px) {
  .edu .ss-gnav-logo img {
    width: 219px;
  }
}
.edu .ss-gnav-sp-contact {
  margin-left: auto;
  margin-right: 0;
  background: #2f353d;
  border: thin solid #2f353d;
  height: 21px;
  width: 83px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-sp-contact {
    display: none;
  }
}
.edu .ss-gnav-sp-contact svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 52px;
  height: auto;
}
.edu .ss-gnav-sp-contact .mod-ico-window {
  width: 7px;
  height: 7px;
  margin-left: 4px;
}
.edu .ss-gnav-sp-contact .mod-ico-window svg {
  display: block;
  width: 100%;
  height: auto;
}
.edu .ss-gnav-sp-contact::after {
  content: none;
}
.edu .ss-gnav-sp-contact:hover, .edu .ss-gnav-sp-contact:focus-visible {
  background: #fff;
  border-color: #2f353d;
}
.edu .ss-gnav-sp-contact:hover svg, .edu .ss-gnav-sp-contact:focus-visible svg {
  fill: #2f353d;
}
.edu .ss-gnav-ham {
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-ham {
    display: none;
  }
}
.edu .ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line {
  top: 50%;
  -webkit-transition: top 0.16s, -webkit-transform 0.24s 0.16s;
  transition: top 0.16s, -webkit-transform 0.24s 0.16s;
  transition: top 0.16s, transform 0.24s 0.16s;
  transition: top 0.16s, transform 0.24s 0.16s, -webkit-transform 0.24s 0.16s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.edu .ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.edu .ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line:nth-of-type(2) {
  opacity: 0;
}
.edu .ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.edu .ss-gnav-ham-inner {
  width: 20px;
  height: 13px;
  position: relative;
}
.edu .ss-gnav-ham-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.24s 0.16s, -webkit-transform 0.16s;
  transition: top 0.24s 0.16s, -webkit-transform 0.16s;
  transition: top 0.24s 0.16s, transform 0.16s;
  transition: top 0.24s 0.16s, transform 0.16s, -webkit-transform 0.16s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.edu .ss-gnav-ham-line:nth-of-type(1) {
  top: 0;
  will-change: transform;
}
.edu .ss-gnav-ham-line:nth-of-type(2) {
  top: 50%;
  will-change: opacity;
}
.edu .ss-gnav-ham-line:nth-of-type(3) {
  top: 100%;
  will-change: transform;
}
.edu .ss-gnav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  background: #f4f4f4;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-menu {
    position: static;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background: transparent;
    display: block;
  }
}
.edu .ss-gnav-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-6vh);
          transform: translateY(-6vh);
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.edu .ss-gnav-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-menu-item {
    height: 100%;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    visibility: visible !important;
  }
}
.edu .ss-gnav-menu-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-menu-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .edu .ss-gnav-menu-item:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
.edu .ss-gnav-menu-item:last-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-menu-item:last-of-type {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .edu .ss-gnav-menu-item:last-of-type {
    margin-left: 25px;
  }
}
.edu .ss-gnav-menu-link {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 4.6154vw;
}
@media screen and (min-width: 640px) {
  .edu .ss-gnav-menu-link {
    font-size: 16px;
    font-size: 4.1026vw;
  }
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-menu-link {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .edu .ss-gnav-menu-link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.edu .ss-gnav-menu-link[aria-current=page]::after, .edu .ss-gnav-menu-link:hover::after, .edu .ss-gnav-menu-link:focus-visible::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.edu .ss-gnav-menu-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #bebebe;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-menu-link::after {
    height: 5px;
  }
}
.edu .ss-gnav-menu-link img {
  width: auto;
  height: 16px;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-menu-link img {
    height: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .edu .ss-gnav-menu-link img {
    height: 10px;
  }
}
.edu .ss-gnav-menu-link.is-button {
  background: #2f353d;
  border: thin solid #2f353d;
  height: 43px;
  width: 160px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-menu-link.is-button {
    height: 28.8px;
    width: 99.2px;
  }
}
@media screen and (min-width: 1280px) {
  .edu .ss-gnav-menu-link.is-button {
    height: 36px;
    width: 124px;
  }
}
.edu .ss-gnav-menu-link.is-button svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 980px) {
  .edu .ss-gnav-menu-link.is-button svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (min-width: 1280px) {
  .edu .ss-gnav-menu-link.is-button svg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.edu .ss-gnav-menu-link.is-button > svg {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.edu .ss-gnav-menu-link.is-button .mod-ico-window {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 1280px) {
  .edu .ss-gnav-menu-link.is-button .mod-ico-window {
    width: 9px;
    height: 9px;
    margin-left: 6px;
  }
}
.edu .ss-gnav-menu-link.is-button .mod-ico-window svg {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.edu .ss-gnav-menu-link.is-button::after {
  content: none;
}
.edu .ss-gnav-menu-link.is-button:hover, .edu .ss-gnav-menu-link.is-button:focus-visible {
  background: #fff;
  border-color: #2f353d;
}
.edu .ss-gnav-menu-link.is-button:hover svg, .edu .ss-gnav-menu-link.is-button:focus-visible svg {
  fill: #2f353d;
}