@charset "UTF-8";
/* トップページの「一覧へ」のボタン */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@1,600&family=Roboto:wght@500;700&display=swap");
#wholewrapper .header .anchors {
  display: flex;
}
@media screen and (max-width: 767px) {
  #wholewrapper .header .anchors {
    display: none;
  }
}
section.kv {
  background-color: #1B2684;
}
section.kv .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 54px 20px 20px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 54px;
}
@media screen and (max-width: 960px) {
  section.kv .inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.kv .inner {
    padding: 15px;
    gap: 15px;
  }
}
section.kv .l {
  flex: 1 1 790px;
}
@media screen and (max-width: 960px) {
  section.kv .l {
    flex-basis: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  section.kv .l {
    max-width: 100%;
  }
}
section.kv .l img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
section.kv .l .top_release_list {
  max-width: 790px;
  background-color: #fff;
  padding: 19px 40px 19px 35px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list {
    padding: 20px 15px;
  }
}
section.kv .l .top_release_list .release_list_inner {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_inner {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
section.kv .l .top_release_list .release_list_title {
  margin-top: 7px;
  padding-right: 35px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  section.kv .l .top_release_list .release_list_title {
    padding-right: 0;
    margin-right: 20px;
    flex: 0 0 140px;
  }
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_title {
    display: contents;
    flex: 1 1 auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: none;
  }
}
section.kv .l .top_release_list .release_list_title .release_list_title_inner {
  display: table;
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_title .release_list_title_inner {
    margin: 0;
  }
}
section.kv .l .top_release_list .release_list_title a.top_release_link {
  display: table;
  margin: 10px auto 0;
  font-weight: 700;
  font-size: 12px;
  color: #1B2684;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_title a.top_release_link {
    display: block;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
  }
}
section.kv .l .top_release_list .release_list_title a.top_release_link:hover {
  opacity: 0.7;
}
section.kv .l .top_release_list .release_list_title_main {
  margin: 0 0 12px;
  padding: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #1B2684;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_title_main {
    font-size: 15px;
  }
}
section.kv .l .top_release_list .release_list_title_main .en {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  color: #1167E8;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_title_main .en {
    margin-top: 5px;
    text-align: left;
    font-size: 13px;
  }
}
section.kv .l .top_release_list .release_list_main {
  border-left: 1px solid #1B2684;
  padding-left: 30px;
}
section.kv .l .top_release_list .release_list_main .no_topics {
  padding-top: 4px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_main .no_topics {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
section.kv .l .top_release_list .release_list_main .release_list_list {
  margin-left: 10px;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_main .release_list_list {
    width: 100%;
  }
}
section.kv .l .top_release_list .release_list_main .release_list_list > li {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  border-bottom: 1px solid #AEB7C5;
}
section.kv .l .top_release_list .release_list_main .release_list_list > li a {
  display: table;
  position: relative;
  padding: 0 10px;
  color: #333333;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_main .release_list_list > li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
  }
}
section.kv .l .top_release_list .release_list_main .release_list_list > li a:hover {
  opacity: 0.7;
}
section.kv .l .top_release_list .release_list_main .release_list_list > li a::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  top: 10px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #1167E8;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_main .release_list_list > li a::before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_main .release_list_list > li a .topic_title_inner {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
section.kv .l .top_release_list .release_list_main .release_list_list > li a[href^="http"]::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(../media/images/mypage/icon_exlink.svg) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_main .release_list_list > li a[href^="http"]::after {
    flex: 0 0 14px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_main .release_list_list > li {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  section.kv .l .top_release_list .release_list_main .release_list_list li:first-child {
    padding-bottom: 7px;
  }
  section.kv .l .top_release_list .release_list_main .release_list_list li + li {
    padding: 7px 0;
  }
}
@media screen and (max-width: 767px) {
  section.kv .l .top_release_list .release_list_main {
    display: contents;
    margin: 0;
  }
}
section.kv .r {
  flex: 1 1 480px;
  align-self: stretch;
  display: flex;
  align-items: stretch;
  flex-flow: column nowrap;
  justify-content: center;
  padding-top: 24px;
}
@media screen and (max-width: 960px) {
  section.kv .r {
    flex-basis: auto;
    padding-top: 0;
  }
}
section.kv .r h2 {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding-right: 7px;
  color: #b7fffb;
  background: linear-gradient(90.69deg, #54ccff -4.04%, #b7fffb 53.35%, #54ccff 106.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "DIN Alternate", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  section.kv .r h2 {
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }
}
section.kv .r p.desc {
  border-bottom: 1px solid #a6aad4;
}
section.kv .r p.desc {
  margin-top: 35px;
  margin-bottom: 0;
  padding-bottom: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  section.kv .r p.desc {
    margin: 10px 0 20px;
    font-size: 13px;
    line-height: 20px;
  }
}
section.kv .r .info {
  margin: 0 auto 28px;
}
@media screen and (max-width: 767px) {
  section.kv .r .info {
    margin: 0 0 10px;
  }
}
section.kv .r .info .date {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  section.kv .r .info .date {
    margin-bottom: 10px;
  }
}
section.kv .r .info .place {
  color: #fff;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 1px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  section.kv .r .info .place {
    flex-flow: row nowrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
section.kv .r .info .place .lg {
  font-size: 29px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section.kv .r .info .place .lg {
    font-size: 22px;
  }
}
section.kv .r .info .place .sm {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.kv .r .info .place .sm {
    font-size: 15px;
  }
}
section.kv .r .info .other_event {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #b7fffb;
  background: linear-gradient(90.49deg, #54ccff 0.31%, #b7fffb 52.08%, #54ccff 99.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section.kv .r .info .other_event {
    font-size: 21px;
  }
}
section.kv .r .info p {
  margin: 15px 0;
  color: #fff;
  font-size: 13px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
section.kv .r .info p.thanks {
  font-size: 16px;
  font-weight: 700;
}
section.kv .r .login_button {
  margin: 0 7px 13px 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  section.kv .r .login_button {
    margin: 0 0 10px;
  }
}
section.kv .r .login_button .buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.kv .r .login_button .new_button {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  section.kv .r .login_button .new_button {
    margin-left: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
  }
}
section.kv .r .login_button .new_button .entry_button {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.kv .r .login_button .new_button .entry_button {
    margin-bottom: 0;
  }
}
section.kv .r .login_button a {
  display: block;
  width: 235px;
  border-radius: 25px;
  background: #fff url(../media/images/common/chevron-right.svg) no-repeat right 19px top 18px;
  padding: 13.5px 0 14px;
  text-align: center;
  color: #1B2684;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  section.kv .r .login_button a {
    width: 200px;
    padding: 8.75px 0;
    background-position: right 15px center;
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  section.kv .r .login_button a {
    background-image: url(../media/images/common/chevron-right.svg);
  }
}
section.kv .r .login_button a:hover {
  opacity: 0.8;
}
section.kv .r .login_button p.notice {
  margin: 13px 0 0;
  text-align: center;
  color: #a6aad4;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.kv .r .login_button p.notice {
    margin-top: 10px;
  }
}
section.kv .r .news {
  max-width: 537px;
  background-color: #fff;
  border-radius: 3px;
  padding: 12px 19px 13px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 11px;
}
@media screen and (max-width: 960px) {
  section.kv .r .news {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.kv .r .news {
    padding: 10px;
    gap: 7px;
  }
}
section.kv .r .news h5 {
  flex: 0 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: #1B2684;
}
section.kv .r .news h5::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #1B2684;
  vertical-align: -4px;
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  section.kv .r .news h5::after {
    margin-left: 7px;
  }
}
section.kv .r .news .date {
  flex: 0 0 69px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #909090;
}
section.kv .r .news .title {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  section.kv .r:has(.login_button) {
    padding-top: 3px;
  }
  section.kv .r:has(.login_button) h2 {
    font-size: 44px;
    line-height: 46px;
  }
  section.kv .r:has(.login_button) p.desc {
    font-size: 15px;
  }
  section.kv .r:has(.login_button) .info {
    margin: 0 8px 28px 8px;
  }
  section.kv .r:has(.login_button) .info .date {
    margin-bottom: 13px;
  }
  section.kv .r:has(.login_button) .info .place {
    flex-direction: row;
    gap: 12px;
    margin-bottom: 17px;
  }
  section.kv .r:has(.login_button) .info .place .lg {
    font-size: 27px;
  }
  section.kv .r:has(.login_button) .info .place .sm {
    font-size: 16px;
  }
  section.kv .r:has(.login_button) .info .other_event {
    font-size: 24px;
  }
  section.kv .r:has(.login_button) .info p {
    /*margin: 20px 0;*/
    margin: 25px 0;
    font-size: 15px;
    line-height: 1.6;
  }
  section.kv .r:has(.login_button) .info p.thanks {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.kv .r:has(.login_button) .info p {
    font-size: 13px;
  }
}
section.top_kv .inner {
  padding-bottom: 20px;
}
/*section.movie {
width: 100%;
padding: 91.5px 0;
background-color: #F2F5F9;

@include media(inner) {
padding-left: 25px;
padding-right: 25px;
}

@include media(sp) {
padding: 30px 15px;
}

h2 {
text-align: center;
color: $color-primary;
font-weight: 700;

.l1 {
font-size: 33px;
line-height: 1.2;
letter-spacing: 1px;

@include media(sp) {
font-size: 24px;
}
}
.l2 {
display: block;
opacity: 0.5;
margin-top: 5px;
font-family: "DIN Alternate", sans-serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
color: #333;

@include media(sp) {
font-size: 14px;
}
}
}

ul {
@include flex(row wrap, null, null);
gap: 25px; // 45px
max-width: 1200px;
margin: 70px auto 0;

@include media(tab) {
gap: 20px;
}

@include media(sp) {
justify-content: center;
margin-top: 20px;
}

li {
//flex: 0 1 calc((100% - 90px) / 3);
flex: 0 1 calc((100% - 75px) / 4);

@include media(tab) {
//flex: 0 1 calc((100% - 40px) / 3);
flex: 0 1 calc((100% - 20px) / 2);
}

@include media(sp) {
flex: 0 0 350px;
}

.iframe {
width: 100%;
aspect-ratio: 16 / 9;

img {
width: 100%;
height: 100%;
object-fit: cover;
}
}

h3 {
margin-top: 10px;
font-size: 16px;
font-weight: 700;
line-height: 1.625;
letter-spacing: 0.05em;

@include media(sp) {
font-size: 14px;
}
}

p {
margin-top: 10px;
font-size: 15px;
line-height: 1.6;
letter-spacing: 0.05em;

@include media(sp) {
font-size: 13px;
}
}
}
}
}*/
section.intro {
  padding: 90px 0 114px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.intro {
    background-size: 210px;
    padding: 40px 15px 30px;
  }
}
section.intro::before, section.intro::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
section.intro::before {
  top: 0;
  left: 0;
  width: 230px;
  height: 540px;
  background: url(../media/images/top/bg-top-left.svg) no-repeat top left / 100%;
}
@media screen and (max-width: 767px) {
  section.intro::before {
    top: -185px;
    width: 115px;
  }
}
section.intro::after {
  right: 0;
  bottom: 115px;
  width: 210px;
  height: 435px;
  background: url(../media/images/top/bg-bottom-right.svg) no-repeat bottom right / 100%;
}
@media screen and (max-width: 767px) {
  section.intro::after {
    bottom: 6px;
    width: 105px;
  }
}
section.intro h2 {
  text-align: center;
  color: #1B2684;
  font-weight: 700;
}
section.intro h2 .l1 {
  display: block;
  font-size: 23px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  section.intro h2 .l1 {
    font-size: 15px;
  }
}
section.intro h2 .l2 {
  display: block;
  font-size: 40px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  section.intro h2 .l2 {
    font-size: 24px;
    margin-top: 0;
  }
}
section.intro p {
  margin: 44px 20px 0;
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  section.intro p {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 22px;
  }
}
section.intro ul {
  list-style: none;
  margin: 91px 30px 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 74px;
}
@media screen and (max-width: 1024px) {
  section.intro ul {
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  section.intro ul {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
section.intro ul li {
  position: relative;
  padding-top: 18px;
}
section.intro ul li .num {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 65px;
  line-height: 1;
  letter-spacing: 0.05em;
}
section.intro ul li .pic {
  display: block;
  padding: 0 25px;
}
section.intro ul li .pic img {
  width: 100%;
  max-width: 370px;
  max-height: 1900px;
}
section.intro ul li .caption {
  display: block;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  section.intro ul li .caption {
    font-size: 20px;
    margin-top: 10px;
  }
}
section.intro ul li .desc {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  section.intro ul li .desc {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
section.flow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto 92px;
  border-radius: 20px;
  background-color: #F2F5F9;
}
@media screen and (max-width: 767px) {
  section.flow {
    flex-wrap: wrap;
    margin: 40px auto 60px;
  }
}
section.flow .title {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start;
  flex: 0 1 52%;
  padding: 70px 0 70px 70px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  section.flow .title {
    padding: 30px 0 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  section.flow .title {
    padding: 50px 20px 30px;
    flex-basis: 100%;
    justify-content: center;
  }
}
section.flow .title::before, section.flow .title::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
}
section.flow .title::before {
  left: 0;
  bottom: 0;
  width: 199px;
  height: 145px;
  background: url(../media/images/top/bg_left.svg) left bottom / 100% no-repeat;
}
@media screen and (max-width: 767px) {
  section.flow .title::before {
    content: none;
  }
}
section.flow .title::after {
  top: 0;
  right: 41px;
  width: 187.24px;
  height: 108px;
  background: url(../media/images/top/bg_right.svg) right top / 100% no-repeat;
}
@media screen and (max-width: 767px) {
  section.flow .title::after {
    right: 19px;
  }
}
section.flow .title h3 {
  max-width: 400px;
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section.flow .title h3 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.flow .title h3 {
    margin-right: 0;
  }
}
section.flow .title h3 .sub {
  display: block;
  margin-bottom: 50px;
  padding: 17px 0;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  section.flow .title h3 .sub {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.flow .title h3 .sub {
    margin-bottom: 36px;
  }
}
section.flow .figure {
  flex: 0 1 48%;
  padding: 70px 70px 70px 0;
}
@media screen and (max-width: 1024px) {
  section.flow .figure {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section.flow .figure {
    flex-basis: 100%;
    padding: 30px 20px;
    text-align: center;
  }
}
section.exhibitor {
  padding-bottom: 7px;
}
section.exhibitor .inner {
  margin: 0 auto;
  width: 100%;
  background-color: #f2f5f9;
  padding: 63px 75px 72px;
}
@media screen and (max-width: 1024px) {
  section.exhibitor .inner {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.exhibitor .inner {
    padding: 30px 15px;
  }
}
section.exhibitor h3 {
  text-align: center;
}
section.exhibitor h3 .l1 {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1B2684;
}
@media screen and (max-width: 767px) {
  section.exhibitor h3 .l1 {
    font-size: 16px;
  }
}
section.exhibitor h3 .l2 {
  display: block;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1B2684;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.exhibitor h3 .l2 {
    font-size: 24px;
    margin-top: 0;
  }
}
section.exhibitor h3 .l3 {
  display: block;
  opacity: 0.5;
  margin-top: 5px;
  font-family: "DIN Alternate", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  section.exhibitor h3 .l3 {
    font-size: 14px;
  }
}
section.exhibitor ul.anchors {
  list-style: none;
  margin: 64px 0 90px;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  section.exhibitor ul.anchors {
    margin: 20px 0 0;
    flex-direction: column;
  }
}
section.exhibitor ul.anchors li {
  flex: 0 1 380px;
}
@media screen and (max-width: 767px) {
  section.exhibitor ul.anchors li {
    flex-basis: auto;
  }
}
section.exhibitor ul.anchors li a {
  background: #1B2684 url(../media/images/top/exhibitor-anchor-arrow.svg) no-repeat top 17px right 22px;
  border-radius: 10px;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 21px 17px 24px;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 16.5px;
}
@media screen and (max-width: 767px) {
  section.exhibitor ul.anchors li a {
    background-size: 24px;
    background-position: top 12px right 12px;
    padding: 10px;
    gap: 5px;
  }
}
section.exhibitor ul.anchors li a:hover {
  opacity: 0.8;
}
section.exhibitor ul.anchors li a .caption {
  flex: 0 0 auto;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section.exhibitor ul.anchors li a .caption {
    font-size: 18px;
  }
}
section.exhibitor ul.anchors li a .desc {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.exhibitor ul.anchors li a .desc {
    font-size: 12px;
  }
}
section.exhibitor .companies {
  max-width: 1100px;
  margin: 50px auto 0;
  background-color: #fff;
  border-top: 1px solid #1B2684;
  padding: 42px 50px 49px;
}
@media screen and (max-width: 767px) {
  section.exhibitor .companies {
    margin-top: 20px;
    padding: 15px;
  }
}
section.exhibitor .companies h4 {
  text-align: center;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  section.exhibitor .companies h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
section.exhibitor .companies h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 6px;
  border-left: 25px solid #1B2684;
  background-color: #4ac9ff;
}
@media screen and (max-width: 767px) {
  section.exhibitor .companies h4::after {
    height: 4px;
    width: 40px;
    border-width: 20px;
  }
}
section.exhibitor .companies ul {
  list-style: none;
  margin: 47px 0 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 14.5px 20px;
}
@media screen and (max-width: 767px) {
  section.exhibitor .companies ul {
    margin-top: 15px;
    flex-flow: column nowrap;
    gap: 3px;
  }
}
section.exhibitor .companies ul li {
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.exhibitor .companies ul li {
    font-size: 14px;
  }
}
section.exhibitor .companies ul li::before {
  content: "";
  display: inline-block;
  background-color: #3e9ee4;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 3px;
  vertical-align: 4px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  section.exhibitor .companies ul li::before {
    vertical-align: 2px;
    margin-right: 4px;
  }
}
section.exhibitor p.notice {
  margin: 27px 0 0;
  text-align: center;
  font-size: 13px;
}
section.float-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.06);
  min-height: 140px;
  padding: 0 0 2px;
  transition: bottom ease-in-out 0.3s;
  display: flex;
  align-items: stretch;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 12.5px;
}
@media screen and (max-width: 767px) {
  section.float-footer {
    min-height: 70px;
    padding: 0 5px;
    gap: 5px;
  }
}
section.float-footer.hide {
  bottom: -150px;
}
@media screen and (max-width: 767px) {
  section.float-footer.hide {
    bottom: -160px;
  }
}
section.float-footer.right_fixed {
  background-image: linear-gradient(252deg, rgba(17, 103, 232, 0.15) 16%, rgba(154, 225, 255, 0.15) 100%);
}
@media screen and (min-width: 768px) {
  section.float-footer.right_fixed {
    left: unset;
    right: 12px;
    bottom: 12px;
    width: 390px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}
section.float-footer.right_fixed.hide {
  bottom: -256px;
}
@media screen and (max-width: 767px) {
  section.float-footer.right_fixed.hide {
    bottom: -175px;
  }
}
section.float-footer.right_fixed ul {
  flex-wrap: wrap;
}
section.float-footer.right_fixed ul li {
  flex-basis: 100%;
}
section.float-footer.right_fixed ul li:not(:last-of-type) {
  padding-bottom: 20px;
  position: relative;
}
section.float-footer.right_fixed ul li:not(:last-of-type)::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 80px;
  height: 18px;
  background-color: #1B2684;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  section.float-footer.right_fixed ul li:not(:last-of-type)::after {
    bottom: -3px;
  }
}
section.float-footer p {
  margin: 0 28.5px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.float-footer p {
    margin: 0;
    font-size: 13px;
  }
}
section.float-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  section.float-footer ul {
    flex-direction: column;
    gap: 5px;
  }
}
section.float-footer ul li {
  flex: 0 1 350px;
}
@media screen and (max-width: 767px) {
  section.float-footer ul li {
    flex-basis: auto;
  }
}
section.float-footer ul li a {
  display: block;
  background-color: #1167E8;
  border-radius: 5px;
  padding: 19px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  section.float-footer ul li a {
    padding: 8.75px 0;
    font-size: 15px;
  }
}
section.float-footer ul li a[target="_blank"] {
  background: #eb126d url(../media/images/common/icon_external.svg) no-repeat right 31px center;
}
section.float-footer ul li a:hover {
  opacity: 0.8;
}
#main .topic_list {
  display: flex;
  flex-grow: 0;
  flex-wrap: wrap;
  margin: 30px 0 80px 0;
  gap: 20px 2%;
}
@media screen and (max-width: 1024px) {
  #main .topic_list {
    gap: 20px 3%;
  }
}
@media screen and (max-width: 767px) {
  #main .topic_list {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
#main .topic_list .topic_item {
  flex: 0 0 23.5%;
}
@media screen and (max-width: 1024px) {
  #main .topic_list .topic_item {
    flex: 0 0 31%;
  }
}
@media screen and (max-width: 767px) {
  #main .topic_list .topic_item {
    display: block;
    margin-bottom: 10px;
  }
}
#main .topic_list .topic_item a {
  display: block;
  background-color: #FFFFFF;
  height: 100%;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-decoration: none;
}
@media (hover: hover) {
  #main .topic_list .topic_item a .thumbnail::after {
    transition: 0.3s;
  }
  #main .topic_list .topic_item a .thumbnail img {
    transition: 0.3s;
  }
  #main .topic_list .topic_item a:hover .thumbnail::after {
    transform: scale(1.05);
  }
  #main .topic_list .topic_item a:hover .thumbnail img {
    transform: scale(1.05);
  }
}
#main .topic_list .topic_item .wrap {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #main .topic_list .topic_item .wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 12px;
    /*padding:15px;*/
    column-gap: 12px;
  }
}
#main .topic_list .topic_item .wrap .title {
  color: #1B2684;
}
@media screen and (max-width: 767px) {
  #main .topic_list .topic_item .wrap .title {
    flex: 0 0 48%;
    font-size: 14px;
    flex: 1;
  }
}
#main .topic_list .topic_item .wrap .caption {
  color: #333333;
}
@media screen and (max-width: 767px) {
  #main .topic_list .topic_item .wrap .caption {
    font-size: 13px;
  }
}
#main .topic_list .topic_item .wrap .thumbnail {
  position: relative;
  aspect-ratio: 1.7708333333;
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .topic_list .topic_item .wrap .thumbnail {
    flex: 0 0 48%;
    margin-bottom: 0;
  }
}
#main .topic_list .topic_item .wrap .thumbnail img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#main .topic_list .topic_item .wrap .thumbnail.youtube::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../media/images/mypage/logo_youtube.svg) no-repeat center / 50px;
}
@media screen and (max-width: 1024px) {
  #main .topic_list .topic_item .wrap .thumbnail.youtube::after {
    background-size: 30px;
  }
}
#main .topic_list .topic_item .wrap .img {
  position: relative;
  aspect-ratio: 1.7753623188;
}
#main .topic_list .topic_item .wrap .img img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#main .topic_list .topic_item .wrap .caption {
  margin: 16px 0 0 0;
}
@media screen and (max-width: 767px) {
  #main .topic_list .topic_item .wrap .caption {
    flex: 1 1 auto;
    margin: 0;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  #main .topic_list.nocard_list {
    margin-top: 20px;
  }
}
#main .topic_list.nocard_list .topic_item a {
  background-color: transparent;
  box-shadow: none;
}
#main .topic_list.nocard_list .topic_item .wrap {
  padding: 0;
}
#main .topic_list.nocard_list .topic_item .wrap .title {
  color: #333333;
  font-size: 15px;
}
#main .topic_list.nocard_list .caption {
  display: none;
}
#main .topic_list .topic_item .wrap .title {
  color: #333333;
}
#main .top_bg_area {
  padding: 60px 100px 100px 100px;
  margin-top: 50px;
  background-color: #F2F5F9;
}
#main .top_bg_area:empty {
  display: none;
}
@media screen and (max-width: 1024px) {
  #main .top_bg_area {
    padding: 30px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  #main .top_bg_area {
    padding: 30px 15px 50px;
  }
}
#main .top_bg_area .top_contents {
  max-width: 1200px;
  margin: 0 auto;
}
#main .top_bg_area .contents_list .article:has(.topic_list:empty) {
  display: none;
}
#main .top_bg_area .contents_list .article:has(.topic_list:empty) + .article {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#main .top_bg_area .contents_list .contents_page_message {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #main .top_bg_area .contents_list .contents_page_message {
    font-size: 15px;
  }
  #main .top_bg_area .contents_list .contents_page_message .sp_br_message {
    display: block;
  }
}
#main .top_bg_area .content_top_title {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1B2684;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .top_bg_area .content_top_title {
    font-size: 20px;
  }
}
#main .top_bg_area .content_top_title .top_en {
  display: block;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #1167E8;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  #main .top_bg_area .content_top_title .top_en {
    font-size: 12px;
  }
}
#main .top_bg_area .top_contents .topic_list {
  margin: 60px 0;
}
@media screen and (max-width: 1024px) {
  #main .top_bg_area .top_contents .topic_list {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #main .top_bg_area .top_contents .topic_list {
    margin: 15px 0 0 0;
  }
}
#main .top_bg_area .top_contents .top_archive {
  border-top: 1px solid #89A5CF;
  margin-top: 80px;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  #main .top_bg_area .top_contents .top_archive {
    margin-top: 50px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .top_bg_area .top_contents .top_archive {
    margin-top: 50px;
    padding-top: 20px;
  }
}
#main .top_bg_area .top_contents .top_button_link {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  flex-flow: row warp;
  justify-content: center;
  width: 320px;
  max-width: 90%;
  height: 60px;
  margin: 50px auto 0;
  border-radius: 30px;
  background-color: #1B2684;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
  position: relative;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  #main .top_bg_area .top_contents .top_button_link {
    height: 50px;
    margin: 30px auto 0;
    font-size: 15px;
    width: 230px;
  }
}
#main .top_bg_area .top_contents .top_button_link::after {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #fff url(../media/images/common/arrow_next.svg) center / 11px 8px no-repeat;
}
#main .top_bg_area .top_contents .top_button_link:hover {
  opacity: 0.8;
}
.infographic {
  margin-bottom: 73px;
  padding: 69px 30px;
  background-color: #F2F5F9;
}
@media screen and (max-width: 767px) {
  .infographic {
    padding: 25px 20px;
  }
}
.infographic .infographic_inner {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin: 0 auto;
  max-width: 930px;
}
@media screen and (max-width: 767px) {
  .infographic .infographic_inner {
    display: block;
  }
}
.infographic .infographic_left {
  flex: 0 0 55.914%;
}
.infographic .infographic_left .infographic_item {
  aspect-ratio: 2.08;
  min-height: 220px;
}
@media screen and (max-width: 1024px) {
  .infographic .infographic_left .infographic_item {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .infographic .infographic_left .infographic_item {
    min-height: inherit;
  }
}
.infographic .infographic_left .infographic_item + .infographic_item {
  margin-top: 10px;
}
.infographic .infographic_left .infographic_item_inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.infographic .infographic_right {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .infographic .infographic_right {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .infographic .infographic_right .infographic_item {
    aspect-ratio: 2.08;
  }
}
.infographic .infographic_item {
  position: relative;
  padding: 0 7%;
  background-color: #00265C;
  color: #fff;
}
.infographic .infographic_item .infographic_title {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: 0;
  transform: translateY(3%);
}
@media screen and (max-width: 1024px) {
  .infographic .infographic_item .infographic_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .infographic .infographic_item .infographic_title {
    font-size: 20px;
  }
}
.infographic .infographic_item .title_label {
  line-height: 1;
  color: #FCA600;
}
.infographic .infographic_item .title_nam {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 110px;
}
@media screen and (max-width: 1024px) {
  .infographic .infographic_item .title_nam {
    font-size: 92px;
  }
}
@media screen and (max-width: 767px) {
  .infographic .infographic_item .title_nam {
    font-size: 75px;
  }
}
.infographic .infographic_item.registrants .infographic_nam_graph {
  position: absolute;
  width: 37.635%;
  top: 11.5%;
  right: 9%;
  aspect-ratio: 1.0828729282;
  background: url(../media/images/2025/top/graph.svg) no-repeat right bottom 9% / 71%;
}
@media screen and (max-width: 1024px) {
  .infographic .infographic_item.registrants .infographic_nam_graph {
    right: 5%;
    background-size: 65%;
  }
}
@media screen and (max-width: 767px) {
  .infographic .infographic_item.registrants .infographic_nam_graph {
    top: 4%;
    right: 3%;
    background-size: 58%;
  }
}
.infographic .infographic_item.registrants .infographic_title {
  transform: translateY(3%);
}
.infographic .infographic_item.registrants .infographic_nam_title {
  position: relative;
  display: table;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FF0099;
}
@media screen and (max-width: 1024px) {
  .infographic .infographic_item.registrants .infographic_nam_title {
    font-size: 15px;
  }
}
.infographic .infographic_item.registrants .infographic_nam_title::after {
  content: "";
  display: block;
  margin: 0.3em auto 0;
  width: 62%;
  transform: translateX(-10%);
  aspect-ratio: 1.3333333333;
  background: url(../media/images/2025/top/rocket.svg) no-repeat center / 100%;
}
@media screen and (max-width: 767px) {
  .infographic .infographic_item.registrants .infographic_nam_title::after {
    width: 50%;
  }
}
.infographic .infographic_item.registrants .infographic_nam_title_sub {
  margin-top: 0.1em;
  line-height: 1;
}
.infographic .infographic_item.registrants .infographic_nam_title_sub .title_nam {
  font-size: 35px;
  color: #FF0099;
}
@media screen and (max-width: 1024px) {
  .infographic .infographic_item.registrants .infographic_nam_title_sub .title_nam {
    font-size: 28px;
  }
}
.infographic .infographic_item.registrants .infographic_nam_title_sub .title_sub_label {
  font-size: 15px;
  display: inline-block;
  padding-left: 0.1em;
  transform: translateY(-0.1em);
}
.infographic .infographic_item.matching {
  padding-right: 9%;
  padding-left: 9%;
  background-image: url(../media/images/2025/top/handshake.svg);
  background-repeat: no-repeat;
  background-position: left 23% top 24%;
  background-size: 15%;
}
@media screen and (max-width: 767px) {
  .infographic .infographic_item.matching {
    background-position: left 23% top 17%;
    background-size: auto 20%;
  }
}
.infographic .infographic_item.matching .infographic_item_inner {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10%;
}
.infographic .infographic_item.matching .infographic_title {
  text-align: center;
  transform: translateY(6%);
}
.infographic .infographic_item.matching .infographic_title.matching_title_sub {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .infographic .infographic_item.matching .infographic_title.matching_title_sub {
    font-size: 18px;
  }
}
.infographic .infographic_item.matching .infographic_title.matching_title_sub .title_nam {
  font-size: 70px;
}
@media screen and (max-width: 1024px) {
  .infographic .infographic_item.matching .infographic_title.matching_title_sub .title_nam {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  .infographic .infographic_item.matching .infographic_title.matching_title_sub .title_nam {
    font-size: 48px;
  }
}
.infographic .infographic_item.matching .infographic_title.matching_title_sub .nam {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .infographic .infographic_item.matching .infographic_title.matching_title_sub .nam {
    font-size: 18px;
  }
}
.infographic .infographic_item.successful_matches {
  padding-top: 37px;
  height: 100%;
  background-image: url(../media/images/2025/top/illustration.svg);
  background-repeat: no-repeat;
  background-position: center bottom 9%;
  background-size: 48%;
}
@media screen and (max-width: 767px) {
  .infographic .infographic_item.successful_matches {
    display: flex;
    align-items: center;
    padding-top: 0;
    background-position: right 18% center;
    background-size: auto 70%;
  }
}
.infographic .infographic_item.successful_matches .infographic_title {
  text-align: center;
  transform: none;
}
.infographic .infographic_item.infographic_item_img {
  padding: 0;
  min-height: auto;
}
.infographic .infographic_item.infographic_item_img img {
  display: block;
  width: 100%;
}
.infographic .infographic_row_items {
  margin: 10px auto;
  max-width: 930px;
}
.infographic .infographic_row_items .infographic_row_item + .infographic_row_item {
  margin-top: 10px;
}
.infographic .infographic_row_items .infographic_row_item img {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=./top_202510.css.map */