<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.l-lower-header {
  padding-top: 11.7333333333vw;
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-lower-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.l-lower-header__intro {
  margin-bottom: 2.1333333333vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .l-lower-header__intro {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.l-lower-header__title {
  margin-bottom: 13.3333333333vw;
  font-weight: 700;
  font-size: 9.6vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .l-lower-header__title {
    line-height: 1.5;
    margin-bottom: 50px;
    font-size: 4.8rem;
  }
}
.l-lower-header__breadcrumb {
  overflow: auto;
  max-width: 100%;
}
.l-lower-header__breadcrumb-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .l-lower-header__breadcrumb-wrapper {
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.l-lower-header__breadcrumb-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 3.2vw;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-header__breadcrumb-item {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .l-lower-header__breadcrumb-item:not(.is-current):hover {
    text-decoration: underline;
  }
}
.l-lower-header__breadcrumb-item:not(:last-child)::after {
  content: "";
  border-top: 1px solid #ccc;
  width: 6.4vw;
  margin-right: 2.1333333333vw;
  margin-left: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .l-lower-header__breadcrumb-item:not(:last-child)::after {
    margin-left: 8px;
    margin-right: 8px;
    width: 24px;
  }
}
.l-lower-header__breadcrumb-item.is-current {
  font-weight: 400;
}
.l-lower-header__breadcrumb-item br {
  display: none;
}

.c-footer-links {
  background-image: linear-gradient(-90deg, #e7eef7 0%, #dee7f5 28.08%, #ebdff2 53.69%, #e8ede8 78.82%, #e9eef7 100%);
  position: relative;
  z-index: 11;
}
.c-footer-links__inner {
  padding-top: 6.25em;
  padding-bottom: 7.5em;
}
@media screen and (max-width: 991px) {
  .c-footer-links__inner {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-links__inner {
    padding-top: 16vw;
    padding-bottom: 16vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.c-footer-links__title {
  margin-bottom: 1.6216216216em;
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .c-footer-links__title {
    margin-bottom: 8vw;
    font-size: 8.5333333333vw;
  }
}
.c-footer-links__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-footer-links__grid {
    display: grid;
    grid-template-rows: repeat(2, auto);
  }
}
@media screen and (min-width: 768px) {
  .c-footer-links__grid--6 {
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 1.75em;
    grid-row-gap: 3.75em;
  }
}
@media screen and (min-width: 768px) {
  .c-footer-links__grid--5 {
    grid-template-columns: repeat(6, auto);
    grid-column-gap: 1.75em;
    grid-row-gap: 3.75em;
  }
}
@media screen and (min-width: 768px) {
  .c-footer-links__grid--4 {
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 1.75em;
    grid-row-gap: 3.75em;
  }
}
.c-footer-links__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-footer-links__item {
    border-top: 1px solid #ccc;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-footer-links__item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-links__item:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.c-footer-links__grid--5 .c-footer-links__item:nth-child(1) {
  grid-column: 1/4;
}
.c-footer-links__grid--5 .c-footer-links__item:nth-child(2) {
  grid-column: 4/7;
}
.c-footer-links__grid--5 .c-footer-links__item:nth-child(3) {
  grid-column: 1/3;
}
.c-footer-links__grid--5 .c-footer-links__item:nth-child(4) {
  grid-column: 3/5;
}
.c-footer-links__grid--5 .c-footer-links__item:nth-child(5) {
  grid-column: 5/7;
}
.c-footer-links__item-thumbnail {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-footer-links__item-thumbnail {
    margin-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-footer-links__item-thumbnail {
    margin-bottom: 1.25em;
  }
}
.c-footer-links__item-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-90deg, #f73f9e 0%, #846cff 51.7%, rgba(0, 168, 247, 0) 100%);
  mix-blend-mode: screen;
  opacity: 0;
  border-radius: 10px;
  transition-duration: 400ms;
  transition-property: opacity;
}
.c-footer-links__item-image {
  display: block;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-footer-links__item-image {
    border-radius: 2.6666666667vw;
    width: auto;
    height: 16.5333333333vw;
    object-fit: cover;
  }
}
.c-footer-links__item-label {
  font-weight: 800;
  justify-content: flex-start;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-footer-links__item-label {
    font-size: 4.2666666667vw;
  }
}
.c-footer-links__item-arrow {
  margin-left: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-footer-links__item-arrow {
    margin-left: auto;
  }
}
@media (hover: hover) {
  .c-footer-links__item-arrow {
    transition-property: transform;
    transition-duration: 200ms;
  }
}
@media (hover: hover) {
  .c-footer-links__item:hover .c-footer-links__item-arrow {
    transform: translateX(0.4em);
  }
  .c-footer-links__item:hover .c-footer-links__item-thumbnail::after {
    opacity: 1;
  }
}

.c-icon-title {
  position: relative;
}
.c-icon-title::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/assets/img/icon/block.svg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.2vw;
  height: 2.1333333333vw;
  left: -3.2vw;
}
@media screen and (min-width: 768px) {
  .c-icon-title::before {
    left: -12px;
    width: 12px;
    height: 8px;
  }
}

.c-break__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-break__pc {
    display: block;
  }
}
.c-break__sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-break__sp {
    display: none;
  }
}
.c-break__tb {
  display: none;
}
@media screen and (max-width: 991px) {
  .c-break__tb {
    display: block;
  }
}

.js-animate-target {
  opacity: 0;
  transform: translateY(10%);
  animation-fill-mode: both;
  animation-duration: 600ms;
}
.js-animate-target.is-animated {
  animation-name: slideFadeIn;
}

@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 102;
  background-color: rgba(0, 59, 87, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 250ms;
}
.c-modal.is-open {
  opacity: 1;
  pointer-events: all;
}
.c-modal.is-video .c-modal__container {
  height: initial;
  padding: 0;
  border-radius: 0;
}
.c-modal__video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
.c-modal__container {
  position: relative;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  height: 100%;
  max-height: 720px;
  width: 100%;
  max-width: 62.5em;
  padding: 3em;
  border-radius: 0.625em;
}
@media screen and (max-width: 767px) {
  .c-modal__container {
    max-width: 89.3333333333vw;
    padding: 8vw;
    border-radius: 2.6666666667vw;
    max-height: 80vh;
  }
}
@media screen and (min-height: 1200px) {
  .c-modal__container {
    max-height: 768px;
  }
}
.c-modal__scrollbox {
  max-height: 100%;
  overflow: auto;
}
.c-modal__content {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.c-modal__content-inner {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-modal__content-inner {
    flex-direction: row;
    width: 40em;
  }
}
@media screen and (min-width: 768px) {
  .c-modal__content-inner--wide {
    width: 52.5em;
  }
}
.c-modal__content-image {
  width: 100%;
  height: auto;
  margin-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  .c-modal__content-image {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-modal__content-column--right {
    max-width: 21.25em;
  }
}
.c-modal__content-title {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content-title {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.c-modal__content-eng {
  display: block;
  font-weight: 800;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 0.8333333333em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content-eng {
    margin-bottom: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.c-modal__content-link {
  display: flex;
  align-items: center;
  margin-bottom: 1.6666666667em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content-link {
    margin-bottom: 3.7333333333vw;
    font-size: 3.2vw;
  }
}
.c-modal__content-link::after {
  content: "";
  border-right: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
  margin-left: 0.2em;
  transform: rotate(-45deg) translateY(0.2em);
  width: 0.375em;
  height: 0.375em;
}
@media screen and (max-width: 767px) {
  .c-modal__content-link::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.c-modal__content-category {
  display: flex;
  column-gap: 0.375em;
}
@media screen and (max-width: 767px) {
  .c-modal__content-category {
    column-gap: 1.6vw;
    margin-bottom: 8vw;
  }
}
.c-modal__content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  background-color: #F0F2F5;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.2rem;
  height: 2.3333333333em;
  border-radius: 1.1666666667em;
}
@media screen and (max-width: 767px) {
  .c-modal__content-item {
    height: 7.4666666667vw;
    border-radius: 3.7333333333vw;
  }
}
.c-modal__content-text {
  line-height: 1.8;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content-text {
    font-size: 4vw;
  }
}
.c-modal__address {
  display: flex;
  align-items: center;
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .c-modal__address {
    margin-top: 8vw;
  }
}
.c-modal__address-icon {
  width: 4.375em;
  height: 4.375em;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-modal__address-icon {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
.c-modal__address-name {
  margin-left: 1em;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__address-name {
    font-size: 4vw;
  }
}
.c-modal__nav {
  position: absolute;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  left: -2.1875em;
  width: calc(100% + 4.375em);
}
@media screen and (max-width: 767px) {
  .c-modal__nav {
    width: calc(100% + 10.6666666667vw);
    left: -5.3333333333vw;
  }
}
.c-modal__nav-button {
  position: relative;
  z-index: 256;
  border-radius: 50%;
  background-color: #F0F2F5;
  border: 0;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  height: 5em;
}
@media screen and (max-width: 767px) {
  .c-modal__nav-button {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.c-modal__nav-button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.c-modal__prev {
  transform: rotate(180deg);
}
.c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 5em;
  height: 5em;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
}

.school-movie__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 3.75em;
  padding-bottom: 12.5em;
}
@media screen and (max-width: 767px) {
  .school-movie__inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
.school-movie__segment {
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
}
.school-movie__segment:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .school-movie__segment {
    padding-top: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.school-movie__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  background-image: linear-gradient(-90deg, #e7eef7 0%, #dee7f5 28.08%, #ebdff2 53.69%, #e8ede8 78.82%, #e9eef7 100%);
}
@media screen and (max-width: 767px) {
  .school-movie__title {
    height: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.36;
    border-radius: 1.3333333333vw;
  }
}
.school-movie__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .school-movie__list {
    grid-template-columns: 100%;
    grid-row-gap: 10.6666666667vw;
  }
}
@media (hover: hover) {
  .school-movie__item:hover {
    cursor: pointer;
  }
  .school-movie__item:hover .school-movie__item-image {
    transform: scale(1.05);
  }
  .school-movie__item:hover .school-movie__item-name, .school-movie__item:hover .school-movie__item-text {
    opacity: 0.7;
  }
}
.school-movie__item-thumbnail {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .school-movie__item-thumbnail {
    margin-bottom: 5.3333333333vw;
  }
}
.school-movie__item-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: image-set(url("/assets/img/page/school/movie/play_btn.png") 1x, url("/assets/img/page/school/movie/play_btn@2x.png") 2x);
  background-size: 70px auto;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
  transition-duration: 400ms;
}
@media screen and (max-width: 767px) {
  .school-movie__item-thumbnail::after {
    background-size: 14.9333333333vw auto;
  }
}
.school-movie__item-image {
  width: 100%;
  height: auto;
  transition-duration: 400ms;
  transition-property: transform;
}
.school-movie__item-name {
  font-size: 2.2rem;
  font-weight: 700;
  transition-property: opacity;
  transition-duration: 400ms;
}
.school-movie__item-text {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 2;
  transition-property: opacity;
  transition-duration: 400ms;
}

.school-movie-anchor {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(-90deg, #e7eef7 0%, #dee7f5 28.08%, #ebdff2 53.69%, #e8ede8 78.82%, #e9eef7 100%);
}
@media screen and (max-width: 767px) {
  .school-movie-anchor {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.school-movie-anchor__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .school-movie-anchor__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.1333333333vw;
    grid-row-gap: 2.1333333333vw;
  }
}
.school-movie-anchor__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  height: 70px;
  transition-property: background-color;
  transition-duration: 400ms;
}
@media screen and (max-width: 767px) {
  .school-movie-anchor__item {
    justify-content: flex-start;
    height: 13.8666666667vw;
    border-radius: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media (hover: hover) {
  .school-movie-anchor__item:hover {
    background-color: var(--main);
  }
  .school-movie-anchor__item:hover .school-movie-anchor__item-label {
    color: #fff;
  }
  .school-movie-anchor__item:hover .school-movie-anchor__item-icon {
    transform: translateY(4px);
  }
  .school-movie-anchor__item:hover .school-movie-anchor__item-svg {
    fill: #fff;
    stroke: #fff;
  }
}
.school-movie-anchor__item-label {
  font-size: 1.8rem;
  font-weight: 700;
  transition-property: color;
  transition-duration: 400ms;
}
@media screen and (max-width: 767px) {
  .school-movie-anchor__item-label {
    font-size: 3.7333333333vw;
  }
}
.school-movie-anchor__item-icon {
  position: absolute;
  width: 17px;
  height: 12px;
  right: 20px;
  top: 26px;
  transition-property: transform;
  transition-duration: 400ms;
}
@media screen and (max-width: 767px) {
  .school-movie-anchor__item-icon {
    width: 4.2666666667vw;
    height: 3.2vw;
    right: 2.6666666667vw;
    top: 4.8vw;
  }
}
.school-movie-anchor__item-svg {
  display: block;
  stroke: var(--main);
  width: 100%;
  height: 100%;
  transition-property: stroke, fill;
  transition-duration: 400ms;
}

.c-modal__container {
  height: auto;
  padding: 0;
  border-radius: 0;
  position: relative;
  z-index: 2;
}
.c-modal__video {
  display: none;
}
.c-modal__video.is-active {
  display: block;
}
.c-modal__close::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}

.school-cont-rel {
  position: relative;
  z-index: 12;
  margin-bottom: 13.75em;
}
@media screen and (max-width: 767px) {
  .school-cont-rel {
    margin-bottom: 32vw;
  }
}

.school-movie-opc {
  overflow: hidden;
  padding-top: 2.5em;
  padding-bottom: 15.25em;
}
@media screen and (max-width: 767px) {
  .school-movie-opc {
    padding-top: 8vw;
    padding-bottom: 38.9333333333vw;
  }
}</pre></body></html>