/* system
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.space5 {
  height: 5px;
}

.space10 {
  height: 10px;
}

.space15 {
  height: 15px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space100 {
  height: 100px;
}

main section {
  padding: 112px 0;
  padding: 7rem 0;
  font-size: 27.2px;
  font-size: 1.7rem;
}

.mainVisual {
  padding: 0;
}
.mainVisual .splide__slide {
  text-align: center;
  background: none !important;
  overflow: hidden;
}
.mainVisual .splide__slide h3, .mainVisual .splide__slide h4 {
  opacity: 0;
}
.mainVisual .splide__slide img {
  display: block !important;
  opacity: 0.5;
}
.mainVisual .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.mainVisual .splide__slide.is-active img {
  display: block !important;
  -webkit-animation: fadeinZoomout 3.5s ease-out forwards;
          animation: fadeinZoomout 3.5s ease-out forwards;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}
.mainVisual .splide__slide.is-active h3 {
  display: inline-table;
  color: #ffffff;
  letter-spacing: 10px;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 500px;
  font-weight: 500;
  padding: 1.5em 0.5em;
  margin-inline: auto;
  text-shadow: 2px 2px 3px rgba(60, 60, 60, .75);
  border-block: solid 3px #ffffff;
  -webkit-animation: text-fadeInH3 1.25s ease-out forwards;
          animation: text-fadeInH3 1.25s ease-out forwards;
  opacity: 1;
}
.mainVisual .splide__slide.is-active h3.color-blue {
  color: #03A3EB;
}
.mainVisual .splide__slide.is-active h4 {
  position: absolute;
  color: #0c0c0c;
  width: 100%;
  font-weight: 300;
  text-align: center;
  padding: 0.5em 2%;
  background-color: rgba(255, 255, 255, .8);
  -webkit-animation: text-fadeInH4 2.5s ease-out forwards;
          animation: text-fadeInH4 2.5s ease-out forwards;
  opacity: 1;
}
.mainVisual .splide__slide.is-active.slide02 h4, .mainVisual .splide__slide.is-active.slide03 h4 {
  font-weight: 400;
}
.mainVisual .slide01 h3 {
  font-size: 51.2px;
  font-size: 3.2rem;
}
.mainVisual .slide01 h3 span {
  display: inline-block;
  font-size: 92.8px;
  font-size: 5.8rem;
  font-weight: bold;
  margin-right: 10px;
}
.mainVisual .slide01 h4 {
  bottom: 12%;
  font-size: 41.6px;
  font-size: 2.6rem;
}
.mainVisual .slide02 h3 {
  font-size: 51.2px;
  font-size: 3.2rem;
}
.mainVisual .slide02 h4 {
  bottom: 13%;
  font-size: 33.6px;
  font-size: 2.1rem;
  padding: 1.25% 2%;
}
.mainVisual .slide03 h3 {
  font-size: 51.2px;
  font-size: 3.2rem;
}
.mainVisual .slide03 h4 {
  bottom: 12%;
  padding: 1.25% 2%;
}
.mainVisual .slide03 h4 .brSP {
  display: none;
}
.mainVisual .splide__arrow {
  background: none;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
}
.mainVisual .splide__arrow svg {
  display: none;
}
.mainVisual .splide__arrow--next:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  width: 45px;
  height: 7px;
  border: none;
  border-right: 3px solid #0E55C3;
  border-bottom: 2px solid #0E55C3;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainVisual .splide__arrow--next:hover::after {
  right: 10px;
  width: 60px;
}
.mainVisual .splide__arrow--prev:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 25px;
  width: 45px;
  height: 7px;
  border: none;
  border-left: 3px solid #0E55C3;
  border-bottom: 2px solid #0E55C3;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainVisual .splide__arrow--prev:hover::after {
  left: 10px;
  width: 60px;
}
.mainVisual .splide__pagination__page.is-active {
  opacity: 0.9;
}

@-webkit-keyframes fadeinZoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes fadeinZoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes text-fadeInH3 {
  0% {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes text-fadeInH3 {
  0% {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes text-fadeInH4 {
  0% {
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes text-fadeInH4 {
  0% {
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.sec-blue {
  background-color: rgba(3, 163, 235, .1);
}

.page-info {
  display: grid;
  height: 350px;
  background: url("/manage/wp-content/themes/design/img/ikebukuro/headerBG_ikebukuroNEW.jpg.webp") no-repeat center center;
  background-size: cover;
}

.position_center {
  display: grid;
  place-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sentence-blue {
  line-height: 2;
  font-size: 30.4px !important;
  font-size: 1.9rem !important;
  color: #0E55C3;
}

.sentence-blue-c {
  line-height: 2;
  font-size: 30.4px !important;
  font-size: 1.9rem !important;
  color: #0E55C3;
  text-align: center;
}

.normal-btn01 a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff !important;
  height: 40px;
  line-height: 38px;
  min-width: 180px;
  border-radius: 10px;
  padding: 0 20px;
  background-color: rgba(14, 85, 195, .7);
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
}
.normal-btn01 a:hover {
  background-color: #0E55C3;
  opacity: 1;
}

.normal-btn02 a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff !important;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 10px;
  background-color: rgba(14, 85, 195, .7);
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
}
.normal-btn02 a:hover {
  background-color: #0E55C3;
  opacity: 1;
}

.city-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.normal-btn02-sp a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #3c3c3c;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
  width: 280px;
}

.circle-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.circle-btn-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.circle-btn-box li .circle-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
  width: 150px;
  height: 150px;
  padding: 0 10px;
  border-radius: 10%;
  padding-bottom: 5px;
  background-color: rgba(14, 85, 195, .7);
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
}
.circle-btn-box li .circle-btn01 a .btn-icon {
  width: 77px;
  height: auto;
}
.circle-btn-box li .circle-btn01 a:hover {
  background-color: #0E55C3;
  opacity: 1;
}
.circle-btn-box li .circle-btn01 a:hover .btn-icon {
  opacity: 1;
}

.information {
  min-height: 650px;
}

.news_area {
  max-width: 715px;
  width: 55%;
}
.news_area dl {
  margin-bottom: 0.5em;
  padding: 0 0.35em 0.25em;
  border-bottom: dotted 1px #8c8c8c;
}
.news_area dt {
  margin-bottom: 0.35em;
}
.news_area dt span {
  display: none;
}
.news_area dd {
  width: calc(100% - 110px);
}
.news_area dd span {
  display: inline-block;
  color: #ffffff;
  font-size: 0.86em;
  line-height: 1;
  margin: -0.25em 0.75em 0 0;
  padding: 0.4em 0.65em 0.35em;
  background-color: red;
  border-radius: 4px;
}
.news_area .btn {
  margin-top: 104px;
  margin-top: 6.5rem;
}
.news_area .btn a {
  display: inline-block;
  line-height: 1;
  padding: 0.75em 2em;
  background-color: #03A3EB;
  border-radius: 7px;
}
.news_area .btn a:link,
.news_area .btn a:visited {
  color: #ffffff;
}

.fb_area {
  max-width: 500px;
  width: 39%;
  border-bottom: solid 1px #efefef;
}

.events {
  max-width: 1380px;
  width: 100%;
  margin-inline: auto;
}
.events .event__list li .wrapper {
  margin: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 7px rgba(140, 140, 140, .35);
          box-shadow: 2px 2px 7px rgba(140, 140, 140, .35);
  border-radius: 4px;
}
.events .event__list li h3 {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.15em 0.75em 0.9em;
  margin: 0;
}
.events .event__list li p {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.75em 0.85em;
  margin-bottom: 0;
}
.events .event__list li p small {
  display: block;
  color: #0E55C3;
  font-size: 20.8px !important;
  font-size: 1.3rem !important;
  margin-top: 0.5em;
}
.events .splide__arrow {
  margin-top: 2%;
  background: none;
}
.events .splide__arrow svg {
  display: none;
}
.events .splide__arrow--prev {
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-color: #9c9c9c #9c9c9c transparent transparent;
  border-radius: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.events .splide__arrow--prev:hover {
  border-color: #2c2c2c #2c2c2c transparent transparent;
}
.events .splide__arrow--next {
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-color: #9c9c9c #9c9c9c transparent transparent;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.events .splide__arrow--next:hover {
  border-color: #2c2c2c #2c2c2c transparent transparent;
}
.events .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 5px;
}
.events .splide__pagination__page.is-active {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  background-color: rgba(3, 163, 235, .75);
}

.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-col2 .text-box {
  width: calc(100% - 320px);
}
.flex-col2 .img-box {
  width: 280px;
}
.flex-col2 .img-box .caption {
  text-align: right;
}
.flex-col2 .timetable {
  width: 300px;
  margin: 0 45px 10px;
}
.flex-col2 .timetable .table-head1 {
  text-align: center;
  background: #dbdcdc;
  font-size: 28.8px;
  font-size: 1.8rem;
  padding: 9px 0;
}
.annual-events-box {
  margin-top: 5px;
  background: #fff;
  border-radius: 15px;
  padding: 15px 15px 10px;
}

.annual-events-flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
}
.annual-events-flex3 .li-month {
  width: 150px;
  text-align: center;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  padding: 10px 15px;
}
.annual-events-flex3 .li-month:last-child {
  border-right: none;
}
.annual-events-flex3 .li-events {
  width: calc(22% - 50px);
  text-align: left;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  padding: 10px 15px;
}
.annual-events-flex3 .li-events:last-child {
  border-right: none;
}
.annual-events-flex3 .li-events.ul-pad {
  padding: 3px 15px 6px;
}
.annual-events-flex3 .li-events ul li {
  list-style: none;
}
.annual-events-flex3 .li-events-long {
  width: 34%;
  text-align: left;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  padding: 10px 15px;
}
.annual-events-flex3 .li-events-long:last-child {
  border-right: none;
}
.annual-events-flex3 .li-events-long.ul-pad {
  padding: 3px 15px 6px;
}
.annual-events-flex3 .li-events-long ul li {
  list-style: none;
}
.annual-events-flex3.top {
  background: #ddd;
}
.annual-events-flex3.top li {
  border-right: 1px solid #8c8c8c;
  border-bottom: none;
  padding: 3px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.annual-events-flex3.top li:last-child {
  border-right: none;
}
.annual-events-flex3.top .level {
  color: #3c3c3c;
  font-weight: 400;
}
.annual-events-flex3.bottom li {
  border-bottom: none;
}
.logo_bunka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  color: #822325;
  border: 1px solid #822325;
  padding: 16px 34px;
}
.logo_bunka .logo-mark {
  width: 150px;
}
.logo_bunka .logo-text {
  width: calc(100% - 200px);
}
.logo_bunka .sm {
  display: block;
}
@media screen and (max-width: 1024px) {
  .page-info {
    height: 250px;
  }
  .admission-period dt {
    font-size: 1.8rem;
  }
  .admission-period dd li {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 480px) {
  .page-info {
    height: 200px;
  }
  .events .splide__track {
    width: 80% !important;
  }
  .events .splide__arrow {
    margin-top: 6%;
  }
  .events .splide__arrow--prev {
    width: 18px;
    height: 18px;
  }
  .events .splide__arrow--next {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 500px) {
  .circle-btn-box {
    gap: 30px;
  }
  .circle-btn-box li {
    gap: 30px;
  }
  .flex-col2 .timetable {
    margin: 0 0 10px;
    width: 90%;
  }
  .annual-events-flex3 {
    width: 970px;
  }
}
@media screen and (max-width: 900px) {
  .circle-btn-box li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .admission-period {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 25px;
    margin-bottom: 0px;
    border: 1px solid #5785bc;
  }
  .admission-period dt {
    font-size: 2.2rem;
    background-color: rgba(3, 163, 235, .1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px 12px;
    border-bottom: 1px solid #5785bc;
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  .admission-period dd {
    text-align: center;
    min-width: 250px;
  }
  .admission-period dd .ul-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    font-size: 1.8rem;
    width: 100%;
    padding: 15px 30px 22px;
  }
  .admission-period dd .ul-month li {
    text-align: center;
    line-height: 1;
  }
  .admission-period dd .ul-month .month-num {
    font-size: 2.7rem;
  }
  .admission-period dd .ul-month .text-english {
    color: #0E55C3;
    font-size: 1.3rem;
  }
  .logo_bunka {
    width: 80%;
    padding: 16px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .logo_bunka .logo-text {
    width: 100%;
  }
  .logo_bunka .sm {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .circle-btn-box li .circle-btn01 a {
    width: 120px;
    height: 120px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .circle-btn-box li .circle-btn01 a .btn-icon {
    width: 55px;
    height: auto;
  }
}
@media screen and (min-width: 901px) {
  .admission-period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px;
    border: 1px solid #5785bc;
  }
  .admission-period dt {
    font-size: 1.8rem;
    background-color: rgba(3, 163, 235, .1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 20px 22px;
    border-right: 1px solid #5785bc;
    min-width: 200px;
    text-align: center;
    line-height: 1;
  }
  .admission-period dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px 0 55px;
    gap: 60px;
  }
  .admission-period dd .ul-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    font-size: 1.8rem;
    width: 100%;
    padding: 20px 0 22px;
  }
  .admission-period dd .ul-month li {
    text-align: center;
    line-height: 1;
  }
  .admission-period dd .ul-month .month-num {
    font-size: 2rem;
  }
  .admission-period dd .ul-month .text-english {
    color: #0E55C3;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1360px) {
  .events .splide__track {
    width: 95%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 800px) {
  .events .splide__track {
    width: 92%;
  }
  .flex-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-col2 .text-box {
    width: 100%;
  }
  .flex-col2 .img-box {
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .events .event__list li {
    width: 24%;
  }
  .mainVisual .splide__slide.is-active.slide03 h4 .brSP {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .events .event__list li h3 {
    font-size: 1.6rem;
  }
  .mainVisual .splide__slide.is-active h3 {
    width: 420px;
    padding: 0.85em 0.25em;
  }
  .mainVisual .splide__slide.is-active.slide01 h3 {
    font-size: 2.8rem;
  }
  .mainVisual .splide__slide.is-active.slide01 h3 span {
    display: inline-block;
    font-size: 5rem;
  }
  .mainVisual .splide__slide.is-active.slide01 h4 {
    font-size: 2.2rem;
  }
  .mainVisual .splide__slide.is-active.slide02 h3 {
    font-size: 3rem;
  }
  .mainVisual .splide__slide.is-active.slide02 h4 {
    font-size: 1.7rem;
  }
  .mainVisual .splide__slide.is-active.slide03 h3 {
    font-size: 3rem;
  }
  .mainVisual .splide__slide.is-active.slide03 h4 .brSP {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .events .splide__arrow--prev {
    width: 15px;
    height: 15px;
  }
  .events .splide__arrow--next {
    width: 15px;
    height: 15px;
  }
  .admission-period dt {
    font-size: 1.8rem;
  }
  .admission-period dd .ul-month {
    gap: 25px;
  }
  .admission-period dd .ul-month .month-num {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .flex-col2 {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .scroll500 {
    overflow-x: scroll;
    width: 100%;
  }
  .annual-events-box {
    width: 1000px;
  }
}
@media screen and (max-width: 640px) {
  header {
    margin-bottom: 5px;
    border-bottom: solid 2px #0E55C3;
  }
  .mainVisual .splide__slide.is-active h3 {
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
    width: 300px;
    margin-inline: auto;
  }
  .mainVisual .splide__slide.is-active.slide01 h3 {
    font-size: 1.8rem;
  }
  .mainVisual .splide__slide.is-active.slide01 h3 span {
    font-size: 2.6rem;
    font-weight: bold;
    margin-right: 7px;
  }
  .mainVisual .splide__slide.is-active.slide01 h4 {
    bottom: 16%;
    font-size: 1.8rem;
    background-color: rgba(255, 255, 255, .5);
  }
  .mainVisual .splide__slide.is-active.slide02 h3 {
    font-size: 2.1rem;
  }
  .mainVisual .splide__slide.is-active.slide02 h4 {
    bottom: 16%;
    font-size: 1.4rem;
  }
  .mainVisual .splide__slide.is-active.slide03 h3 {
    font-size: 2.4rem;
  }
  .mainVisual .splide__slide.is-active.slide03 h4 {
    bottom: 16%;
    font-size: 1.6rem;
  }
  .mainVisual .splide__slide.is-active .splide__arrow {
    display: none;
  }
  .splide__pagination__page {
    width: 15px;
    height: 15px;
    margin: 12px;
  }
  .news_area {
    display: block;
    width: 100%;
    margin: 0 auto 7.5rem;
  }
  .fb_area {
    display: block;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 639px) {
  header {
    margin-bottom: 0;
    border-bottom: solid 1px #0E55C3;
  }
}
@media screen and (max-width: 360px) {
  .mainVisual .splide__slide.is-active h3 {
    width: 240px;
  }
  .slide01 h3 {
    font-size: 1.6rem;
  }
  .slide01 h3 span {
    font-size: 2.1rem;
    margin-right: 5px;
  }
  .slide01 h4 {
    bottom: 16%;
    font-size: 1.4rem;
  }
  .slide02 h3 {
    font-size: 1.8rem;
  }
  .slide02 h4 {
    bottom: 16%;
    font-size: 1.2rem;
  }
  .slide03 h3 {
    font-size: 1.8rem;
  }
  .slide03 h4 {
    bottom: 16%;
    font-size: 1.6rem;
  }
}
.top_copy{
  text-align: center;
  width: 100%;

  .main_copy{
    font-size: 3em;
    font-weight: bold;
    color: #0E55C3;
  }
  }
/*# sourceMappingURL=maps/top.css.map */
