@charset "UTF-8";

/*　学校紹介　mv
----------------------------------------------- */
.school_introduction-hero {
  position: relative;
  padding-bottom: 11.71303vw;
}

.school_introduction-hero__text {
  position: relative;
}

.school_introduction-hero__title {
  padding-top: 16.83748vw;
  text-align: center;
}

.school_introduction-hero__title>* {
  display: block;
}

.school_introduction-hero__title>*:first-child {
  color: #2c318d;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-size: 8.28571vw;
}

.school_introduction-hero__title>*:last-child {
  margin-top: 5.56369vw;
  font-family: "Poppins", sans-serif;
  font-size: 3.42857vw;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 2.92826vw;
}

.school_introduction-hero__title>*:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8.78477vw;
  height: 2px;
  background-color: #2c318d;
}

.school_introduction-hero__desc {
  margin-top: 6.58858vw;
  font-size: 4.57143vw;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
}

.school_introduction-hero__desc>* {
  line-height: 1.7;
}

.school_introduction-hero__desc>*::before,
.school_introduction-hero__desc>*::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.school_introduction-hero__desc>*::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.school_introduction-hero__desc>*::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.school_introduction-hero__deco {
  position: absolute;
  z-index: 2;
  left: 4.97804vw;
  top: 3.95315vw;
  width: auto;
  height: auto;
}

.school_introduction-hero__line {
  position: absolute;
  right: 7.75988vw;
  top: 14.64129vw;
}

@media screen and (min-width: 700.9999px) {
  .school_introduction-hero {
    padding-bottom: 65px;
  }

  .school_introduction-hero__text {
    position: relative;
  }

  .school_introduction-hero__title {
    padding-top: 115px;
  }

  .school_introduction-hero__title>*:first-child {
    font-size: 58px;
  }

  .school_introduction-hero__title>*:last-child {
    font-size: 16px;
    padding-bottom: 15px;
    margin-top: 20px;
  }

  .school_introduction-hero__title>*:last-child::after {
    width: 40px;
  }

  .school_introduction-hero__desc {
    font-size: 24px;
    margin-top: 35px;
  }

  .school_introduction-hero__deco {
    left: 20px;
    top: 20px;
  }

  .school_introduction-hero__line {
    top: 110px;
    right: 143px;
    font-size: 16px;
  }
}

/*　学校紹介　banner
----------------------------------------------- */
.school_introduction-banner__items {
  margin-top: -1.46413vw;
}

.school_introduction-banner__item {
  margin-top: 1.46413vw;
}

.school_introduction-banner__item:nth-child(even) .school_introduction-banner__image {
  margin-right: 0;
  margin-left: 14.64129vw;
}

.school_introduction-banner__item:nth-child(even) .school_introduction-banner__title {
  margin-left: 7.32064vw;
}

.school_introduction-banner__item:nth-child(even) .school_introduction-banner__title02 {
  margin-left: 7.32064vw;
}

.school_introduction-banner__item:nth-child(even) .school_introduction-banner__deco {
  right: 0;
  left: 2.92826vw;
}

.school_introduction-banner__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.school_introduction-banner__image {
  position: relative;
  margin-right: 14.64129vw;
}

.school_introduction-banner__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 49, 141, 0.15);
}

.school_introduction-banner__photo {
  height: 71.74231vw;
}

.school_introduction-banner__photo>* {
  display: block;
  width: 100%;
  height: 100%;
}

.school_introduction-banner__photo>*>* {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.school_introduction-banner__deco {
  position: absolute;
  z-index: 2;
  top: 2.92826vw;
  right: 2.92826vw;
  height: auto;
  width: auto;
}

.school_introduction-banner__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.school_introduction-banner__title {
  margin-top: 45.38799vw;
  margin-left: 43.92387vw;
}

.school_introduction-banner__title02 {
  margin-top: 45.38799vw;
  margin-left: 18.92387vw;
}

@media screen and (min-width: 700.9999px) {
  .school_introduction-banner__items {
    margin-top: -5px;
  }

  .school_introduction-banner__item {
    margin-top: 5px;
  }

  .school_introduction-banner__item:nth-child(even) .school_introduction-banner__image {
    margin-right: 0;
    margin-left: calc(200px + ((100% - 1280px) / 2));
  }

  .school_introduction-banner__item:nth-child(even) .school_introduction-banner__title {
    margin-left: calc(140px + ((100% - 1280px) / 2));
  }

  .school_introduction-banner__item:nth-child(even) .school_introduction-banner__title02 {
    margin-left: calc(140px + ((100% - 1280px) / 2));
  }

  .school_introduction-banner__item:nth-child(even) .school_introduction-banner__deco {
    right: 0;
    left: 20px;
  }

  .school_introduction-banner__item:nth-child(even) .school_introduction-banner__catch {
    left: calc(860px + ((100% - 1280px) / 2));
  }

  .school_introduction-banner__link:hover .school_introduction-banner__overlay::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewX(45deg) scale(1, 1);
    transform: skewX(45deg) scale(1, 1);
  }

  .school_introduction-banner__image {
    margin-right: calc(200px + ((100% - 1280px) / 2));
    width: calc(1080px + ((100% - 1280px) / 2));
    overflow: hidden;
    height: 400px;
  }

  .school_introduction-banner__overlay {
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .school_introduction-banner__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background-color: rgba(44, 49, 141, 0.15);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: skewX(45deg) scale(0, 1);
    transform: skewX(45deg) scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }

  .school_introduction-banner__photo {
    height: 100%;
  }

  .school_introduction-banner__deco {
    top: 20px;
    right: 20px;
  }

  .school_introduction-banner__title {
    margin-top: 240px;
    margin-left: calc(800px + ((100% - 1280px) / 2));
  }

  .school_introduction-banner__title02 {
    margin-top: 240px;
    margin-left: calc(800px + ((100% - 1280px) / 2));
  }

  .school_introduction-banner__catch {
    position: absolute;
    z-index: 3;
    top: 290px;
    left: calc(140px + ((100% - 1280px) / 2));
    letter-spacing: 0.12em;
    font-size: 20px;
    line-height: 1.6;
    font-family: "Noto Serif JP", serif;
    color: #ffffff;
    font-weight: 500;
  }
}

/*　教育の特色　other
----------------------------------------------- */
.school_introduction-other {
  margin-top: 11.71303vw;
}

.school_introduction-other__items {
  padding-top: 5.85652vw;
  margin-top: -1.46413vw;
}

.school_introduction-other__item {
  margin-top: 1.46413vw;
  height: 62.95754vw;
}

.school_introduction-other__link {
  position: relative;
  display: block;
}

.school_introduction-other__link::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../../img/page/about/about_other_icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.71303vw;
  height: 11.71303vw;
  right: 5.85652vw;
  bottom: 5.85652vw;
}

.school_introduction-other__image {
  width: 100%;
  height: 100%;
}

.school_introduction-other__image>* {
  display: block;
  width: 100%;
  height: 100%;
}

.school_introduction-other__image>*>* {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.school_introduction-other__text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(44, 49, 141, 0.15);
}

.school_introduction-other__heading {
  margin-top: 36.60322vw;
  margin-left: 2.92826vw;
}

.school_introduction-other__heading>*:first-child {
  font-size: 6.85714vw;
  letter-spacing: 0.05em;
}

.school_introduction-other__heading>*:first-child>* {
  height: 10.2489vw;
  padding-top: 1.46413vw;
  padding-left: 2.19619vw;
  padding-right: 1.46413vw;
}

.school_introduction-other__heading>*:last-child {
  margin-top: 0.73206vw;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-size: 3.42857vw;
}

.school_introduction-other__heading>*:last-child>* {
  height: 5.12445vw;
  padding-top: 1.02489vw;
  padding-left: 2.19619vw;
  padding-right: 2.19619vw;
}

@media screen and (min-width: 700.9999px) {
  .school_introduction-other {
    margin-top: 75px;
  }

  .school_introduction-other__items {
    padding-top: 40px;
    margin-top: 0;
    margin-left: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .school_introduction-other__item {
    margin-top: 0;
    width: calc(50% - 10px);
    height: 365px;
    margin-left: 10px;
  }

  .school_introduction-other__item:nth-child(even) {
    -webkit-transition-delay: .5s !important;
    transition-delay: .5s !important;
  }

  .school_introduction-other__item:nth-child(even) .is-square::before,
  .school_introduction-other__item:nth-child(even) .is-square::after {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }

  .school_introduction-other__item:nth-child(even) .is-action.show>*>*>* {
    -webkit-transition-delay: 2.25s;
    transition-delay: 2.25s;
  }

  .school_introduction-other__item:nth-child(even) .is-action.show>*>*::before {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s;
  }

  .school_introduction-other__link {
    position: relative;
    display: block;
  }

  .school_introduction-other__link::after {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 30px;
    -webkit-transition: right .3s;
    transition: right .3s;
  }

  .school_introduction-other__link:hover::after {
    right: 20px;
  }

  .school_introduction-other__link:hover .school_introduction-other__text {
    background-color: rgba(44, 49, 141, 0.3);
  }

  .school_introduction-other__text {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }

  .school_introduction-other__heading {
    margin-top: 230px;
    margin-left: 30px;
  }

  .school_introduction-other__heading>*:first-child {
    font-size: 32px;
  }

  .school_introduction-other__heading>*:first-child>* {
    height: 46px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .school_introduction-other__heading>*:last-child {
    font-size: 16px;
    margin-top: 5px;
  }

  .school_introduction-other__heading>*:last-child>* {
    height: 23px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*　学校紹介　footer
----------------------------------------------- */
.school_introduction__footer {
  margin-top: 15.37335vw;
}

@media screen and (min-width: 700.9999px) {
  .school_introduction__footer {
    margin-top: 100px;
  }
}

/*# sourceMappingURL=school_introduction.css.map */