@charset "UTF-8";
.toppage .pankuzu {
  display: none !important;
}
.toppage .mainvisual, .toppage .icon_map, .toppage .outline {
  width: 100vw;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.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 .mainvisual {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  margin-bottom: 12px;
  /*.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;
	}
	}*/
}
@media screen and (max-width: 1200px) {
  #main .mainvisual {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  #main .mainvisual {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .mainvisual_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 6px;
  height: 100%;
  max-width: 1440px;
  padding: 40px 30px 0;
  margin: 0 auto;
  background-size: cover;
  /*&::after {
			@include media(tab-s) {
			position: absolute;
			top: 0;
			content: "";
			display: block;
			background-color: #fff;
			width: calc(100% - 48px);
			height: calc(100% - 16px); // 480px
			z-index: 0;
		}
		}*/
}
@media screen and (max-width: 960px) {
  #main .mainvisual_inner {
    background-position: center;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_inner {
    padding: 15px 15px 0;
  }
}
#main .mainvisual_kv {
  flex: 0 0 45.6%;
  aspect-ratio: 0.9493384768;
  margin-right: 10px;
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_kv {
    width: 100%;
    max-width: 500px;
    margin: 0;
  }
}
#main .mainvisual_kv img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 1200px) {
  #main .mainvisual_kv img {
    object-fit: contain;
  }
}
@media screen and (max-width: 960px) {
  #main .mainvisual_kv img {
    background-color: #fff;
    object-fit: cover;
  }
}
#main .mainvisual_kv::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../media/images/2025/toppage/mv_main.jpg) center / cover no-repeat;
  filter: blur(20px);
}
#main .mainvisual_desc {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: calc(53.7% - 6px);
  padding: 12px 0 0;
  text-align: center;
  background-color: #fff;
  /*p {
			@include font(28, 1.448, 500, 0.4px);
			color: #fff;
			text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
			margin: 27px auto 32px;
			@include media(sp) {
			@include font(18, 1.448, 700, 0);
			margin-bottom: 21px;
		}
			span {
			display: block;
			font-size: 20px;
			letter-spacing: 0;
			padding-top: 4px;
			@include media(sp) {
			font-size: 16px;
		}
		}
		}*/
  /*.info_wrap {
			width: 467px;
			max-width: 100%;
			margin: 0 auto;
			//padding: 0 34px;
			@include media(sp) {
			width: 400px;
		}
			h3 {
			//@include font(18, 1.448, 700, 0);
			@include font(13, 1.448, 700, 0);
			padding: 12px 0 18px;
			position: relative;
			color: $color-primary;
			@include media(sp) {
			font-size: 15px;
			line-height: 1;
			padding-top: 10px;
			padding-bottom: 22px;
		}
			&::before {
			position: absolute;
			top: calc(50% - 2px);
			left: 0;
			width: 100%;
			height: 1px;
			content: "";
			//transform: translateY(-50%);
			background: $color-primary;
		}
			span {
			position: relative;
			padding: 0 10px;
			background: #fff;
			display: inline-block;
		}
		}
			&.reception_closed {
			h3 {
			margin-bottom: 16px;
			padding: 12px 0;
			border: 1px solid $color-primary;
			@include media(sp) {
			margin-bottom: 12px;
			font-size: 13px;
			line-height: 1.3;
			padding: 10px 0;
		}
			&::before {
			content: none;
		}
		}
		}
		}*/
}
@media screen and (max-width: 960px) {
  #main .mainvisual_desc {
    width: 100%;
    z-index: 2;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc {
    margin-bottom: 16px;
  }
}
#main .mainvisual_desc .event_wrap {
  width: 479px;
  max-width: 90%;
  margin-bottom: 40px;
  margin-inline: auto;
}
@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: 20px;
  }
}
#main .mainvisual_desc .register_button {
  width: auto;
  height: 68px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_desc .register_button {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .register_button {
    height: 50px;
    margin: 0 auto 10px;
  }
}
#main .mainvisual_desc .register_button 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;
  padding: 0 30px;
  font-size: 16px;
  font-feature-settings: "palt";
}
#main .mainvisual_desc .register_button a::before, #main .mainvisual_desc .register_button a::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 40px;
}
#main .mainvisual_desc .register_button a::before {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #7220D2, #545CFC, #2FA5FD, #8EE9FC, #CCA2DF, #EB5FC7);
}
#main .mainvisual_desc .register_button a::after {
  inset: 3px;
  z-index: -1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  transition: background-color 0.2s;
}
#main .mainvisual_desc .register_button a:hover {
  background-color: #F9F9F9;
}
#main .mainvisual_desc .register_button a:hover::after {
  background-color: #F9F9F9;
}
#main .mainvisual_desc .register_button a.disabled {
  background: #B4B4B4;
  color: #fff;
}
#main .mainvisual_desc .register_button a.disabled::before, #main .mainvisual_desc .register_button a.disabled::after {
  content: none;
}
#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: #3D79FC;
}
#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 #3D79FC;
  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 .swiper {
  max-width: 100%;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main .mainvisual .swiper {
    max-width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
#main .mainvisual .swiper::before, #main .mainvisual .swiper::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 26px;
  height: 100%;
}
#main .mainvisual .swiper::before {
  left: -1px;
  background-image: linear-gradient(to right, #fff 0%, #fff 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}
#main .mainvisual .swiper::after {
  right: -1px;
  background-image: linear-gradient(to left, #fff 0%, #fff 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}
#main .mainvisual .swiper .swiper-wrapper {
  align-items: center;
}
@media screen and (max-width: 960px) {
  #main .mainvisual .swiper .swiper-wrapper {
    align-items: stretch;
  }
}
@media screen and (max-width: 960px) {
  #main .mainvisual .swiper .swiper-wrapper .swiper-slide {
    height: unset;
  }
}
#main .mainvisual .swiper .swiper-wrapper .swiper-slide.startup .card_title_wrap {
  padding-right: 74px;
}
#main .mainvisual .swiper .swiper-wrapper .swiper-slide.startup .ico_img {
  top: 23px;
  width: 66px;
}
#main .mainvisual .swiper .swiper-wrapper .swiper-slide a, #main .mainvisual .swiper .swiper-wrapper .swiper-slide .no_link {
  display: block;
  height: 100%;
  min-height: 174px;
  padding: 19px 24px 10px;
  border-radius: 4px;
  background: linear-gradient(103.3deg, #EFFFFF 0%, #A0EFFF 48.52%, #F0E6FD 97.03%);
  color: #000;
  text-align: left;
  position: relative;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}
#main .mainvisual .swiper .swiper-wrapper .swiper-slide a .ico_img, #main .mainvisual .swiper .swiper-wrapper .swiper-slide .no_link .ico_img {
  position: absolute;
  top: 24px;
  right: 24px;
}
#main .mainvisual .swiper .swiper-wrapper .swiper-slide a .ico_img img, #main .mainvisual .swiper .swiper-wrapper .swiper-slide .no_link .ico_img img {
  width: 100%;
  height: auto;
}
#main .mainvisual .swiper .swiper-wrapper .swiper-slide a .card_title_wrap, #main .mainvisual .swiper .swiper-wrapper .swiper-slide .no_link .card_title_wrap {
  padding-right: 50px;
  margin: 0 0 17px;
}
#main .mainvisual .swiper .swiper-wrapper .swiper-slide a .cate, #main .mainvisual .swiper .swiper-wrapper .swiper-slide .no_link .cate {
  display: inline-block;
  padding: 2.5px 18px;
  margin: 0 0 8px;
  border-radius: 4px;
  background: #3D79FC;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .mainvisual .swiper .swiper-wrapper .swiper-slide a .card_title, #main .mainvisual .swiper .swiper-wrapper .swiper-slide .no_link .card_title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .mainvisual .swiper .swiper-wrapper .swiper-slide a p, #main .mainvisual .swiper .swiper-wrapper .swiper-slide .no_link p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .mainvisual .swiper .swiper-button-prev, #main .mainvisual .swiper .swiper-button-next {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 40px;
  font-size: 0;
}
#main .mainvisual .swiper .swiper-button-prev::after, #main .mainvisual .swiper .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 .swiper-button-prev {
  left: 10px;
}
#main .mainvisual .swiper .swiper-button-prev::after {
  transform: rotate(180deg);
}
#main .mainvisual .swiper .swiper-button-next {
  right: 10px;
}
#main .information {
  max-width: 960px;
  border: solid 2px;
  border-image: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%) 1;
  padding: 13px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 600px) {
  #main .information {
    padding: 12px 10px;
  }
}
#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 .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: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .anchor_menu {
  max-width: 1312px;
  margin: 0 auto 80px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  #main .anchor_menu {
    max-width: 1140px;
  }
}
@media screen and (max-width: 600px) {
  #main .anchor_menu {
    margin-bottom: 40px;
    padding: 13px 10px 3px;
  }
}
#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: 10px 30px;
    margin: 0 13px;
  }
}
#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 .aboutus {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 64px 15px 64px;
  background: url(../media/images/2025/toppage/bg_bubble_01.png) center / cover no-repeat;
}
@media screen and (max-width: 600px) {
  #main .aboutus {
    width: 100%;
    margin: 0 auto;
    padding: 40px 8px;
  }
}
@media screen and (max-width: 375px) {
  #main .aboutus {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .aboutus_inner {
  max-width: 1312px;
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .aboutus_inner {
    width: 100%;
  }
}
#main .aboutus_inner .movie {
  margin-bottom: 40px;
}
#main .aboutus_inner .movie iframe {
  width: 720px;
  max-width: 90%;
  aspect-ratio: 1.7777777778;
  margin: 0 auto;
  border: none;
  background-color: #fff;
}
#main .aboutus_inner .theme {
  display: inline-block;
}
#main .aboutus_inner .theme_title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.448;
  letter-spacing: 0;
  margin-bottom: 34px;
  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 .aboutus_inner .theme_title {
    font-size: 39px;
  }
}
#main .aboutus_inner .theme_title_sub {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .aboutus_inner .theme_title_sub {
    font-size: 20px;
  }
}
#main .aboutus_inner .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_inner .theme_title_sub span.marker {
    font-size: 28px;
  }
}
#main .aboutus_inner .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_inner .theme_title_sub span.marker::before {
    height: 12px;
  }
}
#main .aboutus_inner .impress {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 16px;
  max-width: 1100px;
  padding: 0 60px 0 64px;
  margin: 103px auto 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1200px) {
  #main .aboutus_inner .impress {
    padding: 0 30px 0 34px;
    margin: 53px auto 0;
  }
}
@media screen and (max-width: 960px) {
  #main .aboutus_inner .impress {
    flex-wrap: wrap;
    position: relative;
    padding: 10px 30px 124px 34px;
  }
}
#main .aboutus_inner .impress_title {
  margin: 16px 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_inner .impress_title {
    font-size: 24px;
  }
}
#main .aboutus_inner .impress_title_sub {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .aboutus_inner .impress_desc {
  flex: 0 0 38.8%;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #main .aboutus_inner .impress_desc {
    flex: 0 0 100%;
  }
}
#main .aboutus_inner .impress_desc p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .aboutus_inner .impress_desc .button_wrap {
  width: 272px;
  height: 64px;
  margin: 32px auto 0;
}
@media screen and (max-width: 960px) {
  #main .aboutus_inner .impress_desc .button_wrap {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  #main .aboutus_inner .impress_desc .button_wrap {
    width: 295px;
    height: 46px;
    margin: 20px auto 0;
  }
}
#main .aboutus_inner .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-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 .aboutus_inner .impress_desc .button_wrap a::before, #main .aboutus_inner .impress_desc .button_wrap a::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 40px;
}
#main .aboutus_inner .impress_desc .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 .aboutus_inner .impress_desc .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;
}
#main .aboutus_inner .impress_desc .button_wrap a:hover {
  background-color: #F9F9F9;
}
#main .aboutus_inner .impress_desc .button_wrap a:hover::after {
  background-color: #F9F9F9;
}
#main .aboutus_inner .impress_desc .button_wrap a.disabled {
  background: #B4B4B4;
  color: #fff;
}
#main .aboutus_inner .impress_desc .button_wrap a.disabled::before, #main .aboutus_inner .impress_desc .button_wrap a.disabled::after {
  content: none;
}
#main .aboutus_inner .impress_image {
  flex: 0 0 calc(61.2% - 16px);
}
@media screen and (max-width: 960px) {
  #main .aboutus_inner .impress_image {
    flex: 0 0 100%;
    aspect-ratio: 1.4023255814;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  #main .aboutus_inner .impress_image {
    transform: scale(1.1);
  }
}
#main .aboutus_inner .impress_image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  #main .aboutus_inner .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: 180px;
  background: url(../media/images/2025/toppage/bg_bubble_02.png) center / cover no-repeat;
  padding: 80px 15px 80px;
  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;
  }
}
@media screen and (max-width: 375px) {
  #main .seminar {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#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: 33px;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .seminar .cont_title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
#main .seminar .cont_description {
  margin-bottom: 38px;
}
@media screen and (max-width: 600px) {
  #main .seminar .cont_description {
    font-size: 14px;
  }
}
#main .seminar .button_wrap {
  width: 320px;
  height: 64px;
}
@media screen and (max-width: 600px) {
  #main .seminar .button_wrap {
    width: 295px;
    height: 46px;
    margin: 0 auto;
  }
}
#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-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 .seminar .button_wrap a::before, #main .seminar .button_wrap a::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 40px;
}
#main .seminar .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 .seminar .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;
}
#main .seminar .button_wrap a:hover {
  background-color: #F9F9F9;
}
#main .seminar .button_wrap a:hover::after {
  background-color: #F9F9F9;
}
#main .seminar .button_wrap a.disabled {
  background: #B4B4B4;
  color: #fff;
}
#main .seminar .button_wrap a.disabled::before, #main .seminar .button_wrap a.disabled::after {
  content: none;
}
#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: 8px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  #main .seminar .swiper {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .seminar .swiper-slide {
  width: 300px !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: 2px 14px 4px;
  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: 23px 23px 35px;
  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: #3D79FC;
}
#main .seminar .swiper-slide h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-bottom: 8px;
}
#main .seminar .swiper-slide h3 .time {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #efeff1;
}
#main .seminar .swiper-slide .seminar_title_note {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: 0;
  text-align: right;
}
#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: 13px;
  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: 16px;
}
#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: -122px;
    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/2025/toppage/arrow_slide.svg) center / 100% no-repeat;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
#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: 60px;
  }
}
#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: 8px;
  }
}
#main .discovery {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: url(../media/images/2025/toppage/bg_bubble_03_left.png), url(../media/images/2025/toppage/bg_bubble_03_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
}
@media screen and (max-width: 375px) {
  #main .discovery {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .discovery_inner {
  max-width: 1100px;
  padding: 180px 15px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #main .discovery_inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_inner {
    padding: 60px 8px;
  }
}
#main .discovery .cont_title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.448;
  letter-spacing: 0;
  margin-bottom: 33px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .discovery .cont_title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
#main .discovery .cont_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
  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: 14px;
    margin-bottom: 48px;
  }
}
#main .discovery .column {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
@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: linear-gradient(103.3deg, rgba(239, 255, 255, 0.4) 0%, rgba(160, 239, 255, 0.4) 48.52%, rgba(240, 230, 253, 0.4) 97.03%);
  /*&: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;
  }
}
#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: 26px;
    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: 224px;
  height: 48px;
  margin: 24px auto 0;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .button_wrap {
    width: 295px;
    height: 46px;
  }
}
#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: 1px solid #C2C2C2;
  border-radius: 33px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  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;
}
#main .discovery_info .button_wrap a:hover {
  background-color: #F9F9F9;
}
#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;
}
#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;
}
#main .news {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  background: #f9f9f9;
  padding: 80px 0 79px;
}
@media screen and (max-width: 1200px) {
  #main .news {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  #main .news {
    padding: 48px 8px;
  }
}
@media screen and (max-width: 375px) {
  #main .news {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .news_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#main .news_inner .cont_title {
  margin-bottom: 40px;
  font-weight: 700;
  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: 26px;
    margin-bottom: 32px;
  }
}
#main .news_inner .newsList li:not(:last-of-type) {
  margin-bottom: 16px;
}
#main .news_inner .newsList li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: border 0.2s;
}
@media screen and (max-width: 600px) {
  #main .news_inner .newsList li a {
    padding: 16px;
  }
}
#main .news_inner .newsList li a[href="javascript:void(0);"] {
  pointer-events: none;
}
#main .news_inner .newsList li a:hover {
  border-color: #3D79FC;
}
#main .news_inner .newsList li .date {
  display: block;
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  color: #3D79FC;
}
#main .news_inner .newsList li .title {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .news_inner .button_wrap {
  width: 272px;
  height: 64px;
  margin: 40px auto 0;
}
@media screen and (max-width: 600px) {
  #main .news_inner .button_wrap {
    width: 295px;
    height: 46px;
  }
}
#main .news_inner .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;
  font-size: 13px;
}
#main .news_inner .button_wrap a::before, #main .news_inner .button_wrap a::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 40px;
}
#main .news_inner .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 .news_inner .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;
}
#main .news_inner .button_wrap a:hover {
  background-color: #F9F9F9;
}
#main .news_inner .button_wrap a:hover::after {
  background-color: #F9F9F9;
}
#main .news_inner .button_wrap a.disabled {
  background: #B4B4B4;
  color: #fff;
}
#main .news_inner .button_wrap a.disabled::before, #main .news_inner .button_wrap a.disabled::after {
  content: none;
}
#main .icon_map {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url(../media/images/2025/toppage/bg_bubble_04.png) center / cover no-repeat;
}
@media screen and (max-width: 375px) {
  #main .icon_map {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .icon_map_inner {
  max-width: 1100px;
  padding: 81px 15px;
  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 26px 64px 30px;
  }
}
#main .icon_map_list {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  #main .icon_map_list {
    flex-wrap: wrap;
  }
}
#main .icon_map_list li {
  width: 144px;
  aspect-ratio: 1;
  /*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 {
    width: calc((100% - 20px) / 2);
    max-width: 150px;
  }
}
#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: #3D79FC;
  color: #3D79FC;
}
#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: 24px;
}
@media screen and (max-width: 600px) {
  #main .icon_map_list + .icon_map_list {
    margin-top: 20px;
  }
}
#main .banner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f9f9f9;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  #main .banner {
    padding: 48px 0;
  }
}
@media screen and (max-width: 375px) {
  #main .banner {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .banner_inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  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;
}
@media screen and (min-width: 601px) {
  #main .banner_inner .page_title {
    margin-bottom: 43px;
  }
}
#main .banner .partners {
  margin: 0 auto;
}
#main .banner .partners + .partners {
  margin-top: 53px;
}
@media screen and (max-width: 600px) {
  #main .banner .partners + .partners {
    margin-top: 24px;
  }
}
#main .banner_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 600px) {
  #main .banner_list {
    justify-content: center;
  }
}
#main .banner_list li {
  width: calc((100% - 40px) / 3);
  max-width: 300px;
  min-width: 200px;
  aspect-ratio: 3;
}
@media screen and (max-width: 1024px) {
  #main .banner_list li {
    min-width: unset;
  }
}
@media screen and (max-width: 600px) {
  #main .banner_list li {
    width: 250px;
  }
}
#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;
}
.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: #3D79FC;
  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: rgba(61, 121, 252, 0.5);
  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: #3D79FC;
  font-weight: 700;
}
.modal_body dl.reserve_list dd.reserve_list_place a {
  color: #3D79FC;
  font-weight: 700;
}
.modal_body dl.reserve_list dd.reserve_list_place a:hover {
  color: rgba(61, 121, 252, 0.5);
}
.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: 232px;
  height: 54px;
  padding-bottom: 3px;
  border: none;
  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;
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
.modal_body ul.calendar_list li button::before, .modal_body ul.calendar_list li button::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 40px;
}
.modal_body ul.calendar_list li button::before {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #7220D2, #545CFC, #2FA5FD, #8EE9FC, #CCA2DF, #EB5FC7);
}
.modal_body ul.calendar_list li button::after {
  inset: 3px;
  z-index: -1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  transition: background-color 0.2s;
}
.modal_body ul.calendar_list li button:hover {
  background-color: #F9F9F9;
}
.modal_body ul.calendar_list li button:hover::after {
  background-color: #F9F9F9;
}
.modal_body ul.calendar_list li button:disabled {
  cursor: default;
  background: #B4B4B4;
  color: #fff;
}
.modal_body ul.calendar_list li button:disabled::before, .modal_body ul.calendar_list li button:disabled::after {
  content: none;
}
.modal_body ul.calendar_list li button.ended {
  border: 2.5px solid rgba(180, 180, 180, 0.7);
  background-color: #EFEFF1;
  color: #B4B4B4;
  box-shadow: none;
  pointer-events: none;
}
.modal_body ul.calendar_list li button.ended::before, .modal_body ul.calendar_list li button.ended::after {
  content: 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: 0;
  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 {
  display: block;
  width: 224px;
  height: 54px;
  padding-bottom: 3px;
  border: none;
  border-radius: 40px;
  background-color: #3D79FC;
  color: #fff;
  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);
}
.modal_body button.submit:hover {
  background-color: rgba(61, 121, 252, 0.5);
}
.modal_body button.submit:disabled {
  cursor: default;
  background: #ddd;
  color: #666;
}
@media screen and (max-width: 600px) {
  .modal_body button.submit {
    width: 295px;
    max-width: 100%;
    height: 46px;
  }
}
.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%;
  }
}
.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: 295px;
    max-width: 100%;
    height: 46px;
  }
}
.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: #3D79FC;
  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;
  right: 30px;
  bottom: 49px;
  z-index: 898;
}
.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: 1;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}
.floating_banner .floating_contents::before, .floating_banner .floating_contents::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
}
.floating_banner .floating_contents::before {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(90deg, #7220D2 0%, #545CFC 23.5%, #2FA5FD 46.5%, #8EE9FC 67%, #CCA2DF 83.5%, #EB5FC7 100%);
}
.floating_banner .floating_contents::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 5px;
  background: url(../media/images/2025/toppage/bg_bubble_05.png) center / cover no-repeat;
}
.floating_banner .floating_contents .floating_contents_inner {
  width: 100%;
  height: 100%;
  padding: 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
}
.floating_banner .floating_contents p {
  margin: 0;
  background: linear-gradient(91.77deg, #648BFF 0.13%, #AB34EE 100.13%);
  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, #648BFF 0.13%, #AB34EE 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-color: #fff;
  font-size: 0;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.floating_banner .floating_close_button::before {
  content: "×";
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}
/*# sourceMappingURL=./toppage_2025.css.map */