.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.fv .cta-area {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .fv .cta-area {
    padding-block: 44px;
  }
}

.cta-area {
  background: #11305b;
  padding-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.cta-area--first,
.cta-area--third,
.cta-area--fourth {
  padding-top: 26px;
}

.cta__button-S,
.cta__button-K {
  display: block;
  text-align: center;
  -webkit-animation: floatingButton 2.2s ease-in-out infinite;
  animation: floatingButton 2.2s ease-in-out infinite;
}
.cta__button-S img,
.cta__button-K img {
  width: 320px;
}
@media screen and (min-width: 768px) {
  .cta__button-S img,
  .cta__button-K img {
    width: 660px;
  }
}

@-webkit-keyframes floatingButton {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes floatingButton {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.cta__wrap {
  position: relative;
}

.cta__wrap-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 320px;
}
@media screen and (min-width: 768px) {
  .cta__wrap-image {
    width: 100%;
  }
}
.cta__wrap-image a {
  -webkit-animation: floatingButton 2.2s ease-in-out infinite;
  animation: floatingButton 2.2s ease-in-out infinite;
}

.swiper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .swiper {
    max-width: 1000px;
    height: 950px;
  }
}

.swiper-wrapper {
  padding-block: 40px;
}

.swiper-slide {
  text-align: center;
  font-size: 20px;
}

.swiper-body {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 510px;
}
@media screen and (min-width: 768px) {
  .swiper-body {
    display: block;
    height: 810px;
  }
}

.swiper-body {
  display: grid;
  place-content: center;
}
.swiper-body img {
  width: 280px;
}
@media screen and (min-width: 768px) {
  .swiper-body img {
    width: 485px;
  }
}

.gallery__prev::after,
.gallery__next::after {
  display: none;
}

.gallery__prev,
.gallery__next {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #eee;
}
@media screen and (min-width: 768px) {
  .gallery__prev,
  .gallery__next {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-next {
    right: 13%;
  }
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-prev {
    left: 13%;
  }
}

.arrow {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .arrow {
    width: 40px;
    height: 40px;
  }
}

.gallery__prev .arrow {
  position: absolute;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .gallery__prev .arrow {
    left: 18px;
  }
}

.gallery__next .arrow {
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .gallery__next .arrow {
    right: 18px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 40px;
  }
}

.swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px !important;
  width: 54px;
  height: 5px;
  background: #9dcde2;
  opacity: 0.19;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 100px;
  }
}

.swiper-pagination-bullet-active {
  background: #9dcde2;
  opacity: 1;
}

.footer {
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer {
    font-size: 30px;
  }
}
.footer a {
  display: inline-block;
  padding-block: 8px;
  color: red;
  font-weight: 500;
}

.seminar-table__wrap {
  width: 100%;
  margin: 20px auto;
  font-family: "Noto Sans JP", sans-serif;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .seminar-table__wrap {
    padding-inline: 40px;
  }
}

.seminar-table__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #24395e;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .seminar-table__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.seminar-table {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: 0 2px 10px rgba(36, 57, 94, 0.05);
  box-shadow: 0 2px 10px rgba(36, 57, 94, 0.05);
  table-layout: fixed;
}

.seminar-table tr th:nth-child(2) {
  border-left: 1px solid #11305b;
}

.seminar-table tr td:nth-child(2) {
  border-left: 1px solid #11305b;
}

.seminar-table th,
.seminar-table td {
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .seminar-table th,
  .seminar-table td {
    font-size: 26px;
  }
}

.seminar-table th,
.seminar-table td {
  width: 50%;
  background: #e3e9f0;
  color: #24395e;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .seminar-table th,
  .seminar-table td {
    font-size: 26px;
    padding: 20px 0;
  }
}

.white {
  background: #fff !important;
}
