html {
  scroll-behavior: smooth;
}

body {
  font-family: neue-haas-grotesk-display, "noto-sans-cjk-jp", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: inline-block;
}

.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
}
.section-title {
  text-align: center;
}
.section-title__ja {
  display: inline-block;
  font-family: neue-haas-grotesk-display, "noto-sans-cjk-jp", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  background: var(--linear-2-paints, linear-gradient(91deg, var(--Brand-primary, #0054FF) 0.64%, var(--Brand-dark-blue, #0037A2) 99.36%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .section-title__ja {
    font-size: 56px;
  }
}
.section-title__en {
  display: block;
  color: #0E202E;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (min-width: 769px) {
  .section-title__en {
    font-size: 18px;
  }
}
.section-title--white .section-title__en {
  color: #fff;
}
.section-title--white .section-title__ja {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 28px 20px;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 20px 30px;
  }
}
.header__inner {
  margin: 0 auto;
}
.header__logo {
  width: 140px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: 222px;
  }
}

.mv {
  position: relative;
  padding: 80px 20px 160px;
  text-align: center;
  background-image: url(../../assets/img/bg-kv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .mv {
    padding: 120px 30px 80px;
  }
}
.mv__inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.mv__title picture {
  display: block;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mv__title picture {
    max-width: 1008px;
  }
}
.mv__subtitle {
  font-family: neue-haas-grotesk-display, "noto-sans-cjk-jp", sans-serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .mv__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.mv__info {
  margin-top: 52px;
}
@media screen and (min-width: 769px) {
  .mv__info {
    margin-top: 56px;
  }
}
.mv__date {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.44px;
  font-weight: 900;
}
.mv__date span {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .mv__date span {
    font-size: 50px;
  }
}
.mv__date time {
  display: block;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .mv__date {
    font-size: 70px;
  }
  .mv__date time {
    margin-left: 20px;
    font-size: 60px;
    display: inline-block;
  }
}
.mv__venue {
  color: #fff;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .mv__venue {
    margin-top: 8px;
    font-size: 16px;
    gap: 20px;
  }
}
.mv__venue-label {
  display: inline-block;
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #0054FF;
  background: rgba(0, 84, 255, 0.2);
  box-shadow: 0 2px 16px 0 #0054FF;
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 769px) {
  .mv__venue-label {
    font-size: 24px;
    padding: 2px 12px;
  }
}
.mv__venue-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .mv__venue-name {
    font-size: 40px;
  }
}
.mv__sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
.mv__sponsor img {
  width: 140px;
}
@media screen and (min-width: 769px) {
  .mv__sponsor {
    gap: 20px;
    font-size: 20px;
  }
  .mv__sponsor img {
    width: 180px;
  }
}
.cta__btn {
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: calc(100% - 40px);
  max-width: 320px;
  z-index: 3;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  border-radius: 999px;
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: -2px;
  background: linear-gradient(90deg, #27E5FE 0%, #2987E6 50%, #6360E2 100%);
  display: flex;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  transition: bottom 0.3s ease-out;
}
.cta__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(0deg, rgba(8, 18, 99, 0.28) 0%, rgba(8, 18, 99, 0.28) 100%), linear-gradient(91deg, #7EF4F4 0.64%, #236BFF 76.49%, #7C6AFF 99.36%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.cta__btn:hover::before {
  opacity: 1;
}
.cta__btn.is-hidden {
  bottom: -100px;
}
@media (max-width: 768px) {
  .cta__btn {
    max-width: 335px;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
  }
  .cta__btn.is-top {
    bottom: calc(var(--mv-bottom, 20px) + 52px);
  }
}

.concept {
  padding: 52px 20px;
  background: #fff;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff, #edf2fe);
}
.concept::after {
  content: "";
  position: absolute;
  top: 120px;
  right: 0;
  width: 100px;
  height: 421px;
  background-image: url(../../assets/img/bg-concept.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.concept::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100px;
  height: 421px;
  background-image: url(../../assets/img/bg-concept.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .concept {
    padding: 96px 20px;
  }
  .concept::after {
    top: 100px;
    width: 144px;
    height: 610px;
  }
  .concept::before {
    top: 100px;
    width: 144px;
    height: 610px;
  }
}
.concept__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.concept__content {
  margin-top: 32px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .concept__content {
    margin-top: 52px;
    text-align: center;
  }
}
.concept__text {
  color: #0E202E;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.25px;
  margin-top: 32px;
}
.concept__text:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .concept__text {
    font-size: 20px;
    margin-top: 52px;
  }
}
.concept__text br {
  display: none;
}
@media screen and (min-width: 769px) {
  .concept__text br {
    display: inline;
  }
}
.concept__text:last-child {
  margin-bottom: 0;
}

.contents {
  padding: 60px 20px 112px;
  background: #fff;
  position: relative;
  background: linear-gradient(180deg, #edf2fe, #bed3fc);
}
.contents::after {
  content: "";
  position: absolute;
  top: 270px;
  right: 0;
  width: 100px;
  height: 800px;
  background-image: url(../../assets/img/bg-contents.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contents::before {
  content: "";
  position: absolute;
  top: 550px;
  left: 0;
  width: 100px;
  height: 800px;
  background-image: url(../../assets/img/bg-contents.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .contents {
    padding: 80px 30px 212px;
  }
  .contents::after {
    top: 480px;
    width: 144px;
    height: 900px;
  }
  .contents::before {
    top: 720px;
    width: 144px;
    height: 900px;
  }
}
.contents__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.contents__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
@media screen and (min-width: 769px) {
  .contents__list {
    margin-top: 52px;
    gap: 52px;
  }
}
.contents__item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  gap: 20px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .contents__item {
    flex-direction: row;
    align-items: center;
    gap: 52px;
  }
}
@media screen and (min-width: 769px) {
  .contents__item--reverse {
    flex-direction: row-reverse;
  }
}
.contents__item-img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .contents__item-img {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.contents__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .contents__item-body {
    flex: 1;
  }
}
.contents__item-title {
  font-family: neue-haas-grotesk-display, "noto-sans-cjk-jp", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0E202E;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .contents__item-title {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.contents__item-text {
  font-size: 16px;
  line-height: 1.9;
  color: #0E202E;
}
@media screen and (min-width: 769px) {
  .contents__item-text {
    font-size: 20px;
  }
}
.contents__item-text br {
  display: none;
}
@media screen and (min-width: 769px) {
  .contents__item-text br {
    display: inline;
  }
}

.timetable {
  padding: 60px 20px 112px;
  background: #0037A2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .timetable {
    padding: 80px 30px 212px;
  }
}
.timetable__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.timetable__note {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .timetable__note {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.timetable__list {
  margin-top: 32px;
  border-left: solid 1px #5F9BFF;
}
.timetable__item {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  position: relative;
}
.timetable__item::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 32px;
  left: -6px;
  background-color: #27E5FE;
  z-index: 2;
}
.timetable__item:first-child {
  margin-top: 0;
}
.timetable__item:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  top: 0;
  left: -1px;
  background-color: #0c2366;
}
.timetable__item:last-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  bottom: 0;
  left: -1px;
  background-color: #0c2366;
}
.timetable__item:last-child {
  border-bottom: none;
}
.timetable__time {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.35);
  padding: 20px;
}
.timetable__time span {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .timetable__time {
    flex: 0 0 80px;
    font-size: 28px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 80px;
  }
  .timetable__time span {
    font-size: 24px;
  }
}
.timetable__label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .timetable__label {
    font-size: 16px;
  }
}
.timetable__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.25px;
  padding: 16px;
  background: linear-gradient(90deg, #1e4b7c, #1c2e7e);
}
@media screen and (min-width: 769px) {
  .timetable__title {
    font-size: 24px;
  }
}
.timetable__content {
  flex: 1;
  background: rgba(0, 0, 0, 0.35);
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 769px) {
  .timetable__content {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 28px 44px;
  }
}
.timetable__speaker {
  display: flex;
  gap: 20px;
  flex: 0 0 calc(50% - 16px);
}
@media screen and (min-width: 769px) {
  .timetable__speaker {
    gap: 32px;
    flex: 0 0 calc(50% - 16px);
  }
}
.timetable__speaker-img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 769px) {
  .timetable__speaker-img {
    width: 120px;
    height: 120px;
  }
}
.timetable__speaker-info {
  /* silence */
}
.timetable__speaker-role {
  font-size: 16px;
  color: #9399d9;
  font-weight: 500;
  line-height: 150%;
}
.timetable__speaker-company {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.timetable__speaker-position {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 6px;
}
.timetable__speaker-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 6px;
}
.timetable__speaker-name .suffix {
  font-size: 14px;
  margin-left: 4px;
}
@media screen and (min-width: 769px) {
  .timetable__speaker-position {
    margin-top: 7px;
  }
  .timetable__speaker-name {
    margin-top: 7px;
  }
}

.overview {
  padding: 60px 20px 112px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .overview {
    padding: 80px 30px 212px;
  }
}
.overview__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.overview__list {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .overview__list {
    margin-top: 52px;
  }
}
.overview__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}
.overview__item.map {
  border-bottom: none;
}
.overview__item iframe {
  width: 100%;
  height: 520px;
}
@media screen and (min-width: 769px) {
  .overview__item {
    flex-direction: row;
    padding: 20px 0;
    align-items: center;
  }
}
.overview__term {
  font-size: 14px;
  font-weight: 600;
  color: #0E202E;
  margin-bottom: 5px;
}
.overview__term span {
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .overview__term {
    font-size: 18px;
    flex: 0 0 170px;
    margin-bottom: 0;
  }
}
.overview__desc {
  flex: 1;
  font-size: 14px;
  color: #333;
}
.overview__desc .img-contact {
  width: 195px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .overview__desc {
    font-size: 18px;
  }
  .overview__desc .img-contact {
    width: 256.5px;
  }
}
.overview__map {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .overview__map {
    max-width: 400px;
  }
}
.overview__map-link {
  display: block;
}
.overview__map-link:hover {
  opacity: 0.8;
}

.entry {
  padding: 60px 20px;
  background: #E4ECFF;
}
@media screen and (min-width: 769px) {
  .entry {
    padding: 80px 20px 96px;
  }
}
.entry__inner {
  max-width: 900px;
  margin: 0 auto;
}
.entry__content {
  margin-top: 32px;
  background: #eff3fe;
  padding: 32px 16px;
}
@media screen and (min-width: 769px) {
  .entry__content {
    padding: 52px 16px;
  }
}
.entry__flex {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
  margin: 0 auto 40px;
}
.entry__flex__title {
  border-radius: 4px;
  background: rgba(0, 84, 255, 0.1);
  padding: 8px 12px;
  color: #0037A2;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.entry__flex__content__lead {
  color: #0037A2;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.entry__flex__content__notice {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 769px) {
  .entry__flex {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .entry__flex__title {
    font-size: 18px;
    white-space: nowrap;
  }
  .entry__flex__content__lead {
    text-align: left;
    font-size: 20px;
  }
  .entry__flex__content__notice {
    text-align: left;
    font-size: 14px;
  }
}
.entry__notice {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 769px) {
  .entry__notice {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  background: #0E202E;
  padding: 52px 20px;
  text-align: center;
}
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.footer__logo {
  width: 222px;
  height: auto;
  margin: 0 auto;
}
.footer__copyright {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
}
.footer__copyright img {
  width: 120px;
}
.divider {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 60px;
  background: #0037A2;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.divider.no2 {
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.divider.no3 {
  background: #E4ECFF;
}
@media screen and (min-width: 769px) {
  .divider {
    height: 160px;
  }
}/*# sourceMappingURL=style.css.map */