@charset "UTF-8";
.wholewrapper {
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .wholewrapper {
    padding-top: 48px;
  }
}
.wholewrapper::before {
  display: none;
}
.contents_wrap {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .contents_wrap .bottom_wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#main {
  background: #F2F7FF;
}
#main section > section:not(:last-child) {
  border-bottom: none;
}
.toppage .pankuzu {
  display: none !important;
}
.toppage .mainvisual, .toppage .icon_map, .toppage .outline {
  width: 100vw;
}
.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}
.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
/* --------------------------------
mainvisual
-------------------------------- */
#main {
  /* --------------------------------
	award
	-------------------------------- */
  /* --------------------------------
	anchor
	-------------------------------- */
  /* --------------------------------
	tower
	-------------------------------- */
  /* --------------------------------
	aboutus
	-------------------------------- */
}
#main img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main .mainvisual {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  /*.button_wrap {
		width: 364px;
		height: 81px;
		margin: 0 auto;
		@include media(inner) {
		width: 45vw;
	}
		@include media(sp) {
		width: 257px;
		height: 67px;
	}
		a {
		@include white_button_a;
		font-size: 16px;
	}
	}*/
}
#main .mainvisual .mainvisual_wrap {
  position: relative;
  background: #054690;
}
@media screen and (max-width: 600px) {
  #main .mainvisual .mainvisual_wrap {
    display: block;
    padding-bottom: 47px;
    overflow: hidden;
    background: none;
  }
}
#main .mainvisual .mainvisual_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 107%;
  background: linear-gradient(110deg, #F7F38B 33.96%, #FF9939 80.55%);
  z-index: 1;
  pointer-events: none;
  left: 56.7vw;
  width: auto;
  clip-path: polygon(420px 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 600px) {
  #main .mainvisual .mainvisual_wrap::after {
    width: 135%;
    transform: translateX(41%);
    height: 107%;
    left: auto;
    clip-path: polygon(286px 0, 100% 0, 100% 100%, 0% 100%);
  }
}
#main .mainvisual_inner {
  position: absolute;
  top: 50%;
  left: 57%;
  z-index: 2;
  margin: auto;
  padding-top: 160px;
  transform: translatey(-50%);
  max-width: 1164px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_inner {
    left: auto;
    right: 20px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_inner {
    padding: 2px 49px 0;
    position: relative;
    z-index: 2;
    top: auto;
    transform: none;
    left: auto;
    right: auto;
  }
}
#main .mainvisual_kv {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  position: relative;
  height: clamp(766px, 60dvw, calc(100vh - 80px));
}
@media screen and (max-width: 1453px) {
  #main .mainvisual_kv {
    background: none;
  }
}
@media screen and (max-width: 960px) {
  #main .mainvisual_kv {
    padding-top: 0;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_kv {
    width: 100%;
    min-height: unset;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  #main .mainvisual_kv .kv_wide {
    display: none;
  }
}
#main .mainvisual_kv .kv_item {
  display: none;
}
@media screen and (max-width: 1024px) {
  #main .mainvisual_kv .kv_item {
    display: block;
  }
}
#main .mainvisual_kv img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
}
@media screen and (max-width: 1024px) {
  #main .mainvisual_kv img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_kv img {
    width: 118vw;
    margin-top: -3.5%;
  }
}
#main .mainvisual_desc {
  padding: 32px 24px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 540px;
  text-align: center;
  background-color: #fff;
  width: clamp(360px, 37.5vw, min(52vh, 540px));
}
@media screen and (min-width: 601px) {
  [lang="en"] #main .mainvisual_desc, [lang="zh-CN"] #main .mainvisual_desc {
    width: clamp(360px, 37.5vw, min(50vh, 540px));
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc {
    margin-bottom: 0;
    padding: 16px 12px;
    width: 100%;
    transform: none;
  }
}
#main .mainvisual_desc h2 {
  max-width: 431px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #main .mainvisual_desc h2 {
    width: 100%;
  }
}
#main .mainvisual_desc .event_wrap {
  margin: 0 auto 40px;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_desc .event_wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .event_wrap {
    width: 83%;
    margin-bottom: 24px;
  }
}
[lang="en"] #main .mainvisual_desc .event_wrap, [lang="zh-CN"] #main .mainvisual_desc .event_wrap {
  width: 100%;
}
#main .mainvisual_desc .event_wrap:not(:has(.register_button)) {
  margin-bottom: 0;
}
#main .mainvisual_desc .info_wrap {
  max-width: 467px;
  width: 100%;
  margin: 0 auto;
}
#main .mainvisual_desc .info_wrap h3 {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  padding: 12px 0 18px;
  position: relative;
  color: #004BA1;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .info_wrap h3 {
    font-size: 15px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 22px;
  }
}
#main .mainvisual_desc .info_wrap h3::before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #004BA1;
}
#main .mainvisual_desc .info_wrap h3 span {
  position: relative;
  padding: 0 10px;
  background: #fff;
  display: inline-block;
}
#main .mainvisual_desc .info_wrap.reception_closed h3 {
  margin-bottom: 16px;
  padding: 12px 0;
  border: 1px solid #004BA1;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .info_wrap.reception_closed h3 {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 0;
  }
}
#main .mainvisual_desc .info_wrap.reception_closed h3::before {
  content: none;
}
#main .mainvisual_desc .register_button {
  margin: 30px auto 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_desc .register_button {
    margin-top: 20px;
  }
}
#main .mainvisual_desc .register_button a {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #004BA1;
  border-radius: 24px;
  background-color: #004BA1;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #fff;
  width: 274px;
  height: 64px;
  border-radius: 38px;
  max-width: 100%;
  width: 312px;
  margin: 0 auto;
  font-size: 16px;
  width: 322px;
  height: 74px;
  font-size: 20px;
}
@media (hover: hover) and (pointer: fine) {
  #main .mainvisual_desc .register_button a:hover {
    border: 1px solid #80a5d0;
    background-color: #80a5d0;
  }
}
#main .mainvisual_desc .register_button a::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border: 2px solid #fff;
  border-radius: 20px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .register_button a {
    width: 272px;
  }
}
#main .mainvisual_desc .register_button a::after {
  border-radius: 100px;
}
#main .mainvisual_desc .register_button a[disabled], #main .mainvisual_desc .register_button a.disabled {
  background-color: #B4B4B4;
  border-color: #B4B4B4;
  pointer-events: none;
  cursor: default;
  background: #B4B4B4;
  color: #fff;
}
#main .mainvisual_desc .register_button a[disabled]::after, #main .mainvisual_desc .register_button a.disabled::after {
  display: none;
}
#main .mainvisual_desc .register_button a.ended {
  border-color: #EFEFF1;
  background-color: #EFEFF1;
  color: #C2C2C2;
  box-shadow: none;
  pointer-events: none;
}
#main .mainvisual_desc .register_button a.ended::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  #main .mainvisual_desc .register_button a {
    width: 252px;
    height: 64px;
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .register_button a {
    font-size: 15px;
  }
}
#main .mainvisual_desc.thanks {
  padding: 10px 0 0;
}
#main .mainvisual_desc.thanks .visitor_total_wrap {
  width: 100%;
  max-width: 556px;
  margin: 0 auto;
  padding: 24px 58px;
  background: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%);
}
@media screen and (max-width: 1200px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap {
    width: calc(100% - 29px);
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap {
    width: calc(100% - 17px);
    padding: 28px 15px 24px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap h2 {
  margin-bottom: 4px;
}
#main .mainvisual_desc.thanks .visitor_total_wrap h2 img {
  width: 93.8%;
  height: auto;
  padding: 0;
}
#main .mainvisual_desc.thanks .visitor_total_wrap p.thanks_message {
  margin: 3px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
  text-shadow: unset;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap p.thanks_message {
    font-size: 16px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total {
  margin: 18px 10px 0;
  padding: 7px 30px;
  background-color: #fff;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  color: #004BA1;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dt, #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd {
  padding: 2px 0;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dt, #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd {
    padding: 0 0 2px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row + .visitor_total_row {
  border-top: 1px solid #004BA1;
  border-image: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%) 1;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dt {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  width: 35%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
  background-image: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dt {
    font-size: 14px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dt:after {
  content: ":";
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd {
  width: 65%;
  margin: 0;
  text-align: right;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.number_unit {
  display: inline-block;
  background-image: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.number {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.number {
    font-size: 30px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.unit {
  margin-left: 1px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.unit {
    font-size: 16px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.overseas_number {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.48;
  letter-spacing: 0;
  background-image: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.overseas_number {
    font-size: 11px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.overseas_number .number {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.overseas_number .number {
    font-size: 14px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.overseas {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 1px;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd span.overseas img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  bottom: -3px;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total .visitor_total_row dd .overseas_number_row {
  margin-top: -9px;
  line-height: 1;
}
#main .mainvisual_desc.thanks .next_event_wrap {
  width: calc(100% - 29px);
  max-width: 556px;
  margin: 18px auto 6px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .next_event_wrap {
    width: calc(100% - 17px);
    margin-bottom: 0;
  }
}
#main .mainvisual_desc.thanks .next_event_wrap .next_event {
  margin: 0;
}
#main .mainvisual_desc.thanks .next_event_wrap .next_event dt {
  padding: 2.5px;
  border-bottom: 8px solid #fff;
  background-color: #00489b;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 1em;
}
#main .mainvisual_desc.thanks .next_event_wrap .next_event dt span {
  margin-right: -1em;
}
#main .mainvisual_desc.thanks .next_event_wrap .next_event dd {
  margin: 0;
  /* 5/31 ロゴ差し替え
							padding: 16px 37px;*/
  padding: 0;
  border-top: none;
}
#main .mainvisual_desc.thanks .next_event_wrap .next_event dd img {
  width: 100%;
  height: auto;
}
#main .mainvisual .slide_banner {
  max-width: 1041px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  #main .mainvisual .slide_banner {
    padding: 0 61px;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual .slide_banner {
    padding: 0;
    margin: 15px auto 35px;
    max-width: 343px;
  }
}
#main .mainvisual .slider_clip {
  overflow: hidden;
}
#main .mainvisual .swiper {
  padding: 26px 0 26px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  #main .mainvisual .swiper {
    padding: 16px 0 26px;
  }
}
#main .mainvisual .swiper ul {
  visibility: hidden;
  transition: 5s;
}
#main .mainvisual .swiper.swiper-initialized ul {
  visibility: visible;
}
@media screen and (max-width: 960px) {
  #main .mainvisual .swiper .swiper-wrapper {
    align-items: stretch;
  }
}
#main .mainvisual .swiper .swiper-slide {
  height: auto;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1060px) {
  #main .mainvisual .swiper .swiper-slide {
    max-width: unset;
  }
}
@media screen and (max-width: 960px) {
  #main .mainvisual .swiper .swiper-slide {
    height: unset;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual .swiper .swiper-slide {
    padding: 0;
  }
}
@media screen and (min-width: 1180px) {
  #main .mainvisual .swiper .swiper-slide:has(+ .swiper-slide-prev), #main .mainvisual .swiper .swiper-slide.swiper-slide-next + .swiper-slide {
    transition: 3s transform 1s cubic-bezier(0, 0, 0.2, 1);
  }
}
@media screen and (min-width: 1180px) {
  #main .mainvisual .swiper .swiper-slide:has(+ .swiper-slide-prev) {
    transform: translatex(-30px);
  }
}
@media screen and (min-width: 1180px) {
  #main .mainvisual .swiper .swiper-slide.swiper-slide-next + .swiper-slide {
    transform: translatex(30px);
  }
}
#main .mainvisual .swiper .swiper-slide.startup .card_title_wrap {
  padding-right: 74px;
}
#main .mainvisual .swiper .swiper-slide.startup .ico_img {
  top: 23px;
  width: 66px;
}
#main .mainvisual .swiper .swiper-slide .item_wrapper {
  height: 100%;
  margin: 4px;
  padding: 4px;
}
#main .mainvisual .swiper .swiper-slide a, #main .mainvisual .swiper .swiper-slide .no_link {
  display: block;
  height: 100%;
  min-height: 174px;
  padding: 19px 16px 10px;
  border-radius: 4px;
  background: #FFFFFF;
  color: #000;
  text-align: left;
  position: relative;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1060px) {
  #main .mainvisual .swiper .swiper-slide a, #main .mainvisual .swiper .swiper-slide .no_link {
    width: 100%;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.15);
  }
}
#main .mainvisual .swiper .swiper-slide a .ico_img, #main .mainvisual .swiper .swiper-slide .no_link .ico_img {
  position: absolute;
  top: 24px;
  right: 24px;
}
#main .mainvisual .swiper .swiper-slide a .ico_img img, #main .mainvisual .swiper .swiper-slide .no_link .ico_img img {
  width: 100%;
  height: auto;
}
#main .mainvisual .swiper .swiper-slide a .ico_img.slide_icon_web_mahazine img, #main .mainvisual .swiper .swiper-slide .no_link .ico_img.slide_icon_web_mahazine img {
  width: 35px;
}
#main .mainvisual .swiper .swiper-slide a .card_title_wrap, #main .mainvisual .swiper .swiper-slide .no_link .card_title_wrap {
  padding-right: 50px;
  margin: 0 0 17px;
}
#main .mainvisual .swiper .swiper-slide a .cate, #main .mainvisual .swiper .swiper-slide .no_link .cate {
  display: inline-block;
  padding: 2.5px 18px;
  margin: 0 0 8px;
  border: 1px solid #004BA1;
  color: #004BA1;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.448;
  letter-spacing: 0;
  max-width: calc(100% - 10px);
}
html:not([lang="ja"]) #main .mainvisual .swiper .swiper-slide a .cate, html:not([lang="ja"]) #main .mainvisual .swiper .swiper-slide .no_link .cate {
  min-height: calc(2em * 1.748 + 5px);
  display: flex;
  align-items: center;
  max-width: calc(100% - 10px);
}
#main .mainvisual .swiper .swiper-slide a .card_title, #main .mainvisual .swiper .swiper-slide .no_link .card_title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (min-width: 601px) {
  #main .mainvisual .swiper .swiper-slide a .card_title, #main .mainvisual .swiper .swiper-slide .no_link .card_title {
    min-height: calc(2em * 1.448);
  }
}
#main .mainvisual .swiper .swiper-slide a p, #main .mainvisual .swiper .swiper-slide .no_link p {
  padding: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  background: linear-gradient(91.77deg, rgba(61, 187, 255, 0.2) 0.13%, rgba(0, 72, 155, 0.2) 100.13%);
}
#main .mainvisual .swiper-button-prev, #main .mainvisual .swiper-button-next {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  font-size: 0;
}
@media screen and (max-width: 600px) {
  #main .mainvisual .swiper-button-prev, #main .mainvisual .swiper-button-next {
    display: none;
  }
}
#main .mainvisual .swiper-button-prev::after, #main .mainvisual .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: url(../media/images/2025/toppage/arrow_slide.svg) center / 100% no-repeat;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
#main .mainvisual .swiper-button-prev {
  left: -44px;
}
@media screen and (max-width: 1130px) {
  #main .mainvisual .swiper-button-prev {
    left: 15px;
  }
}
#main .mainvisual .swiper-button-prev::after {
  transform: rotate(180deg);
}
#main .mainvisual .swiper-button-next {
  right: -44px;
}
@media screen and (max-width: 1130px) {
  #main .mainvisual .swiper-button-next {
    right: 15px;
  }
}
#main .mainvisual .swiper-pagination {
  display: none;
}
@media screen and (max-width: 960px) {
  #main .mainvisual .swiper-pagination {
    display: block;
    bottom: -40px;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual .swiper-pagination {
    bottom: -14px;
  }
}
#main .mainvisual .swiper-pagination .swiper-pagination-bullet {
  margin: 6px;
  width: 12px;
  height: 12px;
}
#main .mainvisual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3D79FC;
}
#main .information {
  max-width: 960px;
  border: solid 2px #004BA1;
  background-color: #fff;
  padding: 13px;
  margin: 16px auto 16px;
}
@media screen and (max-width: 1024px) {
  #main .information {
    margin-top: 60px;
    margin-right: 30px;
    margin-left: 30px;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  #main .information {
    padding: 12px 10px;
    margin-top: 30px;
    margin-right: 16px;
    margin-left: 16px;
    max-width: 100%;
  }
}
#main .information + .information {
  margin-top: 16px;
}
#main .information + .top_contents {
  margin-top: 50px;
}
#main .information p {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .information p .text {
  display: none;
}
#main .information p .more :first-child {
  display: none;
}
#main .information p .more:lang(ja) :first-child {
  display: inline;
}
#main .information p .more:lang(ja) :last-child {
  display: none;
}
#main .information p .more:lang(ja) a {
  text-decoration: underline;
}
#main .information p .more .text {
  display: none !important;
}
#main .award {
  margin: 48px 0 45px;
  padding: 40px 15px;
  background: url(../media/images/2026/toppage/bg_award.png) no-repeat center/ cover;
}
@media screen and (max-width: 600px) {
  #main .award {
    background: url(../media/images/2026/toppage/bg_award_sp.png) no-repeat center / cover;
  }
}
#main .award .award_content {
  max-width: 1010px;
  margin: 0 auto;
  padding: 25px 37px 38px 42px;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1024px) {
  #main .award .award_content {
    padding: 24px 17px;
  }
}
@media screen and (max-width: 600px) {
  #main .award .award_content {
    flex-flow: column-reverse;
  }
}
#main .award .award_content p {
  margin: 0;
}
@media screen and (max-width: 600px) {
  #main .award .award_content .award_text_group {
    margin-top: 32px;
  }
}
#main .award .award_content .award_text_group .award_title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .award .award_content .award_text_group .award_lead {
  margin: 4px 0 17px;
}
#main .award .award_content .award_text_group .award_description {
  font-size: 13px;
}
#main .award .award_content .award_text_group .button_wrap {
  margin-top: 16px;
  max-width: 312px;
  height: 64px;
}
@media screen and (max-width: 600px) {
  #main .award .award_content .award_text_group .button_wrap {
    margin: 16px auto 0;
    width: 272px;
  }
}
#main .award .award_content .award_text_group .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 2px solid var(--color-blue-main-2026);
  border-radius: 33px;
  background-color: #fff;
  color: var(--color-blue-main-2026);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #main .award .award_content .award_text_group .button_wrap a:hover {
    background-color: #fff;
  }
}
#main .award .award_content .award_image {
  flex: 0 1 432px;
}
@media screen and (max-width: 600px) {
  #main .award .award_content .award_image {
    width: 311px;
    flex: unset;
  }
}
#main .anchor_wrap {
  width: 100vw;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 600px) {
  #main .anchor_wrap {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  #main .anchor_wrap {
    width: 100%;
    margin: 0;
  }
}
#main .anchor_menu {
  max-width: 1312px;
  margin: 0 auto 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  #main .anchor_menu {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  #main .anchor_menu {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  #main .anchor_menu {
    margin-bottom: 40px;
    padding: 13px 10px 5px;
    border-radius: 6px;
    margin-right: 16px;
    margin-left: 16px;
    width: auto;
  }
  #main .anchor_menu:not(.fixed) {
    position: relative;
  }
}
#main .anchor_menu.fixed {
  margin-left: auto;
  margin-right: auto;
}
#main .anchor_list {
  gap: 10px 80px;
}
@media screen and (max-width: 1024px) {
  #main .anchor_list {
    gap: 17px 30px;
  }
}
#main .cont_title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.448;
  letter-spacing: 0;
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .cont_title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
#main .cont_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 600px) {
  #main .cont_description {
    margin-bottom: 48px;
  }
}
#main .report_inner {
  padding: 0 30px;
  /* 24.5.31
			.image { // iframe
			aspect-ratio: 1040 / 585;
			max-width: 1040px;
			margin: 0 auto 32px;
			cursor: pointer;

			iframe, img {
			width: 100%;
			height: 100%;
			border: none;
		}
		}*/
}
@media screen and (max-width: 960px) {
  #main .report_inner {
    padding: 0;
  }
}
#main .report_inner .highlight {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: calc(24px + 14px);
  padding-top: 10px;
  gap: 22px;
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #main .report_inner .highlight {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight {
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  #main .report_inner .highlight_wrap {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  #main .report_inner .highlight_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight_wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 0 0 8px;
    height: 161px;
  }
}
@media screen and (max-width: 375px) {
  #main .report_inner .highlight_wrap {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .report_inner .highlight_wrap::-webkit-scrollbar {
  padding-top: 4px;
  height: 8px;
  border-radius: 20px;
}
#main .report_inner .highlight_wrap .visitors_title {
  padding: 5.5px;
  margin: 0 0 16px;
  border-radius: 14px;
  background: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight_wrap .visitors_title {
    width: calc(100% - 8px);
  }
}
#main .report_inner .highlight_wrap .visitors_title img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(33%) saturate(0%) hue-rotate(329deg) brightness(113%) contrast(100%);
}
#main .report_inner .highlight_wrap .visitors_title span.notes {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}
#main .report_inner .highlight_title {
  width: calc(442px + 22px);
  margin-top: 7px;
}
@media screen and (max-width: 960px) {
  #main .report_inner .highlight_title {
    width: 100%;
    margin-bottom: 23px;
    text-align: center;
  }
}
#main .report_inner .highlight_title h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.448;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  #main .report_inner .highlight_title h3 {
    font-size: 24px;
  }
}
#main .report_inner .highlight_title p {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .report_inner .highlight_date {
  height: auto;
  background: #fff;
  margin: 0px;
  gap: 12px;
  padding: 0;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  #main .report_inner .highlight_date {
    display: flex;
    gap: 9px;
    flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight_date {
    padding-right: 8px;
    padding-bottom: 13px;
    overflow-x: auto;
  }
}
#main .report_inner .highlight_date li {
  color: #9056F4;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0;
  flex-direction: column;
  width: 135px;
  padding: 7px 0 11px;
  border: solid 1px #9056F4;
  margin: 0;
  cursor: pointer;
  position: relative;
  /*&::before,
						&::after {
						position: absolute;
						z-index: 0;
						transform: unset;
						display: block;
						content: "";

					}
						&::before {
						inset: 0;
						background: $color-grad;
						width: 100%;
						height: 100%;
						border-radius: 4px;
					}
						&::after {
						inset: 1px;
						background: #fff;
						width: calc(100% - 2px);
						height: calc(100% - 2px);
						border-radius: 3px;
					}*/
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight_date li {
    padding: 2px 0;
    width: 99px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    height: 101px;
  }
}
#main .report_inner .highlight_date li.comingsoon {
  color: #b4b4b4;
  border: solid 1px #b4b4b4;
  pointer-events: none;
  /*&::before {
							background: #b4b4b4;
						}*/
}
#main .report_inner .highlight_date li > * {
  position: relative;
  z-index: 1;
}
#main .report_inner .highlight_date li .date {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight_date li .date:lang(zh-CN), #main .report_inner .highlight_date li .date:lang(zh-cmn-Hans) {
    font-size: 11px;
    font-feature-settings: "palt";
  }
}
#main .report_inner .highlight_date li .num {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight_date li .num {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
#main .report_inner .highlight_date li .num small {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .report_inner .highlight_date li .weather {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight_date li .weather {
    margin-top: 2px;
  }
}
#main .report_inner .highlight_date li .weather img {
  height: 43px;
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight_date li .weather img {
    height: 32px;
  }
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight_date li .text {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.48;
    letter-spacing: 0;
  }
}
#main .report_inner .highlight_date li.active {
  color: #fff;
  background: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%);
  pointer-events: unset;
}
#main .report_inner .highlight_date li.active::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -15px;
  left: 50%;
  width: 20px;
  height: 16px;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 84%, 100% 0);
  border-radius: 0;
  background-color: #895FF7;
}
@media screen and (max-width: 600px) {
  #main .report_inner .highlight_date li.active::after {
    content: "" !important;
    bottom: -12px;
    width: 18px;
    height: 13px;
  }
}
#main .report_inner .highlight_date li.active.comingsoon {
  background: #b4b4b4;
  color: #fff;
}
#main .report_inner .highlight_date li.active.comingsoon::after {
  background: #b4b4b4;
}
#main .report_inner .highlight_date li.active .weather {
  filter: brightness(0) saturate(100%) invert(94%) sepia(33%) saturate(0%) hue-rotate(329deg) brightness(113%) contrast(100%);
}
#main .report_inner .highlight_date li.active .num .overseas {
  filter: brightness(0) saturate(100%) invert(94%) sepia(33%) saturate(0%) hue-rotate(329deg) brightness(113%) contrast(100%);
}
#main .report_inner span.overseas {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 1px;
}
#main .report_inner span.overseas img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  bottom: -3px;
}
#main .report_inner .iframe {
  display: none;
}
#main .report_inner .tab_contents.show .iframe {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
#main .report_inner .tab_contents.show .iframe iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
#main .report_inner .waiting {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  aspect-ratio: 1.7777777778;
  max-width: 1040px;
  margin: 0 auto 32px;
  background-color: #b4b4b4;
}
#main .report_inner .waiting span {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .report_inner .waiting span {
    font-size: 24px;
  }
}
#main .tower {
  padding-top: 80px;
  padding-bottom: 153px;
  background: url(../media/images/2026/toppage/crowd.png) no-repeat center bottom;
}
@media screen and (max-width: 1200px) {
  #main .tower {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #main .tower {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #main .tower {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  #main .tower {
    padding-top: 40px;
  }
}
#main .tower .tower_inner {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 600px) {
  #main .tower .tower_inner {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  #main .tower .tower_inner .tower_image {
    overflow-x: auto;
  }
}
#main .tower .tower_inner .tower_image img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  #main .tower .tower_inner .tower_image img {
    min-width: 591px;
  }
}
#main .tower .tower_inner .tower_image .image_swipe {
  display: none;
}
@media screen and (max-width: 600px) {
  #main .tower .tower_inner .tower_image .image_swipe {
    position: absolute;
    top: 180px;
    left: 50%;
    margin: auto;
    display: block;
    opacity: 1;
    visibility: visible;
    width: 192px;
    transition: 0.3s;
    transform: translatex(-50%);
  }
  #main .tower .tower_inner .tower_image .image_swipe.show {
    opacity: 0;
    visibility: hidden;
  }
  #main .tower .tower_inner .tower_image .image_swipe img {
    width: 100%;
    min-width: auto;
  }
}
#main .tower .tower_inner .button_group {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  #main .tower .tower_inner .button_group {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .tower .tower_inner .button_group {
    flex-direction: column;
    align-items: center;
    gap: 17px;
  }
}
#main .tower .tower_inner .button_group .button_wrap {
  width: 312px;
  height: 64px;
}
#main .tower .tower_inner .button_group .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 2px solid var(--color-blue-main-2026);
  border-radius: 33px;
  background-color: #fff;
  color: var(--color-blue-main-2026);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #main .tower .tower_inner .button_group .button_wrap a:hover {
    background-color: #fff;
  }
}
#main .aboutus {
  position: relative;
  margin-top: 154px;
  padding: 64px 0 64px;
}
@media screen and (max-width: 1200px) {
  #main .aboutus {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #main .aboutus {
    margin-top: 60px;
    background: url(../media/images/2026/toppage/bg_aboutus.jpg) no-repeat center / cover;
  }
}
@media screen and (max-width: 600px) {
  #main .aboutus {
    width: 100%;
    margin: 106px 0px 122px;
    padding: 5px 0px 80px;
  }
}
#main .aboutus::before, #main .aboutus::after {
  content: "";
  position: absolute;
}
#main .aboutus::before {
  top: 60px;
  left: 0;
  right: 0;
  bottom: -63px;
  background: url(../media/images/2026/toppage/bg_aboutus.jpg) no-repeat center / cover;
}
@media screen and (max-width: 960px) {
  #main .aboutus::before {
    display: none;
  }
}
#main .aboutus::after {
  top: 0;
  left: 0;
  width: 50%;
  height: 112%;
  clip-path: polygon(0 0, 81% 0, 8% 100%, 0% 100%);
  background: linear-gradient(312.36deg, #FF9939 33.96%, #F7F38B 80.55%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  #main .aboutus::after {
    top: -60px;
    left: 0;
    width: 504px;
    height: 639px;
    transform: translateX(-216px);
  }
}
#main .aboutus_inner {
  position: relative;
  z-index: 2;
  max-width: 1082px;
  padding: 0 41px 0 8px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #main .aboutus_inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .aboutus_inner {
    width: 100%;
    padding: 0 18px;
  }
}
#main .aboutus_top_block {
  display: flex;
  flex-flow: row nowrap;
  margin: 61px auto 30px;
  gap: 73px;
}
@media screen and (max-width: 600px) {
  #main .aboutus_top_block {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #main .aboutus_top_block {
    gap: 50px;
  }
}
@media screen and (max-width: 960px) {
  #main .aboutus_top_block {
    display: block;
  }
}
#main .aboutus .movie {
  flex: 0 0 526px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #main .aboutus .movie {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 600px) {
  #main .aboutus .movie {
    margin-bottom: 10px;
  }
}
#main .aboutus .movie iframe {
  aspect-ratio: 1.7777777778;
  margin: 0 auto;
  border: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
#main .aboutus .theme {
  display: inline-block;
}
#main .aboutus .theme_title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.448;
  letter-spacing: 0;
  margin: 35px 0 31px;
  background: linear-gradient(312.36deg, #EED811 33.96%, #FF9939 80.55%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 960px) {
  #main .aboutus .theme_title {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  #main .aboutus .theme_title {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 34px;
  }
}
#main .aboutus .theme_title_sub {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.448;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  #main .aboutus .theme_title_sub {
    font-size: 18px;
    line-height: 1.6;
  }
}
#main .aboutus .theme_title_sub .theme_title_sub_main {
  margin-top: 10px;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #main .aboutus .theme_title_sub .theme_title_sub_main {
    margin-top: 4px;
    line-height: 1.15;
    display: block;
    font-size: 36px;
    font-weight: 700;
  }
}
#main .aboutus .theme_title_sub span.marker {
  display: inline-block;
  margin-top: 8px;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.448;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  #main .aboutus .theme_title_sub span.marker {
    font-size: 28px;
  }
}
#main .aboutus .theme_title_sub span.marker::before {
  position: absolute;
  left: 0;
  bottom: 6px;
  display: inline-block;
  content: "";
  width: 102%;
  height: 15px;
  background-color: rgba(61, 121, 252, 0.5);
  z-index: -1;
}
@media screen and (max-width: 600px) {
  #main .aboutus .theme_title_sub span.marker::before {
    height: 12px;
  }
}
#main .aboutus .impress {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 1100px;
  padding: 0 26px;
  margin: 35px auto 0;
  border-radius: 8px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  #main .aboutus .impress {
    padding: 0 30px 0 34px;
    margin: 53px auto 0;
  }
}
@media screen and (max-width: 960px) {
  #main .aboutus .impress {
    flex-wrap: wrap;
    position: relative;
    padding: 10px 30px 124px 34px;
  }
}
@media screen and (max-width: 600px) {
  #main .aboutus .impress {
    margin-top: 39px;
  }
}
#main .aboutus .impress_title {
  margin: 0 0 12px;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.36;
  letter-spacing: 0;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .aboutus .impress_title {
    font-size: 24px;
  }
}
#main .aboutus .impress_title_sub {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .aboutus .impress_desc {
  flex: 0 0 377px;
}
@media screen and (max-width: 960px) {
  #main .aboutus .impress_desc {
    flex: 0 0 100%;
  }
}
#main .aboutus .impress_desc p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .aboutus .impress_desc .button_wrap {
  width: 312px;
  height: 64px;
  margin: 40px auto 0;
}
@media screen and (max-width: 960px) {
  #main .aboutus .impress_desc .button_wrap {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  #main .aboutus .impress_desc .button_wrap {
    width: 272px;
    height: 64px;
    margin: 20px auto 0;
  }
}
#main .aboutus .impress_desc .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 2px solid var(--color-blue-main-2026);
  border-radius: 33px;
  background-color: #fff;
  color: var(--color-blue-main-2026);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #main .aboutus .impress_desc .button_wrap a:hover {
    background-color: #fff;
  }
}
#main .aboutus .impress_image {
  flex: 0 0 603px;
}
@media screen and (max-width: 1024px) {
  #main .aboutus .impress_image {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 960px) {
  #main .aboutus .impress_image {
    flex: 0 0 100%;
    aspect-ratio: 1.4023255814;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  #main .aboutus .impress_image {
    transform: scale(1.1);
  }
}
#main .aboutus .impress_image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  #main .aboutus .impress_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#main .seminar {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 340px;
  background: linear-gradient(271.72deg, rgba(61, 132, 213, 0.5) 1.61%, rgba(61, 187, 255, 0.5) 100%);
  padding: 48px 15px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #main .seminar {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  #main .seminar {
    margin-top: 40px;
    padding: 48px 8px;
    padding: 48px 23px;
  }
}
@media screen and (max-width: 375px) {
  #main .seminar {
    margin: 0;
    width: 100%;
  }
}
#main .seminar_inner {
  max-width: 1100px;
  margin: 0 auto;
}
#main .seminar .cont_title, #main .seminar .cont_description {
  text-align: left;
}
#main .seminar .cont_title {
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .seminar .cont_title {
    font-size: 36px;
    margin-bottom: 17px;
  }
}
#main .seminar .cont_description {
  margin-bottom: 38px;
}
@media screen and (max-width: 600px) {
  #main .seminar .cont_description {
    margin-top: 14px;
    font-size: 16px;
  }
}
#main .seminar .button_wrap {
  width: 312px;
  height: 64px;
}
@media screen and (max-width: 600px) {
  #main .seminar .button_wrap {
    width: 312px;
    height: 64px;
    margin: 7px auto 0;
  }
}
#main .seminar .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 2px solid var(--color-blue-main-2026);
  border-radius: 33px;
  background-color: #fff;
  color: var(--color-blue-main-2026);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #main .seminar .button_wrap a:hover {
    background-color: #fff;
  }
}
#main .seminar .swiper {
  padding: 10px 0px 48px 0px;
  overflow: visible;
  /*&-pagination {
			&-bullets {
			bottom: 0px;
		}
			&-bullet {
			background: #d9d9d9;
			opacity: 1;
			width: 14px;
			height: 14px;
			margin: 0 8px;
			&-active {
			background-color: $color-primary;
		}
		}
		}*/
}
@media screen and (max-width: 600px) {
  #main .seminar .swiper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 25px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  #main .seminar .swiper {
    width: auto;
  }
}
#main .seminar .swiper-slide {
  width: 315px !important;
  height: auto;
  background: #fff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
#main .seminar .swiper-slide.ended h3 {
  color: #808080;
}
#main .seminar .swiper-slide.ended h3 span.time {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
#main .seminar .swiper-slide.ended h3 span.time span.ended_tag {
  display: inline-block;
  margin-left: 16px;
  padding: 1.5px 14px;
  background-color: #FC0255;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-left: 10px;
  padding: 2px 12px 3px;
  font-size: 11px;
}
#main .seminar .swiper-slide.ended .seminar_title_note {
  color: #808080;
}
#main .seminar .swiper-slide.ended .organizer {
  color: #808080;
}
#main .seminar .swiper-slide.ended .organizer_image {
  position: relative;
}
#main .seminar .swiper-slide.ended .organizer_image:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.501;
}
#main .seminar .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 16px 26px;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: border 0.2s;
}
@media screen and (max-width: 600px) {
  #main .seminar .swiper-slide a {
    padding-bottom: 42px;
  }
}
#main .seminar .swiper-slide a:hover {
  border-color: #004BA1;
}
#main .seminar .swiper-slide .seminar_category {
  font-weight: 700;
  font-size: 12px;
  color: #747474;
}
#main .seminar .swiper-slide h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-bottom: 8px;
}
#main .seminar .swiper-slide h3 .time {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #efeff1;
}
#main .seminar .swiper-slide h3 .category {
  margin: 14px 0 9px;
  display: block;
  font-size: 12px;
  color: #747474;
  white-space: nowrap;
}
#main .seminar .swiper-slide .seminar_title_note {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .seminar .swiper-slide .organizer {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}
#main .seminar .swiper-slide .organizer_image {
  width: 62px;
  height: 62px;
  border-radius: 31px;
  overflow: hidden;
}
#main .seminar .swiper-slide .organizer_detail {
  width: calc(100% - (62px + 16px));
}
#main .seminar .swiper-slide .organizer_detail .company {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .seminar .swiper-slide .organizer_detail .company .dept {
    display: block;
  }
}
#main .seminar .swiper-slide .organizer_detail .name {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .seminar .swiper-slide .organizer + .organizer {
  margin-top: 11px;
}
#main .seminar .swiper .swiper-button-prev, #main .seminar .swiper .swiper-button-next {
  position: absolute;
  top: -130px;
  z-index: 3;
  width: 56px;
  height: 56px;
  font-size: 0;
}
@media screen and (max-width: 600px) {
  #main .seminar .swiper .swiper-button-prev, #main .seminar .swiper .swiper-button-next {
    top: -160px;
    width: 40px;
    height: 40px;
  }
}
#main .seminar .swiper .swiper-button-prev::after, #main .seminar .swiper .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 28px;
  background: url(../media/images/2026/toppage/arrow_slide.svg) center / 70% no-repeat;
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  top: 12px;
}
#main .seminar .swiper .swiper-button-prev.swiper-button-disabled, #main .seminar .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
#main .seminar .swiper .swiper-button-prev {
  left: unset;
  right: 72px;
}
@media screen and (max-width: 600px) {
  #main .seminar .swiper .swiper-button-prev {
    right: 72px;
  }
}
#main .seminar .swiper .swiper-button-prev::after {
  transform: rotate(180deg);
}
#main .seminar .swiper .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 600px) {
  #main .seminar .swiper .swiper-button-next {
    right: 24px;
  }
}
#main .discovery {
  position: relative;
  width: 100vw;
  margin: 226px calc(50% - 50vw) 200px;
  padding-bottom: 130px;
  background: url(../media/images/2026/toppage/bg_discovery.jpg) no-repeat center top / 100% auto;
}
@media screen and (max-width: 1024px) {
  #main .discovery {
    margin-top: 60px;
    margin-bottom: 60px;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery {
    margin-top: 120px;
    padding-bottom: 130px;
    margin-bottom: 146px;
  }
}
#main .discovery::after {
  content: "";
  position: absolute;
  top: -60px;
  right: 0;
  width: 43%;
  height: 109%;
  clip-path: polygon(86.6% 0%, 100% 0, 100% 100%, 0% 102%);
  background: linear-gradient(317.42deg, #FF9939 45.05%, #F7F38B 106.84%);
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #main .discovery::after {
    top: auto;
    bottom: -66px;
    clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
    width: 241px;
    height: 651px;
    background: linear-gradient(81deg, #FF9939 -86.98%, #F7F38B 175.98%);
  }
}
#main .discovery_inner {
  position: relative;
  max-width: 1100px;
  padding: 64px 0 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  #main .discovery_inner {
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_inner {
    padding: 52px 20px;
  }
}
#main .discovery .cont_title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.448;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 17px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .discovery .cont_title {
    font-size: 36px;
    margin-bottom: 17px;
  }
}
#main .discovery .cont_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  #main .discovery .cont_description {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery .cont_description {
    padding: 0;
    font-size: 16px;
    margin-bottom: 48px;
  }
}
#main .discovery .column {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 960px) {
  #main .discovery .column {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery .column {
    flex-wrap: wrap;
  }
}
#main .discovery .column .discovery_info {
  display: block;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 960px) {
  #main .discovery .column .discovery_info {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 600px) {
  #main .discovery .column .discovery_info {
    width: 100%;
  }
}
#main .discovery .column .discovery_info_outline, #main .discovery .column .discovery_info_image {
  width: 100%;
}
#main .discovery .column .discovery_info_image {
  margin-bottom: 24px;
}
#main .discovery_info {
  display: flex;
  align-items: center;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  gap: 24px 32px;
  padding: 48px 23px;
  border-radius: 20px;
  background: #FFFFFF;
  /*&:nth-of-type(2) {
			@include media(sp) {
			flex-direction: column;
		}
		}*/
}
@media screen and (max-width: 1024px) {
  #main .discovery_info {
    gap: 24px 10px;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_info {
    flex-direction: column;
    border-radius: 8px;
  }
}
html:not([lang="ja"]) #main .discovery_info + .discovery_info {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  html:not([lang="ja"]) #main .discovery_info + .discovery_info {
    margin-top: 20px;
  }
}
#main .discovery_info_outline {
  width: calc(100% - (477px + 32px));
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #main .discovery_info_outline {
    width: calc(54% - 10px);
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_info_outline {
    width: 100%;
  }
}
#main .discovery_info_title {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  #main .discovery_info_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.48;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
#main .discovery_info_title_sub {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-bottom: 14px;
}
#main .discovery_info_image {
  width: 477px;
}
@media screen and (max-width: 1024px) {
  #main .discovery_info_image {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_info_image {
    width: 100%;
    aspect-ratio: inherit;
  }
}
#main .discovery_info_image img {
  object-fit: cover;
  object-position: top;
}
#main .discovery_info p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .discovery_info p + p {
  margin-top: 20px;
}
#main .discovery_info .to_download_list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 9px;
  width: 80.5%;
  margin: 16px auto 0;
}
@media screen and (max-width: 960px) {
  #main .discovery_info .to_download_list {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_info .to_download_list {
    justify-content: center;
  }
}
#main .discovery_info .to_download_list .qr a, #main .discovery_info .to_download_list .google a, #main .discovery_info .to_download_list .apple a {
  display: block;
}
#main .discovery_info .to_download_list .qr img, #main .discovery_info .to_download_list .google img, #main .discovery_info .to_download_list .apple img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .discovery_info .to_download_list .qr {
  width: 80px;
  height: 80px;
  padding: 10px;
  background-color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #main .discovery_info .to_download_list .qr {
    width: 74px;
    height: 74px;
  }
}
#main .discovery_info .to_download_list .google a, #main .discovery_info .to_download_list .apple a {
  height: 59px;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .to_download_list .google a, #main .discovery_info .to_download_list .apple a {
    height: 40.5px;
  }
}
#main .discovery_info .button_wrap {
  width: 272px;
  height: 56px;
  margin: 30px auto 0;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .button_wrap {
    width: 272px;
    height: 56px;
  }
}
#main .discovery_info .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 2px solid var(--color-blue-main-2026);
  border-radius: 33px;
  background-color: #fff;
  color: var(--color-blue-main-2026);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #main .discovery_info .button_wrap a:hover {
    background-color: #fff;
  }
}
#main .discovery .seminar_reserve {
  width: 100%;
  padding: 20px 16px;
  margin-top: 120px;
  border-radius: 8px;
  background: url(../media/images/2025/toppage/bg_bubble_02.png) center / cover no-repeat;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  #main .discovery .seminar_reserve {
    margin-top: 40px;
  }
}
#main .discovery .seminar_reserve_inner {
  padding: 24px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
#main .discovery .seminar_reserve_title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .discovery .seminar_reserve p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .discovery .seminar_reserve .button_wrap {
  width: 272px;
  height: 64px;
  margin: 32px auto 0;
}
@media screen and (max-width: 600px) {
  #main .discovery .seminar_reserve .button_wrap {
    width: 295px;
    height: 46px;
  }
}
#main .discovery .seminar_reserve .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border-radius: 40px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
  transition: background-color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  position: relative;
  z-index: 0;
}
#main .discovery .seminar_reserve .button_wrap a::before, #main .discovery .seminar_reserve .button_wrap a::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 40px;
}
#main .discovery .seminar_reserve .button_wrap a::before {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #7220D2, #545CFC, #2FA5FD, #8EE9FC, #CCA2DF, #EB5FC7);
}
#main .discovery .seminar_reserve .button_wrap a::after {
  inset: 3px;
  z-index: -1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  transition: background-color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  #main .discovery .seminar_reserve .button_wrap a:hover {
    background-color: #F9F9F9;
  }
  #main .discovery .seminar_reserve .button_wrap a:hover::after {
    background-color: #F9F9F9;
  }
}
#main .discovery .seminar_reserve .button_wrap a.disabled {
  background: #B4B4B4;
  color: #fff;
}
#main .discovery .seminar_reserve .button_wrap a.disabled::before, #main .discovery .seminar_reserve .button_wrap a.disabled::after {
  content: none;
}
@media screen and (max-width: 960px) {
  #main .bottom_information {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .bottom_information {
    padding: 0 16px;
  }
}
#main .bottom_information .information_block {
  background: #FFFFFFB2 url(../media/images/2026/toppage/bottom_information_bg.jpg) no-repeat center /cover;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  max-width: 1100px;
}
#main .bottom_information .information_block .information_wrap {
  padding-top: 24px;
  padding-bottom: 24px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}
#main .bottom_information .information_block .information_wrap .title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
#main .bottom_information .information_block .information_wrap .lead {
  font-weight: 400;
  font-size: 13px;
  line-height: calc(18 / 13);
  text-align: center;
}
#main .bottom_information .information_block .information_wrap .button_wrap {
  margin-top: 32px;
}
#main .bottom_information .information_block .information_wrap .button_wrap a {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #004BA1;
  border-radius: 24px;
  background-color: #004BA1;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #fff;
  width: 274px;
  height: 64px;
  border-radius: 38px;
  margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  #main .bottom_information .information_block .information_wrap .button_wrap a:hover {
    border: 1px solid #80a5d0;
    background-color: #80a5d0;
  }
}
#main .bottom_information .information_block .information_wrap .button_wrap a::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border: 2px solid #fff;
  border-radius: 20px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #main .bottom_information .information_block .information_wrap .button_wrap a {
    width: 272px;
  }
}
#main .bottom_information .information_block .information_wrap .button_wrap a::after {
  border-radius: 100px;
}
#main .bottom_information .information_block .information_wrap .button_wrap a[disabled], #main .bottom_information .information_block .information_wrap .button_wrap a.disabled {
  background-color: #B4B4B4;
  border-color: #B4B4B4;
  pointer-events: none;
  cursor: default;
  background: #B4B4B4;
  color: #fff;
}
#main .bottom_information .information_block .information_wrap .button_wrap a[disabled]::after, #main .bottom_information .information_block .information_wrap .button_wrap a.disabled::after {
  display: none;
}
#main .bottom_information .information_block .information_wrap .button_wrap a.ended {
  border-color: #EFEFF1;
  background-color: #EFEFF1;
  color: #C2C2C2;
  box-shadow: none;
  pointer-events: none;
}
#main .bottom_information .information_block .information_wrap .button_wrap a.ended::after {
  display: none;
}
html:not([lang="ja"]) #main .bottom_information .information_block .information_wrap .button_wrap a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../media/images/2026/top/arrow_circle_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  order: 2;
  margin-left: 7px;
}
#main .bg_grd {
  position: relative;
}
#main .bg_grd::after {
  content: "";
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../media/images/2026/toppage/bg_grd.png) no-repeat center top / 100% auto;
  background: linear-gradient(137.27deg, #3DBBFF 0.07%, #00489B 47.27%);
  width: 100%;
}
#main .news {
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  padding: 94px 0 79px;
}
@media screen and (max-width: 960px) {
  #main .news {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 1200px) {
  #main .news {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  #main .news {
    padding: 88px 16px 16px;
  }
}
@media screen and (max-width: 375px) {
  #main .news {
    margin: 0;
    width: 100%;
  }
}
#main .news .news_title_wrap {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#main .news_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 135px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  #main .news_inner {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .news_inner {
    padding: 23px 16px 40px;
  }
}
#main .news_inner .cont_title {
  margin-bottom: 47px;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #main .news_inner .cont_title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 32px;
  }
}
#main .news_inner .newsList li {
  border-bottom: 1px solid #EFEFF1;
}
#main .news_inner .newsList li:first-child {
  border-top: 1px solid #EFEFF1;
}
#main .news_inner .newsList li a {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #fff;
  transition: border 0.2s;
}
@media screen and (max-width: 600px) {
  #main .news_inner .newsList li a {
    padding: 25px 16px 24px;
    display: block;
  }
}
#main .news_inner .newsList li a[href="javascript:void(0);"] {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  #main .news_inner .newsList li a:hover {
    opacity: 0.75;
  }
  #main .news_inner .newsList li a:hover .title {
    color: #004BA1;
  }
}
#main .news_inner .newsList li .date {
  display: block;
  margin-right: 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  background: linear-gradient(91.77deg, #3DBBFF 0.13%, #00489B 100.13%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .news_inner .newsList li .title {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .news_inner .newsList li .title {
    font-size: 13px;
    margin-top: 9px;
  }
}
#main .news_inner .more_arrow {
  font-weight: 700;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  #main .news_inner .more_arrow {
    padding-top: 7px;
  }
}
#main .news_inner .more_arrow a {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  font-size: 13px;
}
#main .news_inner .more_arrow a::after {
  content: "";
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  border: 1px solid #004BA1;
  border-radius: 50%;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin-left: 12px;
  background: url(../media/images/2026/toppage/icon_chevron_left.svg) no-repeat center / 35px;
}
@media screen and (max-width: 600px) {
  #main .news_inner .more_arrow a::after {
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
  }
}
#main .icon_map {
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 960px) {
  #main .icon_map {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .icon_map {
    padding: 0 16px;
  }
}
@media screen and (max-width: 375px) {
  #main .icon_map {
    margin: 0;
    width: 100%;
  }
}
#main .icon_map_inner {
  max-width: 1280px;
  padding: 41px 0 120px;
  margin: 0 auto;
  /*&::before {
			@include media(sp) {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			//background: url(../media/images/toppage/icon_map_bg_sp.png) no-repeat;
			background-size: cover;
			background-position: center -34px;
			opacity: 0.4;
		}
		}

			&::after {
			@include media(sp) {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: linear-gradient(95deg, rgba(255, 62, 71, 1), rgba(161, 75, 117, 1) 70%);
			z-index: -1;
		}
		}*/
}
@media screen and (max-width: 600px) {
  #main .icon_map_inner {
    position: relative;
    padding: 64px 0 80px;
  }
}
#main .icon_map_list {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  #main .icon_map_list {
    flex-wrap: wrap;
    gap: 12px 4%;
  }
}
#main .icon_map_list li {
  width: 184px;
  height: 124px;
  /*a {
				display: block;
				color: #fff;
				transition: all 0.3s ease-in-out;
				&:hover {
				.icon {
				border-color: $color-secondary2;
				filter: opacity(60%);
			}
			}
			}*/
}
@media screen and (max-width: 600px) {
  #main .icon_map_list li {
    flex: 0 0 48%;
    width: auto;
    height: 114px;
  }
}
#main .icon_map_list li.disabled {
  opacity: 0.6;
}
#main .icon_map_list li.disabled a {
  pointer-events: none;
}
#main .icon_map_list li a {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  transition: border 0.2s;
}
#main .icon_map_list li a:hover {
  border-color: #004BA1;
  color: #004BA1;
}
#main .icon_map_list li .icon img {
  width: 48px;
  height: 48px;
}
#main .icon_map_list li .page {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .icon_map_list li .page span.notes {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}
#main .icon_map_list + .icon_map_list {
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  #main .icon_map_list + .icon_map_list {
    margin-top: 13px;
  }
}
#main .banner {
  position: relative;
  z-index: 2;
  margin-top: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #FFFFFF1A;
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  #main .banner {
    background: linear-gradient(137.27deg, #3DBBFF 0.07%, #00489B 47.27%);
    padding: 60px 30px;
  }
}
@media screen and (max-width: 600px) {
  #main .banner {
    padding: 101px 0;
  }
}
#main .banner_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #main .banner_inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#main .banner_inner .page_title {
  margin-top: 0;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width: 601px) {
  #main .banner_inner .page_title {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 600px) {
  #main .banner_inner .page_title {
    margin-bottom: 39px;
    font-size: 36px;
  }
  #main .banner_inner .page_title .sp_wrap {
    display: block;
  }
}
#main .banner .partners {
  margin: 0 auto;
}
#main .banner .partners + .partners {
  margin-top: 63px;
}
@media screen and (max-width: 600px) {
  #main .banner .partners + .partners {
    margin-top: 62px;
  }
}
#main .banner_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 33px 40px;
  list-style: none;
}
@media screen and (max-width: 600px) {
  #main .banner_list {
    justify-content: center;
    gap: 23px 40px;
    padding: 0 23px;
  }
}
#main .banner_list::before {
  content: "";
  display: block;
}
@media screen and (max-width: 1100px) {
  #main .banner_list::before {
    display: none;
  }
}
#main .banner_list li {
  width: 245px;
  background-color: white;
  aspect-ratio: 2.987804878;
  order: 2;
}
@media screen and (max-width: 1024px) {
  #main .banner_list li {
    min-width: unset;
  }
}
@media screen and (max-width: 600px) {
  #main .banner_list li {
    width: 100%;
  }
}
#main .banner_list li.img_contain img {
  object-fit: contain;
}
#main .banner_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .banner_list li a {
  transition: opacity 0.2s;
}
#main .banner_list li a:hover {
  opacity: 0.8;
}
.contents_wrap:not(:has(#application)) .banner {
  margin-bottom: -161px;
  padding-bottom: 230px;
}
@media screen and (max-width: 600px) {
  .contents_wrap:not(:has(#application)) .banner {
    padding-bottom: 220px;
  }
}
.contents_wrap:not(:has(#application)) .footer {
  background-color: transparent;
  z-index: 2;
  position: relative;
}
.contents_wrap:not(:has(#application)) .footer .footer_wrap::before {
  z-index: 2;
}
.modal {
  overscroll-behavior: contain;
  overflow-y: scroll;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  scrollbar-width: none;
  display: none;
}
.modal:before {
  display: flex;
  content: "";
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}
.modal:after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 899;
  display: block;
  content: "";
  background: rgba(20, 1, 1, 0.1);
  animation: modalBgOpen 0.2s;
}
@keyframes modalBgOpen {
  0% {
    background-color: rgba(20, 1, 1, 0);
  }
  100% {
    background-color: rgba(20, 1, 1, 0.1);
  }
}
@media screen and (min-width: 601px) {
  .modal.sp_only {
    display: none;
  }
}
.modal_fixed {
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  .modal_fixed.sp_only {
    overflow: visible;
  }
}
.modal button.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border: none;
  background-color: #004BA1;
  color: #fff;
  font-size: 0;
  cursor: pointer;
}
.modal button.modal_close::before {
  content: "×";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal_body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 900;
  display: flex;
  flex-direction: column;
  width: 648px;
  max-height: 90vh;
  padding: 50px 0 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  overscroll-behavior-y: none;
  animation: modalOpen 0.2s;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .modal_body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 900;
    width: 92%;
    height: 75.5%;
    margin: 0;
    background: white;
    padding: 37px 0 0;
    border-radius: 4px;
  }
}
@media screen and (max-width: 600px) {
  .modal_body > div:not([class]) {
    height: calc(75.5vh  - 60px);
    overflow-y: auto;
  }
}
.modal_body_inner {
  flex: 1 1 100%;
  padding: 0 48px 32px;
}
@media screen and (max-width: 600px) {
  .modal_body_inner {
    height: calc(100% - 142px);
    padding: 0 24px 32px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 600px) {
  .modal_body_inner dl.reserve_list {
    height: 100%;
  }
}
.modal_body p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
.modal_body p.error {
  margin: 15px 0;
  padding: 10px 10px 11px;
  border-radius: 4px;
  background-color: #3D79FC;
  color: #FC0255;
  font-weight: 700;
  text-align: center;
}
.modal_body dl.reserve_list {
  margin: 0 0 33px;
}
@media screen and (max-width: 600px) {
  .modal_body dl.reserve_list {
    height: 100%;
    margin: 0;
    overflow-y: auto;
  }
}
.modal_body dl.reserve_list dt {
  margin-bottom: 14px;
  padding-bottom: 11px;
  border-bottom: 1px solid #EFEFF1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .modal_body dl.reserve_list dt {
    margin-bottom: 10px;
  }
}
.modal_body dl.reserve_list dd {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal_body dl.reserve_list dd.reserve_list_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .modal_body dl.reserve_list dd.reserve_list_title {
    line-height: 1.48;
  }
}
.modal_body dl.reserve_list dd.reserve_list_place {
  color: #004BA1;
  font-weight: 700;
}
.modal_body dl.reserve_list dd.reserve_list_place a {
  color: #004BA1;
  font-weight: 700;
}
.modal_body dl.reserve_list dd.reserve_list_place a:hover {
  color: #3D79FC;
}
.modal_body dl.reserve_list dd + dt {
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .modal_body dl.reserve_list dd + dt {
    margin-top: 28px;
  }
}
.modal_body ul.confirm_list {
  margin-bottom: 27px;
}
.modal_body ul.confirm_list li {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal_body ul.confirm_list li:before {
  content: "・";
}
.modal_body ul.confirm_list li:not(:last-child) {
  margin-bottom: 3px;
}
.modal_body ul.calendar_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 12px;
  margin: 24px auto;
}
@media screen and (max-width: 600px) {
  .modal_body ul.calendar_list {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
  }
}
.modal_body ul.calendar_list li {
  position: relative;
  /*&::before {
				position: absolute;
				inset: 0;
				z-index: -2;
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 33px;
				background: $color-grad-primary;
			}*/
}
.modal_body ul.calendar_list li button {
  display: block;
  width: 272px;
  height: 54px;
  padding-bottom: 3px;
  border: 1px solid #004BA1;
  border-radius: 40px;
  background-color: #fff;
  color: #004BA1;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  box-shadow: 0px 2px 12px 0px #00000040;
}
@media screen and (max-width: 600px) {
  .modal_body ul.calendar_list li button {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .modal_body ul.calendar_list li button:hover {
    background-color: rgba(61, 121, 252, 0.1);
  }
}
.modal_body ul.calendar_list li button:disabled {
  cursor: default;
  background: #ddd;
  color: #666;
}
.modal_body ul.calendar_list li button::before {
  background: none;
}
@media screen and (max-width: 600px) {
  .modal_body ul.calendar_list li button {
    width: 231px;
  }
}
.modal_body ul.calendar_list li button:hover {
  background-color: unset;
}
.modal_body ul.calendar_list li button span {
  padding-left: 28px;
  position: relative;
}
.modal_body ul.calendar_list li button span::before {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  content: url(../media/images/2025/seminar/icon_calendar.svg);
  width: 24px;
  height: 24px;
}
.modal_body .cancel_message {
  text-align: center;
}
.modal_body .cancel_message .modal_title_sub {
  margin-bottom: 10px;
}
.modal_body .cancel_message p {
  margin: 0;
}
.modal_body .notes {
  margin-top: 24px;
  padding: 18px 17px;
  background-color: #F9F9F9;
}
.modal_body .notes_list li {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal_body .notes_list li:before {
  content: "・";
}
.modal_body .notes_list li:not(:last-child) {
  margin-bottom: 3px;
}
.modal_body .modal_button_wrap {
  padding: 24px 31px;
  border-top: 1px solid #EFEFF1;
}
.modal_body button.submit {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #004BA1;
  border-radius: 24px;
  background-color: #004BA1;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #fff;
  width: 274px;
  height: 64px;
  border-radius: 38px;
  margin: 0 auto;
  outline: unset;
  width: 224px;
  height: 54px;
  /* &[disable="false"] {
			@include white_button(224px, 54px);
		} */
}
@media (hover: hover) and (pointer: fine) {
  .modal_body button.submit:hover {
    border: 1px solid #80a5d0;
    background-color: #80a5d0;
  }
}
.modal_body button.submit::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border: 2px solid #fff;
  border-radius: 20px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .modal_body button.submit {
    width: 272px;
  }
}
.modal_body button.submit::after {
  border-radius: 100px;
}
.modal_body button.submit[disabled], .modal_body button.submit.disabled {
  background-color: #B4B4B4;
  border-color: #B4B4B4;
  pointer-events: none;
  cursor: default;
  background: #B4B4B4;
  color: #fff;
}
.modal_body button.submit[disabled]::after, .modal_body button.submit.disabled::after {
  display: none;
}
.modal_body button.submit.ended {
  border-color: #EFEFF1;
  background-color: #EFEFF1;
  color: #C2C2C2;
  box-shadow: none;
  pointer-events: none;
}
.modal_body button.submit.ended::after {
  display: none;
}
@media screen and (max-width: 600px) {
  .modal_body button.submit {
    max-width: 100%;
  }
}
.modal_body button.close_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  border: none;
  background-color: unset;
  color: #000;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media screen and (max-width: 600px) {
  .modal_body button.close_top {
    width: 46px;
    height: 46px;
  }
}
.modal_body button.close_top:before {
  content: "×";
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal_body button.close_top:hover {
  background-color: #F9F9F9;
}
.modal_body button.close_bottom {
  display: block;
  width: 224px;
  height: 54px;
  padding-bottom: 3px;
  border: 1px solid #C2C2C2;
  border-radius: 40px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  margin: 0 auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 600px) {
  .modal_body button.close_bottom {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .modal_body button.close_bottom:hover {
    background-color: #F9F9F9;
  }
}
.modal_body button.close_bottom:disabled {
  cursor: default;
  background: #ddd;
  color: #666;
}
@media screen and (max-width: 600px) {
  .modal_body button.close_bottom {
    width: 224px;
    height: 54px;
    max-width: 100%;
  }
}
.modal_title {
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .modal_title {
    margin-bottom: 38px;
  }
}
.modal_title_sub {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal .no_id {
  margin-top: 18px;
  text-align: center;
}
.modal .no_id a {
  color: #004BA1;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
  text-decoration: underline;
}
.modal .alert_area {
  position: fixed;
  top: 71px !important;
  right: 8px !important;
  width: calc(100% - 16px) !important;
}
.modal .alert_area .alert {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: auto !important;
}
.modal_body {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 23.75px;
  width: 65.8vw;
  height: auto;
  max-width: 948px;
  max-height: unset;
  padding: 80px 40px 32px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .modal_body {
    width: 80vw;
  }
}
@media screen and (max-width: 600px) {
  .modal_body {
    width: 91.4vw;
    max-height: 90svh;
    padding: 64px 16px 32px;
    overflow: auto;
  }
}
.modal_body .iframe {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.modal_body .iframe iframe, .modal_body .iframe img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1.7777777778;
  border: 0;
}
.modal_body .iframe p.image_caption {
  margin-bottom: 0;
}
.modal_body .close_bottom {
  flex: 0 0 auto;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .modal_body .close_bottom {
    max-width: 100%;
  }
}
.floating_banner {
  width: 318px;
  height: 114px;
  position: fixed;
  left: 75px;
  bottom: 8px;
  z-index: 898;
}
@media screen and (max-width: 600px) {
  .floating_banner {
    left: 15vw;
    transform: scale(0.95);
  }
}
.floating_banner .floating_contents {
  display: block;
  width: 318px;
  height: 114px;
  padding: 8.5px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 3;
  filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.25));
  background: url(../media/images/2026/toppage/bg_bubble_05.png) center / cover no-repeat;
  border-radius: 8px;
  border: 3px solid #1FA9FF;
}
.floating_banner .floating_contents .floating_contents_inner {
  width: 100%;
  height: 100%;
  padding: 8px;
  border-radius: 4px;
  background: #FFFFFF2E;
}
.floating_banner .floating_contents p {
  margin: 0;
  background: linear-gradient(312.36deg, #EED811 33.96%, #FF9939 80.55%);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.floating_banner .floating_contents .here_button {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 159px;
  height: 28px;
  margin: 9px auto 0;
  border-radius: 28px;
  background: linear-gradient(91.77deg, #3DBBFF 0.13%, #00489B 100.13%);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}
.floating_banner .floating_close_button {
  position: absolute;
  top: -25px;
  right: 9px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 6px 6px 0 0;
  background: #1FA9FF;
  font-size: 0;
  z-index: 2;
  cursor: pointer;
  filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.25));
}
.floating_banner .floating_close_button::after {
  content: "×";
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}
/*# sourceMappingURL=./toppage_2026.css.map */