@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  margin: 0;
}

body {
  color: #2c2c2c;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
}

a:hover, a:focus {
  text-decoration: none;
}

.block-event-page--header-freespace {
  width: 100vw;
  position: relative;
  left: calc((100vw - 1200px) / -2);
}
@media screen and (max-width: 1200px) {
  .block-event-page--header-freespace {
    left: 0;
    width: 1200px;
  }
}
@media screen and (max-width: 640px) {
  .block-event-page--header-freespace {
    width: 100%;
  }
}

.m-wrapper {
  max-width: 1000px;
  margin-inline: auto;
  width: 90%;
}

.m-wrapper-wide {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}

.block-recent-item {
  width: auto;
  margin: 0 auto;
}

.block-event-page {
  margin-top: 0;
}

.m-pc-hidden {
  display: none;
}

@media screen and (max-width: 640px) {
  .m-pc-hidden {
    display: inline-block;
  }
}
.m-sp-hidden {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .m-sp-hidden {
    display: none;
  }
}
#gakuran-2024 .mv {
  overflow: hidden;
  background: url(/img/switch/event/r10t14/mv-bg__pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .mv {
    background-image: url(/img/switch/event/r10t14/mv-bg__sp.jpg);
  }
}
#gakuran-2024 .mv-inner {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  padding-left: 7%;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .mv-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
}
#gakuran-2024 .mv-txtbox {
  width: 63%;
  margin-top: 95px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .mv-txtbox {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
}
#gakuran-2024 .mv-txtbox-logo {
  width: 33.5%;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .mv-txtbox-logo {
    margin-inline: auto;
  }
}
#gakuran-2024 .mv-txtbox-ttl {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .mv-txtbox-ttl {
    margin-top: 20px;
  }
}
#gakuran-2024 .mv-txtbox-txt {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .mv-txtbox-txt {
    font-size: 12px;
    line-height: 2;
  }
}
#gakuran-2024 .mv-img {
  width: 44%;
  margin-left: -7%;
  margin-top: -35px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .mv-img {
    width: 60%;
    margin: 10px auto -40px;
  }
}
#gakuran-2024 .point {
  padding: 50px 0 90px;
  background: #ebf4f9;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point {
    padding: 25px 0 35px;
  }
}
#gakuran-2024 .point-ttl {
  margin-bottom: 65px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-ttl {
    margin-bottom: 30px;
  }
}
#gakuran-2024 .point-ttl-wrap {
  position: relative;
  display: inline;
  padding-inline: 40px;
  font-size: 29px;
  color: #0f218b;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-ttl-wrap {
    display: inline-block;
    width: 80%;
    padding-inline: 35px;
    font-size: 15px;
  }
}
#gakuran-2024 .point-ttl-wrap::before, #gakuran-2024 .point-ttl-wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  background: url(/img/switch/event/r10t14/point-ttl-deco.png) center/contain no-repeat;
  aspect-ratio: 38/122;
}
#gakuran-2024 .point-ttl-wrap::after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
#gakuran-2024 .point-ttl-wrap img {
  width: 30%;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-ttl-wrap img {
    width: 100%;
    margin: 7px 0 0;
  }
}
#gakuran-2024 .point-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 97%;
  padding-bottom: 25px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-list__item {
    width: 100%;
    padding: 0;
  }
}
#gakuran-2024 .point-list__item:nth-child(n+2) {
  margin-top: 55px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-list__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
#gakuran-2024 .point-list__item .point-txtbox {
  width: 60%;
  margin-right: 3%;
  padding: 50px 0 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-list__item .point-txtbox {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#gakuran-2024 .point-list__item .point-txtbox-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  color: #0f218b;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-list__item .point-txtbox-ttl {
    padding: 0;
    margin-bottom: 15px;
  }
}
#gakuran-2024 .point-list__item .point-txtbox-ttl__num {
  margin-right: 15px;
  padding-right: 15px;
  font-size: 68px;
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  border-right: solid 1px #0f218b;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-list__item .point-txtbox-ttl__num {
    font-size: 52px;
  }
}
#gakuran-2024 .point-list__item .point-txtbox-ttl__jp {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-list__item .point-txtbox-ttl__jp {
    font-size: 18px;
  }
}
#gakuran-2024 .point-list__item .point-txtbox-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-list__item .point-txtbox-txt {
    font-size: 14px;
  }
}
#gakuran-2024 .point-list__item .point-img {
  width: 40%;
  margin-top: -25px;
  margin-right: -3%;
  -webkit-box-shadow: 10px 10px 8px 1px rgba(85, 93, 125, 0.4);
          box-shadow: 10px 10px 8px 1px rgba(85, 93, 125, 0.4);
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .point-list__item .point-img {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#gakuran-2024 .faq {
  padding: 20px 0 100px;
  background: #a6b7d7;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq {
    padding-bottom: 45px;
  }
}
#gakuran-2024 .faq-ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-ttl {
    margin-bottom: 15px;
  }
}
#gakuran-2024 .faq-list {
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list {
    padding: 0;
    background: transparent;
  }
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item {
    padding: 15px 15px 20px 15px;
    background: #fff;
  }
}
#gakuran-2024 .faq-list__item:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
#gakuran-2024 .faq-list__item .faq-question {
  position: relative;
  margin-bottom: 20px;
  padding: 13px 15px 13px 3em;
  font-size: 20px;
  font-weight: 500;
  background: #0f218b;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-question {
    margin-bottom: 15px;
    padding: 10px 10px 10px 2.5em;
    font-size: 13px;
  }
}
#gakuran-2024 .faq-list__item .faq-question::before {
  position: absolute;
  content: "Q.";
  left: 1.5em;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-question::before {
    left: 1em;
  }
}
#gakuran-2024 .faq-list__item .faq-answer {
  position: relative;
  margin-bottom: 40px;
  padding-left: 3em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-answer {
    margin-bottom: 0;
    padding-left: 2.5em;
    font-size: 13px;
  }
}
#gakuran-2024 .faq-list__item .faq-answer::before {
  position: absolute;
  content: "A.";
  left: 1.5em;
  font-weight: 700;
  color: #0f218b;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-answer::before {
    left: 1em;
  }
}
#gakuran-2024 .faq-list__item .faq-answer-inner {
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-answer-inner {
    width: 100%;
    margin-top: 15px;
  }
}
#gakuran-2024 .faq-list__item .faq-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gakuran-2024 .faq-list__item .faq-col2__item {
  width: 47%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-col2__item {
    width: 100% !important;
    margin-top: 15px;
  }
}
#gakuran-2024 .faq-list__item .faq-col2__item.--width40 {
  width: 40%;
}
#gakuran-2024 .faq-list__item .faq-col2__item.--width45 {
  width: 45%;
}
#gakuran-2024 .faq-list__item .faq-col2__item.--width50 {
  width: 50%;
}
#gakuran-2024 .faq-list__item .faq-col2__item__ttl {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  color: #0f218b;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-col2__item__ttl {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
#gakuran-2024 .faq-list__item .faq-col2__item__subttl {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #0f218b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-col2__item__subttl {
    font-size: 13px;
  }
}
#gakuran-2024 .faq-list__item .faq-col2__item__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-col2__item__txt {
    font-size: 13px;
    line-height: 1.7;
  }
}
#gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl {
    border-spacing: 3px;
  }
}
#gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl__row:nth-child(2n-1) td {
  background: #ebf4f9;
}
#gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl__row th, #gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl__row td {
  padding: 5px 3px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl__row th, #gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl__row td {
    font-size: 14px;
  }
}
#gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl__row th {
  background: #a6b7d7;
  color: #fff;
  font-weight: 700;
}
#gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl2 {
    border-spacing: 3px;
  }
}
#gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl2__row th, #gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl2__row td {
  padding: 5px 3px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl2__row th, #gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl2__row td {
    font-size: 14px;
  }
}
#gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl2__row th {
  background: #a6b7d7;
  color: #fff;
  font-weight: 700;
}
#gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl2__row td {
  background: #ebf4f9;
}
#gakuran-2024 .faq-list__item .faq-col2__item .faq-tbl2__row td.cell-yellow {
  background: #ffc73a;
  color: #0f218b;
  font-weight: 700;
}
#gakuran-2024 .faq-list__item .faq-col2__item .faq-small-txt {
  margin-top: 15px;
  margin-left: 15px;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-col2__item .faq-small-txt {
    font-size: 9px;
  }
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-col2.sp-col2 .faq-col2__item {
    width: 47% !important;
    margin-top: 0;
  }
}
#gakuran-2024 .faq-list__item .ab-hikaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}
#gakuran-2024 .faq-list__item .ab-hikaku__item {
  width: calc((100% - 5px) / 2);
}
#gakuran-2024 .faq-list__item .ab-hikaku__item__ttl {
  margin-bottom: 5px;
  padding: 10px;
  background: #a6b7d7;
  color: #fbf8f5;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .ab-hikaku__item__ttl {
    padding: 6px;
    font-size: 14px;
  }
}
#gakuran-2024 .faq-list__item .ab-hikaku__item__ttl span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#gakuran-2024 .faq-list__item .ab-hikaku__item__ttl span img {
  height: 50px;
  margin-top: -23px;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .ab-hikaku__item__ttl span img {
    height: 33px;
    margin-top: -13px;
  }
}
#gakuran-2024 .faq-list__item .ab-hikaku__item__txtbox {
  padding: 10px 20px 20px 20px;
  background: #ebf4f9;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .ab-hikaku__item__txtbox {
    padding: 15px 10px;
  }
}
#gakuran-2024 .faq-list__item .ab-hikaku__item__txtbox__img {
  width: 76%;
  height: 150px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .ab-hikaku__item__txtbox__img {
    height: 100px;
  }
}
#gakuran-2024 .faq-list__item .ab-hikaku__item__txtbox__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#gakuran-2024 .faq-list__item .ab-hikaku__item__txtbox__ttl {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .ab-hikaku__item__txtbox__ttl {
    font-size: 12px;
  }
}
#gakuran-2024 .faq-list__item .ab-hikaku__item__txtbox__ttl span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #0f218b;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .ab-hikaku__item__txtbox__ttl span {
    font-size: 18px;
  }
}
#gakuran-2024 .faq-list__item .faq-movie {
  margin-bottom: 25px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 640px) {
  #gakuran-2024 .faq-list__item .faq-movie {
    margin-bottom: 15px;
  }
}
#gakuran-2024 .faq-list__item .faq-movie iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=s-event-r10t14.css.map */