@charset "UTF-8";
.first-visit {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.first-visit.loaded {
  overflow: auto;
  opacity: 1;
}

.fv {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 300px;
}
.fv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .fv__ttl {
    padding: 0 18px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  .fv__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .fv__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .fv__ttl-logo {
    max-width: 430px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .fv__ttl-logo {
    margin-top: 5px;
    width: 380px;
    height: auto;
  }
}
.fv__ttl-logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1201px) and (max-width: 2000px) {
  .fv__ttl-logo {
    margin-top: 5px;
    max-width: 600px;
    width: 100%;
    height: auto;
  }
}
.fv__ttl-logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 2001px) {
  .fv__ttl-logo {
    margin-top: 5px;
    max-width: 900px;
    width: 100%;
    height: auto;
  }
}
.fv__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fv__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__info {
    margin-top: 25px;
    max-width: 430px;
    width: 100%;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fv__info-logo {
  max-width: 125px;
  width: 100%;
  height: auto;
}
.fv__info-logo img {
  width: 100%;
  height: auto;
}
.fv__info-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
.fv .grid__wrapper {
  position: relative;
  z-index: ０;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px 15px;
  padding: 40px 45px;
  height: auto;
  margin: 0 auto;
}
.fv .grid__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.fv .grid__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.fv .grid__wrapper > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.fv .grid__wrapper > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.fv .grid__wrapper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
  background-image: url("../../img/top/img_top_bg03.png");
  max-width: 245px;
  width: 100%;
  height: auto;
  aspect-ratio: 245/480;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: -200px;
  left: 0;
}
@media screen and (min-width: 1100px) and (max-width: 1400px) {
  .fv .grid__wrapper::after {
    background-image: url("../../img/top/img_top_bg03.png");
    left: 0;
    max-width: 17.9355783309vw;
    width: 100%;
    height: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .fv .grid__wrapper::after {
    width: 17.9355783309vw;
  }
}
@media screen and (max-width: 1023px) {
  .fv .grid__wrapper::after {
    background-image: url("../../img/top/img_top_bg03_sp.png");
    right: 0;
    left: auto;
    max-width: 160px;
    width: 100%;
    height: auto;
    z-index: 1;
  }
}
.fv .grid__wrapper .grid__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv .grid__wrapper .grid__item-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.fv .grid__wrapper .grid__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.fv .grid__wrapper .grid__item-flex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv .grid__wrapper .grid__item-4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.fv .grid__wrapper .grid__item-5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  place-items: center;
}
.fv .grid__wrapper .grid__item-5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv .grid__wrapper .grid__item-fv {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 16px 16px;
  place-items: center;
}
.fv .grid__wrapper .grid__item-fv img {
  max-width: 100%;
  height: auto;
}
.fv .grid__wrapper .grid__item-6-7 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.fv .grid__wrapper .grid__item-8 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.fv .grid__wrapper .grid__item-9 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  grid-row: 3/3;
}
.fv .grid__wrapper .grid__item-10 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  grid-row: 3/3;
  place-items: center;
}
.fv .grid__wrapper .grid__item-10 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv .grid__wrapper .grid__item-11 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 3;
  grid-row: 3/3;
}
@media screen and (max-width: 1023px) {
  .fv .grid__wrapper {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px 10px;
    padding: 40px 14px;
    height: auto;
    position: relative;
  }
  .fv .grid__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fv .grid__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .fv .grid__wrapper .grid__item {
    place-content: center;
  }
  .fv .grid__wrapper .grid__item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .fv .grid__wrapper .grid__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .fv .grid__wrapper .grid__item-flex img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .fv .grid__wrapper .grid__item-4, .fv .grid__wrapper .grid__item-5, .fv .grid__wrapper .grid__item-6-7 {
    display: none;
  }
  .fv .grid__wrapper .grid__item-fv {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fv .grid__wrapper .grid__item-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .fv .grid__wrapper .grid__item-9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .fv .grid__wrapper .grid__item-10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .fv .grid__wrapper .grid__item-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.fv::before, .fv::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.fv::before {
  background-image: url("../../img/top/img_top_bg01.png");
  max-width: 1200px;
  width: 100%;
  height: auto;
  aspect-ratio: 600/450;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1023px) {
  .fv::before {
    width: 43.9238653001vw;
  }
}
.fv::after {
  background-image: url("../../img/top/img_top_bg02.png");
  max-width: 1000px;
  width: 100%;
  height: auto;
  aspect-ratio: 776/450;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .fv::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .fv::after {
    width: 56.8081991215vw;
  }
}
.fv .fv__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.fv .fv__deco01, .fv .fv__deco02, .fv .fv__deco03, .fv .fv__deco04, .fv .fv__deco05, .fv .fv__deco06 {
  position: absolute;
  z-index: 2;
}
.fv .fv__deco01 {
  top: 14.6412884334vw;
  left: 68.0819912152vw;
  width: 175px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fv .fv__deco01 {
    top: 32vw;
    left: 37.6vw;
    width: 18.6666666667vw;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__deco01 {
    width: 12.8111273792vw;
  }
}
.fv .fv__deco02 {
  top: 49.0483162518vw;
  left: 47.803806735vw;
  width: 130px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fv .fv__deco02 {
    top: 114.6666666667vw;
    left: -24vw;
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__deco02 {
    width: 9.5168374817vw;
  }
}
.fv .fv__deco03 {
  position: absolute;
  top: 2.9282576867vw;
  left: 23.7920937042vw;
  width: 85px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fv .fv__deco03 {
    top: 56vw;
    left: 0;
    width: 21.3333333333vw;
    height: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__deco03 {
    width: 6.2225475842vw;
  }
}
.fv .fv__deco04 {
  top: 27.8184480234vw;
  left: 20.4978038067vw;
  width: 165px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .fv .fv__deco04 {
    top: 114.6666666667vw;
    right: -10.9333333333vw;
    left: auto;
    width: 33.8666666667vw;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .fv .fv__deco04 {
    top: 98.6666666667vw;
    right: 13.3333333333vw;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__deco04 {
    width: 12.0790629575vw;
  }
}
.fv .fv__deco05 {
  top: 39.897510981vw;
  right: -13.17715959vw;
  width: 457px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fv .fv__deco05 {
    top: 53.3333333333vw;
    right: -26.6666666667vw;
    width: 53.3333333333vw;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__deco05 {
    width: 33.4553440703vw;
  }
}
.fv .fv__deco06 {
  top: 186.6666666667vw;
  left: -18.6666666667vw;
  width: 145px;
  height: auto;
}

.img-pc {
  display: block;
}

.img-sp {
  display: none;
}

/* SP表示（768px以下）の場合 */
@media screen and (max-width: 1023px) {
  .img-pc {
    display: none; /* SP表示時はPC用画像を非表示 */
  }
  .img-sp {
    display: block; /* SP表示時はSP用画像を表示 */
    width: 100%;
    height: auto;
  }
}
.about {
  position: relative;
  z-index: 2;
}
.about span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: -220px;
  }
}
@media screen and (min-width: 769px) {
  .about {
    margin-top: -280px;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .about__inner {
    display: block;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1100px) {
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 95px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 100px 70px;
  }
}
@media screen and (max-width: 768px) {
  .about__img {
    aspect-ratio: 74/83;
    max-width: 400px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .about__img {
    aspect-ratio: 33/34;
    max-width: 594px;
  }
}
@media screen and (min-width: 1100px) {
  .about__img {
    aspect-ratio: 33/34;
    max-width: 594px;
  }
}
.about__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about__content {
    padding: 0 20px 70px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .about__content {
    padding: 70px 50px 70px 50px;
  }
}
@media screen and (min-width: 1100px) {
  .about__content {
    max-width: 530px;
  }
}
.about__heading {
  color: #2066b7;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .about__heading {
    margin-top: 25px;
    font-size: 26px;
  }
}
.about__ttl {
  display: block;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about__ttl {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .about__ttl {
    font-size: 22px;
    margin-top: 20px;
  }
}
.about__txt {
  display: block;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .about__txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .about__txt {
    margin-top: 30px;
  }
}
.about__txt > * + * {
  margin-top: 1em;
}

.news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 120px;
  margin: 100px auto 0;
  max-width: 1300px;
  padding-left: 30px;
}
@media screen and (max-width: 1100px) {
  .news__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 100px 0 auto;
    gap: 70px;
    padding: 0;
  }
}
.news__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .news__info {
    margin: 0 auto;
  }
}
.news__bg {
  padding: 100px 0;
  background-color: #f5faff;
}
@media screen and (max-width: 1100px) {
  .news__bg {
    padding: 80px 0;
  }
}
.news__ttl {
  font-size: 26px;
  font-weight: 200;
  padding-bottom: 47px;
}
.news__subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 100;
}
.news__subtitle::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0;
  width: 100%;
  max-width: 168px;
  height: 12px;
  background-color: #ffd200;
  z-index: -1;
}
.news__img {
  max-width: 860px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .news__img {
    max-width: 1100px;
    width: 100%;
  }
}
.news__btn {
  padding-top: 47px;
}
.news__other {
  text-align: center;
  line-height: 1;
  margin: 73px 0 0;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  .news__other {
    margin: 66px 20px 0;
    padding: 0;
  }
}
.news__bg-white {
  background-color: #fff;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  border-bottom: 2px solid #2066b7;
}
.news__other-ttl {
  color: #2066b7;
  font-size: 24px;
  font-weight: 200;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #f5faff), color-stop(56%, transparent));
  background: linear-gradient(to bottom, #f5faff 56%, transparent 56%);
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 769px) {
  .news__other-ttl {
    font-size: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f5faff), color-stop(60%, transparent));
    background: linear-gradient(to bottom, #f5faff 60%, transparent 60%);
  }
}
.news__other-ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2066b7;
  display: inline-block;
}
.news__other-ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2066b7;
  display: inline-block;
}
.news__other-txt {
  font-size: 20px;
  font-weight: 100;
  line-height: 2;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 769px) {
  .news__other-txt {
    font-size: 15px;
  }
}

.table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.table span {
  background-color: #2066b7;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  border: #2066b7;
  display: inline-block;
  border-radius: 100vh;
  width: 288px;
  height: 34px;
}
@media (max-width: 768px) {
  .table span {
    max-width: 288px;
  }
}
.table .align-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
}
.table .space__bottom {
  padding-bottom: 37px;
}

td {
  font-size: 16px;
}
@media (max-width: 768px) {
  td {
    vertical-align: top;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  td {
    padding-top: 20px;
  }
}
td span.is-ja a {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .event {
    margin-top: 100px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) {
  .event {
    margin-top: 120px;
  }
}
.event__bg {
  background-color: #f5faff;
}
@media screen and (max-width: 768px) {
  .event__bg {
    padding: 75px 0 86px;
  }
}
@media screen and (min-width: 769px) {
  .event__bg {
    padding: 125px 0;
  }
}
.event__card {
  max-width: 1600px;
}
@media screen and (max-width: 768px) {
  .event__card {
    display: block;
    margin-top: 65px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__card {
    display: block;
    margin-top: 65px;
  }
}
@media screen and (min-width: 1100px) {
  .event__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 80px auto 0;
    gap: 75px;
  }
}
@media screen and (max-width: 768px) {
  .event__card:not(:first-of-type) {
    margin-top: 90px;
  }
}
@media screen and (min-width: 769px) {
  .event__card:not(:first-of-type) {
    margin-top: 150px;
  }
}
.event__card.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.event__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .event__img {
    aspect-ratio: 125/79;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__img {
    aspect-ratio: 433/274;
  }
}
@media screen and (min-width: 1100px) {
  .event__img {
    aspect-ratio: 433/274;
    max-width: 866px;
  }
}
.event__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .event__info {
    padding: 0 25px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__info {
    max-width: 320px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .event__info {
    max-width: 320px;
  }
}
.event__info span {
  color: #2066b7;
  display: inline-block;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .event__info span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .event__info span {
    font-size: 18px;
  }
}
.event__num {
  font-size: 25px;
  color: #2066b7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event__num {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__num {
    text-align: center;
  }
}
.event__num::before {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 28px;
  height: 1px;
  background: #2066b7;
}
@media screen and (max-width: 768px) {
  .event__num::before {
    left: calc(50% - 14px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__num::before {
    left: calc(50% - 14px);
  }
}
@media screen and (min-width: 1100px) {
  .event__num::before {
    left: 0;
  }
}
.event__ttl {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .event__ttl {
    margin-top: 35px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__ttl {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .event__ttl {
    margin-top: 60px;
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .event__ttl span {
    display: inline-block;
    margin-left: -2px;
  }
}
.event__txt {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .event__txt {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .event__txt {
    margin-top: 40px;
  }
}
.event__txt > * + * {
  margin-top: 1rem;
}
.event__txt .is-red {
  color: #D90F0F;
}
@media screen and (max-width: 768px) {
  .event__btn {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .event__btn {
    margin-top: 60px;
  }
}

.campaign {
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .campaign {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .campaign {
    margin-top: 100px;
    padding-top: 25px;
  }
}
.campaign__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .campaign__inner {
    width: 95%;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__top {
    margin-top: 44px;
    position: relative;
    display: block;
    padding: 0 25px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__top {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.campaign__top span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .campaign__top span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__top span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__imgWrapper {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__imgWrapper {
    max-width: 610px;
  }
}
.campaign__imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.campaign__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.campaign__body span {
  margin-top: 30px;
  color: #2066b7;
}
@media screen and (max-width: 1099px) {
  .campaign__ico {
    position: absolute;
    top: -105px;
    left: calc(50% - 82.5px);
    width: 141px;
    height: 95px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1100px) {
  .campaign__ico {
    margin-top: -50px;
    width: 181px;
    height: 122px;
  }
}
.campaign__ttl {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1099px) {
  .campaign__ttl {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__ttl {
    font-size: 28px;
  }
}
.campaign__ttl .small {
  font-size: 16px;
}
.campaign__txt {
  font-size: 15px;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .campaign__txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .campaign__txt {
    max-width: 700px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__txt {
    max-width: 539px;
    margin: 80px 0 0;
  }
}
.campaign__txt > * + * {
  margin-top: 1.8em;
}
.campaign__bnr {
  margin-top: 30px;
}
.campaign__bnr img {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .campaign__content {
    display: block;
    padding: 0 25px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 90px;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__content:first-of-type {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__content:first-of-type {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__content-rb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__info {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__info {
    max-width: 452px;
  }
}
.campaign__infoTtl {
  font-size: 16px;
  background-color: #2066b7;
  color: #fff;
  padding: 4px 30px;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.campaign__infoTxt {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .campaign__infoTxt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__infoTxt {
    margin-top: 20px;
  }
}
.campaign__infoList {
  counter-reset: item;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .campaign__infoList {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__infoList {
    margin-top: 20px;
  }
}
.campaign__infoList li {
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.campaign__infoList li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 5px;
}
.campaign__infoList li + li {
  margin-top: 10px;
}
.campaign__infoList a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.campaign__infoList a:hover {
  text-decoration: none;
}
.campaign__caution {
  margin-top: 10px;
}
.campaign__caution li {
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.campaign__caution li + li {
  margin-top: 3px;
}
.campaign__caution li:before {
  content: "※";
  margin-right: 5px;
}
.campaign__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .campaign__btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__btn {
    margin-top: 30px;
    padding-right: 70px;
  }
}

.special__bg {
  background-color: #2066b7;
}
@media screen and (max-width: 768px) {
  .special__bg {
    padding: 75px 0 86px;
  }
}
@media screen and (min-width: 769px) {
  .special__bg {
    padding: 125px 0;
  }
}
@media screen and (min-width: 769px) {
  .special__inner {
    padding: 0 calc((100% - 800px) / 2);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .special__top {
    padding: 0 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .special__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .special__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
  }
}
.special__ttl {
  color: #fff;
}
.special__ttlMain {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .special__ttlMain {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  .special__ttlMain {
    font-size: 30px;
  }
}
.special__ttlSub {
  display: block;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .special__ttlSub {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .special__ttlSub {
    font-size: 14px;
  }
}
.special__info {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .special__info {
    margin-top: 40px;
  }
}
.special__infoTtl {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .special__infoTxt {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .special__infoTxt {
    font-size: 13px;
    margin-top: 10px;
  }
}
.special__info span {
  color: #ffe100;
  display: inline-block;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .special__info span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .special__info span {
    font-size: 18px;
  }
}
.special__wrapper {
  width: 100%;
  overflow-x: auto;
}
.special__list {
  display: -ms-grid;
  display: grid;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .special__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 25px 0;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .special__list {
    margin-top: 60px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .special__list {
    margin-top: 60px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.special__listItem {
  aspect-ratio: 380/325;
  position: relative;
  display: block;
  max-width: 380px;
  width: 100%;
  overflow: hidden;
}
.special__listItem::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.special__listItem .card {
  aspect-ratio: 380/325;
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  cursor: default;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.special__listItem .card:hover {
  opacity: 0.6;
}
.special__listItem a:hover {
  cursor: pointer;
}

.bnr-area {
  padding: 35px 20px 0;
}
.bnr-area__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.bnr-area__body {
  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;
}
.bnr-area img {
  display: block;
}
.bnr-area a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.bnr-area a:hover {
  opacity: 0.7;
}