@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&text=0123456789&display=swap";
@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap";
/* -----------------color --------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus {
  border: none !important;
  box-shadow: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.hero-section {
  position: relative;
  width: 100%;
  padding: 16vw 0 60px 0;
  height: 65vh;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/assets/images/background-pattern.webp");
  background-size: 100%;
  background-repeat: repeat;
}
@media screen and (min-width: 620px) {
  .hero-section {
    padding: 0 0 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-section {
    min-height: 65vh;
    height: 100%;
    padding: 60px 0;
    min-height: 57.6923077vw;
    aspect-ratio: 1300/750;
    background-image: url("/assets/images/top/back-hero-pattern.png"), url("/assets/images/background-pattern.webp");
    background-size: cover, 100%;
    background-repeat: no-repeat, repeat;
  }
}
.hero-section .container {
  max-width: 420px;
}
@media screen and (min-width: 992px) {
  .hero-section .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-section .container {
    max-width: 1220px;
  }
}
.hero-section::after {
  content: "";
  background-image: url("/assets/images/top/back-hero-build-sp.webp");
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 100% auto;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width: 620px) {
  .hero-section::after {
    background-size: 80% auto;
  }
}
@media screen and (min-width: 992px) {
  .hero-section::after {
    background-image: url("/assets/images/top/back-hero-build.png");
    background-size: auto 100%;
  }
}
.hero-section .message {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 60%;
  height: 100%;
  z-index: 40;
  padding-left: 3%;
}
.hero-section .message .top-message {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media screen and (min-width: 620px) {
  .hero-section .message .top-message {
    top: 55%;
  }
}
.hero-section .message .top-person {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 620px) {
  .hero-section .message .top-person {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .hero-section .message {
    width: 50%;
  }
  .hero-section .message .top-message {
    width: 38%;
    height: auto;
    position: absolute;
    top: 26%;
    left: 20%;
  }
  .hero-section .message .top-person {
    width: 70%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 5%;
  }
}
.hero-section .wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
.hero-section .wrap .stage {
  position: relative;
  z-index: 30;
  width: 100%;
  max-width: 70vw;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 821px) {
  .hero-section .wrap .stage {
    max-width: 34.6153846vw;
    margin-top: 5%;
  }
}
.hero-section .wrap .stage svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section .wrap .stage .container {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-section .wrap .stage .frame-line {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-linecap: square;
  stroke-linejoin: miter;
}
.hero-section .wrap .stage .diagonal-line {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-linecap: round;
}
.hero-section .wrap .stage .text-group {
  opacity: 0;
}
.hero-section .wrap .stage .text-group text {
  text-anchor: middle;
  fill: white;
}
.hero-section .wrap .stage .text-group text.text-en {
  font-size: 160px;
  font-weight: 500;
  letter-spacing: 5px;
  font-family: "Jost", sans-serif;
}
.hero-section .wrap .stage .text-group text.text-ja {
  font-size: 47px;
  letter-spacing: 2px;
}
.hero-section .wrap .stage .plane-group {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-section .wrap .stage .plane-group img {
  width: 35vw;
  max-width: 250px;
  height: auto;
}
@media screen and (min-width: 821px) {
  .hero-section .wrap .stage .plane-group img {
    width: 20vw;
  }
}

.back-stripe {
  background-color: #fff9d2;
}
@media screen and (min-width: 821px) {
  .back-stripe {
    background-image: url("/assets/images/top/back-01.svg");
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: left -5vw top -3vw;
  }
}
.back-stripe .pickup-newslist {
  padding: 5vw;
}
.back-stripe .pickup-newslist h2 {
  color: #085cb9;
}
.back-stripe .pickup-newslist .news-pickup-item .cat-Information {
  position: relative;
  border: solid 4px #c7effb;
  background-color: #ffffff;
}
.back-stripe .pickup-newslist .news-pickup-item .cat-Information .category {
  background-color: #c7effb;
  color: #00b8ee;
  padding: 0.25rem 0.75rem;
  transform: translateY(-1rem);
  margin-bottom: -1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.back-stripe .pickup-newslist .news-pickup-item .cat-Information .date {
  padding: 0.25rem 1rem;
}
.back-stripe .pickup-newslist .news-pickup-item .cat-Information p {
  padding: 0.25rem 1rem 0.5rem 1rem;
}
.back-stripe .pickup-newslist .news-pickup-item .cat-Recruit {
  position: relative;
  border: solid 4px #fce5ef;
  background-color: #ffffff;
}
.back-stripe .pickup-newslist .news-pickup-item .cat-Recruit .category {
  background-color: #fce5ef;
  color: #ef90b9;
  padding: 0.25rem 0.75rem;
  transform: translateY(-1rem);
  margin-bottom: -1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.back-stripe .pickup-newslist .news-pickup-item .cat-Recruit .date {
  padding: 0.25rem 1rem;
}
.back-stripe .pickup-newslist .news-pickup-item .cat-Recruit p {
  padding: 0.25rem 1rem 0.5rem 1rem;
}

.top-teams {
  position: relative;
  padding-top: 3vw;
  padding-bottom: 7vw;
}
.top-teams .teamlist {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .top-teams .teamlist {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.top-teams .teamlist .item {
  position: relative;
  width: min(22.3076923077vw, 290px);
  aspect-ratio: 3/4;
  margin-left: 30px;
  margin-right: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.top-teams .teamlist .item img {
  aspect-ratio: 290/330;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-teams .teamlist .item img.slideimage {
  width: 100 .top-teams .teamlist .item img.slideimage;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-teams .teamlist .item .text-box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.top-teams .teamlist .item h4 {
  margin-left: -1rem;
  margin-right: auto;
  background-color: #ffffff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 2rem;
  font-size: clamp(1rem, 0.918rem + 0.41vw, 1.25rem);
  position: relative;
  top: -1.25rem;
}
@media screen and (min-width: 821px) {
  .top-teams .teamlist .item h4 {
    margin-right: -0.75rem;
  }
}
.top-teams .teamlist .item h4 br {
  display: none;
}
.top-teams .teamlist .item p {
  padding: 0 1rem 1rem 1rem;
  height: max(5rem, 100%);
}
@media screen and (max-width: 991px) {
  .top-teams .teamlist .item p {
    line-height: 1.15;
    padding: 0 0.5rem 0.5rem 0.5rem;
    font-size: 14px;
  }
}
.top-teams .teamlist .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-teams .teamlist .item a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.top-teams .teamlist .item.color-pink h4 {
  border: solid 1px #ef90b9;
  color: #ef90b9;
}
.top-teams .teamlist .item.color-green h4 {
  border: solid 1px #8dc21f;
  color: #8dc21f;
}
.top-teams .teamlist .item.color-blue h4 {
  border: solid 1px #00b8ee;
  color: #00b8ee;
}
.top-teams .teamlist .item.color-orange h4 {
  border: solid 1px #5AC0C9;
  color: #ef90b9;
}
.top-teams .swiper2 {
  overflow: hidden;
}
.top-teams .swiper2 .swiper-wrapper {
  /* GPU加速で描画を安定させる */
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.top-teams .swiper2 .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  transform: translateZ(0);
  transition: transform 0.3s ease;
}
.top-teams .swiper2 .swiper-wrapper .swiper-slide:nth-child(odd) {
  transform: translateY(0);
}
@media screen and (min-width: 821px) {
  .top-teams .swiper2 .swiper-wrapper .swiper-slide:nth-child(odd) {
    transform: translateY(0);
  }
}
.top-teams .swiper2 .swiper-wrapper .swiper-slide:nth-child(even) {
  transform: translateY(1rem);
}
@media screen and (min-width: 821px) {
  .top-teams .swiper2 .swiper-wrapper .swiper-slide:nth-child(even) {
    transform: translateY(30px);
  }
}

.top-aboutus {
  padding: 10vw 0 10vw 0;
  position: relative;
  background-image: url("/assets/images/top/back-02.svg"), url("/assets/images/background-pattern.svg");
  background-repeat: no-repeat, repeat;
  background-size: 125%, contain;
  background-position: top -2vw right -15vw, top left;
}
.top-aboutus .inner {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  margin-bottom: 5vw;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .top-aboutus .inner {
    flex-direction: row;
  }
}
.top-aboutus .inner .img-box {
  aspect-ratio: 400/300;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.top-aboutus .inner .img-box img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .top-aboutus .inner .img-box {
    width: 40vw;
    max-width: 600px;
    aspect-ratio: 400/500;
  }
}
.top-aboutus .inner .text-box {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .top-aboutus .inner .text-box {
    background-color: #ffffff;
  }
}
.top-aboutus .inner .text-box .block-title {
  text-align: center;
  font-size: clamp(1.563rem, 1.007rem + 2.78vw, 3.438rem);
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .top-aboutus .inner .text-box .block-title {
    margin-left: 3rem;
    text-align: left;
  }
}
.top-aboutus .inner .text-box .text-inner {
  background-color: #ffffff;
  padding: 1rem;
}
@media screen and (min-width: 821px) {
  .top-aboutus .inner .text-box .text-inner {
    padding: 3rem;
  }
}
.top-aboutus .inner .text-box .text-inner p {
  line-height: 2;
}
@media screen and (min-width: 821px) {
  .top-aboutus .inner .text-box {
    width: 39.4615384615vw;
  }
}
@media screen and (min-width: 821px) and (min-width: 1600px) {
  .top-aboutus .inner .text-box {
    width: 55vw;
  }
}
.top-aboutus .inner .text-box a.btn {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (min-width: 821px) {
  .top-aboutus .inner-reverse {
    margin-top: 7vw;
  }
}
.top-aboutus .inner-reverse .img-box {
  aspect-ratio: 5/4;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-aboutus .inner-reverse .img-box {
    order: 2;
    transform: translate(0, 5vw);
    max-width: 600px;
  }
}
@media screen and (min-width: 1600px) {
  .top-aboutus .inner-reverse .img-box {
    width: 55vw;
  }
}
@media screen and (min-width: 821px) {
  .top-aboutus .inner-reverse .text-box .block-title {
    transform: translateX(-2rem);
  }
}
@media screen and (min-width: 821px) {
  .top-aboutus .inner-reverse .text-box {
    order: 1;
    transform: translateX(2vw);
    width: 55vw;
  }
  .top-aboutus .inner-reverse .text-box .text-inner {
    width: 100%;
    transform: translateX(-2vw);
  }
}
.top-aboutus .text-box2 {
  background-color: #ffffff;
  padding: 1.5rem;
  position: relative;
  z-index: 30;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 30px;
}
.top-aboutus .text-box2 h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (min-width: 821px) {
  .top-aboutus .text-box2 {
    width: 42.7vw;
    margin-left: auto;
    margin-right: auto;
  }
  .top-aboutus .text-box2.first {
    transform: translateY(10vw);
  }
}
@media screen and (min-width: 1600px) {
  .top-aboutus .text-box2 {
    width: 48vw;
  }
}
.top-aboutus .text-box2 a.btn {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .top-aboutus .text-box2 a.btn {
    margin-right: 0;
    justify-content: flex-end;
  }
}

.top-support {
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #ffffff;
  background-image: url("/assets/images/top/back-pattern_sp.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  .top-support {
    background-image: url("/assets/images/top/back-03.svg");
    background-position: right -13vw top -9vw;
    background-repeat: no-repeat;
    background-size: 120%;
  }
}
.top-support .block-title {
  margin: 2rem auto 1rem auto;
  text-align: center;
  font-size: clamp(1.525rem, 1.181rem + 2vw, 3rem);
  letter-spacing: normal;
}
.top-support h4 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: clamp(1rem, 1.087rem + 0.82vw, 1.75rem);
}
.top-support p {
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .top-support img {
    max-width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .top-support .container {
    max-width: 85%;
  }
}

.top-education {
  padding: 10vw 0 10vw 0;
  position: relative;
  background-image: url("/assets/images/top/back-04.svg"), url("/assets/images/background-pattern.svg");
  background-repeat: no-repeat, repeat;
  background-size: 150%, contain;
  background-position: bottom center, top left;
}
@media screen and (max-width: 991px) {
  .top-education .section-title {
    width: 80%;
  }
}
.top-education .programlist {
  padding-top: 2rem;
}
.top-education .programlist h4.entitle {
  text-align: right;
  font-size: 26px;
}
.top-education .programlist .text-box {
  background-color: #ffffff;
  padding: 2rem 3rem;
  position: relative;
  z-index: 30;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 2rem;
}
.top-education .programlist .text-box h3 {
  color: #085cb9;
  font-size: clamp(1.25rem, 1.087rem + 0.82vw, 1.75rem);
  margin-bottom: 1rem;
  font-weight: 400;
}

.top-location {
  background-color: #d8f1fc;
  background-image: url("/assets/images/top/back-location_sp.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding: 5rem 0 27rem 0;
}
@media screen and (min-width: 620px) {
  .top-location {
    padding: 5rem 0 70vh 0;
  }
}
@media screen and (min-width: 992px) {
  .top-location {
    aspect-ratio: 2660/1460;
    background-image: url("/assets/images/top/back-location.webp"), url("/assets/images/top/back-05.svg");
    background-position: left top, top right -42vw;
    background-size: 100% auto, 160%;
    padding: calc(var(--dvw) * 90) 0;
  }
}
@media screen and (min-width: 1400px) {
  .top-location {
    padding: calc(var(--dvw) * 130) 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .top-location .container {
    max-width: 84%;
  }
}

.top-access {
  background-color: #ffffff;
  background-image: url("/assets/images/top/back-05.svg"), url("/assets/images/background-pattern.svg");
  background-position: top -55vw left -30vw, center top;
  background-repeat: no-repeat, repeat;
  background-size: 350%, cover;
  position: relative;
  z-index: 1;
  padding: 10vw 0;
}
@media screen and (min-width: 992px) {
  .top-access {
    background-image: url("/assets/images/top/back-access.webp"), url("/assets/images/top/back-05.svg"), url("/assets/images/background-pattern.svg");
    background-position: bottom left, top -55vw right -42vw, center top;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 70%, 160%, cover;
  }
}
.top-access .section-title {
  position: relative;
  z-index: 30;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 2rem;
  max-width: 80vw;
}
@media screen and (min-width: 992px) {
  .top-access .section-title {
    padding-left: 10rem;
    padding-right: 8rem;
    margin-bottom: 5rem;
  }
}
.top-access .section-title::before {
  content: "";
  background-image: url("/assets/images/top/icon-access.svg");
  background-repeat: no-repeat;
  bottom: -0.75rem;
  right: -10rem;
  position: absolute;
  display: block;
  width: 5.4615384615vw;
  height: 7.3846153846vw;
}
@media screen and (max-width: 991px) {
  .top-access .section-title::before {
    display: none;
  }
}
.top-access .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.top-access .text-box .bold {
  font-family: "Jost";
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .top-access {
    padding: 7vw 0 12vw 0;
  }
}
@media screen and (max-width: 991px) {
  .top-access iframe {
    max-height: 350px;
  }
}
@media screen and (max-width: 820px) {
  .top-access .mobilenumber {
    font-size: clamp(1.5rem, 1.204rem + 1.48vw, 2.5rem);
    font-weight: 600;
  }
  .top-access img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
  .top-access .p__address {
    width: 100%;
  }
  .top-access .p__address p {
    text-align: center;
  }
}

.top-recruit {
  background-image: url("/assets/images/top/back-recruit_sp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0 15rem 0;
  background-position: bottom center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 620px) {
  .top-recruit {
    padding: 3rem 0 45vh 0;
  }
}
@media screen and (min-width: 992px) {
  .top-recruit {
    background-image: url("/assets/images/top/back-recruit.png");
    padding: 15vw 0;
    align-items: center;
    background-size: cover;
    aspect-ratio: 2600/1200;
  }
}
.top-recruit .text-box {
  padding: 1rem 2rem;
  text-align: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
.top-recruit .text-box .entitle {
  color: #085cb9;
  font-size: 40px;
  margin-bottom: 1rem;
}
.top-recruit .text-box a.btn {
  margin-top: 1rem;
}
@media screen and (min-width: 620px) {
  .top-recruit .text-box {
    aspect-ratio: 1/1;
    padding: 3rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-recruit .text-box a.btn {
    margin-top: 3rem;
  }
  .top-recruit .text-box .entitle {
    color: #085cb9;
    font-size: clamp(1.563rem, 1.007rem + 2.78vw, 3.438rem);
    margin-bottom: 1rem;
  }
}

.top-information {
  padding: 10vw 0 7vw 0;
  position: relative;
  background-image: url("/assets/images/top/back-06.svg"), url("/assets/images/background-pattern.webp");
  background-repeat: no-repeat, repeat;
  background-size: 150%, contain;
  background-position: top center, top left;
}
.top-information .section-title {
  position: relative;
  z-index: 30;
}
.top-information .section-title::before {
  content: "";
  background-image: url("/assets/images/top/icon-news.svg");
  background-repeat: no-repeat;
  bottom: 0rem;
  right: -12rem;
  position: absolute;
  display: block;
  width: 8.4615384615vw;
  height: 10.1538461538vw;
}
@media screen and (max-width: 991px) {
  .top-information .section-title::before {
    display: none;
  }
}
.top-information .text-box {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: 100%;
  position: relative;
  z-index: 10;
}
.top-information .text-box h3 {
  color: #085cb9;
  margin-bottom: 2rem;
  text-align: center;
}
.top-information .newslist {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 992px) {
  .top-information .newslist {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.top-information .newslist .news-row {
  padding: 1rem;
  border-bottom: solid 1px #a9b8c2;
}
.top-information .schedule {
  padding-left: 1rem;
  padding-right: 1rem;
}
.top-information .schedule h3 {
  margin-bottom: 4px;
}
.top-information .schedule .top {
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
}
.top-information .schedule .prev-btn {
  border-width: 14px 24px 14px 0;
  border-color: transparent #333333 transparent transparent;
}
.top-information .schedule .next-btn {
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #333333;
}
.top-information .schedule .prev-btn,
.top-information .schedule .next-btn {
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: transparent;
}
.top-information .schedule .year-and-month {
  width: 170px;
  margin: 5px 0 0;
  text-align: center;
  font-size: 33px;
  letter-spacing: 0.05em;
  font-family: "Roboto Condensed";
}
.top-information .schedule .days {
  border-top: 1px solid #c7b299;
}
.top-information .schedule .calender-section {
  padding: 0;
  margin-bottom: 1rem;
}
.top-information .schedule .days,
.top-information .schedule .calender-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.top-information .schedule .calender-section div,
.top-information .schedule .days div {
  width: 14.2857142857%;
  padding: 3px 3px 5px;
  line-height: 1.2;
}
.top-information .schedule .calender-section div {
  min-height: 75px;
  position: relative;
  border-bottom: 1px solid #232323;
  border-right: 1px solid #232323;
}
.top-information .schedule .calender-section div:nth-of-type(7n) {
  border-right: none;
}
.top-information .schedule .calender-section div:nth-of-type(7n) .number {
  color: #5076bf;
}
.top-information .schedule .calender-section div:nth-of-type(7n + 1) .number {
  color: #cd5949;
}
.top-information .schedule .calender-section div.holiday .number {
  color: #cd5949;
}
.top-information .schedule .number {
  line-height: 1.3;
  color: #000;
  font-style: italic;
}
.top-information .schedule .event-link {
  padding: 1px 4px;
  display: table;
  line-height: 1.4;
  font-size: 15px;
  color: white;
  margin-bottom: 0.5rem;
  width: 100%;
  text-align: center;
}
.top-information .schedule .event1 {
  background-color: #00b8ee;
}
.top-information .schedule .event2 {
  background-color: #a9b8c2;
}
.top-information .schedule .event3 {
  background-color: #8dc21f;
}
.top-information .schedule .event4 {
  background-color: #ef90b9;
}
.top-information .schedule .event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10;
}
@media screen and (max-width: 820px) {
  .top-information .schedule .event-list {
    display: block;
  }
}
.top-information .schedule .event-list li {
  width: 50%;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .top-information .schedule .event-list li {
    width: 100%;
  }
}
.top-information .schedule .event-list li p:nth-of-type(1) {
  width: 54px;
  margin-right: 9px;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  color: white;
}
.top-information .schedule .event-list li p:nth-of-type(2) {
  font-size: 15px;
}
.top-information .schedule .days div {
  background-color: #cccccc;
  border-bottom: 1px solid #232323;
  border-right: 1px solid #232323;
  text-align: center;
}
.top-information .schedule .days div:first-child {
  background-color: #232323;
  color: #ffffff;
}
.top-information .schedule .days div:last-child {
  border-right: none;
  background-color: #232323;
  color: #ffffff;
}
.top-information .links {
  display: flex;
  justify-content: space-between;
}
.top-information .link-card {
  width: 31.3%;
  padding: 0 18px 30px;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.top-information .link-card:hover {
  opacity: 0.7;
}
.top-information .link-card > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.top-information .link-card:nth-of-type(1) {
  background-color: #fbe2df;
}
.top-information .link-card:nth-of-type(1) .image {
  width: 90px;
}
.top-information .link-card:nth-of-type(2) {
  background-color: #fffef2;
}
.top-information .link-card:nth-of-type(2) .image {
  width: 82px;
}
.top-information .link-card:nth-of-type(2) h3 span:nth-of-type(1) {
  letter-spacing: -0.025em;
}
.top-information .link-card:nth-of-type(3) {
  background-color: #f6f3ed;
}
.top-information .link-card:nth-of-type(3) .image {
  width: 85px;
}
.top-information .link-card .image {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.top-information .link-card h3 span {
  display: block;
}
.top-information .link-card h3 span:nth-of-type(1) {
  margin-bottom: 67px;
  font-size: 42px;
  font-family: "Questrial", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ef8aa0;
}
.top-information .link-card h3 span:nth-of-type(2) {
  font-size: 25px;
}
.top-information .link-card .text {
  width: 64%;
  line-height: 1.5;
}

.block-title {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  display: flex;
  flex: 1;
  flex-direction: column;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #085cb9;
}
.block-title > span {
  font-size: min(clamp(1.5rem, 1.204rem + 1.48vw, 2.5rem), 25px);
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #333333;
}
@media screen and (max-width: 820px) {
  .block-title > span {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .block-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .block-title {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-title {
    width: 80%;
  }
}/*# sourceMappingURL=index.css.map */