.top-page {
  background: none;
}

.top-page .left-navi {
  position: fixed;
  top: 0;
  left: 0;
}

.top-page .top-content {
  width: 100vw;
}

.top-content-section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0.2;
  transition: all 2s ease;
  position: relative;
}

.top-content-section.footer-navi {
  padding: 0;
}

.top-content-section.footer-navi ul.top-bnr-slider {
  width: 100%;
  margin-top: 5vh;
}

.top-content-section h3.top-section-title {
  font-size: 3.8rem;
  color: #FFF;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding-top: 1.7em;
  width: 100%;
  display: flex;
  align-items: center;
}

.top-content-section h3.top-section-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(../images/common/schoollogo_white.svg) no-repeat center center;
  background-size: contain;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: calc(50% - 0.7em);
}

.top-content-section .top-section-link {
  display: block;
  width: 10vw;
  height: 2.2vw;
  margin: 8vh auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1em;
  color: #FFF;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  border: 2px solid #FFF;
  border-radius: 1vw;
  padding-bottom: 0.2em;
}

.top-content-section.is-show {
  opacity: 1;
  transition: all 1s ease 0.1s;
}

.top-content-section.is-show h2.section-01__title {
  width: 55%;
  margin: 34vh auto 3.2vh;
  overflow: hidden;
  position: relative;
}

.top-content-section.is-show h2.section-01__title img {
  display: block;
  width: 100%;
  animation: section01__anime01 0.6s ease-in-out both;
  animation-delay: 1s;
}

.top-content-section.is-show h3.section-01__subtitle {
  width: 35%;
  margin: 0 auto 4.5vh;
  overflow: hidden;
}

.top-content-section.is-show h3.section-01__subtitle img {
  display: block;
  width: 100%;
  animation: section01__anime02 0.4s ease-in-out both;
  animation-delay: 1.3s;
}

.top-content-section.is-show .section-01__text {
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.2em;
  animation: fadeInDown 1s ease-out both;
  animation-delay: 2.4s;
}

.top-content-section .video-wrap {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: -1;
}

.top-content-section .video-wrap video {
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
  width: auto;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes section01__anime01 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes section01__anime02 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.emergency-news {
  background: #fff;
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 50%;
}

.emergency-news a {
  display: flex;
}

.emergency-news .title {
  background: #85253d;
  color: #fff;
  width: 70px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emergency-news .date {
  padding: 5px;
}

.emergency-news .date p {
  line-height: 1.5;
}

.emergency-news .date p:nth-child(1) {
  font-size: 1.2rem;
}

.emergency-news .date p span {
  font-weight: bold;
}

.top-footer-section {
  background: #85253d;
  padding-left: 280px;
}

.top-footer-section footer .content-footer {
  background: #85253d;
}

.four-column {
  display: flex;
  flex-wrap: wrap;
}

.four-column li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 10px;
}

.four-column li:nth-child(4) {
  margin-right: 0;
}

.four-column li:last-child {
  margin-right: 0;
}

.four-column li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.four-column li a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-content-section .top-section-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 40px;
    border-radius: 20px;
    padding-bottom: 0;
  }
  .top-content-section .video-wrap video {
    height: 100vh;
  }
  .top-content-section .video-wrap video#myVideo01 {
    left: 58%;
  }
  .top-content-section .video-wrap video#myVideo02 {
    left: 24%;
  }
  .top-content-section .video-wrap video#myVideo03 {
    left: 85%;
  }
  .top-content-section .video-wrap video#myVideo04 {
    left: 70%;
  }
  .top-content-section .video-wrap video#myVideo05 {
    left: 57%;
  }
  .top-content-section .video-wrap video#myVideo06 {
    left: 87%;
  }
  .top-footer-section {
    padding-left: 0;
    padding-bottom: 150px;
  }
  .four-column {
    justify-content: space-between;
  }
  .four-column li {
    width: 48%;
    margin-right: 0;
  }
  .four-column li:nth-child(odd) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=maps/top.css.map */
