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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40.4761904762%;
  min-width: 422px;
  margin: 0 0 0 5.6776556777%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .introEvent {
    width: 100%;
    min-width: auto;
    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;
  }
}

.introEvent__text {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introEvent__text {
    margin: 0 0 0.5em;
    font-size: 6.4vw;
  }
}
.introEvent__text .red {
  color: #ff5d5d;
}

.end-period {
  display: inline-block;
  width: 0.5em;
}

.navi__wrap {
  height: 70px;
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .navi__wrap {
    height: auto;
    margin: 16vw 0 0;
  }
}

.navi__block.navi_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .navi__block.navi_sp {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media screen and (max-width: 767px) {
  .navi__block.navi_sp .inner {
    width: calc(100% - 2px);
  }
}
@media screen and (max-width: 767px) {
  .navi__block.navi_sp.js-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.naviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .naviList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .navi_sp .naviList {
    gap: 2px;
    background: rgba(255, 255, 255, 0.8);
  }
}

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

.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: 70px;
  padding: 0.8em 1em 1.75em;
  font-weight: 700;
  color: inherit;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .navi__link {
    min-height: 29.8666666667vw;
    padding: 0.5em 0.75em 1.75em;
    font-size: 4vw;
  }
}
.navi__link:after {
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 10px;
  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;
  }
}
@media screen and (max-width: 767px) {
  .navi_sp .navi__link {
    min-height: 14.9333333333vw;
    padding: 0.5em 0.75em;
    border-radius: 2px;
  }
}
@media screen and (max-width: 767px) {
  .navi_sp .navi__link:after {
    display: none;
  }
}

.navi__textImg {
  height: 29px;
}
@media screen and (max-width: 767px) {
  .navi__textImg {
    height: 6.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .navi_sp .navi__textImg {
    height: 4vw;
  }
}

.movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .movie_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}

.movie_block {
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .movie_block {
    width: 100%;
  }
}
.movie_list .movie_block {
  width: calc((100% - 38px) / 2);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .movie_list .movie_block {
    width: 100%;
  }
}

.movie_item {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.movie_textCaption {
  margin: 0.5em 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .movie_textCaption {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}

.movie_textDetail {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .movie_textDetail {
    font-size: 3.733333333vw;
  }
}

.smas__section {
  width: 100vw;
  max-width: 1600px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .smas__section {
    max-width: none;
    margin-left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.smas__block {
  padding: 120px 0;
  margin: 40px 0 0;
  background: #f5f5f5;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .smas__block {
    padding: 16vw 0;
    border-radius: 13.3333333333vw;
  }
}

.smasHeading {
  text-align: center;
}

.smasHeading__img {
  height: 98px;
}
@media screen and (max-width: 767px) {
  .smasHeading__img {
    height: 10.9333333333vw;
  }
}

.smasHeading__text {
  margin-top: 0.75em;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .smasHeading__text {
    font-size: 4.8vw;
  }
}

.smasHeading__lead {
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .smasHeading__lead {
    margin-top: 2em;
    text-align: left;
  }
}

.smasTitle__outline {
  margin-top: 2em;
  font-size: 24px;
  font-weight: 600;
  color: #004098;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smasTitle__outline {
    font-size: 6.4vw;
  }
}

.smasTitle__detail {
  margin: 0.5em 0 1em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.47;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smasTitle__detail {
    margin: 0.55em 0 1.5em;
    font-size: 4.8vw;
  }
}

.quiz_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .quiz_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}

.quiz_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 38px) / 2);
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .quiz_card {
    width: 100%;
    padding: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}

.quiz_block {
  width: calc((100% - 38px) / 2);
  margin: 0;
}

.quiz_block_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.75em 0 0;
}
@media screen and (max-width: 920px) and (min-width: 768px) {
  .quiz_block_footer {
    margin: 0.6em 0 0;
  }
}

.quiz_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

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

.quiz_question_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz_question_icon {
  width: 44px;
}
@media screen and (max-width: 767px) {
  .quiz_question_icon {
    width: 10.9333333333vw;
  }
}
@media screen and (max-width: 920px) and (min-width: 768px) {
  .quiz_question_icon {
    width: 34px;
  }
}

.quiz_question_title_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
}
@media screen and (max-width: 767px) {
  .quiz_question_title_text {
    font-size: 4vw;
  }
}

.quiz_question_list {
  padding: 0 0 0 1.5em;
  margin: 1.5em 0 0;
  font-size: 18px;
  font-weight: 700;
  list-style-type: upper-alpha;
}
@media screen and (max-width: 767px) {
  .quiz_question_list {
    font-size: 4vw;
  }
}
@media screen and (max-width: 920px) and (min-width: 768px) {
  .quiz_question_list {
    font-size: 17px;
  }
}
.quiz_question_list li:before {
  display: inline-block;
  text-indent: 0;
}

.quiz_movie_text {
  margin: 1.75em 0 1em;
  font-size: 18px;
  font-weight: 700;
  color: #004098;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quiz_movie_text {
    font-size: 4vw;
  }
}
.quiz_movie_text:before, .quiz_movie_text:after {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin: 0 0.35em 0 0.25em;
  vertical-align: middle;
  content: "";
  background: currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.quiz_movie_text:before {
  -webkit-transform: rotate(-20deg) translateY(-0.15em);
          transform: rotate(-20deg) translateY(-0.15em);
}
.quiz_movie_text:after {
  -webkit-transform: rotate(20deg) translateY(-0.15em);
          transform: rotate(20deg) translateY(-0.15em);
}

.quiz_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.9em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25em 1.75em;
  color: #fff;
  background: #00afec;
  border-radius: 3em;
}
@media screen and (max-width: 920px) and (min-width: 768px) {
  .quiz_button {
    font-size: 1.4rem;
  }
}
.quiz_button:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-clip-path: polygon(42% 0%, 42% 42%, 0% 42%, 0% 58%, 42% 58%, 42% 100%, 58% 100%, 58% 58%, 100% 58%, 100% 42%, 58% 42%, 58% 0%);
          clip-path: polygon(42% 0%, 42% 42%, 0% 42%, 0% 58%, 42% 58%, 42% 100%, 58% 100%, 58% 58%, 100% 58%, 100% 42%, 58% 42%, 58% 0%);
  content: "";
  background: currentColor;
}
.quiz_answer_block .quiz_button:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.quiz_answer_block {
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  background: #dbeaf1;
  border-radius: 17px;
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 767px) {
  .quiz_answer_block {
    padding: 3.2vw 3.7333333333vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (max-width: 920px) and (min-width: 768px) {
  .quiz_answer_block {
    padding: 20px 13px;
  }
}
.quiz_answer_block.js-hide {
  opacity: 0.2;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}

.quiz_answer_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz_answer_title_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .quiz_answer_title_text {
    font-size: 4vw;
  }
}

.quiz_answer_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1em;
}
@media screen and (max-width: 920px) and (min-width: 768px) {
  .quiz_answer_text {
    margin-top: 0.65em;
    font-size: 15px;
  }
  .quiz_answer_text p {
    line-height: 1.6;
  }
}

.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 {
  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__lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 140px 0 0;
  margin: -140px 0 40px;
}
@media screen and (max-width: 767px) {
  .conceptIntro__lead {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 13.3333333333vw 0 0;
    margin: 0;
  }
}
.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__leadText {
  font-size: 40px;
  line-height: 1.8;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .conceptIntro__leadText {
    font-size: 7.466666667vw;
  }
}

.conceptIntro__column {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .conceptIntro__column {
    margin-top: 22.4vw;
  }
}

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

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

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

.conceptIntro__imgArea {
  width: 45.8333333333%;
  margin: 0 4.0833333333% 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: 120px;
}
@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__intro {
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .talkSession__intro {
    text-align: left;
  }
}

.talkSession-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 920px) and (min-width: 768px) {
  .talkSession-list {
    gap: 30px;
  }
}
@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__itemContent .btn--small {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 284px;
  min-width: 284px;
  margin: auto;
}

.talkSession-list__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .talkSession-list__itemHead {
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .talkSession-list__itemHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
  }
}

.talkSession-list__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .talkSession-list__itemTitle--lineAuto {
    min-height: auto;
  }
}
@media screen and (max-width: 920px) and (min-width: 768px) {
  .talkSession-list__itemTitle {
    margin-bottom: 0.75em;
    font-size: 2.1739130435vw;
  }
}
@media screen and (max-width: 767px) {
  .talkSession-list__itemTitle {
    width: 100%;
    font-size: 2rem;
  }
}
@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;
  }
}

.talkSession-list__itemLogo {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .talkSession-list__itemLogo {
    width: 39.4736842105%;
    max-width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .talkSession-list__itemLogo {
    width: 216px;
  }
}

.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%;
  }
  .after1 .talkSession-list__itemImgArea {
    width: 45.1127819549%;
  }
}

.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);
  }
  .after1 .talkSession-list__itemImage {
    width: 100%;
  }
}
@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);
  }
  .after1 .talkSession-list__itemImage {
    width: 100%;
  }
}

.talkSession-list__itemPhoto {
  margin-bottom: 20px;
}

@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.25em;
  }
}

.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-info {
  overflow: hidden;
}

.talkSession-summary {
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .talkSession-summary {
    font-size: 3.7333333333vw;
  }
}

.talkSession-btn {
  margin-top: 1.5em;
  text-align: center;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1020px;
  padding: 48px 20px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 600;
  color: #3e3a39;
  background: #fff;
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .application__link {
    padding: 2.5rem 2rem;
    margin: 0 auto;
    font-size: 4.8vw;
    line-height: 1.3;
    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: -455px;
  left: calc(100% - 108px);
  z-index: -2;
  width: 670px;
  height: 215px;
  background-image: url(/assets/img/jms2025/graphic_shape01.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=concept01] {
    top: -7%;
    left: -37%;
    width: 89.0666666667vw;
    height: 18.4vw;
  }
}

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

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

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

[data-shape=concept05] {
  bottom: -25%;
  left: 93%;
  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] {
    bottom: -16%;
    left: 30%;
    width: 117.8666666667vw;
    height: 37.8666666667vw;
  }
}

[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=smas01] {
  right: 84%;
  bottom: -3%;
  z-index: -2;
  width: 1412px;
  height: 215px;
  background-image: url(/assets/img/jms2025/graphic_shape03.svg);
}
@media screen and (max-width: 767px) {
  [data-shape=smas01] {
    right: 40%;
    bottom: -6%;
    width: 117.8666666667vw;
    height: 37.8666666667vw;
  }
}

[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: -2.7%;
    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;
  }
}
