body {
  overflow-x: hidden;
  background: #dbeaf1;
}

img {
  vertical-align: top;
}

.main__wrapper {
  overflow: hidden;
}

.main {
  position: relative;
  z-index: 2;
  max-width: none;
  padding-top: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.underlayer {
  padding: 0;
}

.breadcrumbs {
  display: none;
}

.footer {
  position: relative;
  z-index: 2;
  max-width: none;
}

.inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width: 767px) {
  .inner--wide {
    width: 100%;
    margin: 0;
  }
}

.pagetop {
  display: none;
}

.hide-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hide-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

.intro {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.intro__text {
  position: relative;
}

.intro__img {
  width: 100%;
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}
@media screen and (max-width: 1280px) {
  .intro__img {
    -webkit-transform: translateY(calc(-75px + (1280px - 100vw) * 0.3));
            transform: translateY(calc(-75px + (1280px - 100vw) * 0.3));
  }
}
@media screen and (max-width: 767px) {
  .intro__img {
    -webkit-transform: none;
            transform: none;
  }
}

.introInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 48px 42px 60px;
  margin: -420px 0 0;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  .introInfo {
    margin: calc(-420px + (1280px - 100vw) * 0.7) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .introInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 37px 15px 23px;
    margin: -9.86vw -1.5rem 0;
  }
}

.introPartner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.introPartner__title {
  width: 100%;
  margin-bottom: 1.5em;
}
.introPartner__title img {
  width: 100%;
}
.introEvent {
  width: 40.4761904762%;
  margin: 0 0 0 62px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .introEvent {
    width: 100%;
    margin: 30px 0 0;
  }
}

.introEvent__title {
  padding: 0.25em 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #dbeaf1;
  border-radius: 10px 10px 0 0;
}

.introEvent__content {
  padding: 28px 0;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .introEvent__content {
    border-width: 2px;
  }
}

.introEvent__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.introEvent__date01 {
  width: 40.8888888889%;
}

.introEvent__date02 {
  width: 32.8888888889%;
}

.introEvent__hyphen {
  width: 24px;
  height: 2.5px;
  margin: auto 13px 25px;
  background: #c7c7c7;
}
@media screen and (max-width: 767px) {
  .introEvent__hyphen {
    width: 15px;
    margin: auto 10px 25px;
  }
}

.introEvent__locate {
  margin-top: 0.25em;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introEvent__locate {
    font-size: 4.2666666667vw;
  }
}

.naviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .naviList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 16vw 0 0;
  }
}

.navi__item {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767px) {
  .navi__item {
    width: calc((100% - 20px) / 2);
  }
}

.navi__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 114px;
  padding: 1em 1em 1.75em;
  font-weight: 700;
  color: inherit;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .navi__link {
    min-height: 29.8666666667vw;
    padding: 0.5em 1em 1.75em;
    font-size: 4.2666666667vw;
  }
}
.navi__link:after {
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-right: 3px solid #004098;
  border-bottom: 3px solid #004098;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .navi__link:after {
    bottom: 5.3333333333vw;
  }
}

.concept {
  position: relative;
  padding: 177px 0 235px;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .concept {
    padding: 0 0 24vw;
  }
}
.concept:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 180vw;
  min-width: 2400px;
  content: "";
  background: #fff;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .concept:before {
    bottom: 0;
    width: 452.5333333333vw;
    height: auto;
  }
}

.conceptIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 140px 0 0;
}
@media screen and (max-width: 767px) {
  .conceptIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 21.3333333333vw 0 0;
  }
}

.conceptIntro__textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.conceptIntro__lead {
  position: relative;
  padding: 150px 0 0;
  margin-top: -150px;
  font-size: 40px;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .conceptIntro__lead {
    padding: 13.3333333333vw 0 0;
    margin-top: 8vw;
    font-size: 7.4666666667vw;
  }
}
.conceptIntro__lead:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 909px;
  height: 238px;
  content: "";
  background: url(/assets/img/jms2025/concept_title.svg) no-repeat center/contain;
  -webkit-transform: translateX(-56%);
          transform: translateX(-56%);
}
@media screen and (max-width: 767px) {
  .conceptIntro__lead:before {
    left: 9.0666666667vw;
    width: 116.2666666667vw;
    height: 30.4vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.conceptIntro__text {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .conceptIntro__text {
    font-size: 4.2666666667vw;
  }
}
.conceptIntro__text p + p {
  margin-top: 1.8em;
}

.conceptIntro__imgArea {
  width: 527px;
  margin: 0 73px 0 0;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .conceptIntro__imgArea {
    width: 100%;
    border-radius: 2.6666666667vw;
  }
}

.conceptSmas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .conceptSmas {
    gap: 1.5rem 1.2rem;
    margin-top: 8.8vw;
  }
}

.conceptSmas__box {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: calc((100% - 40px) / 2);
  min-width: 270px;
  padding: 35px 32px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .conceptSmas__box {
    width: 100%;
    min-width: 0;
    padding: 2.4rem 1.8rem 2.4rem;
    border-radius: 1rem;
  }
}

.conceptSmas__head {
  margin: 0 auto 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .conceptSmas__head {
    margin: 0 auto 1rem;
  }
}

.conceptSmas__headTitle {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .conceptSmas__headTitle {
    margin-bottom: 1.2rem;
  }
}
.conceptSmas__headTitleImg {
  height: 49px;
}
@media screen and (max-width: 767px) {
  .conceptSmas__headTitleImg {
    height: 10.9333333333vw;
  }
}

.conceptSmas__headText {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .conceptSmas__headText {
    font-size: 4.2666666667vw;
  }
}

.conceptSmas__content {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .conceptSmas__content {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    text-align: left;
  }
}

.booth {
  margin-top: 152px;
}
@media screen and (max-width: 767px) {
  .booth {
    margin-top: 19.7333333333vw;
  }
}

.booth__title {
  position: relative;
  padding: 133px 0 0;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .booth__title {
    padding: 13.3333333333vw 0 0;
    font-size: 7.4666666667vw;
  }
}
.booth__title:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 619px;
  height: 194px;
  content: "";
  background: url(/assets/img/jms2025/booth_title.svg) no-repeat center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .booth__title:before {
    width: 79.2vw;
    height: 24.8vw;
  }
}

.boothBox {
  padding: 40px;
  margin-top: 87px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .boothBox {
    margin-top: 8vw;
    border-radius: 2.6666666667vw;
  }
}

.boothBox__img {
  display: block;
  max-width: 1101px;
  margin: auto;
}

.booth-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .booth-list {
    gap: 0.8rem;
  }
}

.booth-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .booth-list__item {
    gap: 0.6rem;
    font-size: 1.2rem;
  }
}
.booth-list__item::before {
  position: relative;
  bottom: -1px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .booth-list__item::before {
    width: 1rem;
    height: 1rem;
  }
}

.booth-list__item--1::before {
  background: #00388d;
}

.booth-list__item--2::before {
  background: #afb3de;
}

.booth-list__item--3::before {
  background: #b880d9;
}

.booth-list__item--4::before {
  background: #76b5e8;
}

.booth-list__item--5::before {
  background: #f579bf;
}

.booth-list__item--6::before {
  background: #fad05e;
}

.booth-list__item--7::before {
  background: #bde66c;
}

.booth-list__item--8::before {
  background: #ed8863;
}

.exhibition {
  position: relative;
  padding: 150px 0;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .exhibition {
    padding: 26.6666666667vw 0 21.3333333333vw;
    margin-top: 29.0666666667vw;
  }
}
.exhibition:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .exhibition:before {
    border-radius: 60px;
  }
}

.exhibition__title {
  position: relative;
  padding: 135px 0 0;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .exhibition__title {
    padding: 2.125em 0 0;
    font-size: 7.4666666667vw;
  }
}
.exhibition__title:before {
  position: absolute;
  top: 0;
  left: -96px;
  z-index: -1;
  display: block;
  width: 1068px;
  height: 194px;
  content: "";
  background: url(/assets/img/jms2025/exhibition_title.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .exhibition__title:before {
    left: 0;
    width: 136.8vw;
    height: 24.8vw;
  }
}

.exhibition__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 102px;
}
@media screen and (max-width: 767px) {
  .exhibition__itemList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
    margin-top: 14.4vw;
  }
}

@media screen and (min-width: 768px) {
  .exhibition__item {
    width: 50%;
    padding: 15px 60px 28px 0;
  }
  .exhibition__item:nth-child(2n) {
    padding: 15px 0 28px 60px;
    border-left: 3px solid #ebf4f7;
  }
}
.exhibition__title2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .exhibition__title2 {
    font-size: 36px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__title2 {
    min-height: 23.7333333333vw;
    font-size: 6.9333333333vw;
  }
}
.exhibition__title2.exhibition__num01 {
  padding-left: 159px;
  background: url(/assets/img/jms2025/exhibition_num01.svg) no-repeat left/auto 102px;
}
@media screen and (max-width: 767px) {
  .exhibition__title2.exhibition__num01 {
    padding-left: 29.8666666667vw;
  }
}
.exhibition__title2.exhibition__num02 {
  padding-left: 184px;
  background: url(/assets/img/jms2025/exhibition_num02.svg) no-repeat left/auto 102px;
}
@media screen and (max-width: 767px) {
  .exhibition__title2.exhibition__num02 {
    padding-left: 33.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .exhibition__title2.exhibition__num01, .exhibition__title2.exhibition__num02 {
    background-size: auto 18.1333333333vw;
  }
}

.exhibition__text {
  margin: 1.5em 0 0;
}
@media screen and (max-width: 767px) {
  .exhibition__text {
    font-size: 3.7333333333vw;
  }
}
.exhibition__text p + p {
  margin-top: 1.8em;
}

.talkSession {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .talkSession {
    margin-top: 18.6666666667vw;
  }
}

.talkSession__title {
  position: relative;
  padding: 135px 0 0;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .talkSession__title {
    padding: 5em 0 0;
    font-size: 7.4666666667vw;
  }
}
.talkSession__title:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 1329px;
  height: 194px;
  content: "";
  background: url(/assets/img/jms2025/talkSession_title.svg) no-repeat center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .talkSession__title:before {
    background-image: url(/assets/img/jms2025/talkSession_title_sp.svg);
  }
}

.talkSession-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .talkSession-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.7rem;
    margin-top: 3.5rem;
  }
}

.talkSession-list__item {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: calc((100% - 40px) / 2);
  padding: 24px;
  background: #fff;
  border-radius: 20px;
}
.talkSession-list__item--first {
  position: relative;
  width: 100%;
  padding: 60px 40px 40px;
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .talkSession-list__item {
    width: 100%;
    min-width: 0;
    padding: 2rem 1.5rem 2rem;
    border-radius: 1rem;
  }
}

.talkSession-list__itemDate {
  padding: 14px;
  background: #f3f3f3;
  border-radius: 8px;
}
.talkSession-list__item--first .talkSession-list__itemDate {
  position: absolute;
  top: 0;
  left: 40px;
  padding: 0;
  background: none;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .talkSession-list__item--first .talkSession-list__itemDate {
    left: 50%;
    width: 76.8vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.talkSession-list__itemDate img {
  display: block;
  height: 18px;
}
.talkSession-list__item--first .talkSession-list__itemDate img {
  height: 48px;
}
@media screen and (max-width: 767px) {
  .talkSession-list__itemDate img {
    height: 1.8rem;
  }
}
.talkSession-list__itemDate--2 img {
  height: 22px;
  margin-top: -2px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .talkSession-list__itemDate--2 img {
    height: 2.1rem;
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }
}

.talkSession-list__itemContent {
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .talkSession-list__itemContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}

.talkSession-list__itemTitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .talkSession-list__itemTitle {
    min-height: 3em;
    margin-bottom: 0.75em;
  }
  .talkSession-list__itemTitle--lineAuto {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .talkSession-list__itemTitle {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .talkSession-list__item--first .talkSession-list__itemTitle {
    float: right;
    width: 58.6607142857%;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .talkSession-list__item--first .talkSession-list__itemTitle {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .talkSession-list__itemTitle {
    font-size: 2rem;
  }
}

.talkSession-list__itemImgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .talkSession-list__itemImgArea {
    float: left;
    width: 46.1538461538%;
  }
  .talkSession-list__itemContent--3 .talkSession-list__itemImgArea {
    width: 55.7692307692%;
  }
  .talkSession-list__item--first .talkSession-list__itemImgArea {
    float: left;
    width: 37.5%;
  }
}

.talkSession-list__itemImage {
  display: block;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.talkSession-list__item--first .talkSession-list__itemImage {
  width: calc((100% - 12px) / 2);
}
@media screen and (min-width: 768px) {
  .talkSession-list__itemImage {
    width: calc((100% - 10px) / 2);
  }
  .talkSession-list__itemImage--3 {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .talkSession-list__itemImage {
    width: calc((100% - 3.73vw) / 2);
  }
  .talkSession-list__itemImage--3 {
    width: calc((100% - 5.32vw) / 3);
  }
}

@media screen and (min-width: 768px) {
  .talkSession-name__list {
    float: right;
    width: 50%;
  }
  .talkSession-list__itemContent--3 .talkSession-name__list {
    width: 41.5384615385%;
  }
}
.talkSession-list__item--first .talkSession-name__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f3;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .talkSession-list__item--first .talkSession-name__list {
    width: 58.6607142857%;
    padding: 22px;
  }
}
@media screen and (max-width: 767px) {
  .talkSession-list__item--first .talkSession-name__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .talkSession-name__list {
    margin-top: 1.5em;
  }
}

.talkSession-name__item {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .talkSession-name__item {
    font-size: 1.6rem;
  }
}
.talkSession-list__item--first .talkSession-name__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .talkSession-name__item:nth-child(n+2) {
    margin-top: 0.8em;
  }
  .talkSession-list__item--first .talkSession-name__item:nth-child(n+2) {
    padding: 0 0 0 32px;
    margin: 0 0 0 32px;
    border-left: 1px solid #cccccc;
  }
}
@media screen and (max-width: 767px) {
  .talkSession-name__item:nth-child(n+2) {
    margin-top: 0.65em;
  }
  .talkSession-list__item--first .talkSession-name__item:nth-child(n+2) {
    padding: 0.75em 0 0;
    margin: 0.75em 0 0;
    border-top: 1px solid #cccccc;
  }
}
.talkSession-list__item--first .talkSession-name__item br {
  display: none;
}

.talkSession-name__position {
  display: inline-block;
  font-size: 68.75%;
}
.talkSession-list__item--first .talkSession-name__position {
  font-size: 75%;
}

.talkSession__attention {
  margin-top: 30px;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .talkSession__attention {
    padding-left: 1em;
    font-size: 1.4rem;
    text-align: left;
    text-indent: -1em;
  }
}

.talkSession-note {
  margin-top: 1em;
}

.application {
  position: relative;
  padding: 90px 0;
  margin-top: 160px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .application {
    padding: 12vw 0 70px;
    margin-top: 17.3333333333vw;
  }
}
.application:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background: #00388d;
  border-radius: 120px 120px 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .application:before {
    border-radius: 60px 60px 0 0;
  }
}

.application__title {
  margin-bottom: 46px;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .application__title {
    margin-bottom: 3.8rem;
    font-size: 5.3333333333vw;
  }
}
.application__title img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .application__title img {
    height: 2rem;
  }
}

.application__link {
  position: relative;
  display: block;
  max-width: 571px;
  padding: 48px 20px;
  margin: 0 auto;
  background: #fff;
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .application__link {
    padding: 2.5rem 2rem;
    margin: 0 auto;
    border-radius: 8rem;
  }
}
.application__link::before {
  position: absolute;
  top: calc(50% - 10px);
  right: 37px;
  display: block;
  width: 40px;
  height: 16px;
  content: "";
  background: url(/assets/img/jms2025/application_btnArrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .application__link::before {
    top: calc(50% - 0.5rem);
    right: 1.8rem;
    width: 2.4rem;
    height: 1rem;
  }
}
.application__link.icon-blank:not(.icon-pdf)::after {
  content: none;
}
.application__link img {
  display: block;
  width: 343px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .application__link img {
    width: 66.6666666667vw;
    -webkit-transform: translateX(-2.1333333333vw);
            transform: translateX(-2.1333333333vw);
  }
}

[data-shape] {
  position: absolute;
  z-index: -1;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, 42%) rotate(-41deg);
          transform: translate(0, 42%) rotate(-41deg);
}

[data-shape=concept01] {
  top: -229px;
  right: calc(100% - 246px);
  z-index: -2;
  width: 846px;
  height: 271px;
  background-image: url(/assets/img/jms2025/graphic_shape01.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=concept01] {
    top: -1%;
    right: 57%;
    width: 117.8666666667vw;
    height: 37.8666666667vw;
  }
}

[data-shape=concept02] {
  top: -595px;
  left: calc(100% - 102px);
  width: 670px;
  height: 215px;
  background-image: url(/assets/img/jms2025/graphic_shape01.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=concept02] {
    top: -10%;
    left: 65%;
    width: 89.0666666667vw;
    height: 18.4vw;
  }
}

[data-shape=concept03] {
  top: 11%;
  left: 100%;
  width: 670px;
  height: 215px;
  background-image: url(/assets/img/jms2025/graphic_shape01.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=concept03] {
    display: none;
  }
}

[data-shape=concept04] {
  top: 50%;
  right: 87%;
  width: 628px;
  height: 80px;
  background-image: url(/assets/img/jms2025/graphic_shape03.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=concept04] {
    display: none;
  }
}

[data-shape=concept05] {
  top: 109%;
  right: 77%;
  z-index: -2;
  width: 670px;
  height: 215px;
  background-image: url(/assets/img/jms2025/graphic_shape01.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=concept05] {
    top: inherit;
    right: 62%;
    bottom: -6%;
    width: 87.7333333333vw;
    height: 28.2666666667vw;
  }
}

[data-shape=booth01] {
  top: 5%;
  left: 47%;
  width: 952px;
  height: 305px;
  background-image: url(/assets/img/jms2025/graphic_shape01.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=booth01] {
    top: -5%;
    right: 54%;
    z-index: -2;
    width: 117.8666666667vw;
    height: 37.8666666667vw;
  }
}

[data-shape=booth02] {
  top: 61%;
  left: 75%;
  width: 622px;
  height: 80px;
  background-image: url(/assets/img/jms2025/graphic_shape02.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=booth02] {
    top: 85%;
    left: 29%;
    width: 132vw;
    height: 21.3333333333vw;
  }
}

[data-shape=booth03] {
  top: 128%;
  right: 77%;
  width: 961px;
  height: 183px;
  background-image: url(/assets/img/jms2025/graphic_shape03.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=booth03] {
    top: 108%;
    right: 65%;
    width: 87.7333333333vw;
    height: 28.2666666667vw;
    background-image: url(/assets/img/jms2025/graphic_shape01.svg);
  }
}

[data-shape=exhibition01] {
  top: -4%;
  left: 94%;
  width: 790px;
  height: 253px;
  background-image: url(/assets/img/jms2025/graphic_shape01.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=exhibition01] {
    display: none;
  }
}

[data-shape=exhibition02] {
  top: 138%;
  right: 89%;
  width: 1412px;
  height: 215px;
  background-image: url(/assets/img/jms2025/graphic_shape03.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=exhibition02] {
    display: none;
  }
}

[data-shape=talk01] {
  top: -8%;
  left: 61%;
  z-index: -2;
  width: 952px;
  height: 305px;
  background-image: url(/assets/img/jms2025/graphic_shape01.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=talk01] {
    top: -6%;
    left: 40%;
    width: 117.8666666667vw;
    height: 37.8666666667vw;
  }
}

[data-shape=talk02] {
  top: 39%;
  right: 68%;
  width: 955px;
  height: 183px;
  background-image: url(/assets/img/jms2025/graphic_shape02.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=talk02] {
    top: 37.5%;
    right: 74%;
    width: 87.7333333333vw;
    height: 28.2666666667vw;
    background-image: url(/assets/img/jms2025/graphic_shape01.svg);
  }
}

[data-shape=talk03] {
  top: 47%;
  left: 77%;
  width: 564px;
  height: 80px;
  background-image: url(/assets/img/jms2025/graphic_shape02.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=talk03] {
    top: 48%;
    left: 43%;
    width: 87.7333333333vw;
    height: 28.2666666667vw;
    background-image: url(/assets/img/jms2025/graphic_shape01.svg);
  }
}

[data-shape=talk04] {
  top: 95%;
  left: 0%;
  width: 564px;
  height: 80px;
  background-image: url(/assets/img/jms2025/graphic_shape02.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=talk04] {
    top: 90%;
    left: -68%;
    width: 117.8666666667vw;
    height: 37.8666666667vw;
  }
}

[data-shape=talk05] {
  top: 96%;
  left: 33%;
  width: 952px;
  height: 305px;
  background-image: url(/assets/img/jms2025/graphic_shape01.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=talk05] {
    top: 102%;
    left: 20%;
    width: 117.8666666667vw;
    height: 37.8666666667vw;
  }
}
