@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
  font-size: 1vw;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 1.6rem;
}

.home h2,
.sub h2,
.sub #page-body #contents h2 {
  color: #554E96;
  font-size: 2.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.home h2 span,
.sub h2 span,
.sub #page-body #contents h2 span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home h2::after,
.sub h2::after,
.sub #page-body #contents h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #554E96;
  margin-left: 0.5em;
}

.bs-widget-head {
  background: #209BCD;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.junior .bs-widget-head {
  background: #A40B5E;
}

.high .bs-widget-head {
  background: #036EB8;
}

.bs-widget-list h4 a i {
  margin-right: 1rem;
}
.bs-widget-list h4 + .acdn {
  display: none;
}
.bs-widget-list h4:first-of-type + .acdn {
  display: block;
}
.bs-widget-list h4.on a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bs-widget-list__item {
  padding-left: 1.5em;
}
.bs-widget-list__item a {
  color: #209BCD;
}

.junior .bs-widget-list h4 a {
  color: #ED7BA0;
}
.junior .bs-widget-list__item a {
  color: #ED7BA0;
}

.high .bs-widget-list h4 a {
  color: #209BCD;
}
.high .bs-widget-list__item a {
  color: #209BCD;
}

.bs-main-contents h2::after,
.bs-main-contents h3::after,
.bs-main-contents h4::after,
.bs-main-contents h5::after {
  content: none;
}

.cms-frame {
  width: 100%;
  height: 26rem;
  overflow: hidden;
}

.junior .cms-frame,
.high .cms-frame {
  height: 33.5rem;
  margin-bottom: 0;
}
.junior .cms-frame + p,
.high .cms-frame + p {
  margin-top: 0;
}
.junior .cms-frame + p a,
.high .cms-frame + p a {
  margin-top: 0 !important;
}

.sub #page-body h2,
.sub #page-header h2 {
  color: #1B2D54;
  font-size: 6rem;
  font-weight: 900;
  width: auto;
  margin-bottom: 6rem;
}
.sub #page-body h2::after,
.sub #page-header h2::after {
  content: none;
}
.sub #page-body h2 i,
.sub #page-header h2 i {
  display: inline-block;
  border: 2px solid;
  font-size: 0.3em;
  font-style: normal;
  border-radius: 4px;
  padding: 0 1em;
  margin: auto 0 0.2em 1em;
}
.sub #page-body h3,
.sub #page-header h3 {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 4rem;
}
.sub #page-body h4,
.sub #page-header h4 {
  font-size: 2rem;
  font-weight: 700;
}
.sub #page-body p,
.sub #page-header p {
  margin-bottom: 4rem;
}
.sub #page-body .gray-box,
.sub #page-header .gray-box {
  border: 2px solid #9FA0A0;
  padding: 6rem;
  margin-bottom: 6rem;
}
.sub #page-body .gray-box h3,
.sub #page-header .gray-box h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  background: #fff;
  margin-top: -9rem;
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 900;
  color: #9FA0A0;
}
.sub #page-body .gray-box h4,
.sub #page-header .gray-box h4 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #1B2D54;
  margin-bottom: 4rem;
}
.sub #page-body .endlink a,
.sub #page-header .endlink a {
  font-weight: 700;
  color: #1B2D54;
}
.sub #page-body .endlink.junior a,
.sub #page-header .endlink.junior a {
  color: #A40B5E;
}
.sub #page-body .endlink.high a,
.sub #page-header .endlink.high a {
  color: #036EB8;
}

.junior h2,
.junior.sub #page-body #contents h2 {
  color: #A40B5E;
}
.junior h2::after,
.junior.sub #page-body #contents h2::after {
  background: #A40B5E;
}

.junior.sub #page-body h2,
.junior.sub #page-body h3,
.junior.sub #page-body h4 {
  color: #A40B5E;
}

.high h2,
.high.sub #page-body #contents h2 {
  color: #036EB8;
}
.high h2::after,
.high.sub #page-body #contents h2::after {
  background: #036EB8;
}

.high.sub #page-body #contents .ib-nav ul {
  list-style: none;
  margin: 0 0 6rem;
  padding: 0;
}
.high.sub #page-body #contents .ib-nav ul li {
  display: block;
  border-bottom: 2px solid #9FA0A0;
  margin-bottom: 1px;
}
.high.sub #page-body #contents .ib-nav ul li a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  background: rgba(46, 167, 224, 0.11);
  color: #036EB8;
  padding: 0.5em 2em;
}
.high.sub #page-body #contents .ib-nav ul li.current a {
  background: #036EB8;
  color: #fff;
}

.high.sub #page-body h2,
.high.sub #page-body h3,
.high.sub #page-body h4,
.high.sub #page-header h2,
.high.sub #page-header h3,
.high.sub #page-header h4 {
  color: #036EB8;
}
.high.sub #page-body small,
.high.sub #page-header small {
  font-size: 0.4em;
  margin: auto 0 0 2em;
}

.junior.sub #page-body h2,
.junior.sub #page-body h3,
.junior.sub #page-body h4,
.junior.sub #page-header h2,
.junior.sub #page-header h3,
.junior.sub #page-header h4 {
  color: #A40B5E;
}
.junior.sub #page-body small,
.junior.sub #page-header small {
  font-size: 0.4em;
  margin: auto 0 0 2em;
}

.sub #page-body .schedule-wrap > ul {
  padding: 0;
}
.sub #page-body .schedule-wrap ul h3 {
  font-size: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub #page-body .schedule-wrap ul h3 small {
  font-size: 0.5em;
  margin-left: 0.5rem;
}
.sub #page-body .schedule-wrap ul h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #554E96;
  margin-left: 0.5em;
}
.sub #page-body .schedule-wrap ul li {
  margin-bottom: 4rem;
}
.sub #page-body .schedule-wrap ul li .txt {
  margin-bottom: 3rem;
}
.sub #page-body .schedule-wrap ul li ul li {
  list-style: disc;
  margin-bottom: 0;
}
.sub #page-body .schedule-wrap ul li ul li.c {
  list-style: circle;
}

.high.sub #page-body .schedule-wrap ul h3::after {
  background: -webkit-gradient(linear, left top, right top, from(#036EB8), color-stop(25%, #036EB8), color-stop(25%, #ccc), to(#ccc));
  background: -webkit-linear-gradient(left, #036EB8 0%, #036EB8 25%, #ccc 25%, #ccc 100%);
  background: linear-gradient(90deg, #036EB8 0%, #036EB8 25%, #ccc 25%, #ccc 100%);
}

.junior.sub #page-body .schedule-wrap ul h3::after {
  background: -webkit-gradient(linear, left top, right top, from(#A40B5E), color-stop(25%, #A40B5E), color-stop(25%, #ccc), to(#ccc));
  background: -webkit-linear-gradient(left, #A40B5E 0%, #A40B5E 25%, #ccc 25%, #ccc 100%);
  background: linear-gradient(90deg, #A40B5E 0%, #A40B5E 25%, #ccc 25%, #ccc 100%);
}

.high.sub #page-header .tagline {
  background: #036EB8;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  margin-bottom: 6rem;
}
.high.sub #page-header .tagline h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 3rem 0 0;
}
.high.sub #page-header .tagline p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  border: 3px solid;
  padding: 0 1em;
  margin: 0 1rem 0 0;
  border-radius: 8px;
}

a:hover {
  text-decoration: none;
}

a.button-lined {
  display: inline-block;
  border: 2px solid #1B2D54;
  color: #1B2D54;
  font-weight: 500;
  text-align: center;
  padding: 0.2em 1em;
  border-radius: 10em;
}
a.button-lined.j {
  border-color: #A40B5E;
  color: #A40B5E;
}
a.button-lined.h {
  border-color: #036EB8;
  color: #036EB8;
}

a.button-gray-back {
  display: inline-block;
  background: #eee;
  color: #333;
  padding: 0.5em 1.5em;
  font-weight: 500;
  margin: 4rem 0;
}

img {
  max-width: 100%;
}

video {
  width: 100%;
}

.container {
  position: relative;
}

.pagetop {
  text-align: right;
  font-size: 4rem;
  margin-top: -5rem;
}
.pagetop a {
  background: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 100%;
  padding: 0.3rem;
  vertical-align: bottom;
  color: #209BCD;
}
.pagetop a i {
  vertical-align: bottom;
}

.junior .pagetop a {
  color: #ED7BA0;
}

.high .pagetop a {
  color: #209BCD;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header h1 {
  width: 30%;
  height: 5.6rem;
  margin: 15px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
}
header h1 a {
  width: 100%;
  height: 100%;
  display: block;
}
header h1 a img {
  max-height: 100%;
  height: 100%;
}
header nav {
  background: #1B2D54;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 10% 0.5em 1em;
  position: relative;
  border-radius: 3px;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header nav > ul#g_nav1 li {
  position: relative;
}
header nav > ul#g_nav1 a {
  display: block;
  padding: 1em 0.5em;
  line-height: 1;
  font-size: 1.5rem;
}
header nav > ul#g_nav1 a:hover, header nav > ul#g_nav1 a.on {
  background: #fff;
  color: #1B2D54;
  text-decoration: none;
}
header nav > ul#g_nav1 a.on {
  background: rgba(255, 255, 255, 0.5);
}
header nav > ul#g_nav1 .subMenu {
  background: #fff;
  display: none;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 105%;
}
header nav > ul#g_nav1 .subMenu a {
  color: #1B2D54;
  display: block;
}
header nav > ul#g_nav1 .subMenu a:hover {
  background: #1B2D54;
  color: #fff;
  text-decoration: none;
}
header nav > ul#g_nav2 {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  right: 10%;
}
header nav > ul#g_nav2 li {
  margin-left: 0.5rem;
}
header nav > ul#g_nav2 li a {
  display: block;
  width: 10rem;
  height: 3.2rem;
  background: url("/assets/img/common/button_access.svg") no-repeat left top;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
header nav > ul#g_nav2 li a#link-contact {
  background-image: url("/assets/img/common/button_contact.svg");
}
header nav > ul#g_nav2 li a#link-request {
  background-image: url("/assets/img/common/button_request.svg");
}
header nav > ul#g_nav2 li a#link-evaluation {
  background-image: url("/assets/img/common/button_evaluation.svg");
}
header nav #___gcse_0 {
  width: 20% !important;
}
header nav #___gcse_0 .gsc-input-box {
  border-radius: 10em;
}
header nav #___gcse_0 .gsc-search-button {
  display: none;
}
header nav #___gcse_0 input {
  font-size: 1.4rem;
  border-radius: 10em !important;
  background: url("/assets/img/common/icon_search.svg") no-repeat 0.5em center;
  background-size: 1.2em;
  padding-left: 2.5em !important;
  line-height: 1;
}
header nav .penguin {
  width: 10rem;
  height: 12rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
header nav a {
  color: #fff;
}
header nav a:hover {
  color: #fff;
}
header.junior {
  background: #fff;
  position: relative;
}
header.junior h1 {
  -webkit-filter: none;
          filter: none;
}
header.junior nav {
  background: #A40B5E;
}
header.high {
  background: #fff;
  position: relative;
}
header.high h1 {
  -webkit-filter: none;
          filter: none;
}
header.high nav {
  background: #036EB8;
}

.sub header {
  background: #fff;
  position: relative;
}
.sub header .inner {
  max-width: none;
}
.sub header h1 {
  -webkit-filter: none;
          filter: none;
}

main .breadcrumb {
  background: #fff;
}
main .breadcrumb a {
  color: #000;
}
main #main-visual {
  position: relative;
}
main #main-visual video {
  pointer-events: none;
  display: block;
}
main #main-visual .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 100vh;
}
main #main-visual #alert {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem 1.5em;
}
main #main-visual #alert > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main #main-visual #alert > a p {
  color: #000;
}
main #main-visual #alert > a p + p {
  padding-left: 1em;
}
main #main-visual .button-movie-list {
  background: #1B2D54;
  color: #fff;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  text-align: center;
}
main #top-news {
  margin-bottom: 8rem;
}
main #top-news .container {
  max-width: 100rem;
  padding: 2rem;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
main #top-news h2 {
  width: auto;
}
main #top-news h2::after {
  content: none;
}
main #top-news ul {
  list-style: none;
  max-width: 100rem;
  margin: 0 auto;
}
main #top-news ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.8rem;
}
main #top-news ul li .date {
  margin-right: 3rem;
}
main #main-banner .container-fluid {
  padding: 0;
}
main #main-banner .swiper-slide {
  width: auto;
  max-width: 80%;
}
main #main-banner .swiper-button-next,
main #main-banner .swiper-button-prev {
  width: 4em;
  height: 4em;
}
main #main-banner .swiper-button-next:after,
main #main-banner .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  background: url("/assets/img/common/button_next.svg") no-repeat center;
  background-size: contain;
}
main #main-banner .swiper-button-prev:after,
main #main-banner .swiper-rtl .swiper-button-next:after {
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  background: url("/assets/img/common/button_prev.svg") no-repeat center;
  background-size: contain;
}
main #school-link {
  padding: 2em 0;
}
main #school-link ul {
  list-style: none;
  padding: 0;
}
main #topic-wrap section > article {
  position: relative;
}
main #topic-wrap section > article h3 {
  background: #1B2D54;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  position: absolute;
  top: 0;
  left: 11.5384615385%;
  z-index: 10;
}
main #topic-wrap .swiper-slide {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
main #topic-wrap .swiper-slide p.thumbnail {
  background: #000;
}
main #topic-wrap .swiper-slide p.thumbnail img {
  opacity: 0.5;
}
main #topic-wrap .swiper-slide .news-meta {
  background: rgba(46, 167, 224, 0.5);
}
main #topic-wrap .swiper-slide.swiper-slide-active p.thumbnail img, main #topic-wrap .swiper-slide.swiper-slide-next p.thumbnail img {
  opacity: 1;
}
main #topic-wrap .swiper-slide.swiper-slide-active .news-meta, main #topic-wrap .swiper-slide.swiper-slide-next .news-meta {
  background: rgba(46, 167, 224, 0.1);
}
main #topic-wrap p.thumbnail {
  width: 100%;
  aspect-ratio: 16/8;
  overflow: hidden;
  margin: 0;
}
main #topic-wrap .news-meta {
  width: 100%;
  padding: 0.5rem;
  line-height: 1.2;
}
main #topic-wrap .news-meta p {
  display: inline;
  color: #000;
  font-size: 1.4rem;
}
main #topic-wrap .news-meta p.date {
  margin-right: 1em;
}
main #topic-wrap .button-lined {
  margin: 2rem 0;
}
main #topic-wrap .swiper-button-next,
main #topic-wrap .swiper-button-prev {
  width: 6rem;
  height: 6rem;
  top: calc(50% - 2rem);
}
main #topic-wrap .swiper-button-next:after,
main #topic-wrap .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("/assets/img/common/button_next.svg") no-repeat center;
  background-size: contain;
}
main #topic-wrap .swiper-button-prev:after,
main #topic-wrap .swiper-rtl .swiper-button-next:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("/assets/img/common/button_prev.svg") no-repeat center;
  background-size: contain;
}
main #event-information section > article {
  position: relative;
}
main #event-information section > article h3 {
  background: #1B2D54;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  position: absolute;
  top: 0;
  left: 11.5384615385%;
  z-index: 10;
}
main #event-information .swiper-slide p.thumbnail {
  background: #000;
}
main #event-information .swiper-slide p.thumbnail img {
  opacity: 0.5;
}
main #event-information .swiper-slide .news-meta {
  background: #ED7BA0;
  height: 6rem;
  padding: 1rem;
}
main #event-information .swiper-slide .news-meta.h {
  background: #209BCD;
}
main #event-information .swiper-slide.swiper-slide-active p.thumbnail img {
  opacity: 1;
}
main #event-information .swiper-slide.swiper-slide-active .news-meta {
  background: rgba(214, 0, 80, 0.11);
}
main #event-information .swiper-slide.swiper-slide-active .news-meta.h {
  background: rgba(46, 167, 224, 0.11);
}
main #event-information p.thumbnail {
  width: 100%;
  aspect-ratio: 670/375;
  overflow: hidden;
  margin: 0;
}
main #event-information .news-meta {
  width: 100%;
  padding: 0.5rem;
  line-height: 1.2;
}
main #event-information .news-meta p {
  display: inline;
  color: #000;
  font-size: 1.4rem;
}
main #event-information .news-meta p.date {
  margin-right: 1em;
}
main #event-information .button-lined {
  margin: 2rem 0;
}
main #event-information .swiper-button-next,
main #event-information .swiper-button-prev {
  width: 6rem;
  height: 6rem;
  top: calc(50% - 2rem);
}
main #event-information .swiper-button-next:after,
main #event-information .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("/assets/img/common/button_next.svg") no-repeat center;
  background-size: contain;
}
main #event-information .swiper-button-prev:after,
main #event-information .swiper-rtl .swiper-button-next:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("/assets/img/common/button_prev.svg") no-repeat center;
  background-size: contain;
}
main #j-topic-wrap section > article {
  position: relative;
}
main #j-topic-wrap section > article h3 {
  background: #A40B5E;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  position: absolute;
  top: 0;
  left: 11.5384615385%;
  z-index: 10;
}
main #j-topic-wrap .swiper-slide p.thumbnail {
  background: #000;
}
main #j-topic-wrap .swiper-slide p.thumbnail img {
  opacity: 0.5;
}
main #j-topic-wrap .swiper-slide .news-meta {
  background: #ED7BA0;
}
main #j-topic-wrap .swiper-slide.swiper-slide-active p.thumbnail img {
  opacity: 1;
}
main #j-topic-wrap .swiper-slide.swiper-slide-active .news-meta {
  background: rgba(214, 0, 80, 0.11);
}
main #j-topic-wrap p.thumbnail {
  width: 100%;
  aspect-ratio: 16/8;
  overflow: hidden;
  margin: 0;
}
main #j-topic-wrap .news-meta {
  width: 100%;
  padding: 0.5rem;
  line-height: 1.2;
  height: 5rem;
}
main #j-topic-wrap .news-meta p {
  display: inline;
  color: #000;
  font-size: 1.4rem;
}
main #j-topic-wrap .news-meta p.date {
  margin-right: 1em;
}
main #j-topic-wrap .button-lined {
  margin: 2rem 0;
}
main #j-topic-wrap .swiper-button-next,
main #j-topic-wrap .swiper-button-prev {
  width: 6rem;
  height: 6rem;
  top: calc(50% - 2rem);
}
main #j-topic-wrap .swiper-button-next:after,
main #j-topic-wrap .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("/assets/img/common/button_next.svg") no-repeat center;
  background-size: contain;
}
main #j-topic-wrap .swiper-button-prev:after,
main #j-topic-wrap .swiper-rtl .swiper-button-next:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("/assets/img/common/button_prev.svg") no-repeat center;
  background-size: contain;
}
main #h-topic-wrap section > article {
  position: relative;
}
main #h-topic-wrap section > article h3 {
  background: #036EB8;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  position: absolute;
  top: 0;
  left: 11.5384615385%;
  z-index: 10;
}
main #h-topic-wrap .swiper-slide p.thumbnail {
  background: #000;
}
main #h-topic-wrap .swiper-slide p.thumbnail img {
  opacity: 0.5;
}
main #h-topic-wrap .swiper-slide .news-meta {
  background: #209BCD;
}
main #h-topic-wrap .swiper-slide.swiper-slide-active p.thumbnail img {
  opacity: 1;
}
main #h-topic-wrap .swiper-slide.swiper-slide-active .news-meta {
  background: rgba(46, 167, 224, 0.11);
}
main #h-topic-wrap p.thumbnail {
  width: 100%;
  aspect-ratio: 16/8;
  overflow: hidden;
  margin: 0;
}
main #h-topic-wrap .news-meta {
  width: 100%;
  padding: 0.5rem;
  line-height: 1.2;
  height: 5rem;
}
main #h-topic-wrap .news-meta p {
  display: inline;
  color: #000;
  font-size: 1.4rem;
}
main #h-topic-wrap .news-meta p.date {
  margin-right: 1em;
}
main #h-topic-wrap .button-lined {
  margin: 2rem 0;
}
main #h-topic-wrap .swiper-button-next,
main #h-topic-wrap .swiper-button-prev {
  width: 6rem;
  height: 6rem;
  top: calc(50% - 2rem);
}
main #h-topic-wrap .swiper-button-next:after,
main #h-topic-wrap .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("/assets/img/common/button_next.svg") no-repeat center;
  background-size: contain;
}
main #h-topic-wrap .swiper-button-prev:after,
main #h-topic-wrap .swiper-rtl .swiper-button-next:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("/assets/img/common/button_prev.svg") no-repeat center;
  background-size: contain;
}
main #contents.narrow .row {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}
main #contents p {
  margin-bottom: 4rem;
}
main #contents p a {
  display: block;
}
main #philosophy h2 {
  color: #333;
  display: block;
  position: relative;
  padding-bottom: 5rem;
}
main #philosophy h2::after {
  content: none;
}
main #philosophy h2 img.bg {
  margin-bottom: -4em;
}
main #philosophy h2 img.copy {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
main #external-link ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main #external-link ul li {
  width: auto;
  height: 8rem;
  margin: 0 0.5rem;
}
main #external-link ul li img {
  width: auto;
  height: 100%;
}

.sub main #main-visual > p {
  max-width: 111rem;
  margin: 0 auto;
}

footer {
  background: #209BCD;
  margin-top: 8rem;
  padding-top: 1px;
}
footer #footer_nav {
  color: #fff;
  padding: 2rem;
  font-size: 1.4rem;
}
footer #footer_nav h2 {
  width: 36rem;
  margin-bottom: 3rem;
}
footer #footer_nav h2::after {
  content: none;
}
footer #footer_nav h2 img {
  width: 100%;
}
footer #footer_nav h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
footer #footer_nav h4 {
  font-size: 1.4rem;
  cursor: default;
}
footer #footer_nav a {
  color: #fff;
}
footer #footer_nav ul {
  list-style: none;
  padding: 0;
}
footer #school-info {
  background: #1B2D54;
  color: #fff;
  padding: 2rem;
  font-size: 1.4rem;
}
footer #school-info h2 {
  width: 36rem;
}
footer #school-info h2::after {
  content: none;
}
footer #school-info h2 img {
  width: 100%;
}
footer #school-info .copyright {
  text-align: center;
  font-size: 1.2rem;
}

.junior footer {
  background: #ED7BA0;
}
.junior footer #school-info {
  background: #A40B5E;
}

.high footer {
  background: #209BCD;
}
.high footer #school-info {
  background: #036EB8;
}

@media screen and (max-width: 767px) {
  :root {
    font-size: 2.4vw;
  }
  .cms-frame {
    width: 100%;
    height: 19.5rem;
    overflow: hidden;
    margin-bottom: -2rem;
  }
  .junior .cms-frame,
  .high .cms-frame {
    height: 19.5rem;
  }
  header {
    background: #1B2D54;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100vw;
    height: 8rem;
  }
  header.junior, header.high {
    position: fixed;
    height: 6rem;
  }
  header h1 {
    width: 65%;
  }
  header nav {
    display: block;
    z-index: 10000;
    position: fixed;
    width: 100vw;
    top: 6rem;
    left: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 0;
    padding-bottom: 0;
  }
  header nav ul#g_nav1 {
    display: block;
  }
  header nav ul#g_nav1 li a:hover,
  header nav ul#g_nav1 li a.on {
    background: #1B2D54;
    color: #fff;
  }
  header nav ul#g_nav1 li .subMenu {
    background: #1B2D54;
    position: static;
  }
  header nav ul#g_nav1 li .subMenu li {
    padding-left: 1em;
  }
  header nav ul#g_nav1 li .subMenu li a {
    color: #fff;
  }
  header nav ul#g_nav2 {
    position: static;
    display: block;
  }
  header nav ul#g_nav2 li {
    margin: 0;
  }
  header nav ul#g_nav2 li a {
    width: 100%;
    height: auto;
    text-indent: 0;
    white-space: normal;
    background: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1em 0.5em;
    display: block;
    line-height: 1;
  }
  header nav #___gcse_0 {
    width: 100% !important;
  }
  header nav #___gcse_0 input {
    font-size: 1.6rem;
    height: 2rem;
  }
  header #menu-btn-check:checked ~ nav {
    height: calc(100vh - 6.6rem);
  }
  header .menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    width: 5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background: #1B2D54;
  }
  header.junior .menu-btn {
    background: #A40B5E;
  }
  header.high .menu-btn {
    background: #036EB8;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .menu-btn span:before {
    bottom: 8px;
  }
  header .menu-btn span:after {
    top: 8px;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header.junior nav ul#g_nav1 li .subMenu {
    background: #A40B5E;
  }
  header.junior nav ul#g_nav1 li a:hover,
  header.junior nav ul#g_nav1 li a.on {
    background: #A40B5E;
  }
  header.high nav ul#g_nav1 li .subMenu {
    background: #036EB8;
  }
  header.high nav ul#g_nav1 li a:hover,
  header.high nav ul#g_nav1 li a.on {
    background: #036EB8;
  }
  .sub header {
    position: fixed;
    height: 6rem;
  }
  .sub header h1 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .sub #page-body h2,
  .sub #page-header h2 {
    font-size: 3rem;
    display: block;
  }
  .sub #page-body h2 small,
  .sub #page-header h2 small {
    display: block;
    margin: 0.5em 0 !important;
  }
  .sub #page-body h2,
  .sub #page-body h3,
  .sub #page-body h4 {
    margin-bottom: 1.5rem;
  }
  .sub #page-body h3 {
    font-size: 1.8rem;
  }
  .sub #page-body p {
    margin-bottom: 2.4rem;
  }
  .sub #page-body .gray-box {
    border: 2px solid #9FA0A0;
    padding: 2rem;
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  .sub #page-body .gray-box h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 1rem;
    background: #fff;
    margin-top: -4.5rem;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 900;
    color: #9FA0A0;
  }
  .sub #page-body .gray-box h4 {
    font-size: 2.4rem;
    font-weight: 900;
    color: #1B2D54;
    margin-bottom: 2rem;
  }
  main {
    padding-top: 6rem;
  }
  main #main-visual {
    background: #fff;
  }
  main #main-visual .container {
    padding: 0;
    height: auto;
    position: static;
  }
  main #main-visual #alert {
    position: static;
    width: 100%;
  }
  main #main-visual .button-movie-list {
    font-size: 1.2rem;
    width: 8rem;
    height: 8rem;
    bottom: 4rem;
  }
  main #main-banner .swiper-button-next:after,
  main #main-banner .swiper-rtl .swiper-button-prev:after {
    content: none;
    display: block;
    width: 2rem;
    height: 2rem;
    background: url("/assets/img/common/button_next.svg") no-repeat center;
    background-size: contain;
  }
  main #main-banner .swiper-button-prev:after,
  main #main-banner .swiper-rtl .swiper-button-next:after {
    content: none;
    display: block;
    width: 2rem;
    height: 2rem;
    background: url("/assets/img/common/button_prev.svg") no-repeat center;
    background-size: contain;
  }
  main #school-link li {
    margin-bottom: 1rem;
  }
  main main #topic-wrap section > article h3 {
    left: 14%;
  }
  main #contents.narrow .row {
    width: auto;
  }
  main #philosophy h2 {
    font-size: 1.4rem;
  }
  main #philosophy h2 img.bg {
    margin-bottom: -2rem;
  }
  main #external-link ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  main #external-link ul li {
    width: 46%;
    margin: 0.5rem 1%;
    height: auto;
  }
  main #external-link ul li a {
    height: auto;
  }
  footer #footer_nav h2 {
    width: 75%;
  }
  footer #footer_nav h3 {
    font-size: 2rem;
  }
  footer #footer_nav h4 {
    font-size: 2rem;
  }
  footer #footer_nav ul {
    padding-left: 2em;
    font-size: 2rem;
  }
  .for_pc {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  :root {
    font-size: 10px;
	}
}


@media screen and (max-width: 1199px) {
  :root {
    font-size: 10px;
	}
	  .cms-frame {
    width: 100%;
    height: 19.5rem;
    overflow: hidden;
    margin-bottom: -2rem;
  }
  .junior .cms-frame,
  .high .cms-frame {
    height: 19.5rem;
  }
}


@media screen and (min-width: 768px) {
  .for_sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */