@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.top-mv {
  width: 100%;
  height: 682px;
  background-image: url(../../img/top-mv.svg);
  background-size: cover;
  background-position: 50% 0%;
}
@media (max-width: 428px) {
  .top-mv {
    height: 181.8666666667vw;
  }
}

.top-mv_ttl {
  position: absolute;
  top: 0;
  left: 16px;
  width: 148px;
  aspect-ratio: 148/164;
  background-image: url(../../img/top-mv-ttl.svg);
  background-size: contain;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
@media (max-width: 428px) {
  .top-mv_ttl {
    width: 39.4666666667vw;
    left: 4.2666666667vw;
  }
}
.top-mv_ttl--img {
  margin: 38px auto 0;
  display: block;
  width: 110px;
  aspect-ratio: 110/40;
}
@media (max-width: 428px) {
  .top-mv_ttl--img {
    margin-top: 10.1333333333vw;
    width: 29.3333333333vw;
  }
}
.top-mv_ttl--txt {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 700;
  margin-top: 8px;
  text-align: center;
  display: block;
}
@media (max-width: 428px) {
  .top-mv_ttl--txt {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.top-mv_message {
  color: #CBEDFF;
  font-weight: 900;
  position: absolute;
  top: 160px;
  left: 15px;
}
@media (max-width: 428px) {
  .top-mv_message {
    top: 42.6666666667vw;
    left: 4vw;
  }
}
.top-mv_message--year {
  font-size: 40px;
  display: block;
  line-height: 1.475;
}
@media (max-width: 428px) {
  .top-mv_message--year {
    font-size: 10.6666666667vw;
  }
}
.top-mv_message--txt {
  font-size: 22px;
  display: block;
  margin-top: -13px;
  line-height: 1.5;
}
@media (max-width: 428px) {
  .top-mv_message--txt {
    font-size: 5.8666666667vw;
    margin-top: -3.4666666667vw;
  }
}

.top-mv_deco > div {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
.is_show .top-mv_deco > div {
  opacity: 1;
}
.top-mv_deco > div:first-of-type {
  width: 180px;
  aspect-ratio: 180/180;
  background-image: url(../../img/top-mv-deco01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(10.24deg) translate(50px, 20px);
  top: 26px;
  right: -24px;
}
@media (max-width: 428px) {
  .top-mv_deco > div:first-of-type {
    width: 48vw;
    top: 6.9333333333vw;
    right: -6.4vw;
  }
}
.is_show .top-mv_deco > div:first-of-type {
  transform: rotate(-4.24deg);
}
.top-mv_deco > div:nth-of-type(2) {
  width: 220px;
  aspect-ratio: 220/220;
  background-image: url(../../img/top-mv-deco02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 247px;
  left: -32px;
  transform: rotate(-10.24deg) translate(-50px, 20px);
  transition-delay: 0.08s;
}
@media (max-width: 428px) {
  .top-mv_deco > div:nth-of-type(2) {
    width: 58.6666666667vw;
    top: 65.8666666667vw;
    left: -8.5333333333vw;
  }
}
.is_show .top-mv_deco > div:nth-of-type(2) {
  transform: rotate(0deg);
}
.top-mv_deco > div:last-of-type {
  width: 304px;
  aspect-ratio: 304/304;
  background-image: url(../../img/top-mv-deco03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 263px;
  right: -53px;
  transform: rotate(10.24deg) translate(50px, 20px);
  transition-delay: 0.2s;
}
@media (max-width: 428px) {
  .top-mv_deco > div:last-of-type {
    width: 81.0666666667vw;
    top: 70.1333333333vw;
    right: -14.1333333333vw;
  }
}
.is_show .top-mv_deco > div:last-of-type {
  transform: rotate(0deg);
}

.top-mv_catch {
  width: 294px;
  aspect-ratio: 294/162;
  position: absolute;
  top: 478px;
  left: 16px;
}
@media (max-width: 428px) {
  .top-mv_catch {
    width: 78.4vw;
    top: 127.4666666667vw;
    left: 4.2666666667vw;
  }
}
.top-mv_catch--img {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
  transition-delay: 0.35s;
}
.is_show .top-mv_catch--img {
  opacity: 1;
  transform: translateX(0);
}

.top-intro {
  padding-top: 37px;
  padding-bottom: 20px;
  background-color: #fff;
  position: relative;
}
.top-intro:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375/45;
  background-image: url(../../img/top-intro01.svg);
  background-size: cover;
  background-position: 0% 0%;
  position: absolute;
  top: -44px;
  left: 0;
}
@media (max-width: 428px) {
  .top-intro:before {
    top: -11.7333333333vw;
  }
}
.top-intro:after {
  content: "";
  display: block;
  width: 149px;
  aspect-ratio: 149/100;
  background-image: url(../../img/top-intro02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: -84px;
  right: 20px;
}
@media (max-width: 428px) {
  .top-intro:after {
    width: 39.7333333333vw;
    top: -22.4vw;
    right: 5.3333333333vw;
  }
}
.top-intro--ttl {
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
}
.top-intro--desc {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-top: 20px;
}

.top-intro_deco {
  display: flex;
  overflow: hidden;
}
.top-intro_deco-top {
  width: 1694px;
  margin-top: 24px;
}
.top-intro_deco-bottom {
  width: 1684px;
  margin-top: 10px;
}
.top-intro_deco--wrap {
  display: flex;
  align-items: center;
}
.top-intro_deco--wrap:before, .top-intro_deco--wrap:after {
  content: "";
  display: block;
  background-image: url(../../img/top-intro-deco-wrap.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 3008px;
  height: 111px;
}
.top-intro_deco--wrap-top {
  animation: infinity-scroll-left 240s infinite linear both;
}
.top-intro_deco--wrap-bottom {
  animation: infinity-scroll-right 240s infinite linear both;
}

.top-history {
  padding-top: 52px;
  padding-left: 11px;
  padding-right: 15px;
  padding-bottom: 55px;
  position: relative;
}
.top-history--sub_ttl {
  color: #0099CF;
  font-size: 16px;
  width: 305px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
  background-color: #fff;
  box-shadow: 3px 3px 0 #0099CF;
  position: relative;
}

.top-history_deco > div {
  aspect-ratio: 73/73;
  background-image: url(../../img/ball.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
}
.top-history_deco > div:first-of-type {
  width: 63px;
  top: 11px;
  left: 20px;
}
.top-history_deco > div:last-of-type {
  width: 91px;
  top: 62px;
  right: -10px;
  transform: rotate(-62.78deg);
}

.top-history_ttl {
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.top-history_ttl--strong {
  color: #F0CA08;
}

.top-history_list {
  margin-left: auto;
  width: calc(100% - 34px);
  position: relative;
}
.top-history_list:before {
  content: "";
  display: block;
  aspect-ratio: 73/73;
  background-image: url(../../img/ball.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  width: 63px;
  bottom: -52px;
  right: 79px;
}
.top-history_list:after {
  content: "";
  display: block;
  width: 31px;
  aspect-ratio: 31/142;
  background-image: url(../../img/top-history-list-group01.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: -83px;
  left: -33px;
}
.top-history_list:first-of-type {
  margin-top: 120px;
}
.top-history_list:nth-of-type(2):before {
  width: 91px;
  bottom: 0;
  left: -66px;
  transform: rotate(-62.78deg);
}
.top-history_list:nth-of-type(2):after {
  aspect-ratio: 31/167;
  background-image: url(../../img/top-history-list-group02.webp);
}
.top-history_list:nth-of-type(3):before {
  width: 63px;
  bottom: -34px;
  right: 22px;
  transform: rotate(109.07deg);
}
.top-history_list:nth-of-type(3):after {
  aspect-ratio: 31/228;
  background-image: url(../../img/top-history-list-group03.webp);
}
.top-history_list:last-of-type:before {
  width: 91px;
  bottom: -36px;
  left: 46px;
  transform: rotate(-62.78deg);
}
.top-history_list:last-of-type:after {
  aspect-ratio: 31/169;
  background-image: url(../../img/top-history-list-group04.webp);
}
.top-history_list--group {
  padding: 87px 16px 20px;
  background-color: #fff;
  margin-top: 116px;
  position: relative;
}
@media (max-width: 428px) {
  .top-history_list--group {
    padding-top: calc(0.3052631579 * (100vw - 26px - 34px - 16px - 16px));
    margin-top: calc(0.4070175439 * (100vw - 26px - 34px - 16px - 16px));
  }
}
.top-history_list--img {
  width: 285px;
  aspect-ratio: 285/160;
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .top-history_list--img {
    width: calc(100vw - 26px - 34px - 16px - 16px);
  }
}
.top-history_list--sub {
  color: #0099CF;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.43;
  font-weight: 700;
  text-align: center;
}
.top-history_list--ttl {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 6px;
}
.top-history_list--desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.top-ranking {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fff;
}
.top-ranking--ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.45;
}
.top-ranking--desc {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.43;
}

.top-ranking_list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-ranking_list--item {
  width: calc((100% - 13px) / 2);
  margin-top: 8px;
}
.top-ranking_list--item:nth-of-type(-n+2) {
  margin-top: 0;
}
.top-ranking_list--link {
  border-radius: 10px;
  background-color: #C9ECFF;
  display: flex;
  align-items: center;
  height: 64px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  position: relative;
}
.top-ranking_list--link:before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/25;
  background-image: url(../../img/icon/icon-pdf.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.top-ranking_list--link:hover {
  background-color: #8DCBEC;
}
@media (max-width: 428px) {
  .top-ranking_list--link:hover {
    background-color: #C9ECFF;
  }
}

.top-legacy {
  padding-top: 44px;
  padding-bottom: 40px;
}
.top-legacy--sub_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 24px;
}

.top-legacy_ttl {
  position: relative;
  text-align: center;
}
.top-legacy_ttl:before {
  content: "";
  display: block;
  width: 72px;
  aspect-ratio: 72/72;
  background-color: #FFD500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: calc(50% - 13px);
  transform: translate(-50%, -50%);
}
.top-legacy_ttl--txt {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.top-legacy_ttl--num {
  font-size: 34px;
  line-height: 1.44;
}

.top-legacy_nav {
  margin-top: 40px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(../../img/icon/icon-line.svg);
  background-size: auto 6px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
}
.top-legacy_nav--item {
  width: calc((100% - 9px) / 2);
  margin-top: 8px;
}
.top-legacy_nav--item:nth-of-type(-n+2) {
  margin-top: 0;
}
.top-legacy_nav--link {
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.08;
  position: relative;
}
.top-legacy_nav--link:before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/6;
  background-image: url(../../img/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
.top-legacy_nav--link:hover {
  transform: translateY(-2px);
}
@media (max-width: 428px) {
  .top-legacy_nav--link:hover {
    transform: translateY(0);
  }
}

.top-legacy_list--item {
  position: relative;
  margin-top: 48px;
  padding-top: 38px;
}
.top-legacy_list--item:first-of-type {
  margin-top: 0;
}
.top-legacy_list--item:first-of-type:after {
  content: none;
}
.top-legacy_list--item:after {
  content: "";
  display: block;
  width: calc(100% + 32px);
  height: 6px;
  background-image: url(../../img/icon/icon-line.svg);
  background-size: auto 100%;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: -16px;
}
.top-legacy_list--wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 18px;
  position: relative;
  background-image: url(../../img/icon/icon-square.svg);
  background-position: 50% 50%;
  position: relative;
}
.top-legacy_list--wrap:before {
  content: "";
  display: block;
  width: 55px;
  aspect-ratio: 55/64;
  position: absolute;
  top: -13px;
  left: 0;
  background-image: url(../../img/top-legacy-list-item.webp);
  background-size: cover;
  background-position: 50% 50%;
}
.top-legacy_list--ttl {
  font-size: 20px;
  font-weight: 700;
  color: #0099CF;
  line-height: 1.45;
  text-align: center;
}
.top-legacy_list--sub_ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 20px;
}
.top-legacy_list--desc {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.6;
  text-align: justify;
}

.top-qa {
  padding-top: 50px;
  padding-bottom: 66px;
  background-image: url(../../img/icon/icon-line.svg);
  background-size: auto 6px;
  background-position: 0% 0%;
  background-repeat: repeat-x;
}

.top-qa_ttl--sub {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.top-qa_ttl--sub_s {
  font-size: 16px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.top-qa_ttl--main {
  font-size: 24px;
  line-height: 1.46;
  text-align: center;
  display: block;
  margin-top: -2px;
}

.top-qa_list {
  margin-top: 40px;
}
.top-qa_list--group {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 20px;
}
.top-qa_list--group:first-of-type {
  margin-top: 0;
}
.top-qa_list--link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  padding: 14px 35px;
  display: flex;
  align-items: center;
  position: relative;
}
.top-qa_list--link:before {
  content: "Q";
  font-size: 20px;
  line-height: 1.45;
  position: absolute;
  top: 8px;
  left: 9px;
  color: #0099CF;
}
.top-qa_list--link:after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/21;
  background-image: url(../../img/icon/icon-plus.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.top-qa_list--link.is_open:after {
  background-image: url(../../img/icon/icon-minus.svg);
}
.top-qa_list--desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  background-color: #F4F6F7;
  padding: 10px 12px 13px 35px;
  position: relative;
  display: none;
}
.top-qa_list--desc:before {
  content: "A";
  font-size: 20px;
  line-height: 1.45;
  position: absolute;
  top: 8px;
  left: 9px;
  color: #A6A6A6;
}
.top-qa_list--desc_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.top-legacy_slider_wrap {
  position: relative;
}
.top-legacy_slider_wrap--arrow {
  display: block;
  width: 30px;
  aspect-ratio: 30/31;
  position: absolute;
  top: 50%;
  background-image: url(../../img/icon/icon-circle-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  transition: 0.3s;
}
.top-legacy_slider_wrap--arrow.prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.top-legacy_slider_wrap--arrow.prev:hover {
  left: -2px;
}
@media (max-width: 428px) {
  .top-legacy_slider_wrap--arrow.prev:hover {
    left: 0;
  }
}
.top-legacy_slider_wrap--arrow.next {
  right: 0;
  transform: translateY(-50%);
}
.top-legacy_slider_wrap--arrow.next:hover {
  right: -2px;
}
@media (max-width: 428px) {
  .top-legacy_slider_wrap--arrow.next:hover {
    right: 0;
  }
}

.top-legacy_slider {
  margin-top: 20px;
}
.top-legacy_slider--img {
  width: auto;
  height: 155px;
  box-sizing: border-box;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.lb-outerContainer {
  border-radius: 0px !important;
  background-color: transparent !important;
}

.lb-image {
  border: none !important;
  border-radius: 0px !important;
}
@media (max-width: 428px) {
  .lb-image {
    width: calc(100vw - 40px) !important;
    height: 300px !important;
    object-fit: contain;
  }
}

.lb-close {
  opacity: 1 !important;
  float: auto !important;
  position: fixed;
  top: 30px !important;
  right: 30px !important;
}
@media (max-width: 428px) {
  .lb-close {
    right: 18px !important;
  }
}

.lb-nav a.lb-next {
  background: url(../../img/icon/icon-circle-arrow.svg) 100% 50% no-repeat !important;
  background-size: 40px auto !important;
  transform: translateX(20px);
  opacity: 1 !important;
}
@media (max-width: 428px) {
  .lb-nav a.lb-next {
    transform: translateX(7px);
  }
}

.lb-nav a.lb-prev {
  background: url(../../img/icon/icon-circle-arrow-reverse.svg) 0% 50% no-repeat !important;
  background-size: 40px auto !important;
  transform: translateX(-20px);
  opacity: 1 !important;
}
@media (max-width: 428px) {
  .lb-nav a.lb-prev {
    transform: translateX(-7px);
  }
}

/*# sourceMappingURL=top.css.map */
