:root {
  --white: white;
  --black: black;
  --blue: #28a4ce;
  --green: #489f98;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  height: 100px;
}

.header-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.header-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  height: 100px;
  margin-bottom: 0;
  padding: 15px;
}

.container {
  width: 100%;
  max-width: 940px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 145px;
  max-width: 150px;
  height: 100%;
  overflow: clip;
}

.container-4 {
  max-width: 900px;
  height: 69.2344px;
  line-height: 29px;
}

.nav-menu {
  padding: 0;
}

.nav-header {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  max-width: none;
  height: 70px;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navbar-container {
  text-align: center;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.header-container-regular {
  text-align: center;
  width: 100%;
  max-width: 95%;
  height: 70px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.header-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80%;
  display: flex;
}

.chugai-logo {
  justify-content: center;
  align-items: center;
  height: 104.869%;
  display: flex;
}

.header-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.concept-link {
  color: #1a1b1f;
  letter-spacing: 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.concept-link:hover {
  color: #1a1b1fbf;
}

.concept-link:focus-visible, .concept-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  height: 30px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 1;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.request-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1a1b1f;
  background-image: linear-gradient(278deg, #b741f5, #88bdf9);
  border: 1px #000;
  border-radius: 20px;
  width: 150px;
  height: 30px;
  margin-right: 10px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  transition: all .2s;
  display: none;
}

.request-button:hover {
  color: #fff;
  background-color: #32343a;
}

.request-button:active {
  background-color: #43464d;
}

.image-1 {
  margin-left: 10px;
}

.main {
  max-width: 992px;
  height: auto;
}

.container-5 {
  width: 100%;
  max-width: 992px;
  height: 100%;
}

.image-2 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.time-table-link {
  color: #1a1b1f;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.time-table-link:hover {
  color: #1a1b1fbf;
}

.time-table-link:focus-visible, .time-table-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.time-table-link.w--current {
  cursor: pointer;
}

.session-link {
  color: #1a1b1f;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.session-link:hover {
  color: #1a1b1fbf;
}

.session-link:focus-visible, .session-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.session-link.w--current {
  cursor: pointer;
}

.event-summary-link {
  color: #1a1b1f;
  letter-spacing: 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.event-summary-link:hover {
  color: #1a1b1fbf;
}

.event-summary-link:focus-visible, .event-summary-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.main-visual {
  width: 100%;
  max-width: 100%;
  margin-top: 70px;
  overflow: hidden;
}

.main-visual-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.body {
  max-width: 100%;
  height: 5800px;
  overflow: visible;
}

.event-concept {
  text-align: left;
  width: 100%;
  max-width: 100%;
  height: 650px;
  margin-top: -180px;
  padding-top: 80px;
  position: static;
  bottom: 100px;
  overflow: visible;
}

.quick-stack {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  height: 550px;
  margin: 10px auto;
  padding: 35px 0% 35px 6%;
  position: static;
  top: 100px;
}

.paragraph {
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  height: 70px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 23px;
  font-weight: 200;
  line-height: 35px;
}

.image-3 {
  text-align: center;
  width: 80%;
  margin-top: 0;
  padding: 25px;
}

.cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.copy {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  width: 100%;
  margin-bottom: 10px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 40px;
}

.paragraph-1 {
  color: #000;
  letter-spacing: 2px;
  column-count: 1;
  column-rule-width: 0px;
  column-gap: 0;
  width: 100%;
  max-width: 90%;
  margin: 30px 10px 10px 40px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.paragraph-2 {
  letter-spacing: 2px;
  max-width: 445.148px;
  margin: 10px 0 10px 40px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.paragraph-3 {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #fff;
  border: 0 solid #32c5f900;
  border-radius: 0;
  width: 100%;
  max-width: 90%;
  height: 15px;
  margin: 10px 20px 20px 40px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
  overflow: visible;
}

.time-table {
  width: 100%;
  max-width: 100%;
  height: 3000px;
  max-height: none;
  padding-top: 100px;
  position: static;
  bottom: 80px;
  overflow: visible;
}

.container-6 {
  text-align: left;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: auto;
}

.image-4 {
  width: 100%;
  height: 87.036%;
}

.heading {
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  z-index: 2;
  width: auto;
  max-width: 992px;
  height: 55px;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 0;
  padding: 0;
  font-family: Jost, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: flex;
}

.text-block {
  color: #000;
  letter-spacing: 2px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 70px;
  padding-right: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.section {
  height: 815px;
}

.container-7 {
  max-width: 100%;
}

.container-8 {
  background-color: #ff7070;
  display: flex;
  position: static;
}

.div-block {
  text-align: left;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  bottom: 4300px;
}

.image-5 {
  width: 77%;
  height: 100%;
  max-height: none;
  margin-left: 11%;
  margin-right: 11%;
  padding-right: 0;
}

.day1 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  width: 15%;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 250%;
  font-weight: 300;
  line-height: 50px;
  position: relative;
  bottom: 860px;
  left: 24%;
}

.day2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  width: 15%;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 250%;
  font-weight: 300;
  line-height: 50px;
  position: relative;
  bottom: 910px;
  left: 63%;
}

._1125-thu {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 15%;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  bottom: 880px;
  left: 24%;
}

._1126-fri {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 15%;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  bottom: 900px;
  left: 63.5%;
}

.digital-innovation {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 30%;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 900px;
  left: 17%;
}

.r-d-innovation {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 35%;
  height: 25px;
  margin-left: 18px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 920px;
  left: 51%;
}

._1125-time-01 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 878px;
  left: 16.5%;
}

._1125-opening {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 898px;
  left: 34.6%;
}

._1108-opening {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 680px;
  left: 540px;
}

._1108-10-30-10-35 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 697px;
  left: 720px;
}

._1125-opening-link {
  aspect-ratio: auto;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: default;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  bottom: 900px;
  left: 16.5%;
}

._1125-opening-link.scroll101 {
  cursor: default;
}

.link-1108-opening {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 700px;
  left: 260px;
}

._1107-session1 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 730px;
  left: 179px;
}

._1107-10-35-12-05 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 150px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 690px;
  left: 350px;
}

._1108-session1 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 770px;
  left: 553px;
}

._1108-10-35-12-05 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 790px;
  left: 720px;
}

.link-1107-session1 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 58px;
  font-size: 12px;
  position: relative;
  bottom: 733px;
  left: 190px;
}

.link-1107-session-1 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  bottom: 793px;
  left: 172px;
}

._1107-opening-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  mix-blend-mode: normal;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 730px;
  left: 422px;
}

._1108-opening-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 750px;
  left: 800px;
}

._1107-session-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 830px;
  left: 422px;
}

.link-1108-session-1 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  bottom: 793px;
  left: 260px;
}

._1108-session-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 850px;
  left: 800px;
}

._1107-10-35-12-05-0 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 150px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 750px;
  left: 332px;
}

._1107-session2 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 824px;
  left: 179px;
}

._1107-12-05-15-00 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 150px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 844px;
  left: 332px;
}

._1108-session2 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 864px;
  left: 553px;
}

._1108-12-05-15-00 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 884px;
  left: 720px;
}

.link-1107-session-2 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 30px;
  position: relative;
  bottom: 894px;
  left: 172px;
}

.link-1108-session {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  bottom: 887px;
  left: 260px;
}

._1107-session2-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 930px;
  left: 422px;
}

._1108-session2-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 950px;
  left: 800px;
}

._1107-session3 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 925px;
  left: 179px;
}

._1107-15-00-16-30 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 150px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 945px;
  left: 332px;
}

._1108-session3 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 965px;
  left: 553px;
}

._1108-15-00-16-30 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 985px;
  left: 720px;
}

.link-1107-session-3 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 30px;
  position: relative;
  bottom: 995px;
  left: 172px;
}

._1107-session3-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1030px;
  left: 422px;
}

.link-1108-session-3 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  bottom: 988px;
  left: 260px;
}

._1108-session3-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1050px;
  left: 800px;
}

._1107-closing {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1025px;
  left: 179px;
}

._1107-16-30-16-40 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 150px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1042px;
  left: 332px;
}

._1108-closing {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1065px;
  left: 553px;
}

._1108-16-30-16-40 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1082px;
  left: 720px;
}

.link-1107-closing {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 38px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  bottom: 1085px;
  left: 172px;
}

._1107-closing-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1115px;
  left: 422px;
}

.link-1108-closing {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 38px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  bottom: 1085px;
  left: 260px;
}

._1108-closing-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1135px;
  left: 800px;
}

.image-6 {
  width: 100%;
  max-width: 100%;
}

._1107-workshop {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1115px;
  left: 179px;
}

._1107-17-00-18-00 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 150px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1132px;
  left: 332px;
}

._1108-networking-event {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1155px;
  left: 553px;
}

._1108-17-00-18-00 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1172px;
  left: 720px;
}

.link-1107-woekshop {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 38px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 1175px;
  left: 172px;
}

.link-1108-networkevent {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 290px;
  height: 38px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 1175px;
  left: 260px;
}

._1107-closing-icon-copy {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1205px;
  left: 422px;
}

._1108-workshop-icon {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1225px;
  left: 800px;
}

.section-2 {
  background-color: red;
  display: block;
  position: static;
  bottom: 600px;
}

.section-3 {
  background-color: #fff0;
}

.container-9 {
  background-color: #ff0707;
}

.section-4 {
  background-color: red;
  position: static;
  bottom: 2000px;
}

.session {
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  height: 53%;
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
  bottom: 1836px;
  overflow: visible;
}

.heading-2 {
  color: #000;
  letter-spacing: 4px;
  width: 780px;
  height: 55px;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 80px;
  font-family: Jost, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.text-block-2 {
  margin: 0 90px 0 70px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.container-10 {
  width: 100%;
  max-width: 100%;
  height: 2600px;
  margin-left: auto;
}

.cell-2 {
  line-height: 22px;
}

.tab-pane-tab-1 {
  background-image: linear-gradient(90deg, #5ad7e2, #2fafe1);
  border-top: 1px solid #fff;
  width: 73%;
  height: 100%;
  margin-left: 14%;
  margin-right: 14%;
  overflow: visible;
}

.tabs-menu {
  background-color: #78d2be;
  border-top-right-radius: 70px;
  width: 72%;
  height: 70px;
  margin-left: 14%;
  margin-right: 14%;
}

.tab-link-tab-1 {
  z-index: 1;
  background-image: linear-gradient(101deg, #5ddbe2, #2aace1);
  border-top-right-radius: 30px;
  width: 51%;
}

.tab-link-tab-1.w--current {
  border-style: none;
  border-width: 1px;
  border-color: black #fff var(--blue) black;
  background-color: #7ed6e0;
  background-image: linear-gradient(101deg, #5ddbe2, #2cade1);
  border-radius: 0 30px 0 0;
  width: 51%;
  height: 100%;
  box-shadow: 4px -3px 10px #0003;
}

.tab-link-tab-2 {
  background-image: linear-gradient(256deg, #57bcc4, #7dd5be);
  border-top-right-radius: 30px;
  width: 50%;
  height: 100%;
  display: block;
  position: relative;
  bottom: 70px;
  left: 51.4%;
  right: auto;
}

.tab-link-tab-2.w--current {
  background-image: linear-gradient(73deg, #79d1bd, #0cbfc6);
  border-top-right-radius: 30px;
  left: 50.8%;
  box-shadow: 5px -4px 10px -3px #0003;
}

.tabs {
  width: 100%;
  max-width: 100%;
  margin-top: 80px;
}

.text-block-3, .text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

.day1-digital-innovation {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
}

.day2-r-d-innovation {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  width: 120%;
  margin-left: -30px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.tab-pane-tab-2 {
  background-image: linear-gradient(90deg, #6cddbb, #0cbfc6);
  border-top: 1px solid #fff;
  width: 72.6%;
  max-width: 73%;
  height: 100%;
  margin-left: 14%;
  margin-right: 14%;
  overflow: visible;
}

.container-11 {
  width: 100%;
  max-width: 100%;
  height: 2300px;
  overflow: auto;
}

.session-11-7-thu {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.session-digital-innovation {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  height: 30px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  position: static;
}

.session-11-7-explanation {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  height: 100px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  position: static;
}

.opening {
  text-align: left;
  width: 100%;
  height: auto;
  display: none;
}

.accordion-wrapper {
  height: 1300px;
  display: none;
  position: relative;
  bottom: 171px;
}

.heading-3 {
  font-size: 20px;
}

.heading-4 {
  font-family: "M PLUS 2", sans-serif;
}

.heading-5 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100%;
  margin-top: -100px;
  margin-bottom: 1.2%;
  padding-top: 110px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.tabs-content {
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.tabs-content.session {
  margin-top: -80px;
  padding-top: 80px;
}

.image-7 {
  width: 85%;
  height: 85%;
  margin-top: -100px;
  margin-left: 54px;
  margin-right: 54px;
  padding-top: 100px;
  position: relative;
  bottom: 45px;
}

.accordion-item-01 {
  width: 100%;
  height: 27%;
  position: relative;
  bottom: 175px;
}

.heading-6 {
  color: #fffdfd;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image-8 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 50px;
}

.accordion-item-contents-01 {
  height: 14%;
  max-height: 30%;
  display: none;
  position: relative;
  bottom: 146px;
  overflow: visible;
}

.div-block-3 {
  background-color: var(--white);
  width: 85%;
  height: 100%;
  max-height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  overflow: visible;
}

.image-9 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  bottom: 352px;
  left: 110px;
}

._1125-session-title {
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 360px;
  left: 0%;
}

._1125-session1-title-01 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

._1125-session1-title-03 {
  letter-spacing: 0;
  width: 35%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  position: relative;
  bottom: 529px;
  left: 35%;
}

.preferred-networks {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 428px;
}

.okazaki-naoaki {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 425px;
}

.naoaki-okazaki-yomigana {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 425px;
}

.accordion-item-02 {
  width: 100%;
  height: 81.9255%;
  margin-top: 50px;
  position: relative;
  bottom: 160px;
}

.accordion-item-contents-02 {
  height: 15%;
  display: none;
  position: relative;
  bottom: 864px;
  overflow: visible;
}

.div-block-4 {
  background-color: var(--white);
  width: 85%;
  height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  overflow: visible;
}

.heading-7 {
  color: #fffdfd;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image-10 {
  width: 85%;
  height: auto;
  margin-top: -100px;
  margin-left: 54px;
  margin-right: 54px;
  padding-top: 100px;
  position: relative;
  bottom: 52px;
}

._1107-session2-title {
  color: #000;
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  bottom: 350px;
}

._1125-session2-title-01 {
  letter-spacing: 0;
  width: 30%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  position: relative;
  bottom: 350px;
}

._1125-session2-title-02 {
  letter-spacing: 0;
  width: 35%;
  margin-left: 15%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  position: relative;
  bottom: 427px;
  left: auto;
}

.image-11 {
  cursor: pointer;
  width: 12%;
  margin-left: 15%;
  position: relative;
  bottom: 348px;
  left: auto;
}

.chugai {
  letter-spacing: 1px;
  width: 25%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 430px;
}

.suzuki-takao {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 430px;
}

.suzuki-takao-yomigana {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 430px;
}

.mottomiru-01 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  width: 85%;
  margin-bottom: 0;
  margin-left: 54px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  position: relative;
  bottom: 320px;
}

.sankaku-01 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  width: 85%;
  margin-bottom: 0;
  margin-left: 54px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  bottom: 320px;
}

.mottomiru-02 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  width: 85%;
  margin-bottom: 0;
  margin-left: 54px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  position: relative;
  bottom: 320px;
}

.sankaku-02 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  width: 85%;
  margin-bottom: 0;
  margin-left: 54px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  bottom: 320px;
}

.div-block-5 {
  position: relative;
}

.view-more-01 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 800px;
}

.mottomiru-moji-01 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-01 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.div-block-6 {
  width: 100%;
  max-width: 138%;
  height: 500px;
  display: block;
  position: relative;
  overflow: visible;
}

.okanohara-plrofile {
  z-index: 3;
  background-color: #6bc4eab3;
  height: 900px;
  padding-top: 0;
  display: none;
  position: relative;
  bottom: 5000px;
}

.div-block-8 {
  background-color: #2cabe18c;
  width: 720px;
  height: 900px;
  margin-top: 0;
  margin-left: 136px;
  margin-right: 136px;
  padding-top: 250px;
}

.div-block-9 {
  background-color: var(--blue);
  width: 650px;
  height: 400px;
  margin-left: 35px;
  margin-right: 35px;
}

.image-12 {
  width: 100%;
  max-width: 100%;
  height: 150%;
  max-height: 160%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

._1125-click-01 {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 900px;
  left: 14%;
}

._1125-time-02 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 888px;
  left: 16.5%;
}

._1125-session-01 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 908px;
  left: 34.6%;
}

._1125-session01-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  line-height: 25px;
  position: relative;
  bottom: 910px;
  left: 16.5%;
}

._1125-session01-link.scroll102 {
  cursor: default;
}

._1125-click-02 {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 910px;
  left: 14%;
}

._1125-time-03 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 898px;
  left: 16.5%;
}

._1125-session-02 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 918px;
  left: 34.6%;
}

._1125-session02-link {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  min-width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  line-height: 12px;
  position: relative;
  bottom: 920px;
  left: 16.5%;
}

._1125-session02-link.scroll103 {
  text-align: center;
  cursor: default;
  font-size: 10px;
  line-height: 13px;
}

._1125-click-03 {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 923px;
  left: 14%;
}

._1125-time-04 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 908px;
  left: 16.5%;
}

._1125-session-03 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 928px;
  left: 34.6%;
}

._1125-session03-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  line-height: 13px;
  position: relative;
  bottom: 930px;
  left: 16.5%;
}

._1125-session03-link.scroll104 {
  cursor: default;
  line-height: 13px;
}

._1125-click-04 {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 935px;
  left: 14%;
}

._1125-time-05 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 918px;
  left: 16.5%;
}

._1125-closing {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 938px;
  left: 34.6%;
}

._1125-closing-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 940px;
  left: 16.5%;
}

._1125-closing-link.scroll105 {
  cursor: default;
}

._1125-click-05 {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 938px;
  left: 14%;
}

._1125-time-06 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 928px;
  left: 16.5%;
}

._1125-workshop {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 160px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 948px;
  left: 31.6%;
}

._1125-workshop-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  bottom: 950px;
  left: 16.5%;
}

._1125-workshop-link.scroll106 {
  cursor: default;
}

._1125-click-06 {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 20px;
  line-height: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 943px;
  left: 14%;
}

._1125-offline-01 {
  color: #000;
  text-align: right;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  width: 60px;
  font-size: 7px;
  position: relative;
  bottom: 995px;
  left: 40.6%;
}

._1125-time-07 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 958px;
  left: 16.5%;
}

._1125-poster-session {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 978px;
  left: 34.6%;
}

._1125-poster-session-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 980px;
  left: 16.5%;
}

._1125-poster-session-link.scroll107 {
  cursor: default;
}

._1125-click-07 {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 978px;
  left: 14%;
}

._1125-offline-02 {
  color: #000;
  text-align: right;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  width: 60px;
  font-size: 7px;
  position: relative;
  bottom: 1025px;
  left: 40.6%;
}

._1125-time-08 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 988px;
  left: 16.5%;
}

._1125-konshinkai {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 160px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1008px;
  left: 31.6%;
}

._1125-poster-session-link-copy {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffffffa6;
  width: 320px;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 1100px;
  left: 158px;
}

._1125-konshinkai-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 1010px;
  left: 16.5%;
}

._1125-konshinkai-link.scroll108 {
  cursor: default;
}

._1125-click-08 {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 1008px;
  left: 14%;
}

._1125-offline-03 {
  color: #000;
  text-align: right;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  width: 60px;
  font-size: 7px;
  position: relative;
  bottom: 1055px;
  left: 40.6%;
}

._1125-time-08-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1128px;
  left: 158px;
}

._1125-foyer {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1018px;
  left: 16.5%;
}

._1125-poster {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 160px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1038px;
  left: 31.6%;
}

._1125-poster-link {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) var(--white) #fff #fff;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #fff0;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 1040px;
  left: 16.5%;
}

._1125-poster-link.scroll109 {
  cursor: default;
}

._1125-offline-04 {
  color: #000;
  text-align: right;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  width: 60px;
  font-size: 7px;
  position: relative;
  bottom: 1085px;
  left: 40.6%;
}

._1125-click-09 {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 1038px;
  left: 14%;
}

._1126-time-01 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1723px;
  left: 55%;
}

._1126-opening {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1743px;
  left: 73.2%;
}

._1126-opening-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 1745px;
  left: 55%;
}

._1126-opening-link.scroll201 {
  cursor: default;
}

._1126-click-01 {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  position: relative;
  bottom: 1745px;
  left: 52.5%;
}

._1126-click-01.scroll201 {
  display: none;
}

._1126-time-02 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1733px;
  left: 55%;
}

._1126-session01 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1753px;
  left: 73.2%;
}

._1126-session01-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 1755px;
  left: 55%;
}

._1126-session01-link.scroll202 {
  cursor: default;
}

._1126-click-02 {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  position: relative;
  bottom: 1780px;
  left: 52.5%;
}

._1126-click-02.scroll202 {
  display: none;
}

._1126-time-03 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1755px;
  left: 55%;
}

._1126-session02 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1775px;
  left: 73.2%;
}

._1126-session02-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 1777px;
  left: 55%;
}

._1126-session02-link.scroll203 {
  cursor: default;
}

._1126-click-03 {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 1778px;
  left: 52.5%;
}

._1126-time-04 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1766px;
  left: 55%;
}

._1126-session03 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1786px;
  left: 73.2%;
}

._1126-session03-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  line-height: 13px;
  position: relative;
  bottom: 1788px;
  left: 55%;
}

._1126-session03-link.scroll204 {
  cursor: default;
}

._1126-click-04 {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 1807px;
  left: 52.5%;
}

._1126-time-05 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1783px;
  left: 55%;
}

._1126-closing {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1803px;
  left: 73.2%;
}

._1126-closing-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 1805px;
  left: 55%;
}

._1126-closing-link.scroll205 {
  cursor: default;
}

._1126-click-05 {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 1805px;
  left: 52.5%;
}

._1126-time-06 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1794px;
  left: 55%;
}

._1126-konshinkai {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1814px;
  left: 73.2%;
}

._1126-konshinkai-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #ffffffa6;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 1816px;
  left: 55%;
}

._1126-konshinkai-link.scroll206 {
  cursor: default;
}

._1126-click-06 {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 1813px;
  left: 52.5%;
}

._1126-offline-01 {
  color: #000;
  text-align: right;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  width: 60px;
  font-size: 7px;
  position: relative;
  bottom: 1861px;
  left: 79.1%;
}

._1126-time-07 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1823px;
  left: 55%;
}

._1126-poster {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  width: 130px;
  height: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 1843px;
  left: 73.2%;
}

._1126-poster-link {
  border-style: solid;
  border-width: 1px;
  border-color: #fff var(--white) var(--white);
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #fff0;
  width: 31.2%;
  height: 45px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 1845px;
  left: 55%;
}

._1126-poster-link.scroll207 {
  cursor: default;
}

._1126-click-07 {
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  bottom: 1843px;
  left: 52.5%;
}

._1126-offline-02 {
  color: #000;
  text-align: right;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  width: 60px;
  font-size: 7px;
  position: relative;
  bottom: 1889px;
  left: 79.1%;
}

.button-7 {
  background-color: #ffffff5c;
  width: 20%;
  height: 45px;
  position: relative;
  bottom: 230px;
  left: 75%;
}

.image-13 {
  cursor: pointer;
  width: 100%;
  height: 120%;
  position: static;
  bottom: 240px;
  left: 75%;
}

.image-14 {
  cursor: pointer;
  width: 21%;
  height: 12.9616%;
  position: relative;
  bottom: 140px;
  left: 53.8%;
}

.link-block {
  cursor: pointer;
  width: 21%;
  height: 15%;
  position: relative;
  bottom: 140px;
  left: 75%;
}

.list-item-2, .list-item-3 {
  cursor: pointer;
}

._1125-session1-title-first-01 {
  letter-spacing: 0;
  width: 32%;
  height: 5%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 9px;
  position: relative;
  bottom: 348px;
}

.image-15 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.chugai-seiyaku {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.okuda-osamu {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.okuda-osamu-yomigana {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.image-kurihara {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  margin-left: 19%;
  position: relative;
  bottom: 526px;
  left: 35%;
}

.keio-gijuku {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 603px;
}

.kurihara-satoshi {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 600px;
}

.kurihara-satoshi-yomigana {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 600px;
}

._1125-session1-title-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 575px;
}

.image-hamamoto {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 568px;
  left: 110px;
}

.kokuritugancenter {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 645px;
}

.hamamoto-ryuji {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 645px;
}

.hamamoto-ryuji-yomigana {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 645px;
}

._1125-session1-title-04 {
  letter-spacing: 0;
  width: 35%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  position: relative;
  bottom: 757px;
  left: 35%;
}

.image-hoshina {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  margin-left: 19%;
  position: relative;
  bottom: 742px;
  left: 35%;
}

.accenture {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 820px;
}

.hoshina-gakuse {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 820px;
}

.hoshina-gakuse-yomigana {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 820px;
}

.text-span {
  font-size: 17px;
}

.image-16 {
  cursor: auto;
  width: 12%;
  margin-left: 15%;
  position: relative;
  bottom: 435px;
  left: auto;
}

.google-ai {
  letter-spacing: 1px;
  width: 25%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 502px;
}

.name-tbd01 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 502px;
}

.yomigana-tbd01 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 502px;
}

._1125-session2-title-03 {
  letter-spacing: 0;
  width: 30%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  position: relative;
  bottom: 660px;
  left: 35%;
}

.image-17 {
  cursor: auto;
  width: 12%;
  margin-left: 19%;
  position: relative;
  bottom: 660px;
  left: 35%;
}

.microsoft-japan {
  letter-spacing: 1px;
  width: 25%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 753px;
}

.otani-ken {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 753px;
}

.otani-ken-yomigana {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 753px;
}

.view-more-02 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 698px;
}

.mottomiru-moji-02 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-02 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-03 {
  width: 100%;
  height: 27%;
  position: relative;
  bottom: 833px;
}

.accordion-item-contents-03 {
  height: 13%;
  display: none;
  position: relative;
  bottom: 802px;
  overflow: visible;
}

.heading-8 {
  color: #fffdfd;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image-18 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 49px;
}

._1125-session3-title {
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 389px;
  left: 0%;
}

._1125-session3-title-03 {
  letter-spacing: 0;
  width: 35%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  position: relative;
  bottom: 565px;
  left: 35%;
}

._1125-session3-title-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 590px;
}

._1125-session3-title-04 {
  letter-spacing: 0;
  width: 35%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 769px;
  left: 35%;
}

.image-terabe {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 372px;
  left: 110px;
}

.image-kitagawa {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  margin-left: 19%;
  position: relative;
  bottom: 567px;
  left: 35%;
}

.image-imai {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 594px;
  left: 110px;
}

.image-matsuoka {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  margin-left: 19%;
  position: relative;
  bottom: 761px;
  left: 35%;
}

.deloitte {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 445px;
}

.quera {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 634px;
}

.kokuritugancenter-higashi {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 660px;
}

.qunasys {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 826px;
}

.terabe-masayoshi {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 445px;
}

.terabe-masayoshi-yomigna {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 445px;
}

.kitagawa-takuya {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 626px;
}

.kitagawa-takuya-yomigana {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 627px;
}

.imai-mitsuho {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 660px;
}

.imai-mitsuho-yomigana {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 660px;
}

.matsuoka-tomoyo {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 826px;
}

.matsuoka-tomoyo-yomigana {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 826px;
}

.mottomiru-moji-03 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-03 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.view-more-03 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 811px;
}

.div-block-7 {
  background-color: var(--white);
  width: 85%;
  height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  display: block;
  overflow: visible;
}

._1125-session3-title-01 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 380px;
}

.closing {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 750px;
}

.heading-9 {
  color: #fffdfd;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image-19 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 49px;
}

._1125-closing-title {
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 0;
  left: 0%;
}

._1125-closing-title-01 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: auto;
}

.image-suzuki-01 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.chugai-seiyaku-digital {
  color: var(--black);
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 225px;
}

.suzuki-takao-01 {
  color: var(--black);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 225px;
}

.suzuki-takao-yomigana-01 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 225px;
}

.workshop {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 763px;
}

.heading-10 {
  color: #fffdfd;
  letter-spacing: 2px;
  width: 50%;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image-20 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 64px;
}

.chugai-seiyaku-digital-copy {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 225px;
}

.day1-workshop-name {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 124px;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  bottom: 33px;
  left: 37%;
}

.view-more-04 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: block;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-04 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-04 {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-04 {
  height: 100px;
  display: none;
  position: relative;
  bottom: 808px;
  overflow: visible;
}

.div-block-11 {
  background-color: var(--white);
  width: 85%;
  height: 100px;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  display: block;
  overflow: visible;
}

.poster-session {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 776px;
}

.heading-11 {
  color: #fffdfd;
  letter-spacing: 2px;
  width: 50%;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  bottom: 33px;
  left: 48.5%;
}

.image-21 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 64px;
}

.day1-poster-session-name {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 124px;
}

.view-more-05 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: block;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-05 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-05 {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-05 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 871px;
  overflow: visible;
}

.div-block-10 {
  background-color: var(--blue);
  width: 85%;
  height: 150px;
  margin-left: 54px;
  margin-right: 54px;
  display: block;
  overflow: visible;
}

.kouryukai {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 805px;
}

.heading-12 {
  color: #fffdfd;
  letter-spacing: 2px;
  width: 50%;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-7 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  bottom: 33px;
  left: 30.5%;
}

.image-22 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 64px;
}

.day1-kouryukai-name {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 118px;
}

.view-more-06 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: none;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-06 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-06 {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-06 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 896px;
  overflow: visible;
}

.div-block-12 {
  background-color: var(--blue);
  width: 85%;
  height: 150px;
  margin-left: 54px;
  margin-right: 54px;
  display: block;
  overflow: visible;
}

.poster-exhibition {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 845px;
}

.heading-13 {
  color: #fffdfd;
  letter-spacing: 2px;
  width: 50%;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-8 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  bottom: 33px;
  left: 39.5%;
}

.image-23 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 55px;
}

.day1-poster-exhibition-name {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 107px;
}

.view-more-07 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: none;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-07 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-07 {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-07 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 108px;
  overflow: visible;
}

.div-block-13 {
  background-color: var(--blue);
  width: 85%;
  height: 150px;
  margin-left: 54px;
  margin-right: 54px;
  display: block;
  overflow: visible;
}

.register-to-attend {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  height: 10%;
  padding: 30px;
  display: none;
  position: static;
  bottom: 1px;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 750px;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1a1b1f;
  background-image: linear-gradient(270deg, #b644f5, #8abaf9);
  border-radius: 30px;
  width: 35%;
  height: 30%;
  max-height: 100%;
  padding: 12px 25px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 24px;
  line-height: 25px;
  transition: all .2s;
  box-shadow: 5px 5px 5px #00000040;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.register-to-attend-main {
  width: 24%;
  height: 100px;
  max-height: 100%;
  position: relative;
  top: auto;
  bottom: 270px;
  left: 74.5%;
}

.event-outline-main {
  width: 24%;
  height: 110px;
  max-height: 100%;
  display: block;
  position: relative;
  top: auto;
  bottom: 271px;
  left: 74.6%;
}

.outline {
  width: 100%;
  max-width: 100%;
  height: 800px;
  max-height: none;
  margin-top: -80px;
  padding-top: 80px;
  position: relative;
  bottom: 2150px;
  overflow: hidden;
}

.container-13 {
  text-align: left;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  position: static;
  bottom: 0;
}

.heading-14 {
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  z-index: 2;
  width: 780px;
  max-width: 992px;
  height: 55px;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: auto;
  padding: 0;
  font-family: Jost, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: flex;
  position: static;
  bottom: auto;
}

.text-block-9 {
  color: #000;
  letter-spacing: 2px;
  margin-left: 70px;
  margin-right: 90px;
  padding-left: 0;
  padding-right: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block-14 {
  height: 63%;
  margin-top: 10px;
}

.paragraph-4 {
  color: #000;
  letter-spacing: 1px;
  margin-top: 3%;
  margin-left: 11%;
  margin-right: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-15 {
  background-color: #fff0;
  width: 39%;
  height: 100%;
  margin-left: 11%;
  padding-top: 2px;
}

.div-block-16 {
  background-color: #e4c4c400;
  width: 39%;
  height: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 11%;
  padding-top: 2px;
  position: relative;
  bottom: 102%;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #55a8dd;
  width: 20%;
  margin-top: 10px;
  margin-left: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
}

.paragraph-6 {
  width: 80%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 8%;
  left: 22%;
}

.paragraph-7 {
  width: 90%;
  margin-bottom: 0;
  padding-left: 113px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 8%;
  left: 22%;
}

.paragraph-8 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #55a8dd;
  width: 20%;
  margin-top: 0;
  margin-left: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 5%;
}

.paragraph-9 {
  width: 80%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 12%;
  left: 22%;
}

.paragraph-10 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #55a8dd;
  width: 20%;
  margin-top: 0;
  margin-left: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 7%;
}

.paragraph-11 {
  width: 50%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 14%;
  left: 22%;
}

.paragraph-12 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #55a8dd;
  width: 20%;
  margin-top: 0;
  margin-left: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 14%;
}

.paragraph-13 {
  width: 80%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  line-height: 18px;
  position: relative;
  bottom: 21%;
  left: 22%;
}

.paragraph-14 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #55a8dd;
  width: 20%;
  margin-top: 0;
  margin-left: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 17%;
}

.paragraph-15 {
  width: 25%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 24%;
  left: 22%;
}

.paragraph-16 {
  color: var(--blue);
  width: 25%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  line-height: 24px;
  display: inline;
  position: relative;
  bottom: 29%;
  left: 47%;
}

.paragraph-17 {
  width: 27%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 23.7%;
  left: 73%;
}

.paragraph-18 {
  width: 80%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 29%;
  left: 22%;
}

.mini-workshop {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  width: 70px;
  font-size: 7px;
  position: relative;
  bottom: 1885px;
  left: 28.5%;
}

.paragraph-19 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #55a8dd;
  width: 20%;
  margin-top: 0;
  margin-left: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 26%;
}

.paragraph-20 {
  width: 80%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 39.5%;
  left: 22%;
}

.paragraph-21 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #55a8dd;
  width: 20%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 8%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
}

.paragraph-22 {
  width: 80%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 0%;
  left: 8%;
}

.paragraph-23 {
  width: 80%;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 0%;
  left: 8%;
}

.image-24 {
  width: 90%;
  height: 50%;
  margin-left: 10%;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50%;
  margin-top: 15px;
  margin-left: 10%;
  display: flex;
}

.image-25 {
  width: 100%;
  height: 95%;
}

.archive {
  background-color: #3c678100;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100px;
  max-height: none;
  margin-top: -80px;
  padding-top: 80px;
  display: flex;
  position: relative;
  bottom: 2040px;
  overflow: hidden;
}

.heading-15 {
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  z-index: 2;
  width: 780px;
  max-width: 992px;
  height: 55px;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: auto;
  padding: 0;
  font-family: Jost, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: flex;
  position: relative;
  bottom: auto;
}

.text-block-10 {
  color: #000;
  letter-spacing: 2px;
  margin-left: 70px;
  margin-right: 90px;
  padding-left: 0;
  padding-right: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.link-block-3 {
  width: 20%;
  height: 250%;
  max-height: none;
  margin-left: 10%;
  margin-right: 0%;
  position: relative;
  bottom: 60px;
}

.image-26 {
  width: 110%;
  max-width: 110%;
  height: 100%;
  margin-left: 0%;
}

.link-block-4 {
  width: 20%;
  height: 250%;
  max-height: none;
  position: relative;
  bottom: 60px;
}

.image-27 {
  width: 110%;
  max-width: 110%;
  height: 100%;
}

.link-block-5 {
  width: 20%;
  height: 250%;
  max-height: none;
  position: relative;
  bottom: 60px;
}

.image-28 {
  width: 110%;
  max-width: 110%;
  height: 100%;
}

.link-block-6 {
  width: 20%;
  height: 250%;
  max-height: none;
  margin-right: 10%;
  position: relative;
  bottom: 60px;
}

.image-29 {
  width: 110%;
  max-width: 110%;
  height: 100%;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
  bottom: 2080px;
  overflow: hidden;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-01 {
  color: #1a1b1f;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "M PLUS 2", sans-serif;
  text-decoration: none;
}

.footer-link-three-01:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-01 {
  margin-left: 10px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #939ba7;
  margin-left: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-three-02 {
  color: #1a1b1f;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "M PLUS 2", sans-serif;
  text-decoration: none;
}

.footer-link-three-02:hover {
  color: #1a1b1fbf;
}

.footer-link-three-03 {
  color: #1a1b1f;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer-link-three-03:hover {
  color: #1a1b1fbf;
}

.footer-link-three-04 {
  color: #1a1b1f;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "M PLUS 2", sans-serif;
  text-decoration: none;
}

.footer-link-three-04:hover {
  color: #1a1b1fbf;
}

.bold-text {
  color: #8f8f8f;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
}

.div-block-17 {
  height: 170px;
}

.footer-social-link-three-02, .footer-social-link-three-03 {
  margin-left: 10px;
}

.container-16 {
  width: 100%;
  max-width: 100%;
  height: 2200px;
  overflow: auto;
}

.div-block-18 {
  height: 230px;
}

.session-11-26 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.session-innovation {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  height: 30px;
  margin-top: 3px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  position: static;
}

.session-11-26-explanation {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  height: 150px;
  padding-top: 2px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  position: static;
}

.opening-day2 {
  text-align: left;
  width: 100%;
  height: auto;
}

.heading-16 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100%;
  margin-top: -100px;
  margin-bottom: 1.2%;
  padding-top: 110px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image-30 {
  width: 85%;
  height: 85%;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 45px;
}

.image-31 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.chugai-seiyaku-01 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 223px;
}

.okuda-osamu-day2 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 223px;
}

.okuda-osamu-yomigana-day2 {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 223px;
}

.accordion-wrapper-day2 {
  height: 1300px;
  position: relative;
  bottom: 164px;
}

.accordion-item-07 {
  width: 100%;
  height: 27%;
  position: relative;
  bottom: 168px;
}

.accordion-item-contents-07_1 {
  height: 13%;
  max-height: 30%;
  display: none;
  position: relative;
  bottom: 154px;
  overflow: visible;
}

.accordion-item-08 {
  width: 100%;
  height: 81.9255%;
  margin-top: 50px;
  position: relative;
  bottom: 150px;
}

.accordion-item-contents-08 {
  height: 22%;
  display: none;
  position: relative;
  bottom: 824px;
  overflow: visible;
}

.accordion-item-9 {
  width: 100%;
  height: 27%;
  position: relative;
  bottom: 793px;
}

.accordion-item-contents-09 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 802px;
  overflow: visible;
}

.closing-day2 {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 712px;
}

.workshop-day2 {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 781px;
}

.poster-session-day2 {
  width: 100%;
  height: 14%;
  display: none;
  position: relative;
  bottom: 809px;
}

.accordion-item-contents-10 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 871px;
  overflow: visible;
}

.accordion-item-contents-11 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 896px;
  overflow: visible;
}

.kouryukai-day2 {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 720px;
}

.poster-exhibition-day2 {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 754px;
}

.heading-17 {
  color: #fffdfd;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 11px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-18 {
  color: #fffdfd;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-19, .heading-20 {
  color: #fffdfd;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-21, .heading-22, .heading-23 {
  color: #fffdfd;
  letter-spacing: 2px;
  width: 50%;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image-32 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 50px;
}

.image-33 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 335px;
  left: 110px;
}

.image-34 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  margin-left: 15%;
  position: relative;
  bottom: 383px;
  left: auto;
}

.image-35 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  margin-left: 19%;
  position: relative;
  bottom: 607px;
  left: 35%;
}

.image-36 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  margin-left: 19%;
  position: relative;
  bottom: 687px;
  left: 35%;
}

.image-37 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 52px;
}

.image-38 {
  cursor: pointer;
  width: 12%;
  margin-left: 15%;
  position: relative;
  bottom: 358px;
  left: auto;
}

.image-39 {
  cursor: pointer;
  width: 12%;
  margin-left: 15%;
  position: relative;
  bottom: 418px;
  left: auto;
}

.image-40 {
  cursor: pointer;
  width: 12%;
  margin-left: 19%;
  position: relative;
  bottom: 665px;
  left: 35%;
}

.image-41 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 49px;
}

.image-42 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 355px;
  left: 110px;
}

.image-43 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  margin-left: 19%;
  position: relative;
  bottom: 461px;
  left: 35%;
}

.image-44 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 587px;
  left: 110px;
}

.image-45 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  margin-left: 19%;
  position: relative;
  bottom: 760px;
  left: 35%;
}

.image-46 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 49px;
}

.image-47 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.image-48, .image-49 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 64px;
}

.image-50 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 55px;
}

._1126-session-title {
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 373px;
  left: 0%;
}

._1126-session1-title-first-01 {
  letter-spacing: 0;
  width: 32%;
  height: 5%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 9px;
  display: none;
  position: relative;
  bottom: 348px;
}

._1126-session1-title-01 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 349px;
}

._1126-session1-title-03 {
  letter-spacing: 0;
  width: 35%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 391px;
  left: auto;
}

._1126-katagaki-01 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 408px;
}

._1126-katagaki-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 449px;
}

._1126-katagaki-03 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 675px;
}

._1126-katagaki-04 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 768px;
}

._1126-katagaki-05 {
  letter-spacing: 1px;
  width: 25%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 435px;
}

._1126-katagaki-06 {
  letter-spacing: 1px;
  width: 25%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 740px;
}

._1126-katagaki-07 {
  letter-spacing: 1px;
  width: 25%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 495px;
}

._1126-katagaki-08 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 430px;
}

._1126-katagaki-09 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 535px;
}

._1126-katagaki-10 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 662px;
}

._1126-katagaki-11 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 848px;
}

._1126-katagaki-12 {
  color: var(--black);
  letter-spacing: 1px;
  width: 35%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 218px;
}

._1126-session1-title-02 {
  letter-spacing: 0;
  width: 33%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 615px;
  left: 35%;
}

._1126-session1-title-04 {
  letter-spacing: 0;
  width: 35%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 693px;
  left: 35%;
}

._1126-session2-title-01 {
  letter-spacing: 0;
  width: 30%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 363px;
}

._1126-session2-title-03 {
  letter-spacing: 0;
  width: 30%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 670px;
  left: 35%;
}

._1126-session2-title-02 {
  letter-spacing: 0;
  width: 35%;
  margin-left: 15%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 412px;
  left: auto;
}

._1126-session3-title-01 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 358px;
}

._1126-session3-title-03 {
  letter-spacing: 0;
  width: 35%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  position: relative;
  bottom: 467px;
  left: 35%;
}

._1126-session3-title-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 591px;
}

._1126-session3-title-04 {
  letter-spacing: 0;
  width: 35%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 766px;
  left: 35%;
}

.takahashi-hidenori {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 408px;
}

.mizunuma-mika {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 437px;
}

.sekitani-tsuyoshi {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 674px;
}

.kondoh-osamu {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 768px;
}

.oyama-sohei {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 435px;
}

.koizumi-makoto {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 734px;
}

.hayakawa-masahiko {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 495px;
}

.iijima-kosuke {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 430px;
}

.name-09 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 532px;
}

.kawata-yumi {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 662px;
}

.ishii-nobuiya {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 846px;
}

.kusano-tsukasa {
  color: var(--black);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 215px;
}

.takahashi-hidenori-yomigana {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 408px;
}

.mizunuma-mika-yomigana {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 438px;
}

.sekitani-tsuyoshi-yomigana {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 675px;
}

.kondoh-osamu-yomigana {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 768px;
}

.oyama-sohei-yomigana {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 435px;
}

.koizumi-makoto-yomigana {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 736px;
}

.hayakawa-masahiko-yomigana {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 495px;
}

.iijima-kosuke-yomiigana {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 430px;
}

.yomigana-09 {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 532px;
}

.kawata-yumi-yomigama {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 662px;
}

.ishii-nobuiya-yomigana {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 846px;
}

.kusano-tsukasa-yomigana {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 215px;
}

.view-more-08 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 790px;
}

.mottomiru-moji-08 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-08 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-13 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 108px;
  overflow: visible;
}

.accordion-item-contents-12 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 896px;
  overflow: visible;
}

.view-more-07_1 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 591px;
}

.mottomiru-moji-07_1 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-07_1 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.view-more-9 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 638px;
}

.mottomiru-moji-9 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-9 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-09-copy {
  height: 150px;
  display: none;
  position: relative;
  bottom: 802px;
  overflow: visible;
}

.accordion-item-contents-11_1 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 871px;
  overflow: visible;
}

.accordion-item-contents-9 {
  height: 15%;
  display: none;
  position: relative;
  bottom: 768px;
  overflow: visible;
}

.div-block-19 {
  background-color: var(--blue);
  width: 85%;
  height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  display: block;
  overflow: visible;
}

.view-more-10 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: block;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-10 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-10 {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-10_1 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 871px;
  overflow: visible;
}

.div-block-20 {
  background-color: var(--blue);
  width: 85%;
  height: 150px;
  margin-left: 54px;
  margin-right: 54px;
  display: block;
  overflow: visible;
}

.view-more-11 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: block;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-11 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-11 {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-11_0 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 842px;
  overflow: visible;
}

.div-block-21 {
  background-color: var(--blue);
  width: 85%;
  height: 150px;
  margin-left: 54px;
  margin-right: 54px;
  display: block;
  overflow: visible;
}

.view-more-12 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: none;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-12 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-12 {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-12_0 {
  height: 150px;
  display: none;
  position: relative;
  bottom: 108px;
  overflow: visible;
}

.div-block-22 {
  background-color: var(--blue);
  width: 85%;
  height: 150px;
  margin-left: 54px;
  margin-right: 54px;
  display: block;
  overflow: visible;
}

.div-block-23 {
  background-color: var(--white);
  width: 85%;
  height: 100%;
  max-height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  overflow: visible;
}

.div-block-24 {
  background-color: var(--white);
  width: 85%;
  height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  overflow: visible;
}

._1126-session2-title {
  color: #000;
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  bottom: 383px;
}

._1126-session3-title {
  letter-spacing: 2px;
  width: 460px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 380px;
  left: 0%;
}

.day2-poster-session-name, .day2-kouryukai-name {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 124px;
}

.day2-poster-exhibition-name {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 107px;
}

.view-more-08_0 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 649px;
}

.mottomiru-moji-08_0 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-08_0 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

._1126-session1-title-05-panel {
  letter-spacing: 0;
  width: 35%;
  margin-bottom: 0;
  margin-left: 19%;
  margin-right: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  bottom: 787px;
  left: 35%;
}

.image-51 {
  pointer-events: auto;
  cursor: pointer;
  width: 17%;
  margin-top: 10px;
  margin-left: 19%;
  position: relative;
  bottom: auto;
  left: -18%;
}

._1126-katagaki-13 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 36%;
  left: -47%;
}

.takahashi-shunichi {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  bottom: 35%;
  left: -47%;
}

.takahashi-shunichi-yomigana {
  color: var(--green);
  letter-spacing: 1px;
  width: auto;
  margin-bottom: 5px;
  margin-left: 67.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 35%;
  left: -47%;
}

.navbar {
  z-index: 9;
  display: none;
}

.paragraph-24 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-25 {
  color: #000;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
}

.paragraph-26 {
  color: var(--black);
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.div-block-25 {
  background-color: #fff;
  width: 85%;
  height: 100%;
  max-height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  overflow: visible;
}

.paragraph-27 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-28 {
  color: #000;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
}

.paragraph-29 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.paragraph-30 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-31 {
  color: #000;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
}

.paragraph-32 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.paragraph-33 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-34 {
  color: #000;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
}

.paragraph-35 {
  color: var(--black);
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.paragraph-36 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-37 {
  color: #000;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
}

.paragraph-38 {
  color: var(--black);
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.div-block-30 {
  background-color: var(--white);
  width: 85%;
  height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  display: block;
  overflow: visible;
}

.paragraph-39 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-40 {
  color: #000;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
}

.paragraph-41 {
  color: var(--black);
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.link-block-7 {
  width: 20%;
  height: 60px;
  position: relative;
  bottom: 456px;
  left: 745px;
}

.popup-okuda {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.paragraph-42 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  display: block;
  position: relative;
}

.image-52 {
  position: relative;
  bottom: 13%;
  left: 73px;
}

.paragraph-42-copy {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  display: block;
  position: relative;
}

.katagaki-1_1 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: 5%;
  left: 20px;
}

.popup-name-01 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 32%;
  left: 20px;
}

.popup-yomigana-01 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 35%;
  left: 20px;
}

.paragraph-43 {
  float: left;
  clear: right;
  color: var(--black);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
  position: relative;
  bottom: 89px;
  left: 35px;
}

.image-53 {
  float: none;
  clear: none;
  vertical-align: baseline;
  display: block;
  position: relative;
  inset: 0% 0% 117px auto;
}

.image-54 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-okazaki {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-55 {
  position: relative;
  bottom: 2px;
  left: 50px;
}

.close01 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 102px;
  left: 330px;
}

.katagaki-1_2 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -15px;
}

.popup-name-02 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 77px;
}

.popup-yomigana-02 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 85px;
}

.paragraph-44 {
  float: left;
  clear: right;
  color: var(--black);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  position: relative;
  bottom: 20px;
}

.popup-hamamoto {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-02 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.popup-item-03 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 85%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-03 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 685px;
  height: 485px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.close-02 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 99px;
  left: 320px;
}

.image-56 {
  position: relative;
  bottom: auto;
  left: 82px;
}

.katagaki-1_3 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  top: 32px;
  bottom: 0;
}

.popup-name-03 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 62px;
}

.popup-yomigana-03 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 72px;
}

.paragraph-45 {
  float: left;
  clear: right;
  color: var(--black);
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  position: relative;
  bottom: 20px;
  left: auto;
}

.close-03 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-kurihara {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-04 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-04 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-57 {
  position: relative;
  bottom: 15px;
  left: 53px;
}

.katagaki-1_4 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -26px;
}

.popup-name-04 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 87px;
}

.popup-yomigana-04 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 95px;
}

.paragraph-46 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  position: relative;
  bottom: 42px;
  left: 0;
}

.close-04 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-hoshina {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-05 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-05 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-58 {
  position: relative;
  bottom: 25px;
  left: 40px;
}

.katagaki-1_5 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 65%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -10px;
  left: 50px;
}

.popup-name-05 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 85px;
  left: -25px;
}

.popup-yomigana-05 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 96px;
  left: -26px;
}

.paragraph-47 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  position: relative;
  bottom: 52px;
  left: 0;
}

.close-05 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 199px;
  left: 500px;
}

.popup-suzuki {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-06 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-06 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-59 {
  position: relative;
  bottom: 6px;
  left: 17px;
}

.katagaki-1_6 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 65%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -25px;
  left: 18px;
}

.popup-name-06 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 71px;
  left: -55px;
}

.popup-yomigana-06 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 78px;
  left: -55px;
}

.paragraph-48 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  position: relative;
  bottom: 36px;
  left: 0;
}

.close-06 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 199px;
  left: 500px;
}

.popup-google {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-07 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-07 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: flex;
  position: static;
  overflow: visible;
}

.image-60 {
  display: inline-flex;
  position: relative;
  left: 0;
}

.katagaki-1_7 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: 23px;
  left: 17px;
}

.popup-name-07 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 80px;
  left: 114px;
}

.popup-yomigana-28 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 106px;
  left: 114px;
}

.paragraph-49 {
  float: left;
  clear: right;
  color: var(--black);
  text-align: left;
  word-break: break-all;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  position: relative;
  bottom: 60px;
}

.close07 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 430px;
  left: 275px;
}

.popup-otani {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-08 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-08 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-61 {
  position: relative;
  left: 30px;
}

.katagaki-1_8 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -20px;
  left: -25px;
}

.popup-name-08 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 58px;
  left: -25px;
}

.popup-yomigana-08 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 66px;
  left: -23px;
}

.paragraph-50 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 18px;
}

.close08 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-terabe {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-09 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-09 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-62 {
  position: relative;
  bottom: 15px;
  left: 50px;
}

.katagaki-1_9 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -16px;
}

.popup-name-09 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 82px;
}

.popup-yomigana-09 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 90px;
}

.paragraph-51 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 45px;
}

.close-09 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-imai {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-profile-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-63 {
  position: relative;
  bottom: 30px;
  left: 50px;
}

.katagaki-1_10 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: 2px;
}

.popup-name-10 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 96px;
}

.popup-yomigana-10 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 105px;
}

.paragraph-52 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 65px;
}

.close-10 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-item-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-kitagawa {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-64 {
  position: relative;
  bottom: 25px;
  left: 50px;
}

.katagaki-1_11 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -10px;
}

.popup-name-11 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 91px;
}

.popup-yomigana-11 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 100px;
}

.paragraph-53 {
  float: left;
  clear: right;
  color: var(--black);
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 53px;
}

.close-11 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-matsuoka {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-65 {
  position: relative;
  bottom: 25px;
  left: 50px;
}

.katagaki-1_12 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -3px;
}

.popup-name-12 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 91px;
}

.popup-yomigana-12 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 100px;
}

.paragraph-54 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 53px;
}

.close-12 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-takahashi-hi {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-66 {
  position: relative;
  bottom: 25px;
  left: 42px;
}

.katagaki-2_13 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -3px;
  left: -8px;
}

.popup-name-13 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 91px;
  left: -8px;
}

.popup-yomigana-13 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 100px;
  left: -8px;
}

.paragraph-55 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 53px;
}

.close-13 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-sekitani {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 645px;
  height: 445px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-67 {
  position: relative;
  bottom: 37px;
  left: 42px;
}

.katagaki-2_14 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -8px;
  left: -8px;
}

.popup-name-14 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 107px;
  left: -8px;
}

.popup-yomigana-14 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 117px;
  left: -8px;
}

.paragraph-56 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 73px;
}

.close-14 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-mizunuma {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-68 {
  position: relative;
  bottom: 26px;
  left: 42px;
}

.katagaki-2_15 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -9px;
  left: -8px;
}

.popup-name-15 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 93px;
  left: -8px;
}

.popup-yomigana-15 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 103px;
  left: -8px;
}

.paragraph-57 {
  float: left;
  clear: right;
  color: var(--black);
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 53px;
}

.close-15 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-kondoh {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-69 {
  position: relative;
  bottom: 14px;
  left: 42px;
}

.katagaki-2_16 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -21px;
  left: -8px;
}

.popup-name-16 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 80px;
  left: -8px;
}

.popup-yomigana-16 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 90px;
  left: -8px;
}

.paragraph-58 {
  float: left;
  clear: right;
  color: var(--black);
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 45px;
}

.close-16 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-oyama {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-17 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-70 {
  position: relative;
  bottom: 0;
  left: 42px;
}

.katagaki-2_17 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -34px;
  left: -8px;
}

.popup-name-17 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 68px;
  left: -8px;
}

.popup-yomigana-17 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 78px;
  left: -8px;
}

.paragraph-59 {
  float: left;
  clear: right;
  color: var(--black);
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 30px;
}

.close-17 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-hayakawa {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-18 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-71 {
  position: relative;
  bottom: 0;
  left: 42px;
}

.katagaki-2_18 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 55%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -27px;
  left: 16px;
}

.popup-name-18 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 63px;
  left: -8px;
}

.popup-yomigana-18 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 73px;
  left: -8px;
}

.paragraph-61 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 30px;
}

.close-18 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-koizumi {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-19 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-72 {
  position: relative;
  bottom: 25px;
  left: 42px;
}

.katagaki-2_19 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -4px;
  left: -8px;
}

.popup-name-19 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 88px;
  left: -8px;
}

.popup-yomigana-19 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 98px;
  left: -8px;
}

.paragraph-60 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 50px;
}

.close-19 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-takahashi-shu {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 645px;
  height: 445px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-73 {
  position: relative;
  bottom: 35px;
  left: 33px;
}

.katagaki-2_20 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 55%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: 7px;
  left: 0;
}

.popup-name-20 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 98px;
  left: -23px;
}

.popup-yomigana-20 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 108px;
  left: -23px;
}

.paragraph-62 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 70px;
}

.close-20 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-iijima {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-21 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-74 {
  position: relative;
  bottom: 15px;
  left: 33px;
}

.katagaki-2_21 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 55%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -25px;
  left: 0;
}

.popup-name-21 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 75px;
  left: -23px;
}

.popup-yomigana-21 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 85px;
  left: -23px;
}

.paragraph-63 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 35px;
}

.close-21 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-kawata {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-22 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-75 {
  position: relative;
  bottom: -4px;
  left: 33px;
}

.katagaki-2_22 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 55%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -36px;
  left: 0;
}

.popup-name-22 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 60px;
  left: -23px;
}

.popup-yomigana-22 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 70px;
  left: -23px;
}

.paragraph-64 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 15px;
}

.close-22 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-sato {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 85%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-23 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 655px;
  height: 455px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-76 {
  position: relative;
  bottom: 39px;
  left: 33px;
}

.katagaki-2_23 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 55%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -10px;
  left: 0;
}

.popup-name-23 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 105px;
  left: -23px;
}

.popup-yomigana-23 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 115px;
  left: -23px;
}

.paragraph-65 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 75px;
}

.close-23 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-ishii {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-24 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-77 {
  position: relative;
  bottom: 5px;
  left: 33px;
}

.katagaki-2_24 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 58%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -22px;
  left: 15px;
}

.popup-name-24 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 60px;
  left: -23px;
}

.popup-yomigana-24 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 70px;
  left: -23px;
}

.paragraph-66 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 30px;
}

.close-24 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-iikura {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-25 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-78 {
  position: relative;
  bottom: 5px;
  left: 33px;
}

.katagaki-2_25 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 58%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -24px;
  left: 15px;
}

.popup-name-25 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 70px;
  left: -23px;
}

.popup-yomigana-25 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 80px;
  left: -23px;
}

.paragraph-67 {
  float: left;
  clear: right;
  color: var(--black);
  width: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 23px;
  left: 45px;
}

.close-25 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.popup-okuda-02 {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-26 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px;
  display: block;
  position: static;
  overflow: auto;
}

.image-79 {
  position: relative;
  bottom: 43px;
  left: 53px;
}

.katagaki-2_26 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: 13px;
}

.popup-name-26 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 105px;
}

.popup-yomigana-26 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 112px;
}

.paragraph-68 {
  float: left;
  clear: right;
  color: var(--black);
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 96px;
  left: 35px;
}

.close-28 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 104px;
  left: 343px;
}

.teiin30 {
  color: var(--black);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  position: relative;
  bottom: 141px;
  left: 149.5px;
}

.header-menu-sp {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item-3-sp, .list-item-2-sp, .list-item-4 {
  cursor: pointer;
}

.nav-header-sp {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  max-width: 992px;
  height: 90px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navbar-container-copy {
  text-align: center;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.header-wrapper-copy {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.header-container-regular-copy {
  text-align: center;
  width: 100%;
  max-width: 95%;
  height: 70px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-1-copy {
  margin-left: 10px;
}

.header-menu-copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item-3-copy {
  cursor: pointer;
}

.request-button-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1a1b1f;
  background-image: linear-gradient(278deg, #b741f5, #88bdf9);
  border: 1px #000;
  border-radius: 20px;
  width: 150px;
  height: 30px;
  margin-right: 10px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  transition: all .2s;
}

.request-button-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.request-button-copy:active {
  background-color: #43464d;
}

.concept-link-copy {
  color: #1a1b1f;
  letter-spacing: 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.concept-link-copy:hover {
  color: #1a1b1fbf;
}

.concept-link-copy:focus-visible, .concept-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.time-table-link-copy {
  color: #1a1b1f;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.time-table-link-copy:hover {
  color: #1a1b1fbf;
}

.time-table-link-copy:focus-visible, .time-table-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.time-table-link-copy.w--current {
  cursor: pointer;
}

.session-link-copy {
  color: #1a1b1f;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.session-link-copy:hover {
  color: #1a1b1fbf;
}

.session-link-copy:focus-visible, .session-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.session-link-copy.w--current, .list-item-2-copy {
  cursor: pointer;
}

.event-summary-link-copy {
  color: #1a1b1f;
  letter-spacing: 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.event-summary-link-copy:hover {
  color: #1a1b1fbf;
}

.event-summary-link-copy:focus-visible, .event-summary-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

._1125-session3-title-02-tb {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  display: none;
  position: relative;
  bottom: 590px;
}

._1126-katagaki-10-tb {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 28.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  display: none;
  position: relative;
  bottom: 662px;
}

.div-block-31 {
  height: 20px;
  display: block;
}

.event-concept-sp {
  text-align: left;
  width: 100%;
  max-width: 100%;
  height: 550px;
  margin-top: -180px;
  padding-top: 80px;
  display: none;
  position: static;
  bottom: 100px;
  overflow: hidden;
}

.time-table-sp {
  width: 100%;
  max-width: 100%;
  height: 3000px;
  max-height: none;
  margin-top: -80px;
  padding-top: 80px;
  display: none;
  position: static;
  bottom: 80px;
  overflow: hidden;
}

.image-15_1 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 313px;
  left: 51%;
}

.chugai-seiyaku-dxu {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 396px;
  left: 219px;
}

.suzuki-takao_2 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 395px;
  left: 219px;
}

.suzuki-takao-yomigana_2 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 398px;
  left: 219px;
}

.session-11-25-explanation-sp {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  height: 100px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  display: none;
  position: static;
}

.session-11-26-explanation-sp {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  height: 150px;
  padding-top: 2px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  display: none;
  position: static;
}

.day1-session-op, .d1-session-op-sp {
  width: 85%;
  height: 85%;
  margin-left: 54px;
  margin-right: 54px;
  display: none;
  position: relative;
  bottom: 45px;
}

.opening-sp_000 {
  text-align: left;
  width: 100%;
  height: auto;
  display: none;
}

.image-7-sp {
  width: 85%;
  height: 85%;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 45px;
}

.image-15-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-01-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-01 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-01 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.image-15_1-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 313px;
  left: 51%;
}

.position-02-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 396px;
  left: 219px;
}

.suzuki-takao_2-sp {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 395px;
  left: 219px;
}

.suzuki-takao-yomigana_2-sp {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 398px;
  left: 219px;
}

.accordion-wrapper-sp {
  height: 1300px;
  display: none;
  position: relative;
  bottom: 171px;
}

.accordion-item-01-sp {
  width: 100%;
  height: 27%;
  position: relative;
  bottom: 175px;
}

.image-8-sp {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 50px;
}

._1125-session-title-sp {
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 360px;
  left: 0%;
}

.image-16-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-03-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-03 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-03 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

._1125-session1-title-first-01-sp {
  letter-spacing: 0;
  width: 32%;
  height: 5%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 9px;
  position: relative;
  bottom: 348px;
}

._1125-session1-title-01-sp, ._1125-session1-title-02-sp {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-17-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-04-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-04 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.name-sp-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 395px;
  left: 219px;
}

.yomigana-sp-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 398px;
  left: 219px;
}

.yomigana-sp-04 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

._1125-session1-title-03-sp {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-18-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-05-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-05 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-05 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

._1125-session1-title-04-sp {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-19-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-06-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-06 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-06 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.accordion-item-02-sp {
  width: 100%;
  height: 27%;
  position: relative;
  bottom: 175px;
}

._1125-session2-title-sp {
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 360px;
  left: 0%;
}

.image-9-sp {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 50px;
}

._1125-session2-title-01-sp, ._1125-session2-title-02-sp, ._1125-session2-title-03-sp {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-20-sp, .image-17-sp-copy, .image-21-sp, .image-22-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-07-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-07 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-07 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.position-08-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-08 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-08 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.position-09-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-09 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-09 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.accordion-item-03-sp {
  width: 100%;
  height: 27%;
  position: relative;
  bottom: 175px;
}

.image-10-sp {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 50px;
}

._1125-session3-title-sp {
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 360px;
  left: 0%;
}

._1125-session3-title-01-sp, ._1125-session3-title-02-sp, ._1125-session3-title-03-sp, ._1125-session3-title-04-sp {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-23-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-10-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-10 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-10 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.image-24-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-11-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-11 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-11 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.image-25-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-12-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-12 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-12 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.image-26-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-13-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-13 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-13 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.closing-sp {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 750px;
}

.image-27-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-14-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-14 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-14 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.workshop-sp {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 763px;
}

.day1-workshop {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 124px;
}

.paragraph-72 {
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.poster-session-sp {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 776px;
}

.image-ps {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 64px;
}

.archive-sp {
  background-color: #3c678100;
  width: 100%;
  max-width: 100%;
  height: 100px;
  max-height: none;
  margin-top: -80px;
  padding-top: 80px;
  display: none;
  position: relative;
  bottom: 2076px;
  overflow: hidden;
}

.footer-subscribe-sp {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  display: none;
  position: relative;
  bottom: 2080px;
  overflow: hidden;
}

.opening-sp_0000 {
  text-align: left;
  width: 100%;
  height: auto;
  display: none;
}

.accordion-wrapper-sp-d2 {
  height: 1300px;
  display: none;
  position: relative;
  bottom: 171px;
}

.image-7-sp-02 {
  width: 85%;
  height: 85%;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 45px;
}

.image-15-sp-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-01-sp-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-01-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-01-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.image-15_1-sp-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 313px;
  left: 51%;
}

.position-02-sp-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 396px;
  left: 219px;
}

.name-sp-02-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 395px;
  left: 219px;
}

.yomigana-sp-02-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 398px;
  left: 219px;
}

.accordion-item-01-sp-02 {
  width: 100%;
  height: 27%;
  position: relative;
  bottom: 175px;
}

.image-8-sp-02 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 50px;
}

._1125-session-title-sp-02 {
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 360px;
  left: 0%;
}

._1125-session1-title-01-sp-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-16-sp-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-03-sp-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-03-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-03-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

._1125-session1-title-02-sp-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-17-sp-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-04-sp-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-04-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-04-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

._1125-session1-title-03-sp-02, ._1125-session1-title-04-sp-copy {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.view-more-01-02 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 800px;
}

.image-18-sp-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-05-sp-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-05-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-05-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.view-more-07_2 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 741px;
}

.mottomiru-moji-07_2 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-07_2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-07_2 {
  height: 13%;
  max-height: 30%;
  display: none;
  position: relative;
  bottom: 154px;
  overflow: visible;
}

.div-block-23-02 {
  background-color: var(--white);
  width: 85%;
  height: 100%;
  max-height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  overflow: visible;
}

.paragraph-33-02 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-34-02 {
  color: #000;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
}

.paragraph-35-02 {
  color: var(--black);
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.accordion-item-02-sp-02 {
  width: 100%;
  height: 27%;
  position: relative;
  bottom: 175px;
}

.image-9-sp-02 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 50px;
}

._1125-session2-title-sp-02 {
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 360px;
  left: 0%;
}

._1125-session2-title-01-sp-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-20-sp-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

._1125-session2-title-02-sp-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.position-07-sp-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-07-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-07-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

._1125-session2-title-03-sp-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.view-more-08_02 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 849px;
}

.view-more-02-copy {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 698px;
}

.mottomiru-moji-08_02 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-08_02 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-08-02 {
  height: 15%;
  display: none;
  position: relative;
  bottom: 854px;
  overflow: visible;
}

.div-block-24-02 {
  background-color: var(--white);
  width: 85%;
  height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  overflow: visible;
}

.paragraph-36-02 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-37-02 {
  color: #000;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
}

.paragraph-38-02 {
  color: var(--black);
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.image-22-sp_1 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-09-sp_1 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-09_1 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-09_1 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.opening-day2_1 {
  text-align: left;
  width: 100%;
  height: auto;
  display: none;
}

.heading-5-02 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: 100%;
  margin-top: -100px;
  margin-bottom: 1.2%;
  padding-top: 110px;
  padding-left: 20%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image-7-02 {
  width: 85%;
  height: 85%;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 45px;
}

.image-15-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.chugai-seiyaku-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.okuda-osamu-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.okuda-osamu-yomigana-02 {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.image-15_2 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 313px;
  left: 51%;
}

.chugai-seiyaku-dxu_2 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 388px;
  left: 219px;
}

.ishii-nobuya_1 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 381px;
  left: 219px;
}

.kondoh-yomigana_1 {
  color: var(--green);
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 383px;
  left: 219px;
}

.accordion-item-03-sp-02 {
  width: 100%;
  height: 27%;
  position: relative;
  bottom: 175px;
}

.image-10-sp-02 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 50px;
}

._1125-session3-title-sp-02 {
  letter-spacing: 2px;
  width: 450px;
  margin-left: 155px;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 360px;
  left: 0%;
}

._1125-session3-title-01-sp-02, ._1125-session3-title-02-sp-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-24-sp-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-11-sp-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-11-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-11-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

._1125-session3-title-03-sp-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-25-sp-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-12-sp-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-12-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-12-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

._1125-session3-title-04-sp-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-26-sp-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-13-sp-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-13-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-13-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.view-more-9-02 {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 834px;
}

.mottomiru-moji-9-02 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-9-02 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-9-02 {
  height: 15%;
  display: none;
  position: relative;
  bottom: 768px;
  overflow: visible;
}

.div-block-30-02 {
  background-color: var(--white);
  width: 85%;
  height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  display: block;
  overflow: visible;
}

.paragraph-39-02 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-40-02 {
  color: #000;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
}

.paragraph-41-02 {
  color: var(--black);
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.accordion-item-contents-09-02 {
  height: 15%;
  display: none;
  position: relative;
  bottom: 854px;
  overflow: visible;
}

.div-block-25-02 {
  background-color: var(--white);
  width: 85%;
  height: 100%;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  overflow: visible;
}

.paragraph-36-02_2 {
  color: #000;
  letter-spacing: 1.5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-37-02_2 {
  color: #000;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
}

.image-22-sp_1-copy {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-09-sp_1-copy {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-09_1-copy {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-09_1-copy {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.closing-sp-02 {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 750px;
}

.image-19-02 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 49px;
}

.image-27-sp-02 {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-14-sp-02 {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-14-02 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-14-02 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.workshop-sp-copy {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 763px;
}

.image-20-copy {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 64px;
}

.day1-workshop-name-copy, .day1-workshop-copy {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 124px;
}

.view-more-04-copy {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: block;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-04-copy {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-04-copy {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-04-copy {
  height: 100px;
  display: none;
  position: relative;
  bottom: 808px;
  overflow: visible;
}

.div-block-11-copy {
  background-color: var(--white);
  width: 85%;
  height: 100px;
  margin-left: 54px;
  margin-right: 54px;
  padding: 20px 50px;
  display: block;
  overflow: visible;
}

.poster-session-sp-copy {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 776px;
}

.image-ps-copy {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 64px;
}

.day1-poster-session-name-copy {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 124px;
}

.view-more-05-copy {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: block;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-05-copy {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-05-copy {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-05-copy {
  height: 150px;
  display: none;
  position: relative;
  bottom: 871px;
  overflow: visible;
}

.div-block-10-copy {
  background-color: var(--blue);
  width: 85%;
  height: 150px;
  margin-left: 54px;
  margin-right: 54px;
  display: block;
  overflow: visible;
}

.kouryukai-02 {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 805px;
}

.image-22-02 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 64px;
}

.day1-kouryukai-name-02 {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 124px;
}

.view-more-06-copy {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: block;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-06-copy {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-06-copy {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-06-copy {
  height: 150px;
  display: none;
  position: relative;
  bottom: 896px;
  overflow: visible;
}

.div-block-12-copy {
  background-color: var(--blue);
  width: 85%;
  height: 150px;
  margin-left: 54px;
  margin-right: 54px;
  display: block;
  overflow: visible;
}

.poster-exhibition-02 {
  width: 100%;
  height: 14%;
  position: relative;
  bottom: 840px;
}

.image-23-02 {
  width: 85%;
  height: auto;
  margin-left: 54px;
  margin-right: 54px;
  position: relative;
  bottom: 55px;
}

.day1-poster-exhibition-name-02 {
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  bottom: 107px;
}

.view-more-07-copy {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  display: none;
  position: relative;
  bottom: 106px;
}

.mottomiru-moji-07-copy {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.mottomiru-sankaku-07-copy {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.accordion-item-contents-07-copy {
  height: 150px;
  display: none;
  position: relative;
  bottom: 108px;
  overflow: visible;
}

.div-block-13-copy {
  background-color: var(--blue);
  width: 85%;
  height: 150px;
  margin-left: 54px;
  margin-right: 54px;
  display: block;
  overflow: visible;
}

.accordion-wrapper-day2-copy {
  height: 1300px;
  display: none;
  position: relative;
  bottom: 164px;
}

.outline-sp {
  width: 100%;
  max-width: 100%;
  height: 800px;
  max-height: none;
  margin-top: -80px;
  padding-top: 80px;
  display: none;
  position: relative;
  bottom: 1993px;
  overflow: hidden;
}

.register-to-attend-sp {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  height: 10%;
  padding: 30px;
  display: none;
  position: relative;
  bottom: -20px;
}

.chugai-seiyaku-dxu-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  display: none;
  position: relative;
  bottom: 396px;
  left: 219px;
}

.image-12-sp {
  width: 100%;
  max-width: 100%;
  height: 150%;
  max-height: 160%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: none;
  position: relative;
}

.image-110 {
  display: none;
}

.container-15-sp {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-three-sp {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three-sp {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-01-sp {
  color: #1a1b1f;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "M PLUS 2", sans-serif;
  text-decoration: none;
}

.footer-link-three-01-sp:hover {
  color: #1a1b1fbf;
}

.footer-link-three-02-sp {
  color: #1a1b1f;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "M PLUS 2", sans-serif;
  text-decoration: none;
}

.footer-link-three-02-sp:hover {
  color: #1a1b1fbf;
}

.footer-link-three-03-sp {
  color: #1a1b1f;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "M PLUS 2", sans-serif;
  text-decoration: none;
}

.footer-link-three-03-sp:hover {
  color: #1a1b1fbf;
}

.footer-link-three-04-sp {
  color: #1a1b1f;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "M PLUS 2", sans-serif;
  text-decoration: none;
}

.footer-link-three-04-sp:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three-sp {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-01-sp, .footer-social-link-three-02-sp, .footer-social-link-three-03-sp {
  margin-left: 10px;
}

.footer-bottom-sp {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-legal-block-sp {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-legal-link-sp {
  color: #939ba7;
  margin-left: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.footer-legal-link-sp:hover, .footer-copyright-sp {
  color: #3a4554;
}

.bold-text-sp {
  color: #8f8f8f;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
}

.popup-suzuki-02 {
  z-index: 10;
  background-color: #70c0bbb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #50aea6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-27 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 79%;
  padding: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.image-79_1 {
  width: 31%;
  height: 50%;
  position: relative;
  left: 11%;
}

.katagaki-2_27 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: -2%;
}

.popup-name-28 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 23%;
}

.popup-yomigana-29 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--green);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 26%;
}

.paragraph-68_1 {
  float: left;
  clear: right;
  color: var(--black);
  width: 100%;
  height: 34%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 7%;
}

.close-29 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 22% 22% auto auto;
}

.nav-header-copy, .nav-header-tbsp {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  max-width: 992px;
  height: 90px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navbar-container-tbsp {
  text-align: center;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.header-container-regular-tbsp {
  text-align: center;
  width: 100%;
  max-width: 95%;
  height: 70px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.header-wrapper-tbsp {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.header-menu-tbsp {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item-01-tbsp, .list-item-04-tbsp {
  cursor: pointer;
}

.request-button-tbsp {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1a1b1f;
  background-image: linear-gradient(278deg, #b741f5, #88bdf9);
  border: 1px #000;
  border-radius: 20px;
  width: 150px;
  height: 30px;
  margin-right: 10px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  transition: all .2s;
}

.request-button-tbsp:hover {
  color: #fff;
  background-color: #32343a;
}

.request-button-tbsp:active {
  background-color: #43464d;
}

.concept-link-tbsp {
  color: #1a1b1f;
  letter-spacing: 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.concept-link-tbsp:hover {
  color: #1a1b1fbf;
}

.concept-link-tbsp:focus-visible, .concept-link-tbsp[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.time-table-link-tbsp {
  color: #1a1b1f;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.time-table-link-tbsp:hover {
  color: #1a1b1fbf;
}

.time-table-link-tbsp:focus-visible, .time-table-link-tbsp[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.time-table-link-tbsp.w--current {
  cursor: pointer;
}

.session-link-tbsp {
  color: #1a1b1f;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.session-link-tbsp:hover {
  color: #1a1b1fbf;
}

.session-link-tbsp:focus-visible, .session-link-tbsp[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.session-link-tbsp.w--current {
  cursor: pointer;
}

.event-summary-link-tbsp {
  color: #1a1b1f;
  letter-spacing: 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.event-summary-link-tbsp:hover {
  color: #1a1b1fbf;
}

.event-summary-link-tbsp:focus-visible, .event-summary-link-tbsp[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.list-item-01_1-tbsp {
  cursor: pointer;
}

.view-more-03-copy {
  cursor: pointer;
  background-color: #fff;
  min-width: 85%;
  max-width: 14%;
  height: 32px;
  margin-left: 54px;
  position: relative;
  bottom: 811px;
}

.mottomiru-moji-03-copy {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.mottomiru-sankaku-03-copy {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  bottom: 12px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.event-outline-main-sp {
  width: 24%;
  height: 12%;
  max-height: 12%;
  display: none;
  position: relative;
  top: auto;
  bottom: 174px;
  left: 50.6%;
}

.testimonial-stack {
  border: 1px #000;
  padding: 0 30px;
  position: relative;
}

.container_1 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  background-color: #fff0;
  padding: 20px 42px 0;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.image-111 {
  max-width: 100%;
}

.image-112 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 32% auto auto 16%;
}

.image-113 {
  cursor: pointer;
  width: 14%;
  position: absolute;
  inset: 31% auto auto 52%;
}

.day1_opening {
  border: 1px #000;
  padding: 0 30px;
  position: relative;
}

.day1_session1 {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container_2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three_2 {
  text-align: center;
  background-color: #fff0;
  margin-top: 0;
  padding: 30px 42px 0;
}

.testimonial-card-content_2 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-2_1 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.image-2_2 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 36.5% auto auto 9.5%;
}

.image-2_3 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 36.5% auto auto 52%;
}

.image-113_4 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 31% auto auto 50%;
}

.image-2_4 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 67.5% auto auto 9.5%;
}

.image-2_5 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 67.5% auto auto 52%;
}

.accordion_session1 {
  text-align: center;
  background-color: #fff0;
  padding: 0 42px;
  display: none;
}

.accordion-item_session1 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-without-image {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 300;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.paragraph-78 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-79 {
  color: var(--black);
  text-align: left;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.view-more_1 {
  cursor: pointer;
  height: 40px;
  font-family: "M PLUS 2", sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-80 {
  font-family: "M PLUS 2", sans-serif;
}

.paragraph-81 {
  margin-bottom: 0;
  font-size: 12px;
}

.mottomiru-yajirushi_1 {
  font-size: 12px;
  line-height: 15px;
}

.mottomiru_1 {
  margin-bottom: 0;
  font-size: 12px;
}

.day1_session2 {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container_3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three_3 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content_3 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-3_1 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.image-3_2 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 35.5% auto auto 9.5%;
}

.image-3_3 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 64% auto auto 52%;
}

.image-3_4 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 35.5% auto auto 52%;
}

.image-3_5 {
  cursor: pointer;
  width: 14%;
  position: absolute;
  inset: 66.5% auto auto 52%;
}

.view-more_2 {
  cursor: pointer;
  height: 40px;
  font-family: "M PLUS 2", sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.mottomiru_2 {
  margin-bottom: 0;
  font-size: 12px;
}

.mottomiru-yajirushi_2 {
  font-size: 12px;
  line-height: 15px;
}

.accordion_session2 {
  text-align: center;
  background-color: #fff0;
  padding: 0 42px;
  display: none;
}

.accordion-item_session2 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-without-image_2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22_2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2_2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2_2 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 300;
}

.paragraph-82 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-83 {
  color: var(--black);
  text-align: left;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.day1_session3 {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container_4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three_4 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content_4 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-4_1 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.image-4_2 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 36.5% auto auto 9.5%;
}

.image-4_10 {
  cursor: pointer;
  width: 14%;
  position: absolute;
  inset: 36.5% auto auto 52%;
}

.image-4_4 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 36.5% auto auto 52%;
}

.image-4_6 {
  cursor: pointer;
  width: 14%;
  position: absolute;
  inset: 67.5% auto auto 52%;
}

.view-more_3 {
  cursor: pointer;
  height: 40px;
  font-family: "M PLUS 2", sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.mottomiru_3 {
  margin-bottom: 0;
  font-size: 12px;
}

.mottomiru-yajirushi_3 {
  font-size: 12px;
  line-height: 15px;
}

.accordion_session3 {
  text-align: center;
  background-color: #fff0;
  padding: 0 42px;
  display: none;
}

.accordion-item_session3 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-without-image_3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22_3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2_3 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 300;
}

.paragraph-84 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-85 {
  color: var(--black);
  text-align: left;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.day1_closing {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container_5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three_5 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content_5 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-111_5 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.image-112_5 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 34% auto auto 16%;
}

.day1_closing-copy {
  border: 1px #000;
  padding: 0 30px;
  position: relative;
}

.day1_ws {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container_6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three_6 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content_6 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-111_6 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.view-more_4 {
  cursor: pointer;
  height: 40px;
  font-family: "M PLUS 2", sans-serif;
  position: absolute;
  inset: auto 0% -3%;
}

.mottomiru_4 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
}

.mottomiru-yajirushi_4 {
  font-size: 12px;
  line-height: 15px;
}

.accordion_ws {
  text-align: center;
  background-color: #fff0;
  padding: 0 42px;
  display: none;
}

.accordion-item_ws {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-without-image_4 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22_4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2_4 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 300;
}

.paragraph-86 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-87 {
  color: var(--black);
  text-align: left;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.day1_ps {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container_7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three_7 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content_7 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-111_7 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.view-more_5 {
  cursor: pointer;
  height: 40px;
  font-family: "M PLUS 2", sans-serif;
  position: absolute;
  inset: auto 0% -3%;
}

.mottomiru_6 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
}

.mottomiru-yajirushi_7 {
  font-size: 12px;
  line-height: 15px;
}

.accordion_ps {
  text-align: center;
  background-color: #fff0;
  padding: 0 42px;
  display: none;
}

.accordion-item_ps {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-without-image_5 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22_5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2_5 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 300;
}

.day1_kk {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container_8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three_8 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content_8 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-111_8 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.view-more_5-copy {
  cursor: pointer;
  height: 40px;
  font-family: "M PLUS 2", sans-serif;
  position: absolute;
  inset: auto 0% -3%;
}

.day1_pt {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container_9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three_9 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content_9 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-111_9 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.day2_opening {
  border: 1px #000;
  margin-top: -80px;
  padding: 80px 30px 0;
  position: relative;
}

.container2_1 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three2_1 {
  text-align: center;
  background-color: #fff0;
  padding: 20px 42px 0;
}

.testimonial-card-content2_1 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-1111 {
  max-width: 100%;
}

.image-1121 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 31% auto auto 16%;
}

.image-1131 {
  cursor: pointer;
  width: 14%;
  position: absolute;
  inset: 31% auto auto 52%;
}

.day2_session1 {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container2_2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three2_2 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content2_2 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-2_2_1 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.image-2_2_2 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 50.5% auto auto 52%;
}

.image-2_2_3 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 34.5% auto auto 9.5%;
}

.image-2_2_4 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 66.5% auto auto 9.5%;
}

.image-2_2_5 {
  cursor: pointer;
  width: 14%;
  position: absolute;
  inset: 66.5% auto auto 52%;
}

.view-more2_1 {
  cursor: pointer;
  height: 40px;
  font-family: "M PLUS 2", sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.mottomiru2_1 {
  margin-bottom: 0;
  font-size: 12px;
}

.mottomiru-yajirushi2_1 {
  font-size: 12px;
  line-height: 15px;
}

.accordion2_session1 {
  text-align: center;
  background-color: #fff0;
  padding: 0 42px;
  display: none;
}

.accordion2-item_session1 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-without-image2_1 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22-2_1 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2-2_1 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2-2_1 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 300;
}

.paragraph-88 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-89 {
  color: var(--black);
  text-align: left;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.day2_session2 {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container2_3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three2_3 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content2_3 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-2_3_1 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.image-2_3_2 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 36% auto auto 9.5%;
}

.image-2_3_3 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 36% auto auto 52%;
}

.image-2_3_4 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 65% auto auto 9.5%;
}

.view-more2_2 {
  cursor: pointer;
  height: 40px;
  font-family: "M PLUS 2", sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.mottomiru2_2 {
  margin-bottom: 0;
  font-size: 12px;
}

.mottomiru-yajirushi2_2 {
  font-size: 12px;
  line-height: 15px;
}

.accordion2_session2 {
  text-align: center;
  background-color: #fff0;
  padding: 0 42px;
  display: none;
}

.accordion2-item_session2 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-without-image2_2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22-2_2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two2-2_2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2-2_2 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 300;
}

.paragraph-90 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-91 {
  color: var(--black);
  text-align: left;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-1132 {
  width: 50%;
}

.day2_session3 {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container2_4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three2_4 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content2_4 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-2_4_1 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.image-2_4_2 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 37.5% auto auto 9.5%;
}

.image-2_4_3 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 52.5% auto auto 52%;
}

.image-2_4_4 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 66.5% auto auto 9.5%;
}

.view-more2_4 {
  cursor: pointer;
  height: 40px;
  font-family: "M PLUS 2", sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.mottomiru2_4 {
  margin-bottom: 0;
  font-size: 12px;
}

.mottomiru-yajirushi2_4 {
  font-size: 12px;
  line-height: 15px;
}

.accordion2_session3 {
  text-align: center;
  background-color: #fff0;
  padding: 0 42px;
  display: none;
}

.accordion2-item_session3 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-without-image2_3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22-2_4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two2-2_4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2-2_4 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 300;
}

.paragraph-92 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-36-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-93 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.day2_closing {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container2_5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three2_5 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content2_5 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-111-2_5 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.image-112-2_5 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 31% auto auto 16%;
}

.day2_kk {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.container2_6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three2_6 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content2_6 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-111-2_6 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.day2_pt {
  border: 1px #000;
  margin-top: 0;
  padding: 0 30px 50px;
  position: relative;
  overflow: hidden;
}

.container2_7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three2_7 {
  text-align: center;
  background-color: #fff0;
  padding: 30px 42px 0;
}

.testimonial-card-content2_7 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-111-2_7 {
  max-width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.paragraph-94 {
  text-align: left;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

._1125-session2-title-04-sp-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-28-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-15-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-15 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-15 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.div-block-37 {
  border-bottom: 1px none var(--blue);
  background-color: #59addc66;
  background-image: linear-gradient(72deg, #5ad7e2, #2fafe1);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.paragraph-96 {
  color: var(--white);
  letter-spacing: 1px;
  width: 98%;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-97 {
  color: var(--white);
  margin-left: 20px;
  font-family: "M PLUS 2", sans-serif;
}

.paragraph-98 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.popup-shibayama {
  z-index: 10;
  background-color: #5fb4ddb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.popup-item-profile-28 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 635px;
  height: 435px;
  padding: 70px 66px;
  display: block;
  position: static;
  overflow: visible;
}

.paragraph-980 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.image-600 {
  display: block;
  position: relative;
  bottom: 26px;
  left: 56px;
}

.katagaki-1_13 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: relative;
  bottom: 159px;
  left: auto;
}

.popup-name-28_1 {
  box-sizing: border-box;
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: 2px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 83px;
  left: 252px;
}

.paragraph-490 {
  float: left;
  clear: right;
  color: var(--black);
  word-break: break-all;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
  position: relative;
  bottom: 112px;
}

.close28 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: 232px;
  left: 483px;
}

.paragraph-96_sp {
  color: var(--white);
  letter-spacing: 1px;
  width: 98%;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.div-block-37_2 {
  border-bottom: 1px none var(--blue);
  background-color: #59addc66;
  background-image: linear-gradient(72deg, #5ad7e2, #2fafe1);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.paragraph-96_2 {
  color: var(--white);
  letter-spacing: 1px;
  width: 98%;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-96_2_sp {
  color: var(--white);
  letter-spacing: 1px;
  width: 98%;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.image-3_6 {
  cursor: pointer;
  width: 15%;
  display: block;
  position: absolute;
  inset: 64% auto auto 9.5%;
}

.image-2_3_5 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 65% auto auto 52%;
}

._1125-session2-title-04_-sp-02 {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-4_5 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 67.5% auto auto 52%;
}

.image-4_3 {
  cursor: pointer;
  width: 15%;
  position: absolute;
  inset: 67.5% auto auto 9.5%;
}

._1125-session1-title-01_1-sp {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.tojiru2_1 {
  margin-bottom: 0;
  font-size: 12px;
  display: none;
}

.footer-social-link-three-04, .footer-social-link-three-04-sp {
  margin-left: 10px;
}

.tojiru2_2, .tojiru2_4, .tojiru_1, .tojiru_2, .tojiru_3 {
  margin-bottom: 0;
  font-size: 12px;
  display: none;
}

.tojiru_4, .tojiru_6 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
  display: none;
}

.tojiru-moji-02, .tojiru-moji-01, .tojiru-moji-03 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.tojiru-moji-04, .tojiru-moji-05 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
  left: auto;
}

.tojiru-moji-07_2, .tojiru-moji-08_02, .tojiru-moji-9-02 {
  text-align: center;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  bottom: 10px;
}

.yomigana-sp-16, .yomigana-sp-17, .yomigana-sp-18 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.paragraph-7_1 {
  width: 80%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 8%;
  left: 22%;
}

.paragraph-6_2, .paragraph-7_2 {
  width: 80%;
  margin-bottom: 0;
  padding-left: 112px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 8%;
  left: 22%;
}

.paragraph-11_1 {
  color: var(--blue);
  width: 50%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  line-height: 24px;
  position: relative;
  bottom: 19%;
  left: 69%;
}

.paragraph-20_1 {
  width: 80%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 35%;
  left: 22%;
}

.paragraph-11_01 {
  width: 50%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 14%;
  left: 22%;
}

.paragraph-20-copy {
  width: 80%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 11px;
  position: relative;
  bottom: 33%;
  left: 22%;
}

._1125-session2-title-04-sp {
  letter-spacing: 0;
  width: 32%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 115px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  bottom: 356px;
}

.image-29-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-16-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.name-sp-16 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.yomigana-sp-16_1 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.div-block-38 {
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 77%;
  height: 40px;
  margin-left: 11%;
  display: flex;
  position: absolute;
  inset: 16% 0% auto;
}

.link-block-9 {
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 52%;
  margin-bottom: 5px;
  margin-left: auto;
  display: flex;
}

.link-block-10 {
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 47%;
  margin-bottom: 5px;
  margin-right: auto;
  display: flex;
}

.image-1134 {
  cursor: pointer;
  width: 150px;
}

.image-1135 {
  cursor: pointer;
  width: 150px;
  margin-bottom: 0;
  margin-left: 10px;
}

.popup-yomigana-28_1 {
  box-sizing: border-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: var(--blue);
  letter-spacing: 1px;
  width: 50%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 130px;
  left: auto;
}

.navbar-header-tb {
  display: none;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-24 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  background-image: linear-gradient(297deg, #b647f5, #78b3fa);
  border-radius: 60px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-header-sp {
  display: none;
}

.paragraph-19_1 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #55a8dd;
  width: 20%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 24%;
}

.paragraph-19_2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #55a8dd;
  width: 20%;
  margin-top: 0;
  margin-left: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 26%;
}

.paragraph-19_3 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #55a8dd;
  width: 20%;
  margin-top: 0;
  margin-left: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  position: relative;
  bottom: 24%;
}

.image-1107-sp {
  pointer-events: auto;
  cursor: pointer;
  width: 12%;
  position: relative;
  bottom: 148px;
  left: 21%;
}

.position-1107-sp {
  letter-spacing: 1px;
  width: 30%;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  bottom: 231px;
}

.yomigana-sp-1107 {
  color: #28a4ce;
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  bottom: 232px;
}

.name-sp-1107 {
  letter-spacing: 1px;
  width: 20%;
  margin-bottom: 5px;
  margin-left: 34.5%;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  bottom: 229px;
}

.archive-block {
  margin-bottom: 100px;
  display: none;
}

.heading-26 {
  color: #000;
  letter-spacing: 4px;
  margin-bottom: 0;
  margin-left: 60px;
  font-family: Jost, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: block;
}

.text-block-27 {
  color: #000;
  letter-spacing: 2px;
  padding-left: 70px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.container-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.paragraph-982 {
  letter-spacing: 2px;
  width: 70%;
  margin-bottom: 10px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  text-decoration-style: solid;
}

.button-9 {
  letter-spacing: 2px;
  background-image: linear-gradient(278deg, #db31ff, #78bffe);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  box-shadow: 5px 5px 5px #0003;
}

.report {
  margin-bottom: 0;
  display: block;
}

.heading-28 {
  color: var(--black);
  letter-spacing: 4px;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 60px;
  font-family: Jost, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.text-block-29 {
  color: #000;
  letter-spacing: 2px;
  padding-left: 70px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.link-block-14 {
  position: relative;
}

.container-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: none;
  display: flex;
}

.image-1136 {
  position: relative;
  bottom: 280px;
}

.code-embed {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50.4843%;
  display: block;
  position: relative;
  inset: 0% 0% 333px;
}

.image-1137 {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
  display: block;
}

.bold-text-2 {
  font-size: 12px;
  font-weight: 300;
}

.bold-text-3 {
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.list-item-1108 {
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
}

.bold-text-4 {
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.list-1108 {
  width: 85%;
  margin-bottom: 30px;
}

.list-item-1109, .list-item-1110 {
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
}

.paragraph-983 {
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.paragraph-984 {
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  font-family: "M PLUS 2", sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: flex;
}

.div-block-42 {
  background-color: #ffff9d;
  justify-content: center;
  align-items: center;
  width: 28%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  display: flex;
}

.container-27 {
  background-color: #29abe1;
  background-image: linear-gradient(97deg, #5edce2, #2aaae1);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-985 {
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-986 {
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.archive-accordion {
  margin-top: -30px;
  display: none;
}

.container-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-987, .paragraph-988, .paragraph-989 {
  letter-spacing: 2px;
  border: 1px #000;
  margin-top: 10px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 300;
}

.div-block-43, .div-block-44, .div-block-45 {
  width: 260px;
}

.paragraph-990 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  margin-left: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.image-1138, .image-1139, .image-1140 {
  cursor: pointer;
}

.popup-archive-movie-01 {
  z-index: 10;
  background-color: #5fb4ddf2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-movie-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #59addc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
  overflow: visible;
}

.youtube, .div-block-46 {
  width: 70%;
}

.div-block-47 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.image-1141 {
  cursor: pointer;
  position: fixed;
  inset: 100px 11% auto auto;
}

.popup-archive-movie-02 {
  z-index: 10;
  background-color: #5fb4ddf2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-48 {
  width: 70%;
}

.image-1142 {
  cursor: pointer;
  position: fixed;
  inset: 100px 11% auto auto;
}

.popup-archive-movie-03 {
  z-index: 10;
  background-color: #5fb4ddf2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-49 {
  width: 70%;
}

.image-1143 {
  cursor: pointer;
  position: fixed;
  inset: 100px 11% auto auto;
}

.button-10 {
  letter-spacing: 2px;
  background-image: linear-gradient(45deg, #77c0ff, #db31ff);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  box-shadow: 5px 5px 5px #0003;
}

.text-block-30 {
  position: relative;
  inset: 0%;
}

.button-11 {
  letter-spacing: 2px;
  background-image: linear-gradient(45deg, #77c0ff, #db31ff);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  box-shadow: 5px 5px 5px #0003;
}

.div-block-50 {
  display: none;
}

.div-block-51 {
  display: block;
}

.div-block-52 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  display: flex;
  position: relative;
  bottom: 200px;
}

.heading-29 {
  color: var(--black);
  letter-spacing: 4px;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 60px;
  font-family: Jost, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.text-block-31 {
  color: #000;
  letter-spacing: 2px;
  padding-left: 70px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.archive-accordion-sp {
  margin-top: -30px;
  display: none;
}

.div-block-51-sp, .div-block-50-sp {
  display: none;
}

.button-10_1, .button-11_1 {
  letter-spacing: 2px;
  background-image: linear-gradient(45deg, #77c0ff, #db31ff);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  box-shadow: 5px 5px 5px #0003;
}

.div-block-51_sp, .div-block-50_sp {
  display: none;
}

.div-block-53 {
  border-right: 1px solid #dfdfdf;
  margin-right: 10px;
  padding-right: 15px;
}

@media screen and (min-width: 1280px) {
  .header {
    height: 100px;
  }

  .header-container.shadow-three {
    max-width: 12800px;
    height: 100%;
    padding: 10px;
  }

  .nav-link-2 {
    text-align: left;
    line-height: 35px;
  }

  .list-item {
    text-align: center;
    width: 200px;
    height: 35px;
  }

  .image {
    max-width: 200px;
    height: 100%;
  }

  .nav-header {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    height: 90px;
    display: flex;
  }

  .navbar-container {
    max-width: none;
    height: 100%;
    padding: 7px;
  }

  .header-container-regular, .header-wrapper {
    height: 100%;
  }

  .chugai-logo {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .concept-link {
    color: var(--black);
    font-size: 16px;
  }

  .request-button {
    width: 200px;
    height: 40px;
    font-size: 17px;
    line-height: 30px;
  }

  .image-1 {
    width: auto;
    height: 100%;
  }

  .main {
    max-width: 100%;
    height: auto;
  }

  .container-5 {
    max-width: 100%;
  }

  .time-table-link, .session-link, .event-summary-link {
    color: var(--black);
    font-size: 16px;
    line-height: 30px;
  }

  .event-summary-link.w--current {
    line-height: 30px;
  }

  .main-visual {
    max-width: 100%;
    margin-top: 90px;
  }

  .body {
    max-width: 100%;
  }

  .event-concept {
    height: 12%;
  }

  .quick-stack {
    height: 570px;
    padding-left: 5%;
    padding-right: 0%;
  }

  .image-3 {
    width: 75%;
  }

  .copy {
    font-size: 28px;
  }

  .paragraph-1 {
    color: #000;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph-3 {
    height: 6%;
    font-size: 18px;
    line-height: 30px;
  }

  .time-table {
    height: 3800px;
    margin-top: 0;
    padding-top: 80px;
    position: static;
    bottom: 9px;
  }

  .container-6 {
    max-width: 100%;
    margin-top: auto;
    display: block;
  }

  .heading {
    height: 1.7%;
    margin-left: 6%;
    font-size: 60px;
    line-height: 70px;
  }

  .text-block {
    height: .9%;
    margin-left: auto;
    padding-left: 6.5%;
    font-size: 23px;
    line-height: 25px;
  }

  .div-block {
    max-width: 1280px;
    height: 120%;
    max-height: 120%;
    display: block;
    bottom: 5522px;
    overflow: visible;
  }

  .image-5 {
    width: 77%;
    height: 25%;
    max-height: none;
    margin-left: 11.5%;
    margin-right: 11.5%;
  }

  .day1 {
    font-size: 38px;
    bottom: 1088px;
    left: 24%;
  }

  .day2 {
    font-size: 38px;
    bottom: 1138px;
    left: 62.5%;
  }

  ._1125-thu {
    width: 20%;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    bottom: 1100px;
    left: 21.5%;
  }

  ._1126-fri {
    width: 20%;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    bottom: 1130px;
    left: 59.5%;
  }

  .digital-innovation {
    width: 23%;
    height: 30px;
    font-size: 23px;
    line-height: 30px;
    bottom: 1130px;
    left: 19.5%;
  }

  .r-d-innovation {
    width: 31%;
    height: 30px;
    font-size: 23px;
    line-height: 30px;
    bottom: 1160px;
    left: 53.5%;
  }

  ._1125-time-01 {
    width: 15%;
    height: .5%;
    font-size: 18px;
    line-height: 18px;
    bottom: 1092px;
  }

  ._1125-opening {
    width: 10%;
    height: .5%;
    font-size: 19px;
    line-height: 19px;
    bottom: 1114px;
    left: 37.5%;
  }

  ._1125-opening-link {
    width: 31.2%;
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 1117px;
  }

  .image-6 {
    max-width: 100%;
  }

  .session {
    max-width: 100%;
    height: 62%;
    bottom: 2351px;
  }

  .heading-2 {
    height: auto;
    font-size: 60px;
    line-height: 70px;
  }

  .text-block-2 {
    letter-spacing: 2px;
    height: .9%;
    font-size: 23px;
    line-height: 25px;
  }

  .container-10 {
    height: 3500px;
    display: block;
  }

  .cell-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .tab-pane-tab-1 {
    overflow: scroll;
  }

  .tab-link-tab-1 {
    width: 51%;
  }

  .tabs {
    width: 1280px;
    margin-left: 0;
    padding-left: 0;
  }

  .tab-pane-tab-2 {
    width: 72.6%;
    max-height: 100%;
    overflow: scroll;
  }

  .container-11 {
    height: 2900px;
  }

  .session-11-7-thu {
    font-size: 25px;
    line-height: 35px;
  }

  .session-11-7-explanation {
    font-size: 16px;
    line-height: 20px;
  }

  .opening {
    margin-top: 40px;
  }

  .heading-5 {
    margin-bottom: .5%;
    padding-left: 20%;
    font-size: 28px;
  }

  .tabs-content {
    max-width: 100%;
    height: 98%;
    padding-left: 0%;
    left: 0%;
    overflow: visible;
  }

  .image-7 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .accordion-item-01 {
    height: 50%;
    bottom: 222px;
  }

  .heading-6 {
    margin-top: -100px;
    margin-bottom: .5%;
    padding-top: 110px;
    padding-left: 20%;
    font-size: 28px;
  }

  .image-8 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .accordion-item-contents-01 {
    display: none;
    bottom: 274px;
  }

  .div-block-3 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .image-9 {
    bottom: 430px;
    left: 14%;
  }

  ._1125-session-title {
    width: 60%;
    margin-left: 21%;
    font-size: 23px;
    line-height: 30px;
    bottom: 450px;
  }

  ._1125-session1-title-01 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  ._1125-session1-title-03 {
    font-size: 12px;
    line-height: 18px;
    bottom: 631px;
    left: 33%;
  }

  .preferred-networks {
    margin-left: 28%;
    font-size: 11px;
    bottom: 520px;
  }

  .okazaki-naoaki {
    margin-left: 28%;
    font-size: 18px;
    line-height: 20px;
    bottom: 510px;
  }

  .naoaki-okazaki-yomigana {
    margin-left: 28%;
    font-size: 13px;
    line-height: 13px;
    bottom: 510px;
  }

  .accordion-item-02 {
    height: 40%;
    bottom: 277px;
  }

  .accordion-item-contents-02 {
    display: none;
    bottom: 363px;
  }

  .div-block-4 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .heading-7 {
    margin-bottom: 3px;
    padding-left: 20%;
    font-size: 28px;
  }

  .image-10 {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1107-session2-title {
    width: 600px;
    margin-left: 200px;
    font-size: 23px;
    bottom: 431px;
  }

  ._1125-session2-title-01 {
    font-size: 12px;
    bottom: 416px;
  }

  ._1125-session2-title-02 {
    font-size: 12px;
    bottom: 482px;
  }

  .image-11 {
    bottom: 406px;
  }

  .chugai {
    width: 30%;
    font-size: 11px;
    bottom: 501px;
  }

  .suzuki-takao {
    font-size: 18px;
    line-height: 20px;
    bottom: 496px;
  }

  .suzuki-takao-yomigana {
    font-size: 13px;
    bottom: 495px;
  }

  .view-more-01 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 975px;
  }

  .mottomiru-moji-01 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-12 {
    border-right: 1px solid #dfdfdf;
    width: 100%;
    height: 150%;
  }

  ._1125-click-01 {
    font-size: 16px;
    bottom: 1118px;
  }

  ._1125-time-02 {
    width: 15%;
    height: .5%;
    font-size: 18px;
    line-height: 18px;
    bottom: 1100px;
  }

  ._1125-session-01 {
    width: 10%;
    font-size: 19px;
    line-height: 19px;
    bottom: 1122px;
    left: 37.5%;
  }

  ._1125-session01-link {
    height: 55px;
    font-size: 14px;
    line-height: 33px;
    bottom: 1123px;
  }

  ._1125-click-02 {
    font-size: 16px;
    bottom: 1124px;
  }

  ._1125-time-03 {
    width: 15%;
    height: .5%;
    font-size: 18px;
    line-height: 18px;
    bottom: 1104px;
  }

  ._1125-session-02 {
    width: 10%;
    font-size: 19px;
    line-height: 19px;
    bottom: 1127px;
    left: 37.5%;
  }

  ._1125-session02-link {
    height: 55px;
    font-size: 12px;
    line-height: 17px;
    bottom: 1128px;
  }

  ._1125-session02-link.scroll103 {
    font-size: 14px;
    line-height: 17px;
  }

  ._1125-click-03 {
    font-size: 16px;
    bottom: 1136px;
  }

  ._1125-time-04 {
    width: 15%;
    height: .5%;
    font-size: 18px;
    line-height: 18px;
    bottom: 1107px;
  }

  ._1125-session-03 {
    width: 10%;
    font-size: 19px;
    bottom: 1129px;
    left: 37.5%;
  }

  ._1125-session03-link {
    height: 55px;
    font-size: 14px;
    line-height: 17px;
    bottom: 1130px;
  }

  ._1125-session03-link.scroll104 {
    line-height: 17px;
  }

  ._1125-click-04 {
    font-size: 16px;
    bottom: 1138px;
  }

  ._1125-time-05 {
    width: 15%;
    height: .5%;
    font-size: 18px;
    line-height: 18px;
    bottom: 1111px;
  }

  ._1125-closing {
    width: 10%;
    font-size: 19px;
    bottom: 1133px;
    left: 37.5%;
  }

  ._1125-closing-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 1134px;
  }

  ._1125-click-05 {
    font-size: 16px;
    bottom: 1134px;
  }

  ._1125-time-06 {
    width: 15%;
    height: .5%;
    font-size: 18px;
    line-height: 18px;
    bottom: 1114px;
  }

  ._1125-workshop {
    width: 15%;
    font-size: 19px;
    bottom: 1136px;
    left: 32.5%;
  }

  ._1125-workshop-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 1137px;
  }

  ._1125-click-06 {
    font-size: 16px;
    bottom: 1138px;
  }

  ._1125-offline-01 {
    bottom: 1191px;
    left: 42%;
  }

  ._1125-time-07 {
    width: 15%;
    height: .5%;
    font-size: 18px;
    line-height: 18px;
    bottom: 1138px;
  }

  ._1125-poster-session {
    width: 15%;
    font-size: 19px;
    bottom: 1161px;
    left: 32.6%;
  }

  ._1125-poster-session-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 1161px;
  }

  ._1125-click-07 {
    font-size: 16px;
    bottom: 1162px;
  }

  ._1125-offline-02 {
    bottom: 1214px;
    left: 42%;
  }

  ._1125-time-08 {
    width: 200px;
    height: .5%;
    font-size: 18px;
    line-height: 18px;
    bottom: 1160px;
  }

  ._1125-konshinkai {
    width: 10%;
    font-size: 19px;
    bottom: 1184px;
    left: 37.5%;
  }

  ._1125-konshinkai-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 1183px;
  }

  ._1125-click-08 {
    font-size: 16px;
    bottom: 1185px;
  }

  ._1125-offline-03 {
    bottom: 1238px;
    left: 42%;
  }

  ._1125-foyer {
    height: .5%;
    font-size: 18px;
    line-height: 18px;
    bottom: 1183px;
  }

  ._1125-poster {
    width: 13%;
    font-size: 19px;
    bottom: 1206px;
    left: 34.5%;
  }

  ._1125-poster-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 1206px;
  }

  ._1125-offline-04 {
    bottom: 1259px;
    left: 42%;
  }

  ._1125-click-09 {
    font-size: 16px;
    bottom: 1208px;
  }

  ._1126-time-01 {
    width: 15%;
    font-size: 18px;
    line-height: 18px;
    bottom: 2050px;
  }

  ._1126-opening {
    width: 10%;
    font-size: 19px;
    line-height: 19px;
    bottom: 2070px;
    left: 76.2%;
  }

  ._1126-opening-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 2071px;
  }

  ._1126-click-01 {
    font-size: 16px;
    bottom: 2074px;
  }

  ._1126-time-02 {
    width: 15%;
    font-size: 18px;
    line-height: 18px;
    bottom: 2054px;
  }

  ._1126-session01 {
    width: 10%;
    font-size: 19px;
    line-height: 19px;
    bottom: 2074px;
    left: 76%;
  }

  ._1126-session01-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 2075px;
  }

  ._1126-click-02 {
    font-size: 16px;
    bottom: 2110px;
  }

  ._1126-time-03 {
    width: 15%;
    font-size: 18px;
    line-height: 18px;
    bottom: 2071px;
  }

  ._1126-session02 {
    width: 10%;
    font-size: 19px;
    line-height: 19px;
    bottom: 2091px;
    left: 76%;
  }

  ._1126-session02-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 2092px;
  }

  ._1126-click-03 {
    font-size: 16px;
    bottom: 2094px;
  }

  ._1126-time-04 {
    width: 15%;
    font-size: 18px;
    line-height: 18px;
    bottom: 2071px;
  }

  ._1126-session03 {
    width: 10%;
    font-size: 19px;
    line-height: 19px;
    bottom: 2091px;
    left: 76%;
  }

  ._1126-session03-link {
    height: 55px;
    font-size: 14px;
    line-height: 17px;
    bottom: 2092px;
  }

  ._1126-click-04 {
    font-size: 16px;
    bottom: 2118px;
  }

  ._1126-time-05 {
    width: 15%;
    font-size: 18px;
    line-height: 18px;
    bottom: 2082px;
  }

  ._1126-closing {
    width: 10%;
    font-size: 19px;
    line-height: 19px;
    bottom: 2102px;
    left: 76%;
  }

  ._1126-closing-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 2103px;
  }

  ._1126-click-05 {
    font-size: 16px;
    bottom: 2106px;
  }

  ._1126-time-06 {
    width: 15%;
    font-size: 18px;
    line-height: 18px;
    bottom: 2083px;
  }

  ._1126-konshinkai {
    width: 10%;
    font-size: 19px;
    line-height: 19px;
    bottom: 2104px;
    left: 76%;
  }

  ._1126-konshinkai-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 2104px;
  }

  ._1126-click-06 {
    font-size: 16px;
    bottom: 2104px;
  }

  ._1126-offline-01 {
    height: auto;
    bottom: 2158px;
    left: 80.5%;
  }

  ._1126-time-07 {
    width: 15%;
    font-size: 18px;
    line-height: 18px;
    bottom: 2104px;
  }

  ._1126-poster {
    width: 10%;
    font-size: 19px;
    line-height: 19px;
    bottom: 2125px;
    left: 76%;
  }

  ._1126-poster-link {
    height: 55px;
    font-size: 15px;
    line-height: 33px;
    bottom: 2125px;
  }

  ._1126-click-07 {
    font-size: 16px;
    bottom: 2125px;
  }

  ._1126-offline-02 {
    bottom: 2178px;
    left: 80.5%;
  }

  .link-block {
    height: 16%;
  }

  ._1125-session1-title-first-01 {
    height: 4.5%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 12px;
    bottom: 425px;
  }

  .image-15 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .chugai-seiyaku {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .okuda-osamu {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .okuda-osamu-yomigana {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .image-kurihara {
    bottom: 625px;
    left: 33%;
  }

  .keio-gijuku {
    margin-left: 66%;
    font-size: 11px;
    line-height: 15px;
    bottom: 718px;
  }

  .kurihara-satoshi {
    margin-left: 66%;
    font-size: 18px;
    line-height: 20px;
    bottom: 720px;
  }

  .kurihara-satoshi-yomigana {
    margin-left: 66%;
    font-size: 13px;
    line-height: 13px;
    bottom: 720px;
  }

  ._1125-session1-title-02 {
    margin-left: 14%;
    font-size: 12px;
    line-height: 16px;
    bottom: 695px;
  }

  .image-hamamoto {
    bottom: 688px;
    left: 14%;
  }

  .kokuritugancenter {
    font-size: 11px;
    line-height: 15px;
    bottom: 785px;
  }

  .hamamoto-ryuji {
    font-size: 18px;
    line-height: 20px;
    bottom: 785px;
  }

  .hamamoto-ryuji-yomigana {
    font-size: 13px;
    line-height: 13px;
    bottom: 785px;
  }

  ._1125-session1-title-04 {
    font-size: 12px;
    line-height: 16px;
    bottom: 907px;
    left: 33%;
  }

  .image-hoshina {
    bottom: 900px;
    left: 33%;
  }

  .accenture {
    margin-left: 66%;
    font-size: 11px;
    line-height: 15px;
    bottom: 995px;
  }

  .hoshina-gakuse {
    margin-left: 66%;
    font-size: 18px;
    line-height: 20px;
    bottom: 995px;
  }

  .hoshina-gakuse-yomigana {
    margin-left: 66%;
    font-size: 13px;
    line-height: 13px;
    bottom: 995px;
  }

  .image-16 {
    bottom: 490px;
  }

  .google-ai {
    font-size: 11px;
    bottom: 575px;
  }

  .name-tbd01 {
    line-height: 20px;
    bottom: 568px;
  }

  .yomigana-tbd01 {
    font-size: 13px;
    line-height: 13px;
    bottom: 571px;
  }

  ._1125-session2-title-03 {
    font-size: 12px;
    bottom: 755px;
  }

  .image-17 {
    bottom: 751px;
  }

  .microsoft-japan {
    font-size: 11px;
    bottom: 869px;
  }

  .otani-ken {
    font-size: 18px;
    line-height: 20px;
    bottom: 865px;
  }

  .otani-ken-yomigana {
    font-size: 13px;
    line-height: 13px;
    bottom: 866px;
  }

  .view-more-02 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 803px;
  }

  .mottomiru-moji-02 {
    font-size: 14px;
    line-height: 14px;
  }

  .accordion-item-03 {
    height: 50%;
    bottom: 326px;
  }

  .accordion-item-contents-03 {
    display: none;
    bottom: 369px;
  }

  .heading-8 {
    margin-top: -100px;
    margin-bottom: .5%;
    padding-top: 110px;
    padding-left: 19.5%;
    font-size: 28px;
  }

  .image-18 {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1125-session3-title {
    width: 60%;
    margin-left: 20%;
    font-size: 23px;
    line-height: 30px;
    bottom: 486px;
  }

  ._1125-session3-title-03 {
    font-size: 12px;
    line-height: 18px;
    bottom: 695px;
    left: 33%;
  }

  ._1125-session3-title-02 {
    width: 33%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 16px;
    bottom: 722px;
  }

  ._1125-session3-title-04 {
    font-size: 12px;
    line-height: 16px;
    bottom: 948px;
    left: 33%;
  }

  .image-terabe {
    bottom: 463px;
    left: 14%;
  }

  .image-kitagawa {
    bottom: 668px;
    left: 33%;
  }

  .image-imai {
    bottom: 725px;
    left: 14%;
  }

  .image-matsuoka {
    bottom: 932px;
    left: 33%;
  }

  .deloitte {
    margin-left: 28%;
    font-size: 11px;
    bottom: 557px;
  }

  .quera {
    margin-left: 66%;
    font-size: 11px;
    line-height: 15px;
    bottom: 758px;
  }

  .kokuritugancenter-higashi {
    font-size: 11px;
    line-height: 15px;
    bottom: 807px;
  }

  .qunasys {
    margin-left: 66%;
    font-size: 11px;
    line-height: 15px;
    bottom: 1021px;
  }

  .terabe-masayoshi {
    margin-left: 28%;
    font-size: 18px;
    line-height: 20px;
    bottom: 547px;
  }

  .terabe-masayoshi-yomigna {
    margin-left: 28%;
    font-size: 13px;
    line-height: 13px;
    bottom: 547px;
  }

  .kitagawa-takuya {
    margin-left: 66%;
    font-size: 18px;
    line-height: 20px;
    bottom: 740px;
  }

  .kitagawa-takuya-yomigana {
    margin-left: 66%;
    font-size: 13px;
    line-height: 13px;
    bottom: 740px;
  }

  .imai-mitsuho {
    font-size: 18px;
    line-height: 20px;
    bottom: 805px;
  }

  .imai-mitsuho-yomigana {
    font-size: 13px;
    line-height: 13px;
    bottom: 805px;
  }

  .matsuoka-tomoyo {
    margin-left: 66%;
    font-size: 18px;
    line-height: 20px;
    bottom: 1014px;
  }

  .matsuoka-tomoyo-yomigana {
    margin-left: 66%;
    font-size: 13px;
    line-height: 13px;
    bottom: 1013px;
  }

  .mottomiru-moji-03 {
    font-size: 14px;
    line-height: 14px;
  }

  .view-more-03 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 1000px;
  }

  .div-block-7 {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1125-session3-title-01 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 472px;
  }

  .closing {
    height: 25%;
    bottom: 334px;
    overflow: visible;
  }

  .heading-9 {
    margin-top: -100px;
    margin-bottom: .5%;
    padding-top: 110px;
    padding-left: 20%;
    font-size: 28px;
  }

  .image-19 {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1125-closing-title {
    width: 60%;
    margin-left: 20%;
    font-size: 23px;
    line-height: 30px;
    bottom: 450px;
  }

  ._1125-closing-title-01 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-suzuki-01 {
    bottom: 175px;
    left: 200px;
  }

  .chugai-seiyaku-digital {
    margin-left: 35.5%;
    font-size: 11px;
    bottom: 271px;
  }

  .suzuki-takao-01 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 269px;
  }

  .suzuki-takao-yomigana-01 {
    margin-left: 35.5%;
    font-size: 13px;
    line-height: 13px;
    bottom: 268px;
  }

  .workshop {
    height: 30%;
    bottom: 340px;
  }

  .heading-10 {
    margin-top: -100px;
    margin-bottom: .5%;
    padding-top: 110px;
    padding-left: 20%;
    font-size: 28px;
  }

  .image-20 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .chugai-seiyaku-digital-copy {
    margin-left: 28%;
    font-size: 11px;
    bottom: 520px;
  }

  .day1-workshop-name {
    margin-left: 0%;
    font-size: 23px;
    line-height: 30px;
    bottom: 141px;
  }

  .text-block-5 {
    bottom: 23px;
  }

  .view-more-04 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 121px;
  }

  .mottomiru-moji-04 {
    font-size: 14px;
    line-height: 14px;
  }

  .poster-session {
    height: 30%;
    bottom: 428px;
  }

  .heading-11 {
    margin-top: -100px;
    margin-bottom: .5%;
    padding-top: 110px;
    padding-left: 20%;
    font-size: 28px;
  }

  .text-block-6 {
    bottom: 24px;
    left: 49.5%;
  }

  .image-21 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .day1-poster-session-name {
    margin-left: 0%;
    font-size: 23px;
    line-height: 30px;
    bottom: 131px;
  }

  .view-more-05 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 108px;
  }

  .mottomiru-moji-05 {
    font-size: 14px;
    line-height: 14px;
  }

  .kouryukai {
    height: 20%;
    bottom: 516px;
  }

  .heading-12 {
    margin-top: -100px;
    margin-bottom: .5%;
    padding-top: 110px;
    padding-left: 20%;
    font-size: 28px;
  }

  .text-block-7 {
    bottom: 22px;
    left: 31%;
  }

  .image-22 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .day1-kouryukai-name {
    margin-left: 0%;
    font-size: 23px;
    line-height: 30px;
    bottom: 140px;
  }

  .view-more-06 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 114px;
  }

  .mottomiru-moji-06 {
    font-size: 14px;
    line-height: 14px;
  }

  .poster-exhibition {
    height: 20%;
    bottom: 492px;
  }

  .heading-13 {
    margin-top: -100px;
    margin-bottom: 1%;
    padding-top: 110px;
    padding-left: 20%;
    font-size: 28px;
  }

  .text-block-8 {
    bottom: 24px;
    left: 375px;
  }

  .image-23 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .day1-poster-exhibition-name {
    margin-left: 0%;
    font-size: 23px;
    line-height: 30px;
    bottom: 126px;
  }

  .view-more-07 {
    bottom: 960px;
  }

  .mottomiru-moji-07 {
    font-size: 14px;
    line-height: 14px;
  }

  .register-to-attend {
    height: 12%;
    position: relative;
    bottom: 0;
  }

  .margin-bottom-24px {
    font-size: 22px;
    line-height: 25px;
  }

  .button-primary-3 {
    width: 263px;
    height: 60px;
    font-size: 25px;
    line-height: 30px;
  }

  .register-to-attend-main {
    top: auto;
    bottom: 335px;
  }

  .event-outline-main {
    top: auto;
    bottom: 300px;
    left: 74.6%;
  }

  .outline {
    height: 800px;
    margin-top: -130px;
    padding-top: 130px;
    position: relative;
    bottom: 2441px;
    overflow: visible;
  }

  .container-13 {
    max-width: 100%;
    position: relative;
    bottom: 128px;
  }

  .heading-14 {
    height: auto;
    margin-left: 6%;
    font-size: 60px;
    line-height: 70px;
    display: flex;
    bottom: 54px;
  }

  .text-block-9 {
    height: .9%;
    margin-left: auto;
    padding-left: 6.5%;
    font-size: 23px;
    line-height: 25px;
  }

  .div-block-14 {
    height: 500px;
    position: relative;
    bottom: -36px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-15 {
    width: 39%;
    margin-left: 11%;
  }

  .div-block-16 {
    width: 39%;
    margin-right: 11%;
  }

  .paragraph-5 {
    width: 20%;
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 13px;
    line-height: 25px;
  }

  .paragraph-8 {
    width: 20%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-9 {
    font-size: 13px;
    line-height: 25px;
    bottom: 11%;
  }

  .paragraph-10 {
    width: 20%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-11 {
    font-size: 13px;
    line-height: 25px;
    bottom: 13%;
  }

  .paragraph-12 {
    width: 20%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-13 {
    font-size: 13px;
    line-height: 25px;
    bottom: 20%;
  }

  .paragraph-14 {
    width: 20%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-15 {
    font-size: 13px;
    line-height: 25px;
    bottom: 22%;
  }

  .paragraph-16 {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    bottom: 134.5px;
    left: 227px;
  }

  .paragraph-17 {
    font-size: 13px;
    line-height: 25px;
    bottom: 104.7px;
    left: 351px;
  }

  .paragraph-18 {
    font-size: 13px;
    line-height: 25px;
    bottom: 133px;
  }

  .mini-workshop {
    width: 90px;
    font-size: 9px;
    bottom: 2166px;
    left: 28.5%;
  }

  .paragraph-19 {
    width: 20%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    bottom: 24%;
  }

  .paragraph-20 {
    font-size: 13px;
    line-height: 30px;
    bottom: 36%;
  }

  .paragraph-21 {
    width: 20%;
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-22 {
    font-size: 13px;
    line-height: 30px;
  }

  .paragraph-23 {
    font-size: 13px;
    line-height: 20px;
  }

  .archive {
    justify-content: center;
    align-items: flex-start;
    height: 100px;
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    bottom: 2270px;
  }

  .heading-15 {
    height: 1.7%;
    margin-left: 6%;
    font-size: 60px;
    line-height: 70px;
  }

  .text-block-10 {
    height: .9%;
    margin-left: auto;
    padding-left: 6.5%;
    font-size: 23px;
    line-height: 25px;
  }

  .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
    height: auto;
  }

  .footer-subscribe {
    padding-left: 40px;
    padding-right: 40px;
    bottom: 2250px;
  }

  .footer-link-three-01 {
    font-size: 18px;
  }

  .footer-legal-link {
    font-size: 12px;
  }

  .container-15 {
    max-width: 1280px;
  }

  .footer-link-three-02, .footer-link-three-03, .footer-link-three-04, .footer-link-three-04.w--current {
    font-size: 18px;
  }

  .bold-text {
    font-size: 12px;
  }

  .container-16 {
    height: 2800px;
  }

  .div-block-18 {
    height: 260px;
  }

  .session-11-26 {
    font-size: 25px;
    line-height: 35px;
  }

  .session-innovation {
    font-size: 25px;
  }

  .session-11-26-explanation {
    height: 180px;
    padding-top: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .opening-day2 {
    margin-top: 60px;
    line-height: 20px;
  }

  .heading-16 {
    margin-bottom: .5%;
    padding-left: 20%;
    font-size: 28px;
  }

  .image-30 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .image-31 {
    width: 13%;
    bottom: 180px;
    left: 196px;
  }

  .chugai-seiyaku-01 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .okuda-osamu-day2 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .okuda-osamu-yomigana-day2 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .accordion-wrapper-day2 {
    bottom: 224px;
  }

  .accordion-item-07 {
    height: 50%;
    bottom: 191px;
  }

  .accordion-item-contents-07_1 {
    display: none;
    bottom: 222px;
  }

  .accordion-item-08 {
    height: 40%;
    margin-right: 70px;
    bottom: 225px;
    overflow: hidden;
  }

  .accordion-item-contents-08 {
    display: none;
    bottom: 242px;
  }

  .accordion-item-9 {
    height: 42%;
    padding-top: 20px;
    bottom: 217px;
    overflow: hidden;
  }

  .closing-day2 {
    height: 20%;
    padding-top: 20px;
    bottom: 194px;
    overflow: hidden;
  }

  .workshop-day2, .poster-session-day2 {
    height: 40%;
    bottom: 210px;
  }

  .kouryukai-day2 {
    height: 20%;
    padding-top: 20px;
    bottom: 215px;
    overflow: hidden;
  }

  .poster-exhibition-day2 {
    height: 20%;
    padding-top: 20px;
    bottom: 254px;
  }

  .heading-17 {
    margin-top: -100px;
    margin-bottom: .5%;
    padding-top: 110px;
    padding-left: 20%;
    font-size: 28px;
  }

  .heading-18 {
    font-size: 28px;
  }

  .heading-19, .heading-20 {
    margin-top: -100px;
    margin-bottom: .5%;
    padding-top: 110px;
    padding-left: 20%;
    font-size: 28px;
  }

  .heading-21 {
    margin-top: -100px;
    margin-bottom: .5%;
    padding-top: 110px;
    padding-left: 18.5%;
    font-size: 28px;
  }

  .heading-22, .heading-23 {
    margin-top: -100px;
    margin-bottom: .5%;
    padding-top: 110px;
    padding-left: 20%;
    font-size: 28px;
  }

  .image-32 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .image-33 {
    width: 13%;
    bottom: 430px;
    left: 14%;
  }

  .image-34 {
    width: 13%;
    margin-left: auto;
    bottom: 75%;
    left: 14%;
  }

  .image-35 {
    width: 13%;
    margin-left: auto;
    bottom: 118%;
    left: 53%;
  }

  .image-36 {
    bottom: 854px;
    left: 33%;
  }

  .image-37 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 63px;
  }

  .image-38 {
    width: 13%;
    bottom: 449px;
  }

  .image-39 {
    width: 13%;
    bottom: 515px;
  }

  .image-40 {
    width: 13%;
    bottom: 158%;
  }

  .image-41 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .image-42 {
    width: 13%;
    bottom: 430px;
    left: 14%;
  }

  .image-43 {
    width: 13%;
    bottom: 110%;
    left: 33%;
  }

  .image-44 {
    width: 13%;
    bottom: 139%;
    left: 14%;
  }

  .image-45 {
    bottom: 894px;
    left: 33%;
  }

  .image-46 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .image-47 {
    bottom: 178px;
    left: 21%;
  }

  .image-49, .image-50 {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1126-session-title {
    width: 60%;
    margin-left: 20%;
    font-size: 23px;
    line-height: 30px;
    bottom: 473px;
  }

  ._1126-session1-title-first-01 {
    height: 4.5%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 12px;
    bottom: 425px;
  }

  ._1126-session1-title-01 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  ._1126-session1-title-03 {
    margin-left: auto;
    font-size: 12px;
    line-height: 18px;
    bottom: 76%;
    left: -18.5%;
  }

  ._1126-katagaki-01 {
    margin-left: 28%;
    font-size: 11px;
    bottom: 528px;
  }

  ._1126-katagaki-02 {
    margin-left: auto;
    font-size: 11px;
    line-height: 15px;
    bottom: 89%;
    left: -42%;
  }

  ._1126-katagaki-03 {
    font-size: 11px;
    line-height: 15px;
    bottom: 132%;
  }

  ._1126-katagaki-04 {
    margin-left: 66%;
    font-size: 11px;
    line-height: 15px;
    bottom: 951px;
  }

  ._1126-katagaki-05 {
    font-size: 11px;
    bottom: 540px;
  }

  ._1126-katagaki-06 {
    font-size: 11px;
    bottom: 177%;
  }

  ._1126-katagaki-07 {
    font-size: 11px;
    bottom: 609px;
  }

  ._1126-katagaki-08 {
    margin-left: 28%;
    font-size: 11px;
    bottom: 524px;
  }

  ._1126-katagaki-09 {
    margin-left: 66%;
    font-size: 11px;
    line-height: 15px;
    bottom: 129%;
  }

  ._1126-katagaki-10 {
    font-size: 11px;
    line-height: 15px;
    bottom: 158%;
  }

  ._1126-katagaki-11 {
    margin-left: 66%;
    font-size: 11px;
    line-height: 15px;
    bottom: 1006px;
  }

  ._1126-katagaki-12 {
    margin-left: 36%;
    font-size: 11px;
    bottom: 267px;
  }

  ._1126-session1-title-02 {
    width: 38%;
    margin-left: auto;
    font-size: 12px;
    line-height: 16px;
    bottom: 119%;
    left: 4%;
  }

  ._1126-session1-title-04 {
    font-size: 12px;
    line-height: 16px;
    bottom: 866px;
    left: 33%;
  }

  ._1126-session2-title-01 {
    font-size: 12px;
    line-height: 18px;
    bottom: 456px;
  }

  ._1126-session2-title-03 {
    font-size: 12px;
    line-height: 18px;
    bottom: 159%;
  }

  ._1126-session2-title-02 {
    font-size: 12px;
    line-height: 18px;
    bottom: 512px;
  }

  ._1126-session3-title-01 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  ._1126-session3-title-03 {
    font-size: 12px;
    line-height: 18px;
    bottom: 111%;
    left: 33%;
  }

  ._1126-session3-title-02 {
    width: 36%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 16px;
    bottom: 140%;
  }

  ._1126-session3-title-04 {
    font-size: 12px;
    line-height: 16px;
    bottom: 907px;
    left: 33%;
  }

  .takahashi-hidenori {
    margin-left: 28%;
    font-size: 18px;
    line-height: 20px;
    bottom: 515px;
  }

  .mizunuma-mika {
    margin-left: 66%;
    font-size: 18px;
    line-height: 20px;
    bottom: 87%;
    left: -38%;
  }

  .sekitani-tsuyoshi {
    font-size: 18px;
    line-height: 20px;
    bottom: 130%;
  }

  .kondoh-osamu {
    margin-left: 66%;
    font-size: 18px;
    line-height: 20px;
    bottom: 948px;
  }

  .oyama-sohei {
    font-size: 18px;
    line-height: 20px;
    bottom: 533px;
  }

  .koizumi-makoto {
    font-size: 18px;
    line-height: 20px;
    bottom: 176%;
  }

  .hayakawa-masahiko {
    font-size: 18px;
    line-height: 20px;
    bottom: 600px;
  }

  .iijima-kosuke {
    margin-left: 28%;
    font-size: 18px;
    line-height: 20px;
    bottom: 510px;
  }

  .name-09 {
    margin-left: 66%;
    font-size: 18px;
    line-height: 20px;
    bottom: 128%;
  }

  .kawata-yumi {
    font-size: 18px;
    line-height: 20px;
    bottom: 158%;
  }

  .ishii-nobuiya {
    margin-left: 66%;
    font-size: 18px;
    line-height: 20px;
    bottom: 1001px;
  }

  .kusano-tsukasa {
    margin-left: 36%;
    font-size: 18px;
    line-height: 20px;
    bottom: 257px;
  }

  .takahashi-hidenori-yomigana {
    margin-left: 28%;
    font-size: 13px;
    line-height: 13px;
    bottom: 518px;
  }

  .mizunuma-mika-yomigana {
    margin-left: 66%;
    font-size: 13px;
    line-height: 13px;
    bottom: 87%;
    left: -38%;
  }

  .sekitani-tsuyoshi-yomigana {
    font-size: 13px;
    line-height: 13px;
    bottom: 130%;
  }

  .kondoh-osamu-yomigana {
    margin-left: 66%;
    font-size: 13px;
    line-height: 13px;
    bottom: 948px;
  }

  .oyama-sohei-yomigana {
    font-size: 13px;
    line-height: 13px;
    bottom: 534px;
  }

  .koizumi-makoto-yomigana {
    font-size: 13px;
    line-height: 13px;
    bottom: 176%;
  }

  .hayakawa-masahiko-yomigana {
    font-size: 13px;
    line-height: 13px;
    bottom: 603px;
  }

  .iijima-kosuke-yomiigana {
    margin-left: 28%;
    font-size: 13px;
    line-height: 13px;
    bottom: 510px;
  }

  .yomigana-09 {
    margin-left: 66%;
    font-size: 13px;
    line-height: 13px;
    bottom: 128%;
  }

  .kawata-yumi-yomigama {
    font-size: 13px;
    line-height: 13px;
    bottom: 158%;
  }

  .ishii-nobuiya-yomigana {
    margin-left: 66%;
    font-size: 13px;
    line-height: 13px;
    bottom: 1003px;
  }

  .kusano-tsukasa-yomigana {
    margin-left: 36%;
    font-size: 13px;
    line-height: 13px;
    bottom: 258px;
  }

  .view-more-08 {
    bottom: 960px;
  }

  .mottomiru-moji-08 {
    font-size: 14px;
    line-height: 14px;
  }

  .view-more-07_1 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 754px;
  }

  .mottomiru-moji-07_1 {
    font-size: 14px;
    line-height: 14px;
  }

  .view-more-02-copy {
    bottom: 960px;
  }

  .view-more-9 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 799px;
  }

  .mottomiru-moji-9 {
    font-size: 14px;
    line-height: 14px;
  }

  .accordion-item-contents-9 {
    display: none;
    bottom: 234px;
  }

  .view-more-10 {
    bottom: 960px;
  }

  .mottomiru-moji-10 {
    font-size: 14px;
    line-height: 14px;
  }

  .view-more-11 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 100px;
  }

  .mottomiru-moji-11 {
    font-size: 14px;
    line-height: 14px;
  }

  .view-more-12 {
    bottom: 960px;
  }

  .mottomiru-moji-12 {
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-23, .div-block-24 {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1126-session2-title {
    margin-left: 20%;
    font-size: 23px;
    bottom: 485px;
  }

  ._1126-session3-title {
    width: 65%;
    margin-left: 20%;
    font-size: 23px;
    line-height: 30px;
    bottom: 473px;
  }

  .day2-poster-session-name {
    margin-left: 28%;
    font-size: 18px;
    line-height: 20px;
    bottom: 510px;
  }

  .day2-kouryukai-name {
    margin-left: 0%;
    font-size: 23px;
    line-height: 20px;
    bottom: 126px;
  }

  .day2-poster-exhibition-name {
    margin-left: 0%;
    font-size: 23px;
    line-height: 30px;
    bottom: 127px;
  }

  .view-more-08_0 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 805px;
  }

  .mottomiru-moji-08_0 {
    font-size: 14px;
    line-height: 14px;
  }

  ._1126-session1-title-05-panel {
    margin-left: 21%;
    font-size: 12px;
    line-height: 18px;
    bottom: 938px;
    left: 33%;
  }

  .image-51 {
    bottom: auto;
    left: -15%;
  }

  ._1126-katagaki-13 {
    width: 35%;
    margin-left: 68%;
    font-size: 11px;
    line-height: 12px;
    bottom: 39%;
    left: -45%;
  }

  .takahashi-shunichi {
    margin-left: 68%;
    font-size: 18px;
    line-height: 20px;
    bottom: 35%;
    left: -45%;
  }

  .takahashi-shunichi-yomigana {
    margin-left: 68%;
    font-size: 13px;
    line-height: 13px;
    bottom: 36%;
    left: -45%;
  }

  .paragraph-24 {
    font-size: 14px;
  }

  .paragraph-25 {
    font-size: 17px;
  }

  .paragraph-26 {
    font-size: 11px;
  }

  .paragraph-27 {
    font-size: 14px;
  }

  .paragraph-28 {
    font-size: 17px;
  }

  .paragraph-29 {
    font-size: 11px;
  }

  .paragraph-30 {
    font-size: 14px;
  }

  .paragraph-31 {
    font-size: 17px;
  }

  .paragraph-32 {
    font-size: 11px;
  }

  .paragraph-33 {
    font-size: 14px;
  }

  .paragraph-34 {
    font-size: 17px;
  }

  .paragraph-35 {
    font-size: 11px;
  }

  .paragraph-36 {
    font-size: 14px;
  }

  .paragraph-37 {
    font-size: 17px;
  }

  .paragraph-38 {
    font-size: 11px;
  }

  .div-block-30 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .paragraph-39 {
    font-size: 14px;
  }

  .paragraph-40 {
    font-size: 17px;
  }

  .paragraph-41 {
    font-size: 11px;
  }

  .popup-okuda, .popup-hamamoto, .popup-hoshina, .popup-suzuki, .popup-google {
    display: none;
  }

  .close07 {
    bottom: 424px;
    left: 272px;
  }

  .popup-otani, .popup-imai, .popup-kitagawa, .popup-takahashi-hi, .popup-hayakawa, .popup-takahashi-shu, .popup-iikura {
    display: none;
  }

  .teiin30 {
    bottom: 155px;
    left: 193.5px;
  }

  .nav-header-sp {
    justify-content: center;
    align-items: flex-end;
    max-width: 1280px;
    height: 100px;
    display: flex;
  }

  .navbar-container-copy {
    max-width: 1200px;
    padding: 7px;
  }

  .request-button-copy {
    width: 200px;
    height: 40px;
    font-size: 17px;
    line-height: 30px;
  }

  .concept-link-copy {
    color: var(--black);
    font-size: 16px;
  }

  .time-table-link-copy, .session-link-copy {
    color: var(--black);
    font-size: 16px;
    line-height: 30px;
  }

  .event-summary-link-copy {
    color: var(--black);
    font-size: 16px;
    line-height: 14px;
  }

  ._1125-session3-title-02-tb {
    width: 33%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 16px;
    bottom: 722px;
  }

  ._1126-katagaki-10-tb {
    font-size: 11px;
    line-height: 15px;
    bottom: 785px;
  }

  .event-concept-sp {
    height: 9%;
  }

  .time-table-sp {
    height: 3800px;
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
  }

  .image-15_1 {
    width: 13%;
    bottom: 396px;
    left: 477px;
  }

  .chugai-seiyaku-dxu {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 507px;
    left: 285px;
  }

  .suzuki-takao_2 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 493px;
    left: 285px;
  }

  .suzuki-takao-yomigana_2 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 495px;
    left: 285px;
  }

  .session-11-25-explanation-sp {
    font-size: 16px;
    line-height: 20px;
  }

  .session-11-26-explanation-sp {
    height: 180px;
    padding-top: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .day1-session-op, .d1-session-op-sp {
    margin-left: 70px;
    margin-right: 70px;
  }

  .opening-sp_000 {
    margin-top: 40px;
  }

  .image-7-sp {
    margin-left: 70px;
    margin-right: 70px;
  }

  .image-15-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-01-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-01 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-01 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .image-15_1-sp {
    width: 13%;
    bottom: 396px;
    left: 477px;
  }

  .position-02-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 507px;
    left: 285px;
  }

  .suzuki-takao_2-sp {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 493px;
    left: 285px;
  }

  .suzuki-takao-yomigana_2-sp {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 495px;
    left: 285px;
  }

  .accordion-item-01-sp {
    height: 50%;
    bottom: 222px;
  }

  .image-8-sp {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1125-session-title-sp {
    width: 60%;
    margin-left: 21%;
    font-size: 23px;
    line-height: 30px;
    bottom: 450px;
  }

  .image-16-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-03-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-03 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-03 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  ._1125-session1-title-first-01-sp {
    height: 4.5%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 12px;
    bottom: 425px;
  }

  ._1125-session1-title-01-sp, ._1125-session1-title-02-sp {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-17-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-04-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-04 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .name-sp-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 493px;
    left: 285px;
  }

  .yomigana-sp-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 495px;
    left: 285px;
  }

  .yomigana-sp-04 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  ._1125-session1-title-03-sp {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-18-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-05-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-05 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-05 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  ._1125-session1-title-04-sp {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-19-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-06-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-06 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-06 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .accordion-item-02-sp {
    height: 50%;
    bottom: 222px;
  }

  ._1125-session2-title-sp {
    width: 60%;
    margin-left: 21%;
    font-size: 23px;
    line-height: 30px;
    bottom: 450px;
  }

  .image-9-sp {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1125-session2-title-01-sp, ._1125-session2-title-02-sp, ._1125-session2-title-03-sp {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-20-sp, .image-17-sp-copy, .image-21-sp, .image-22-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-07-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-07 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-07 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .position-08-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-08 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-08 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .position-09-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-09 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-09 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .accordion-item-03-sp {
    height: 50%;
    bottom: 222px;
  }

  .image-10-sp {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1125-session3-title-sp {
    width: 60%;
    margin-left: 21%;
    font-size: 23px;
    line-height: 30px;
    bottom: 450px;
  }

  ._1125-session3-title-01-sp, ._1125-session3-title-02-sp, ._1125-session3-title-03-sp, ._1125-session3-title-04-sp {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-23-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-10-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-10 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-10 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .image-24-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-11-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-11 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-11 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .image-25-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-12-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-12 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-12 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .image-26-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-13-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-13 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-13 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .closing-sp {
    height: 25%;
    bottom: 334px;
    overflow: visible;
  }

  .image-27-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-14-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-14 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-14 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .workshop-sp {
    height: 30%;
    bottom: 340px;
  }

  .day1-workshop {
    margin-left: 0%;
    font-size: 23px;
    line-height: 30px;
    bottom: 141px;
  }

  .poster-session-sp {
    height: 30%;
    bottom: 428px;
  }

  .image-ps {
    margin-left: 70px;
    margin-right: 70px;
  }

  .archive-sp {
    height: 100px;
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    bottom: 1587px;
  }

  .footer-subscribe-sp {
    padding-left: 40px;
    padding-right: 40px;
    bottom: 1590px;
  }

  .opening-sp_0000 {
    margin-top: 40px;
  }

  .image-7-sp-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .image-15-sp-02 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-01-sp-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-01-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-01-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .image-15_1-sp-02 {
    width: 13%;
    bottom: 396px;
    left: 477px;
  }

  .position-02-sp-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 507px;
    left: 285px;
  }

  .name-sp-02-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 493px;
    left: 285px;
  }

  .yomigana-sp-02-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 495px;
    left: 285px;
  }

  .accordion-item-01-sp-02 {
    height: 50%;
    bottom: 222px;
  }

  .image-8-sp-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1125-session-title-sp-02 {
    width: 60%;
    margin-left: 21%;
    font-size: 23px;
    line-height: 30px;
    bottom: 450px;
  }

  ._1125-session1-title-01-sp-02 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-16-sp-02 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-03-sp-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-03-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-03-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  ._1125-session1-title-02-sp-02 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-17-sp-02 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-04-sp-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-04-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-04-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  ._1125-session1-title-03-sp-02, ._1125-session1-title-04-sp-copy {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .view-more-01-02 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 975px;
  }

  .image-18-sp-02 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-05-sp-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-05-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-05-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .view-more-07_2 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 919px;
  }

  .mottomiru-moji-07_2 {
    font-size: 14px;
    line-height: 14px;
  }

  .accordion-item-contents-07_2 {
    display: none;
    bottom: 270px;
  }

  .div-block-23-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .paragraph-33-02 {
    font-size: 14px;
  }

  .paragraph-34-02 {
    font-size: 17px;
  }

  .paragraph-35-02 {
    font-size: 11px;
  }

  .accordion-item-02-sp-02 {
    height: 50%;
    bottom: 222px;
  }

  .image-9-sp-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1125-session2-title-sp-02 {
    width: 60%;
    margin-left: 21%;
    font-size: 23px;
    line-height: 30px;
    bottom: 450px;
  }

  ._1125-session2-title-01-sp-02 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-20-sp-02 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  ._1125-session2-title-02-sp-02 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .position-07-sp-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-07-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-07-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  ._1125-session2-title-03-sp-02 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .view-more-08_02 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 974px;
  }

  .view-more-02-copy {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 803px;
  }

  .mottomiru-moji-08_02 {
    font-size: 14px;
    line-height: 14px;
  }

  .accordion-item-contents-08-02 {
    display: none;
    bottom: 293px;
  }

  .div-block-24-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .paragraph-36-02 {
    font-size: 14px;
  }

  .paragraph-37-02 {
    font-size: 17px;
  }

  .paragraph-38-02 {
    font-size: 11px;
  }

  .image-22-sp_1 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-09-sp_1 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-09_1 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-09_1 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .opening-day2_1 {
    margin-top: 40px;
  }

  .heading-5-02 {
    margin-bottom: .5%;
    padding-left: 20%;
    font-size: 28px;
  }

  .image-7-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .image-15-02 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .chugai-seiyaku-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .okuda-osamu-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .okuda-osamu-yomigana-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .image-15_2 {
    width: 13%;
    bottom: 396px;
    left: 477px;
  }

  .chugai-seiyaku-dxu_2 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 507px;
    left: 285px;
  }

  .ishii-nobuya_1 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 493px;
    left: 285px;
  }

  .kondoh-yomigana_1 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 495px;
    left: 285px;
  }

  .accordion-item-03-sp-02 {
    height: 50%;
    bottom: 222px;
  }

  .image-10-sp-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  ._1125-session3-title-sp-02 {
    width: 60%;
    margin-left: 21%;
    font-size: 23px;
    line-height: 30px;
    bottom: 450px;
  }

  ._1125-session3-title-01-sp-02, ._1125-session3-title-02-sp-02 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-24-sp-02 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-11-sp-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-11-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-11-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  ._1125-session3-title-03-sp-02 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-25-sp-02 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-12-sp-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-12-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-12-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  ._1125-session3-title-04-sp-02 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-26-sp-02 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-13-sp-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-13-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-13-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .view-more-9-02 {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 974px;
  }

  .mottomiru-moji-9-02 {
    font-size: 14px;
    line-height: 14px;
  }

  .accordion-item-contents-9-02 {
    display: none;
    bottom: 168px;
  }

  .div-block-30-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .paragraph-39-02 {
    font-size: 14px;
  }

  .paragraph-40-02 {
    font-size: 17px;
  }

  .paragraph-41-02 {
    font-size: 11px;
  }

  .accordion-item-contents-09-02 {
    display: none;
    bottom: 293px;
  }

  .div-block-25-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .paragraph-36-02_2 {
    font-size: 14px;
  }

  .paragraph-37-02_2 {
    font-size: 17px;
  }

  .image-22-sp_1-copy {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-09-sp_1-copy {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-09_1-copy {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-09_1-copy {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .closing-sp-02 {
    height: 25%;
    bottom: 334px;
    overflow: visible;
  }

  .image-19-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .image-27-sp-02 {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-14-sp-02 {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-14-02 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-14-02 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .workshop-sp-copy {
    height: 30%;
    bottom: 340px;
  }

  .image-20-copy {
    margin-left: 70px;
    margin-right: 70px;
  }

  .day1-workshop-name-copy, .day1-workshop-copy {
    margin-left: 0%;
    font-size: 23px;
    line-height: 30px;
    bottom: 141px;
  }

  .view-more-04-copy {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 121px;
  }

  .mottomiru-moji-04-copy {
    font-size: 14px;
    line-height: 14px;
  }

  .poster-session-sp-copy {
    height: 30%;
    bottom: 428px;
  }

  .image-ps-copy {
    margin-left: 70px;
    margin-right: 70px;
  }

  .day1-poster-session-name-copy {
    margin-left: 0%;
    font-size: 23px;
    line-height: 30px;
    bottom: 131px;
  }

  .view-more-05-copy {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 108px;
  }

  .mottomiru-moji-05-copy {
    font-size: 14px;
    line-height: 14px;
  }

  .kouryukai-02 {
    height: 20%;
    bottom: 516px;
  }

  .image-22-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .day1-kouryukai-name-02 {
    margin-left: 0%;
    font-size: 23px;
    line-height: 30px;
    bottom: 140px;
  }

  .view-more-06-copy {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 114px;
  }

  .mottomiru-moji-06-copy {
    font-size: 14px;
    line-height: 14px;
  }

  .poster-exhibition-02 {
    height: 20%;
    bottom: 492px;
  }

  .image-23-02 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .day1-poster-exhibition-name-02 {
    margin-left: 0%;
    font-size: 23px;
    line-height: 30px;
    bottom: 126px;
  }

  .view-more-07-copy {
    bottom: 960px;
  }

  .mottomiru-moji-07-copy {
    font-size: 14px;
    line-height: 14px;
  }

  .accordion-wrapper-day2-copy {
    bottom: 224px;
  }

  .outline-sp {
    height: 800px;
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    bottom: 1623px;
  }

  .register-to-attend-sp {
    height: 12%;
  }

  .chugai-seiyaku-dxu-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 507px;
    left: 285px;
  }

  .image-12-sp {
    width: 100%;
    height: 150%;
  }

  .container-15-sp {
    max-width: 1280px;
  }

  .footer-link-three-01-sp, .footer-link-three-02-sp, .footer-link-three-03-sp, .footer-link-three-04-sp, .footer-link-three-04-sp.w--current {
    font-size: 18px;
  }

  .footer-legal-link-sp, .bold-text-sp {
    font-size: 12px;
  }

  .nav-header-copy {
    justify-content: center;
    align-items: flex-end;
    max-width: 1280px;
    height: 100px;
    display: flex;
  }

  .nav-header-tbsp {
    justify-content: center;
    align-items: flex-end;
    max-width: 1280px;
    height: 100px;
    display: none;
  }

  .navbar-container-tbsp {
    max-width: 1200px;
    padding: 7px;
  }

  .request-button-tbsp {
    width: 200px;
    height: 40px;
    font-size: 17px;
    line-height: 30px;
  }

  .concept-link-tbsp {
    color: var(--black);
    font-size: 16px;
  }

  .time-table-link-tbsp, .session-link-tbsp {
    color: var(--black);
    font-size: 16px;
    line-height: 30px;
  }

  .event-summary-link-tbsp {
    color: var(--black);
    font-size: 16px;
    line-height: 14px;
  }

  .view-more-03-copy {
    margin-left: 70px;
    margin-right: 70px;
    bottom: 1000px;
  }

  .mottomiru-moji-03-copy {
    font-size: 14px;
    line-height: 14px;
  }

  .event-outline-main-sp {
    top: auto;
    bottom: 215px;
    left: 50.6%;
  }

  .testimonial-stack, .day1_opening, .day1_session1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion_session1 {
    display: none;
  }

  .day1_session2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion_session2 {
    display: none;
  }

  .day1_session3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion_session3 {
    display: none;
  }

  .day1_closing, .day1_closing-copy, .day1_ws {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion_ws {
    display: none;
  }

  .day1_ps {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion_ps {
    display: none;
  }

  .day1_kk, .day1_pt, .day2_opening, .day2_session1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion2_session1 {
    display: none;
  }

  .day2_session2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion2_session2 {
    display: none;
  }

  .day2_session3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion2_session3 {
    display: none;
  }

  .day2_closing, .day2_kk {
    padding-left: 40px;
    padding-right: 40px;
  }

  .day2_pt {
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._1125-session2-title-04-sp-02 {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-28-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-15-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-15 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-15 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .popup-shibayama {
    display: none;
  }

  .image-600 {
    bottom: 30px;
  }

  .katagaki-1_13 {
    bottom: 163px;
  }

  .popup-name-28_1 {
    bottom: 87px;
    left: 251px;
  }

  .close28 {
    bottom: 236px;
    left: 494px;
  }

  ._1125-session2-title-04_-sp-02, ._1125-session1-title-01_1-sp {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .tojiru-moji-02, .tojiru-moji-01, .tojiru-moji-03, .tojiru-moji-04, .tojiru-moji-05, .tojiru-moji-07_2, .tojiru-moji-08_02, .tojiru-moji-9-02 {
    font-size: 14px;
    line-height: 14px;
  }

  .yomigana-sp-16, .yomigana-sp-17, .yomigana-sp-18 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .paragraph-7_1 {
    font-size: 13px;
    line-height: 25px;
  }

  .paragraph-6_2, .paragraph-7_2 {
    padding-left: 132px;
    font-size: 13px;
    line-height: 25px;
  }

  .paragraph-11_1 {
    font-size: 13px;
    line-height: 25px;
    bottom: 18%;
    left: 65%;
  }

  .paragraph-20_1 {
    font-size: 13px;
    line-height: 30px;
    bottom: 32%;
  }

  .paragraph-11_01 {
    font-size: 13px;
    line-height: 25px;
    bottom: 13%;
  }

  .paragraph-20-copy {
    font-size: 13px;
    line-height: 30px;
    bottom: 30%;
  }

  ._1125-session2-title-04-sp {
    width: 35%;
    margin-left: 14%;
    font-size: 12px;
    line-height: 18px;
    bottom: 435px;
  }

  .image-29-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-16-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .name-sp-16 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .yomigana-sp-16_1 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .div-block-38 {
    top: 4.1%;
  }

  .link-block-9 {
    width: 53%;
  }

  .link-block-10 {
    padding-left: 10px;
  }

  .image-1134, .image-1135 {
    width: 200px;
  }

  .popup-yomigana-28_1 {
    bottom: 134px;
  }

  .paragraph-19_1 {
    width: 20%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    bottom: 20%;
  }

  .paragraph-19_2 {
    width: 20%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    bottom: 24%;
  }

  .paragraph-19_3 {
    width: 20%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    bottom: 20%;
  }

  .image-1107-sp {
    width: 13%;
    bottom: 180px;
    left: 195px;
  }

  .position-1107-sp {
    margin-left: 35.5%;
    font-size: 11px;
    line-height: 15px;
    bottom: 290px;
  }

  .yomigana-sp-1107 {
    margin-left: 35.5%;
    font-size: 14px;
    line-height: 15px;
    bottom: 280px;
  }

  .name-sp-1107 {
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 280px;
  }

  .heading-26 {
    margin-left: 6%;
    font-size: 60px;
  }

  .text-block-27 {
    padding-left: 6.5%;
    font-size: 23px;
    line-height: 25px;
  }

  .container-25 {
    max-width: none;
  }

  .report {
    padding-top: 30px;
  }

  .heading-28 {
    margin-left: 6%;
    font-size: 60px;
  }

  .text-block-29 {
    padding-left: 6.5%;
    font-size: 23px;
    line-height: 25px;
  }

  .code-embed {
    bottom: 333px;
  }

  .bold-text-2, .bold-text-3, .list-item-1108, .bold-text-4 {
    font-size: 14px;
  }

  .list-1108 {
    width: 80%;
  }

  .list-item-1109, .list-item-1110 {
    font-size: 14px;
  }

  .paragraph-984 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-42 {
    width: 25%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .archive-accordion {
    display: none;
  }

  .container-28 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .paragraph-987, .paragraph-988, .paragraph-989 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-43, .div-block-44, .div-block-45 {
    width: 350px;
  }

  .paragraph-990 {
    font-size: 14px;
  }

  .popup-archive-movie-01 {
    display: none;
  }

  .image-1141 {
    inset: 100px 150px auto auto;
  }

  .popup-archive-movie-02 {
    display: none;
  }

  .image-1142 {
    inset: 100px 150px auto auto;
  }

  .popup-archive-movie-03 {
    display: none;
  }

  .image-1143 {
    inset: 100px 150px auto auto;
  }

  .button-10 {
    width: 300px;
    font-size: 20px;
  }

  .button-11 {
    width: 300px;
  }

  .div-block-50 {
    display: none;
  }

  .div-block-52 {
    bottom: 335px;
  }

  .heading-29 {
    margin-left: 6%;
    font-size: 60px;
  }

  .text-block-31 {
    padding-left: 6.5%;
    font-size: 23px;
    line-height: 25px;
  }

  .archive-accordion-sp, .div-block-50-sp {
    display: none;
  }

  .button-10_1 {
    width: 300px;
    font-size: 20px;
  }

  .button-11_1 {
    width: 300px;
  }

  .div-block-50_sp {
    display: none;
  }

  .div-block-53 {
    border-right: 1px solid #dfdfdf;
    margin-right: 10px;
    padding-right: 15px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .button-6 {
    background-color: #ec3847;
    border-radius: 20px;
  }

  .header-container.shadow-three {
    max-width: 1440px;
  }

  .nav-header {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 100px;
  }

  .navbar-container {
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
  }

  .header-container-regular {
    height: 100%;
  }

  .header-wrapper {
    width: 100%;
    max-width: none;
  }

  .chugai-logo {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .concept-link {
    font-size: 18px;
  }

  .request-button {
    border-radius: 30px;
    width: 230px;
    height: 50px;
    font-size: 20px;
    line-height: 40px;
  }

  .image-1 {
    width: auto;
    height: 100%;
  }

  .time-table-link, .session-link {
    font-size: 18px;
  }

  .event-summary-link {
    font-size: 18px;
    line-height: 30px;
  }

  .main-visual {
    max-width: 100%;
    margin-top: 100px;
  }

  .body {
    max-width: 100%;
  }

  .quick-stack {
    height: 650px;
  }

  .copy {
    font-size: 32px;
  }

  .paragraph-1 {
    font-size: 19px;
    line-height: 35px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .time-table {
    margin-top: -50px;
    padding-top: 80px;
    position: relative;
    bottom: -130px;
  }

  .heading {
    height: 80px;
    font-size: 80px;
    line-height: 80px;
  }

  .text-block {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block {
    width: 85%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 6249px;
  }

  .image-5 {
    width: 90%;
    height: 27%;
    max-height: 27%;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .day1 {
    font-size: 42px;
    bottom: 1170px;
    left: 20%;
  }

  .day2 {
    font-size: 42px;
    bottom: 1220px;
    left: 65%;
  }

  ._1125-thu {
    font-size: 26px;
    bottom: 1170px;
    left: 18%;
  }

  ._1126-fri {
    width: 15%;
    font-size: 26px;
    bottom: 1200px;
    left: 66%;
  }

  .digital-innovation {
    width: 30%;
    font-size: 25px;
    bottom: 1195px;
    left: 13%;
  }

  .r-d-innovation {
    font-size: 25px;
    line-height: 30px;
    bottom: 1225px;
    left: 57.5%;
  }

  ._1125-time-01 {
    font-size: 20px;
    line-height: 20px;
    bottom: 1147px;
    left: 11.5%;
  }

  ._1125-opening {
    font-size: 21px;
    line-height: 21px;
    bottom: 1170px;
    left: 36.5%;
  }

  ._1125-opening-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 1172px;
    left: 11.5%;
  }

  .image-6 {
    max-width: 100%;
  }

  .session {
    max-width: 100%;
    height: 74%;
    bottom: 2090px;
  }

  .heading-2 {
    width: auto;
    height: 80px;
    margin-left: 6%;
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-2 {
    margin-left: 6.5%;
    font-size: 30px;
    line-height: 30px;
  }

  .container-10 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
  }

  .tab-pane-tab-1 {
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .tabs-menu {
    width: 73%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-tab-1 {
    height: 100px;
  }

  .tab-link-tab-2 {
    bottom: 100px;
    left: 50%;
  }

  .tab-link-tab-2.w--current {
    height: 100px;
    bottom: 100px;
    left: 50%;
  }

  .tabs {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-3, .text-block-4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 40px;
  }

  .day1-digital-innovation {
    font-size: 20px;
  }

  .day2-r-d-innovation {
    width: 110%;
    font-size: 19px;
  }

  .tab-pane-tab-2 {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .container-11 {
    height: 3600px;
    overflow: scroll;
  }

  .session-11-7-thu {
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .session-digital-innovation {
    height: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .session-11-7-explanation {
    height: 150px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .opening {
    margin-top: 100px;
  }

  .accordion-wrapper {
    bottom: 243px;
  }

  .tabs-content {
    max-width: 1440px;
  }

  .tabs-content.session {
    max-width: none;
    height: 74%;
  }

  .image-7 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .accordion-item-01 {
    bottom: 197px;
  }

  .heading-6 {
    margin-bottom: 0%;
  }

  .image-8 {
    height: 85%;
    margin-left: 80px;
    margin-right: 80px;
  }

  .accordion-item-contents-01 {
    display: none;
    bottom: 204px;
  }

  .div-block-3 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-9 {
    bottom: 470px;
  }

  ._1125-session-title {
    font-size: 25px;
    bottom: 503px;
  }

  ._1125-session1-title-01 {
    font-size: 14px;
    bottom: 479px;
  }

  ._1125-session1-title-03 {
    font-size: 14px;
    bottom: 697px;
  }

  .preferred-networks {
    font-size: 13px;
    line-height: 13px;
    bottom: 574px;
  }

  .okazaki-naoaki {
    font-size: 20px;
    bottom: 557px;
  }

  .naoaki-okazaki-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 558px;
  }

  .accordion-item-02 {
    padding-top: 20px;
    bottom: 208px;
    overflow: hidden;
  }

  .accordion-item-contents-02 {
    display: none;
    bottom: 232px;
  }

  .div-block-4, .image-10 {
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1107-session2-title {
    margin-left: 21%;
    font-size: 25px;
    line-height: 30px;
    bottom: 471px;
  }

  ._1125-session2-title-01 {
    font-size: 14px;
    bottom: 452px;
  }

  ._1125-session2-title-02 {
    font-size: 14px;
    bottom: 523px;
  }

  .image-11 {
    bottom: 444px;
  }

  .chugai {
    font-size: 13px;
    line-height: 15px;
    bottom: 553px;
  }

  .suzuki-takao {
    font-size: 20px;
    bottom: 541px;
  }

  .suzuki-takao-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 541px;
  }

  .view-more-01 {
    border: 1px #000;
    width: auto;
    min-width: 85%;
    margin-left: 80px;
    margin-right: 80px;
    bottom: 1036px;
  }

  .image-12 {
    height: 170%;
    max-height: 200%;
  }

  ._1125-click-01 {
    font-size: 18px;
    bottom: 1173px;
    left: 9%;
  }

  ._1125-time-02 {
    font-size: 20px;
    line-height: 20px;
    bottom: 1156px;
    left: 11.5%;
  }

  ._1125-session-01 {
    bottom: 1176px;
    left: 36.5%;
  }

  ._1125-session01-link {
    width: 35%;
    height: 60px;
    font-size: 16px;
    line-height: 40px;
    bottom: 1178px;
    left: 11.5%;
  }

  ._1125-click-02 {
    font-size: 18px;
    bottom: 1179px;
    left: 9%;
  }

  ._1125-time-03 {
    font-size: 20px;
    line-height: 20px;
    bottom: 1160px;
    left: 11.5%;
  }

  ._1125-session-02 {
    font-size: 21px;
    line-height: 21px;
    bottom: 1183px;
    left: 36.5%;
  }

  ._1125-session02-link {
    width: 35%;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    bottom: 1183px;
    left: 11.5%;
  }

  ._1125-session02-link.scroll103 {
    font-size: 14px;
    line-height: 20px;
  }

  ._1125-click-03 {
    font-size: 18px;
    bottom: 1193px;
    left: 9%;
  }

  ._1125-time-04 {
    font-size: 20px;
    line-height: 20px;
    bottom: 1162px;
    left: 11.5%;
  }

  ._1125-session-03 {
    font-size: 21px;
    line-height: 21px;
    bottom: 1185px;
    left: 36.5%;
  }

  ._1125-session03-link {
    width: 35%;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    bottom: 1185px;
    left: 11.5%;
  }

  ._1125-session03-link.scroll104 {
    line-height: 20px;
  }

  ._1125-click-04 {
    font-size: 18px;
    bottom: 1195px;
    left: 9%;
  }

  ._1125-time-05 {
    font-size: 20px;
    line-height: 20px;
    bottom: 1167px;
    left: 11.5%;
  }

  ._1125-closing {
    font-size: 21px;
    line-height: 21px;
    bottom: 1189px;
    left: 36.5%;
  }

  ._1125-closing-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 1189px;
    left: 11.5%;
  }

  ._1125-click-05 {
    font-size: 18px;
    bottom: 1189px;
    left: 9%;
  }

  ._1125-time-06 {
    font-size: 20px;
    line-height: 20px;
    bottom: 1169px;
    left: 11.5%;
  }

  ._1125-workshop {
    width: 20%;
    font-size: 21px;
    line-height: 21px;
    bottom: 1193px;
    left: 26.5%;
  }

  ._1125-workshop-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 1192px;
    left: 11.5%;
  }

  ._1125-click-06 {
    font-size: 18px;
    bottom: 1192px;
    left: 9%;
  }

  ._1125-offline-01 {
    font-size: 9px;
    bottom: 1251px;
    left: 41%;
  }

  ._1125-time-07 {
    font-size: 20px;
    line-height: 20px;
    bottom: 1194px;
    left: 11.5%;
  }

  ._1125-poster-session {
    width: 17%;
    font-size: 21px;
    line-height: 21px;
    bottom: 1217px;
    left: 29.6%;
  }

  ._1125-poster-session-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 1216px;
    left: 11.5%;
  }

  ._1125-click-07 {
    font-size: 18px;
    bottom: 1216px;
    left: 9%;
  }

  ._1125-offline-02 {
    font-size: 9px;
    bottom: 1275px;
    left: 41%;
  }

  ._1125-time-08 {
    font-size: 20px;
    line-height: 20px;
    bottom: 1215px;
    left: 11.5%;
  }

  ._1125-konshinkai {
    font-size: 21px;
    line-height: 21px;
    bottom: 1240px;
    left: 36.5%;
  }

  ._1125-konshinkai-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 1238px;
    left: 11.5%;
  }

  ._1125-click-08 {
    font-size: 18px;
    bottom: 1237px;
    left: 9%;
  }

  ._1125-offline-03 {
    font-size: 9px;
    bottom: 1297px;
    left: 41%;
  }

  ._1125-foyer {
    font-size: 20px;
    line-height: 20px;
    bottom: 1239px;
    left: 11.5%;
  }

  ._1125-poster {
    font-size: 21px;
    line-height: 21px;
    bottom: 1264px;
    left: 33.5%;
  }

  ._1125-poster-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 1261px;
    left: 11.5%;
  }

  ._1125-offline-04 {
    font-size: 9px;
    bottom: 1318px;
    left: 41%;
  }

  ._1125-click-09 {
    font-size: 18px;
    bottom: 1261px;
    left: 9%;
  }

  ._1126-time-01 {
    font-size: 20px;
    line-height: 20px;
    bottom: 2150px;
    left: 56.5%;
  }

  ._1126-opening {
    font-size: 21px;
    line-height: 21px;
    bottom: 2171px;
    left: 81.5%;
  }

  ._1126-opening-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 2171px;
    left: 56.5%;
  }

  ._1126-click-01 {
    font-size: 18px;
    bottom: 2172px;
    left: 54%;
  }

  ._1126-time-02 {
    font-size: 20px;
    line-height: 20px;
    bottom: 2155px;
    left: 56.5%;
  }

  ._1126-session01 {
    font-size: 21px;
    line-height: 21px;
    bottom: 2176px;
    left: 81.5%;
  }

  ._1126-session01-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 2175px;
    left: 56.5%;
  }

  ._1126-click-02 {
    font-size: 18px;
    bottom: 2216px;
    left: 54%;
  }

  ._1126-time-03 {
    font-size: 20px;
    line-height: 20px;
    bottom: 2178px;
    left: 56.5%;
  }

  ._1126-session02 {
    font-size: 21px;
    line-height: 21px;
    bottom: 2199px;
    left: 81.5%;
  }

  ._1126-session02-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 2199px;
    left: 56.5%;
  }

  ._1126-click-03 {
    font-size: 18px;
    bottom: 2202px;
    left: 54%;
  }

  ._1126-time-04 {
    font-size: 20px;
    line-height: 20px;
    bottom: 2177px;
    left: 56.5%;
  }

  ._1126-session03 {
    font-size: 21px;
    line-height: 21px;
    bottom: 2198px;
    left: 81.5%;
  }

  ._1126-session03-link {
    width: 35%;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    bottom: 2198px;
    left: 56.5%;
  }

  ._1126-click-04 {
    font-size: 18px;
    bottom: 2234px;
    left: 54%;
  }

  ._1126-time-05 {
    font-size: 20px;
    line-height: 20px;
    bottom: 2192px;
    left: 56.5%;
  }

  ._1126-closing {
    font-size: 21px;
    line-height: 21px;
    bottom: 2212px;
    left: 81.5%;
  }

  ._1126-closing-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 2212px;
    left: 56.5%;
  }

  ._1126-click-05 {
    font-size: 18px;
    bottom: 2215px;
    left: 54%;
  }

  ._1126-time-06 {
    font-size: 20px;
    line-height: 20px;
    bottom: 2192px;
    left: 56.5%;
  }

  ._1126-konshinkai {
    font-size: 21px;
    line-height: 21px;
    bottom: 2214px;
    left: 81.5%;
  }

  ._1126-konshinkai-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 2212px;
    left: 56.5%;
  }

  ._1126-click-06 {
    font-size: 18px;
    bottom: 2215px;
    left: 54%;
  }

  ._1126-offline-01 {
    font-size: 9px;
    bottom: 2270px;
    left: 86%;
  }

  ._1126-time-07 {
    font-size: 20px;
    line-height: 20px;
    bottom: 2214px;
    left: 56.5%;
  }

  ._1126-poster {
    width: 12%;
    font-size: 21px;
    line-height: 21px;
    bottom: 2237px;
    left: 79.5%;
  }

  ._1126-poster-link {
    width: 35%;
    height: 60px;
    font-size: 17px;
    line-height: 40px;
    bottom: 2234px;
    left: 56.5%;
  }

  ._1126-click-07 {
    font-size: 18px;
    bottom: 2235px;
    left: 54%;
  }

  ._1126-offline-02 {
    font-size: 9px;
    bottom: 2291px;
    left: 86%;
  }

  ._1125-session1-title-first-01 {
    height: 25px;
    font-size: 14px;
    line-height: 14px;
    bottom: 470px;
  }

  .image-15 {
    bottom: 192px;
    left: 216px;
  }

  .chugai-seiyaku {
    font-size: 13px;
    bottom: 310px;
  }

  .okuda-osamu {
    font-size: 20px;
    bottom: 293px;
  }

  .okuda-osamu-yomigana {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .image-kurihara {
    bottom: 688px;
  }

  .keio-gijuku {
    font-size: 13px;
    bottom: 794px;
  }

  .kurihara-satoshi {
    font-size: 20px;
    bottom: 781px;
  }

  .kurihara-satoshi-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 782px;
  }

  ._1125-session1-title-02 {
    font-size: 14px;
    line-height: 16px;
    bottom: 760px;
  }

  .image-hamamoto {
    bottom: 745px;
  }

  .kokuritugancenter {
    font-size: 13px;
    bottom: 850px;
  }

  .hamamoto-ryuji {
    font-size: 20px;
    bottom: 833px;
  }

  .hamamoto-ryuji-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 832px;
  }

  ._1125-session1-title-04 {
    font-size: 14px;
    bottom: 992px;
  }

  .image-hoshina {
    bottom: 971px;
  }

  .accenture {
    font-size: 13px;
    bottom: 1075px;
  }

  .hoshina-gakuse {
    font-size: 20px;
    bottom: 1055px;
  }

  .hoshina-gakuse-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 1056px;
  }

  .image-16 {
    cursor: pointer;
    bottom: 530px;
  }

  .google-ai {
    font-size: 13px;
    line-height: 15px;
    bottom: 624px;
  }

  .name-tbd01 {
    font-size: 20px;
    bottom: 613px;
  }

  .yomigana-tbd01 {
    font-size: 15px;
    line-height: 15px;
    bottom: 613px;
  }

  ._1125-session2-title-03 {
    font-size: 14px;
    bottom: 816px;
  }

  .image-17 {
    cursor: pointer;
    bottom: 809px;
  }

  .microsoft-japan {
    font-size: 13px;
    line-height: 15px;
    bottom: 947px;
  }

  .otani-ken {
    font-size: 20px;
    bottom: 941px;
  }

  .otani-ken-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 940px;
  }

  .view-more-02 {
    margin-left: 80px;
    margin-right: 80px;
    bottom: 877px;
  }

  .accordion-item-03 {
    margin-top: 60px;
    padding-top: 20px;
    bottom: 261px;
    overflow: hidden;
  }

  .accordion-item-contents-03 {
    display: none;
    bottom: 344px;
  }

  .heading-8 {
    padding-left: 20%;
  }

  .image-18 {
    height: 85%;
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1125-session3-title {
    margin-left: 21%;
    font-size: 25px;
    line-height: 30px;
    bottom: 527px;
  }

  ._1125-session3-title-03 {
    font-size: 14px;
    bottom: 748px;
  }

  ._1125-session3-title-02 {
    width: 400px;
    font-size: 14px;
    line-height: 18px;
    bottom: 789px;
  }

  ._1125-session3-title-04 {
    font-size: 14px;
    line-height: 18px;
    bottom: 1032px;
  }

  .image-terabe {
    bottom: 494px;
  }

  .image-kitagawa {
    bottom: 738px;
  }

  .image-imai {
    bottom: 783px;
  }

  .image-matsuoka {
    bottom: 1012px;
  }

  .deloitte {
    font-size: 13px;
    line-height: 15px;
    bottom: 603px;
  }

  .quera {
    font-size: 13px;
    bottom: 834px;
  }

  .kokuritugancenter-higashi {
    font-size: 13px;
    bottom: 880px;
  }

  .qunasys {
    font-size: 13px;
    bottom: 1109px;
  }

  .terabe-masayoshi {
    font-size: 20px;
    bottom: 588px;
  }

  .terabe-masayoshi-yomigna {
    font-size: 15px;
    line-height: 15px;
    bottom: 588px;
  }

  .kitagawa-takuya {
    font-size: 20px;
    bottom: 815px;
  }

  .kitagawa-takuya-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 813px;
  }

  .imai-mitsuho {
    font-size: 20px;
    bottom: 860px;
  }

  .imai-mitsuho-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 859px;
  }

  .matsuoka-tomoyo {
    font-size: 20px;
    bottom: 1089px;
  }

  .matsuoka-tomoyo-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 1088px;
  }

  .view-more-03 {
    min-width: 85%;
    margin-left: 80px;
    margin-right: 80px;
    bottom: 1063px;
  }

  .div-block-7 {
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1125-session3-title-01 {
    font-size: 14px;
    bottom: 509px;
  }

  .closing {
    padding-top: 20px;
    bottom: 314px;
    overflow: hidden;
  }

  .image-19 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-suzuki-01 {
    bottom: 188px;
    left: 223px;
  }

  .chugai-seiyaku-digital {
    font-size: 13px;
    line-height: 15px;
    bottom: 291px;
  }

  .suzuki-takao-01 {
    font-size: 20px;
    bottom: 281px;
  }

  .suzuki-takao-yomigana-01 {
    font-size: 15px;
    line-height: 15px;
    bottom: 281px;
  }

  .workshop {
    height: 20%;
    padding-top: 20px;
    bottom: 388px;
    overflow: hidden;
  }

  .image-20 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .day1-workshop-name {
    font-size: 25px;
    bottom: 145px;
  }

  .text-block-5 {
    left: 36%;
  }

  .view-more-04 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .accordion-item-contents-04 {
    display: none;
    bottom: 449px;
  }

  .div-block-11 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .poster-session {
    height: 20%;
    padding-top: 20px;
    bottom: 418px;
    overflow: hidden;
  }

  .text-block-6 {
    left: 47%;
  }

  .image-21 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .day1-poster-session-name {
    font-size: 25px;
    bottom: 137px;
  }

  .view-more-05 {
    margin-left: 80px;
    margin-right: 80px;
    display: none;
  }

  .accordion-item-contents-05 {
    display: none;
  }

  .kouryukai {
    padding-top: 20px;
    bottom: 470px;
    overflow: hidden;
  }

  .image-22 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .day1-kouryukai-name {
    font-size: 25px;
  }

  .view-more-06 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .poster-exhibition {
    padding-top: 20px;
    bottom: 521px;
    overflow: hidden;
  }

  .text-block-8 {
    left: 406px;
  }

  .image-23 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .register-to-attend {
    margin-right: auto;
    bottom: 60px;
  }

  .margin-bottom-24px {
    font-size: 25px;
    line-height: 30px;
  }

  .button-primary-3 {
    border-radius: 40px;
    width: 320px;
    height: 70px;
    font-size: 27px;
    line-height: 40px;
  }

  .register-to-attend-main {
    top: auto;
    bottom: 420px;
  }

  .event-outline-main {
    top: auto;
    bottom: 370px;
  }

  .outline {
    height: 900px;
    margin-top: -150px;
    padding-top: 200px;
    bottom: 2150px;
    overflow: visible;
  }

  .container-13 {
    position: relative;
    bottom: 100px;
    overflow: visible;
  }

  .heading-14 {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-9 {
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    position: static;
    bottom: 46px;
    left: 9px;
  }

  .div-block-14 {
    position: static;
    bottom: 61px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .div-block-16 {
    bottom: 100%;
  }

  .paragraph-5 {
    font-size: 17px;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 15px;
  }

  .paragraph-8 {
    font-size: 17px;
  }

  .paragraph-9 {
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-10 {
    font-size: 17px;
  }

  .paragraph-11 {
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-12 {
    font-size: 17px;
  }

  .paragraph-13 {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-14 {
    font-size: 17px;
    bottom: 16%;
  }

  .paragraph-15 {
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-16 {
    font-size: 15px;
    line-height: 30px;
    bottom: 139.5px;
    left: 267px;
  }

  .paragraph-17 {
    font-size: 15px;
    line-height: 30px;
    bottom: 114.7px;
    left: 397px;
  }

  .paragraph-18 {
    font-size: 15px;
    line-height: 22px;
    bottom: 137px;
  }

  .mini-workshop {
    width: 120px;
    font-size: 12px;
    bottom: 2274px;
    left: 23.5%;
  }

  .paragraph-19 {
    font-size: 17px;
  }

  .paragraph-20 {
    font-size: 15px;
  }

  .paragraph-21 {
    font-size: 17px;
  }

  .paragraph-22, .paragraph-23 {
    font-size: 15px;
  }

  .archive {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    bottom: 2000px;
  }

  .footer-subscribe {
    bottom: 1999px;
  }

  .footer-block-three {
    width: 60%;
  }

  .footer-link-three-01, .footer-link-three-02, .footer-link-three-03, .footer-link-three-04, .footer-link-three-04.w--current {
    font-size: 20px;
  }

  .div-block-17 {
    height: 250px;
  }

  .container-16 {
    height: 3500px;
    overflow: auto;
  }

  .div-block-18 {
    height: 350px;
  }

  .session-11-26 {
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .session-innovation {
    height: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .session-11-26-explanation {
    height: 250px;
    font-size: 18px;
    line-height: 28px;
  }

  .opening-day2 {
    margin-top: 150px;
  }

  .image-30 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-31 {
    bottom: 196px;
    left: 221px;
  }

  .chugai-seiyaku-01 {
    margin-left: 36.5%;
    font-size: 13px;
    bottom: 307px;
  }

  .okuda-osamu-day2 {
    margin-left: 36.5%;
    font-size: 20px;
    bottom: 291px;
  }

  .okuda-osamu-yomigana-day2 {
    margin-left: 36.5%;
    font-size: 15px;
    bottom: 292px;
  }

  .accordion-wrapper-day2 {
    bottom: 244px;
  }

  .accordion-item-07 {
    bottom: 181px;
  }

  .accordion-item-contents-07_1 {
    display: none;
    bottom: 183px;
  }

  .accordion-item-08 {
    height: 42%;
    padding-top: 20px;
    bottom: 175px;
  }

  .accordion-item-contents-08 {
    display: none;
    bottom: 182px;
  }

  .accordion-item-9 {
    height: 50%;
    padding-top: 10px;
    bottom: 121px;
    overflow: hidden;
  }

  .closing-day2 {
    padding-top: 20px;
    bottom: 176px;
    overflow: hidden;
  }

  .kouryukai-day2 {
    padding-top: 20px;
    bottom: 171px;
  }

  .poster-exhibition-day2 {
    padding-top: 20px;
    bottom: 197px;
  }

  .image-32 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-33 {
    bottom: 471px;
  }

  .image-34 {
    bottom: 83%;
  }

  .image-35 {
    bottom: 129%;
  }

  .image-36 {
    bottom: 935px;
  }

  .image-37 {
    margin-left: 80px;
  }

  .image-38 {
    bottom: 484px;
  }

  .image-39 {
    bottom: 556px;
  }

  .image-40 {
    bottom: 162%;
  }

  .image-41 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-42 {
    bottom: 469px;
  }

  .image-43 {
    bottom: 92%;
  }

  .image-44 {
    bottom: 117%;
  }

  .image-45 {
    bottom: 958px;
  }

  .image-46 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-47 {
    bottom: 191px;
    left: 22%;
  }

  .image-49, .image-50 {
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1126-session-title {
    margin-left: 21%;
    font-size: 25px;
    bottom: 525px;
  }

  ._1126-session1-title-01 {
    font-size: 14px;
    bottom: 478px;
  }

  ._1126-session1-title-03 {
    font-size: 14px;
    bottom: 84%;
  }

  ._1126-katagaki-01 {
    font-size: 13px;
    line-height: 18px;
    bottom: 581px;
  }

  ._1126-katagaki-02 {
    font-size: 13px;
    bottom: 98%;
  }

  ._1126-katagaki-03 {
    font-size: 13px;
    line-height: 15px;
    bottom: 144%;
  }

  ._1126-katagaki-04 {
    font-size: 13px;
    bottom: 1042px;
  }

  ._1126-katagaki-05 {
    font-size: 13px;
    line-height: 15px;
    bottom: 591px;
  }

  ._1126-katagaki-06 {
    font-size: 13px;
    line-height: 15px;
    bottom: 183%;
  }

  ._1126-katagaki-07 {
    font-size: 13px;
    line-height: 15px;
    bottom: 660px;
  }

  ._1126-katagaki-08 {
    font-size: 13px;
    line-height: 15px;
    bottom: 575px;
  }

  ._1126-katagaki-09 {
    font-size: 13px;
    bottom: 109%;
  }

  ._1126-katagaki-10 {
    font-size: 13px;
    bottom: 134%;
  }

  ._1126-katagaki-11 {
    font-size: 13px;
    bottom: 1083px;
  }

  ._1126-katagaki-12 {
    width: 37%;
    font-size: 13px;
    line-height: 15px;
    bottom: 286px;
  }

  ._1126-session1-title-02 {
    font-size: 14px;
    bottom: 130%;
    left: 3%;
  }

  ._1126-session1-title-04 {
    font-size: 14px;
    bottom: 946px;
  }

  ._1126-session2-title-01 {
    font-size: 14px;
    bottom: 495px;
  }

  ._1126-session2-title-03 {
    font-size: 14px;
    bottom: 164%;
  }

  ._1126-session2-title-02 {
    font-size: 14px;
    bottom: 557px;
  }

  ._1126-session3-title-01 {
    font-size: 14px;
    bottom: 482px;
  }

  ._1126-session3-title-03 {
    width: 40%;
    font-size: 14px;
    bottom: 93%;
  }

  ._1126-session3-title-02 {
    font-size: 14px;
    bottom: 119%;
  }

  ._1126-session3-title-04 {
    font-size: 14px;
    bottom: 972px;
  }

  .takahashi-hidenori {
    font-size: 20px;
    bottom: 562px;
  }

  .mizunuma-mika {
    font-size: 20px;
    bottom: 96%;
  }

  .sekitani-tsuyoshi {
    font-size: 20px;
    bottom: 142%;
  }

  .kondoh-osamu {
    font-size: 20px;
    bottom: 1027px;
  }

  .oyama-sohei {
    font-size: 20px;
    bottom: 580px;
  }

  .koizumi-makoto {
    font-size: 20px;
    bottom: 182%;
  }

  .hayakawa-masahiko {
    font-size: 20px;
    bottom: 657px;
  }

  .iijima-kosuke {
    font-size: 20px;
    bottom: 563px;
  }

  .name-09 {
    font-size: 20px;
    bottom: 106%;
  }

  .kawata-yumi {
    font-size: 20px;
    bottom: 131%;
  }

  .ishii-nobuiya {
    font-size: 20px;
    bottom: 1077px;
  }

  .kusano-tsukasa {
    font-size: 20px;
    bottom: 273px;
  }

  .takahashi-hidenori-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 562px;
  }

  .mizunuma-mika-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 96%;
  }

  .sekitani-tsuyoshi-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 142%;
  }

  .kondoh-osamu-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 1029px;
  }

  .oyama-sohei-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 580px;
  }

  .koizumi-makoto-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 182%;
  }

  .hayakawa-masahiko-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 658px;
  }

  .iijima-kosuke-yomiigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 564px;
  }

  .yomigana-09 {
    font-size: 15px;
    line-height: 15px;
    bottom: 106%;
  }

  .kawata-yumi-yomigama {
    font-size: 15px;
    line-height: 15px;
    bottom: 131%;
  }

  .ishii-nobuiya-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 1077px;
  }

  .kusano-tsukasa-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 272px;
  }

  .view-more-07_1 {
    margin-left: 80px;
    margin-right: 80px;
    bottom: 800px;
  }

  .view-more-9 {
    margin-left: 80px;
    margin-right: 80px;
    bottom: 829px;
  }

  .accordion-item-contents-9 {
    display: none;
    bottom: 223px;
  }

  .view-more-11 {
    margin-left: 80px;
    margin-right: 80px;
    display: none;
  }

  .accordion-item-contents-11_0 {
    display: none;
  }

  .div-block-23, .div-block-24 {
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1126-session2-title {
    margin-left: 21%;
    font-size: 25px;
    bottom: 539px;
  }

  ._1126-session3-title {
    margin-left: 21%;
    font-size: 25px;
    bottom: 520px;
  }

  .day2-kouryukai-name {
    font-size: 25px;
    line-height: 25px;
    bottom: 135px;
  }

  .day2-poster-exhibition-name {
    font-size: 25px;
    line-height: 25px;
  }

  .view-more-08_0 {
    margin-left: 80px;
    margin-right: 80px;
    bottom: 886px;
  }

  ._1126-session1-title-05-panel {
    font-size: 14px;
    bottom: 1030px;
  }

  .image-51 {
    bottom: auto;
  }

  ._1126-katagaki-13 {
    font-size: 13px;
    line-height: 15px;
    bottom: 47%;
  }

  .takahashi-shunichi {
    font-size: 20px;
    bottom: 44%;
  }

  .takahashi-shunichi-yomigana {
    font-size: 15px;
    line-height: 15px;
    bottom: 44%;
  }

  .paragraph-24 {
    font-size: 16px;
  }

  .paragraph-25 {
    font-size: 19px;
  }

  .paragraph-26 {
    font-size: 12px;
  }

  .paragraph-27 {
    font-size: 16px;
  }

  .paragraph-28 {
    font-size: 19px;
  }

  .paragraph-29 {
    font-size: 12px;
  }

  .paragraph-30 {
    font-size: 16px;
  }

  .paragraph-31 {
    font-size: 19px;
  }

  .paragraph-32 {
    font-size: 12px;
  }

  .paragraph-33 {
    font-size: 16px;
  }

  .paragraph-34 {
    font-size: 19px;
  }

  .paragraph-35 {
    font-size: 12px;
  }

  .paragraph-36 {
    font-size: 16px;
  }

  .paragraph-37 {
    font-size: 19px;
  }

  .paragraph-38 {
    font-size: 12px;
  }

  .div-block-30 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .paragraph-39 {
    font-size: 16px;
  }

  .paragraph-40 {
    font-size: 19px;
  }

  .paragraph-41 {
    font-size: 12px;
  }

  .popup-okuda {
    display: none;
  }

  .paragraph-43 {
    display: flex;
  }

  .popup-okazaki {
    display: none;
  }

  .close01 {
    bottom: 100px;
    left: 321px;
  }

  .popup-hamamoto, .popup-kurihara, .popup-hoshina {
    display: none;
  }

  .close-05 {
    left: 480px;
  }

  .popup-suzuki, .popup-google, .popup-otani {
    display: none;
  }

  .close08 {
    left: 330px;
  }

  .popup-terabe, .popup-imai, .popup-kitagawa, .popup-takahashi-hi, .popup-kawata, .popup-iikura {
    display: none;
  }

  .popup-yomigana-25 {
    display: flex;
  }

  .teiin30 {
    font-size: 14px;
    bottom: 171px;
    left: 218.5px;
  }

  .image-83 {
    width: 100%;
  }

  .nav-header-sp {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 120px;
  }

  .navbar-container-copy {
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
  }

  .header-wrapper-copy {
    width: 1349px;
    max-width: 1440px;
  }

  .header-container-regular-copy {
    height: 90px;
  }

  .request-button-copy {
    border-radius: 30px;
    width: 230px;
    height: 50px;
    font-size: 20px;
    line-height: 40px;
  }

  .concept-link-copy, .time-table-link-copy, .session-link-copy {
    font-size: 18px;
  }

  .event-summary-link-copy {
    font-size: 18px;
    line-height: 30px;
  }

  ._1125-session3-title-02-tb {
    width: 400px;
    font-size: 14px;
    line-height: 18px;
    bottom: 789px;
  }

  ._1126-katagaki-10-tb {
    font-size: 13px;
    bottom: 844px;
  }

  .time-table-sp {
    margin-top: -80px;
    padding-top: 80px;
    bottom: 13px;
  }

  .image-15_1 {
    bottom: 421px;
    left: 534px;
  }

  .chugai-seiyaku-dxu {
    font-size: 13px;
    bottom: 540px;
    left: 320px;
  }

  .suzuki-takao_2 {
    font-size: 20px;
    bottom: 518px;
    left: 320px;
  }

  .suzuki-takao-yomigana_2 {
    font-size: 16px;
    line-height: 16px;
    bottom: 520px;
    left: 320px;
  }

  .session-11-25-explanation-sp {
    height: 150px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .session-11-26-explanation-sp {
    height: 250px;
    font-size: 18px;
    line-height: 28px;
  }

  .day1-session-op, .d1-session-op-sp {
    margin-left: 80px;
    margin-right: 80px;
  }

  .opening-sp_000 {
    margin-top: 100px;
  }

  .image-7-sp {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-15-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-01-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-01 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-01 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .image-15_1-sp {
    bottom: 421px;
    left: 534px;
  }

  .position-02-sp {
    font-size: 13px;
    bottom: 540px;
    left: 320px;
  }

  .suzuki-takao_2-sp {
    font-size: 20px;
    bottom: 518px;
    left: 320px;
  }

  .suzuki-takao-yomigana_2-sp {
    font-size: 16px;
    line-height: 16px;
    bottom: 520px;
    left: 320px;
  }

  .accordion-wrapper-sp {
    bottom: 243px;
  }

  .accordion-item-01-sp {
    bottom: 197px;
  }

  .image-8-sp {
    height: 85%;
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1125-session-title-sp {
    font-size: 25px;
    bottom: 503px;
  }

  .image-16-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-03-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-03 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-03 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  ._1125-session1-title-first-01-sp {
    height: 25px;
    font-size: 14px;
    line-height: 14px;
    bottom: 470px;
  }

  ._1125-session1-title-01-sp, ._1125-session1-title-02-sp {
    font-size: 14px;
    bottom: 479px;
  }

  .image-17-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-04-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-04 {
    font-size: 20px;
    bottom: 293px;
  }

  .name-sp-02 {
    font-size: 20px;
    bottom: 518px;
    left: 320px;
  }

  .yomigana-sp-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 520px;
    left: 320px;
  }

  .yomigana-sp-04 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  ._1125-session1-title-03-sp {
    font-size: 14px;
    bottom: 479px;
  }

  .image-18-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-05-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-05 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-05 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  ._1125-session1-title-04-sp {
    font-size: 14px;
    bottom: 479px;
  }

  .image-19-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-06-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-06 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-06 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .accordion-item-02-sp {
    bottom: 197px;
  }

  ._1125-session2-title-sp {
    font-size: 25px;
    bottom: 503px;
  }

  .image-9-sp {
    height: 85%;
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1125-session2-title-01-sp, ._1125-session2-title-02-sp, ._1125-session2-title-03-sp {
    font-size: 14px;
    bottom: 479px;
  }

  .image-20-sp, .image-17-sp-copy, .image-21-sp, .image-22-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-07-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-07 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-07 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .position-08-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-08 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-08 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .position-09-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-09 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-09 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .accordion-item-03-sp {
    bottom: 197px;
  }

  .image-10-sp {
    height: 85%;
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1125-session3-title-sp {
    font-size: 25px;
    bottom: 503px;
  }

  ._1125-session3-title-01-sp, ._1125-session3-title-02-sp, ._1125-session3-title-03-sp, ._1125-session3-title-04-sp {
    font-size: 14px;
    bottom: 479px;
  }

  .image-23-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-10-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-10 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-10 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .image-24-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-11-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-11 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-11 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .image-25-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-12-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-12 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-12 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .image-26-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-13-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-13 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-13 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .closing-sp {
    bottom: 130px;
  }

  .image-27-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-14-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-14 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-14 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .workshop-sp {
    bottom: 102px;
  }

  .day1-workshop {
    font-size: 25px;
    bottom: 145px;
  }

  .paragraph-72 {
    font-size: 16px;
  }

  .poster-session-sp {
    bottom: 154px;
  }

  .image-ps {
    margin-left: 80px;
    margin-right: 80px;
  }

  .archive-sp {
    margin-top: -80px;
    padding-top: 80px;
    bottom: 690px;
  }

  .footer-subscribe-sp {
    bottom: 640px;
  }

  .opening-sp_0000 {
    margin-top: 100px;
  }

  .accordion-wrapper-sp-d2 {
    bottom: 243px;
  }

  .image-7-sp-02 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-15-sp-02 {
    bottom: 192px;
    left: 216px;
  }

  .position-01-sp-02 {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-01-02 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-01-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .image-15_1-sp-02 {
    bottom: 421px;
    left: 534px;
  }

  .position-02-sp-02 {
    font-size: 13px;
    bottom: 540px;
    left: 320px;
  }

  .name-sp-02-02 {
    font-size: 20px;
    bottom: 518px;
    left: 320px;
  }

  .yomigana-sp-02-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 520px;
    left: 320px;
  }

  .accordion-item-01-sp-02 {
    bottom: 197px;
  }

  .image-8-sp-02 {
    height: 85%;
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1125-session-title-sp-02 {
    font-size: 25px;
    bottom: 503px;
  }

  ._1125-session1-title-01-sp-02 {
    font-size: 14px;
    bottom: 479px;
  }

  .image-16-sp-02 {
    bottom: 192px;
    left: 216px;
  }

  .position-03-sp-02 {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-03-02 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-03-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  ._1125-session1-title-02-sp-02 {
    font-size: 14px;
    bottom: 479px;
  }

  .image-17-sp-02 {
    bottom: 192px;
    left: 216px;
  }

  .position-04-sp-02 {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-04-02 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-04-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  ._1125-session1-title-03-sp-02, ._1125-session1-title-04-sp-copy {
    font-size: 14px;
    bottom: 479px;
  }

  .view-more-01-02 {
    margin-left: 80px;
    margin-right: 80px;
    bottom: 1036px;
  }

  .image-18-sp-02 {
    bottom: 192px;
    left: 216px;
  }

  .position-05-sp-02 {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-05-02 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-05-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .view-more-07_2 {
    margin-left: 80px;
    margin-right: 80px;
    bottom: 971px;
  }

  .accordion-item-contents-07_2 {
    display: none;
    bottom: 209px;
  }

  .div-block-23-02 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .paragraph-33-02 {
    font-size: 16px;
  }

  .paragraph-34-02 {
    font-size: 19px;
  }

  .paragraph-35-02 {
    font-size: 12px;
  }

  .accordion-item-02-sp-02 {
    bottom: 197px;
  }

  .image-9-sp-02 {
    height: 85%;
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1125-session2-title-sp-02 {
    font-size: 25px;
    bottom: 503px;
  }

  ._1125-session2-title-01-sp-02 {
    font-size: 14px;
    bottom: 479px;
  }

  .image-20-sp-02 {
    bottom: 192px;
    left: 216px;
  }

  ._1125-session2-title-02-sp-02 {
    font-size: 14px;
    bottom: 479px;
  }

  .position-07-sp-02 {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-07-02 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-07-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  ._1125-session2-title-03-sp-02 {
    font-size: 14px;
    bottom: 479px;
  }

  .view-more-08_02 {
    margin-left: 80px;
    margin-right: 80px;
    bottom: 1077px;
  }

  .view-more-02-copy {
    margin-left: 80px;
    margin-right: 80px;
    bottom: 877px;
  }

  .accordion-item-contents-08-02 {
    display: none;
    bottom: 173px;
  }

  .div-block-24-02 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .paragraph-36-02 {
    font-size: 16px;
  }

  .paragraph-37-02 {
    font-size: 19px;
  }

  .paragraph-38-02 {
    font-size: 12px;
  }

  .image-22-sp_1 {
    bottom: 192px;
    left: 216px;
  }

  .position-09-sp_1 {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-09_1 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-09_1 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .opening-day2_1 {
    margin-top: 150px;
    display: none;
  }

  .image-7-02 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-15-02 {
    bottom: 192px;
    left: 216px;
  }

  .chugai-seiyaku-02 {
    font-size: 13px;
    bottom: 310px;
  }

  .okuda-osamu-02 {
    font-size: 20px;
    bottom: 293px;
  }

  .okuda-osamu-yomigana-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .image-15_2 {
    bottom: 421px;
    left: 534px;
  }

  .chugai-seiyaku-dxu_2 {
    font-size: 13px;
    bottom: 533px;
    left: 320px;
  }

  .ishii-nobuya_1 {
    font-size: 20px;
    bottom: 518px;
    left: 320px;
  }

  .kondoh-yomigana_1 {
    color: var(--green);
    font-size: 16px;
    line-height: 16px;
    bottom: 520px;
    left: 320px;
  }

  .accordion-item-03-sp-02 {
    bottom: 197px;
  }

  .image-10-sp-02 {
    height: 85%;
    margin-left: 80px;
    margin-right: 80px;
  }

  ._1125-session3-title-sp-02 {
    font-size: 25px;
    bottom: 503px;
  }

  ._1125-session3-title-01-sp-02, ._1125-session3-title-02-sp-02 {
    font-size: 14px;
    bottom: 479px;
  }

  .image-24-sp-02 {
    bottom: 192px;
    left: 216px;
  }

  .position-11-sp-02 {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-11-02 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-11-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  ._1125-session3-title-03-sp-02 {
    font-size: 14px;
    bottom: 479px;
  }

  .image-25-sp-02 {
    bottom: 192px;
    left: 216px;
  }

  .position-12-sp-02 {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-12-02 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-12-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  ._1125-session3-title-04-sp-02 {
    font-size: 14px;
    bottom: 479px;
  }

  .image-26-sp-02 {
    bottom: 192px;
    left: 216px;
  }

  .position-13-sp-02 {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-13-02 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-13-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .view-more-9-02 {
    margin-left: 80px;
    margin-right: 80px;
    bottom: 1064px;
  }

  .accordion-item-contents-9-02 {
    display: none;
    bottom: 111px;
  }

  .div-block-30-02 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .paragraph-39-02 {
    font-size: 16px;
  }

  .paragraph-40-02 {
    font-size: 19px;
  }

  .paragraph-41-02 {
    font-size: 12px;
  }

  .accordion-item-contents-09-02 {
    display: none;
    bottom: 173px;
  }

  .div-block-25-02 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .paragraph-36-02_2 {
    font-size: 16px;
  }

  .paragraph-37-02_2 {
    font-size: 19px;
  }

  .image-22-sp_1-copy {
    bottom: 192px;
    left: 216px;
  }

  .position-09-sp_1-copy {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-09_1-copy {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-09_1-copy {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .closing-sp-02 {
    bottom: 130px;
  }

  .image-19-02 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-27-sp-02 {
    bottom: 192px;
    left: 216px;
  }

  .position-14-sp-02 {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-14-02 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-14-02 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .workshop-sp-copy {
    bottom: 102px;
  }

  .image-20-copy {
    margin-left: 80px;
    margin-right: 80px;
  }

  .day1-workshop-name-copy, .day1-workshop-copy {
    font-size: 25px;
    bottom: 145px;
  }

  .view-more-04-copy {
    margin-left: 80px;
    margin-right: 80px;
  }

  .accordion-item-contents-04-copy {
    display: none;
  }

  .poster-session-sp-copy {
    bottom: 154px;
  }

  .image-ps-copy {
    margin-left: 80px;
    margin-right: 80px;
  }

  .day1-poster-session-name-copy {
    font-size: 25px;
  }

  .view-more-05-copy {
    margin-left: 80px;
    margin-right: 80px;
  }

  .kouryukai-02 {
    bottom: 216px;
  }

  .image-22-02 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .day1-kouryukai-name-02 {
    font-size: 25px;
  }

  .view-more-06-copy {
    margin-left: 80px;
    margin-right: 80px;
  }

  .poster-exhibition-02 {
    bottom: 170px;
  }

  .image-23-02 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .accordion-wrapper-day2-copy {
    display: none;
    bottom: 244px;
  }

  .outline-sp {
    margin-top: -80px;
    padding-top: 80px;
    bottom: 826px;
  }

  .register-to-attend-sp {
    margin-right: 97px;
    bottom: -68px;
  }

  .chugai-seiyaku-dxu-sp {
    font-size: 13px;
    bottom: 540px;
    left: 320px;
  }

  .image-12-sp {
    height: 170%;
    max-height: 200%;
  }

  .footer-link-three-01-sp, .footer-link-three-02-sp, .footer-link-three-03-sp, .footer-link-three-04-sp {
    font-size: 20px;
  }

  .nav-header-copy {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 120px;
  }

  .nav-header-tbsp {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 120px;
    display: none;
  }

  .navbar-container-tbsp {
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
  }

  .header-container-regular-tbsp {
    height: 90px;
  }

  .header-wrapper-tbsp {
    width: 1349px;
    max-width: 1440px;
  }

  .request-button-tbsp {
    border-radius: 30px;
    width: 230px;
    height: 50px;
    font-size: 20px;
    line-height: 40px;
  }

  .concept-link-tbsp, .time-table-link-tbsp, .session-link-tbsp {
    font-size: 18px;
  }

  .event-summary-link-tbsp {
    font-size: 18px;
    line-height: 30px;
  }

  .view-more-03-copy {
    margin-left: 80px;
    margin-right: 80px;
    bottom: 1063px;
  }

  .event-outline-main-sp {
    top: auto;
    bottom: 255px;
  }

  .testimonial-stack {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three {
    padding: 30px 20px 0;
  }

  .testimonial-card-content {
    justify-content: flex-start;
    align-items: center;
  }

  .image-111 {
    width: auto;
  }

  .day1_opening, .day1_session1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three_2 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content_2 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-2_1 {
    width: auto;
  }

  .accordion_session1 {
    padding: 0 20px;
    display: none;
  }

  .accordion-item_session1 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .hero-without-image {
    border-top: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-2 {
    font-size: 16px;
  }

  .paragraph-78 {
    font-size: 20px;
  }

  .paragraph-79 {
    width: 100%;
    font-size: 14px;
  }

  .mottomiru-yajirushi_1, .mottomiru_1 {
    font-size: 14px;
  }

  .day1_session2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three_3 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content_3 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-3_1 {
    width: auto;
  }

  .mottomiru_2, .mottomiru-yajirushi_2 {
    font-size: 14px;
  }

  .accordion_session2 {
    padding: 0 20px;
    display: none;
  }

  .accordion-item_session2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .hero-without-image_2 {
    border-top: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-2_2 {
    font-size: 16px;
  }

  .paragraph-82 {
    font-size: 20px;
  }

  .paragraph-83 {
    width: 100%;
    font-size: 14px;
  }

  .day1_session3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three_4 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content_4 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-4_1 {
    width: auto;
  }

  .mottomiru_3, .mottomiru-yajirushi_3 {
    font-size: 14px;
  }

  .accordion_session3 {
    padding: 0 20px;
    display: none;
  }

  .accordion-item_session3 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .hero-without-image_3 {
    border-top: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-2_3 {
    font-size: 16px;
  }

  .paragraph-84 {
    font-size: 20px;
  }

  .paragraph-85 {
    width: 100%;
    font-size: 14px;
  }

  .day1_closing {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three_5 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content_5 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-111_5 {
    width: auto;
  }

  .day1_closing-copy, .day1_ws {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three_6 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content_6 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-111_6 {
    width: auto;
  }

  .view-more_4 {
    bottom: 0%;
  }

  .mottomiru_4, .mottomiru-yajirushi_4 {
    font-size: 14px;
  }

  .accordion_ws {
    padding: 0 20px;
    display: none;
  }

  .accordion-item_ws {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .hero-without-image_4 {
    border-top: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-2_4 {
    font-size: 16px;
  }

  .paragraph-86 {
    font-size: 20px;
  }

  .paragraph-87 {
    width: 100%;
    font-size: 14px;
  }

  .day1_ps {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three_7 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content_7 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-111_7 {
    width: auto;
  }

  .view-more_5 {
    bottom: 0;
  }

  .mottomiru_6, .mottomiru-yajirushi_7 {
    font-size: 14px;
  }

  .accordion_ps {
    padding: 0 20px;
    display: none;
  }

  .accordion-item_ps {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .hero-without-image_5 {
    border-top: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-2_5 {
    font-size: 16px;
  }

  .day1_kk {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three_8 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content_8 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-111_8 {
    width: auto;
  }

  .day1_pt {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three_9 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content_9 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-111_9 {
    width: auto;
  }

  .day2_opening {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three2_1 {
    padding: 30px 20px 0;
  }

  .testimonial-card-content2_1 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-1111 {
    width: auto;
  }

  .day2_session1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three2_2 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content2_2 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-2_2_1 {
    width: auto;
  }

  .mottomiru2_1, .mottomiru-yajirushi2_1 {
    font-size: 14px;
  }

  .accordion2_session1 {
    padding: 0 20px;
    display: none;
  }

  .accordion2-item_session1 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .hero-without-image2_1 {
    border-top: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-2-2_1 {
    font-size: 16px;
  }

  .paragraph-88 {
    font-size: 20px;
  }

  .paragraph-89 {
    width: 100%;
    font-size: 14px;
  }

  .day2_session2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three2_3 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content2_3 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-2_3_1 {
    width: auto;
  }

  .mottomiru2_2, .mottomiru-yajirushi2_2 {
    font-size: 14px;
  }

  .accordion2_session2 {
    padding: 0 20px;
    display: none;
  }

  .accordion2-item_session2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .hero-without-image2_2 {
    border-top: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-2-2_2 {
    font-size: 16px;
  }

  .paragraph-90 {
    font-size: 20px;
  }

  .paragraph-91 {
    width: 100%;
    font-size: 14px;
  }

  .day2_session3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three2_4 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content2_4 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-2_4_1 {
    width: auto;
  }

  .mottomiru2_4, .mottomiru-yajirushi2_4 {
    font-size: 14px;
  }

  .accordion2_session3 {
    padding: 0 20px;
    display: none;
  }

  .accordion2-item_session3 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .hero-without-image2_3 {
    border-top: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-2-2_4 {
    font-size: 16px;
  }

  .paragraph-92 {
    font-size: 20px;
  }

  .paragraph-93 {
    font-size: 12px;
  }

  .day2_closing {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three2_5 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content2_5 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-111-2_5 {
    width: auto;
  }

  .day2_kk {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three2_6 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content2_6 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-111-2_6 {
    width: auto;
  }

  .day2_pt {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card-three2_7 {
    padding: 50px 20px 0;
  }

  .testimonial-card-content2_7 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-111-2_7 {
    width: auto;
  }

  ._1125-session2-title-04-sp-02 {
    font-size: 14px;
    bottom: 479px;
  }

  .image-28-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-15-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-15 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-15 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .popup-shibayama {
    display: none;
  }

  ._1125-session2-title-04_-sp-02, ._1125-session1-title-01_1-sp {
    font-size: 14px;
    bottom: 479px;
  }

  .tojiru2_1, .tojiru2_2, .tojiru2_4, .tojiru_1, .tojiru_2, .tojiru_3, .tojiru_4, .tojiru_6 {
    font-size: 14px;
  }

  .yomigana-sp-16, .yomigana-sp-17, .yomigana-sp-18 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .paragraph-7_1 {
    font-size: 15px;
  }

  .paragraph-6_2, .paragraph-7_2 {
    padding-left: 152px;
    font-size: 15px;
  }

  .paragraph-11_1 {
    font-size: 15px;
    line-height: 30px;
    bottom: 19%;
    left: 67%;
  }

  .paragraph-20_1 {
    font-size: 15px;
    bottom: 32%;
  }

  .paragraph-11_01 {
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-20-copy {
    font-size: 15px;
  }

  ._1125-session2-title-04-sp {
    font-size: 14px;
    bottom: 479px;
  }

  .image-29-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-16-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .name-sp-16 {
    font-size: 20px;
    bottom: 293px;
  }

  .yomigana-sp-16_1 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .div-block-38 {
    width: 90%;
    height: 50px;
    margin-left: 5%;
    top: 4.7%;
  }

  .image-1134 {
    width: 250px;
    margin-right: 20px;
  }

  .image-1135 {
    width: 250px;
  }

  .link-block-13 {
    width: 20%;
  }

  .paragraph-19_1, .paragraph-19_2, .paragraph-19_3 {
    font-size: 17px;
  }

  .image-1107-sp {
    bottom: 192px;
    left: 216px;
  }

  .position-1107-sp {
    font-size: 13px;
    bottom: 310px;
  }

  .yomigana-sp-1107 {
    font-size: 16px;
    line-height: 16px;
    bottom: 295px;
  }

  .name-sp-1107 {
    font-size: 20px;
    bottom: 293px;
  }

  .heading-26 {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-27 {
    font-size: 30px;
    line-height: 30px;
  }

  .report {
    padding-top: 30px;
  }

  .heading-28 {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-29 {
    font-size: 30px;
    line-height: 30px;
  }

  .code-embed {
    bottom: 333px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .list-item-1108, .bold-text-4, .list-item-1109 {
    font-size: 16px;
  }

  .list-item-1110 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-984 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-42 {
    width: 25%;
  }

  .container-27 {
    height: 60px;
  }

  .paragraph-985 {
    font-size: 30px;
  }

  .paragraph-986 {
    font-size: 32px;
  }

  .container-28 {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .paragraph-987, .paragraph-988, .paragraph-989 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-43, .div-block-44, .div-block-45 {
    width: 400px;
  }

  .paragraph-990 {
    margin-left: 60px;
    font-size: 16px;
  }

  .popup-archive-movie-01 {
    display: none;
  }

  .image-1141 {
    top: 80px;
  }

  .popup-archive-movie-02 {
    display: none;
  }

  .image-1142 {
    top: 80px;
  }

  .popup-archive-movie-03 {
    display: none;
  }

  .image-1143 {
    top: 80px;
  }

  .div-block-52 {
    width: 600px;
    bottom: 370px;
  }

  .heading-29 {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-31 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .button-6 {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    background-image: linear-gradient(320deg, #4528ff, #4097ff);
    border-radius: 30px;
    width: 250px;
    max-width: none;
    height: 50px;
    margin-left: 580px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    position: relative;
  }

  .navbar-wrapper {
    justify-content: flex-start;
    position: fixed;
  }

  .nav-menu-wrapper {
    position: static;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 1;
    background-color: #fff;
    width: 1920px;
    max-width: 1920px;
    height: 130px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link {
    color: #8b8b8b;
    -webkit-text-stroke-width: 1px;
    letter-spacing: 5px;
    width: 30px;
    height: 50px;
    margin-left: 10px;
    font-size: 20px;
  }

  .container-3 {
    letter-spacing: 5px;
    max-width: 1800px;
    position: fixed;
  }

  .header {
    height: 130px;
  }

  .header-container.shadow-three {
    width: 100%;
    max-width: 1800px;
  }

  .image {
    width: 220px;
    max-width: 300px;
  }

  .nav-header {
    max-width: 100%;
    height: 120px;
  }

  .navbar-container {
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
  }

  .header-container-regular {
    height: 100%;
  }

  .header-wrapper {
    background-color: #fff;
    width: 100%;
    max-width: none;
  }

  .chugai-logo {
    height: 100%;
  }

  .menu-wrapper {
    height: 50px;
  }

  .concept-link {
    margin-right: 20px;
    font-size: 24px;
    line-height: 40px;
  }

  .request-button {
    width: 300px;
    height: 50px;
    margin-right: 20px;
    font-size: 26px;
    line-height: 38px;
  }

  .image-1 {
    width: auto;
    height: 100%;
  }

  .time-table-link, .session-link {
    margin-right: 20px;
    font-size: 24px;
    line-height: 40px;
  }

  .event-summary-link {
    margin-right: 5px;
    font-size: 24px;
    line-height: 40px;
  }

  .main-visual {
    max-width: 100%;
    margin-top: 120px;
  }

  .body {
    max-width: 100%;
  }

  .event-concept {
    height: 20%;
  }

  .quick-stack {
    height: 100%;
  }

  .image-3 {
    width: auto;
    padding-left: 60px;
  }

  .copy {
    font-size: 50px;
    line-height: 70px;
  }

  .paragraph-1 {
    font-size: 26px;
    line-height: 50px;
  }

  .paragraph-3 {
    font-size: 30px;
  }

  .time-table {
    margin-top: -100px;
    padding-top: 100px;
    bottom: -47px;
  }

  .container-6 {
    max-width: 1920px;
  }

  .heading {
    font-size: 100px;
  }

  .text-block {
    height: 50px;
    font-size: 35px;
    line-height: 50px;
  }

  .div-block {
    width: 85%;
    max-width: 1920px;
    height: 140%;
    max-height: 140%;
    margin-left: 150px;
    margin-right: 150px;
    position: relative;
    bottom: 8050px;
  }

  .image-5 {
    height: 30%;
    max-height: 30%;
    margin-left: 85px;
    margin-right: 85px;
  }

  .day1 {
    height: 70px;
    font-size: 60px;
    line-height: 60px;
    bottom: 1510px;
  }

  .day2 {
    height: 70px;
    font-size: 60px;
    line-height: 60px;
    bottom: 1580px;
  }

  ._1125-thu {
    height: 40px;
    font-size: 35px;
    line-height: 35px;
    bottom: 1520px;
    left: 290px;
  }

  ._1126-fri {
    height: 40px;
    font-size: 35px;
    line-height: 35px;
    bottom: 1560px;
  }

  .digital-innovation {
    height: 40px;
    font-size: 30px;
    bottom: 1555px;
    left: 12.5%;
  }

  .r-d-innovation {
    width: 500px;
    height: 70px;
    font-size: 30px;
    line-height: 50px;
    bottom: 1605px;
    left: 58%;
  }

  ._1125-time-01 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 1506px;
  }

  ._1125-opening {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 1537px;
  }

  ._1125-opening-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 1542px;
  }

  .session {
    height: 90%;
    bottom: 1782px;
    overflow: visible;
  }

  .heading-2 {
    margin-left: 6%;
    margin-right: 0;
    font-size: 100px;
  }

  .text-block-2 {
    width: auto;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6.5%;
    font-size: 35px;
    line-height: 50px;
  }

  .container-10 {
    width: auto;
    max-width: 1920px;
    height: 100%;
    margin-left: auto;
    padding-right: 0;
  }

  .tab-pane-tab-1 {
    width: 1338px;
    height: 98%;
    margin-left: 15%;
    margin-right: 14%;
    overflow: auto;
  }

  .tabs-menu {
    width: 1338px;
    height: 120px;
    margin-left: 15%;
    margin-right: 15%;
  }

  .tab-link-tab-1 {
    height: 120px;
  }

  .tab-link-tab-2 {
    bottom: 120px;
    left: 50%;
  }

  .tab-link-tab-2.w--current {
    width: 50%;
    height: 120px;
    bottom: 120px;
    left: 50%;
  }

  .tabs {
    width: auto;
    max-width: none;
    height: 4720px;
    margin-top: 100px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3, .text-block-4 {
    font-size: 40px;
    line-height: 50px;
  }

  .day1-digital-innovation {
    font-size: 24px;
    line-height: 30px;
  }

  .day2-r-d-innovation {
    font-size: 23px;
    line-height: 30px;
  }

  .tab-pane-tab-2 {
    width: 1338px;
    max-width: 100%;
    height: 98%;
    margin-left: 15%;
    margin-right: 15%;
    overflow: auto;
  }

  .container-11 {
    width: 1336px;
    max-width: 120%;
    height: 2%;
    overflow: visible;
  }

  .session-11-7-thu {
    width: 99.9998%;
    font-size: 40px;
    line-height: 50px;
  }

  .session-digital-innovation {
    height: 50px;
    font-size: 35px;
    line-height: 50px;
  }

  .session-11-7-explanation {
    height: 200px;
    font-size: 23px;
    line-height: 35px;
  }

  .opening {
    margin-top: 160px;
  }

  .accordion-wrapper {
    bottom: 322px;
  }

  .heading-5 {
    margin-bottom: -10px;
    font-size: 40px;
    line-height: 40px;
  }

  .tabs-content {
    width: auto;
    max-width: none;
    height: 100%;
    padding-left: 0%;
    left: auto;
  }

  .tabs-content.session {
    height: 100%;
  }

  .image-7 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .accordion-item-01 {
    height: auto;
    bottom: 276px;
  }

  .heading-6 {
    margin-bottom: -10px;
    font-size: 40px;
    line-height: 40px;
  }

  .image-8 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .accordion-item-contents-01 {
    height: 18%;
    display: none;
    bottom: 1583px;
  }

  .div-block-3 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .image-9 {
    bottom: 560px;
  }

  ._1125-session-title {
    font-size: 35px;
    line-height: 35px;
    bottom: 623px;
  }

  ._1125-session1-title-01 {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  ._1125-session1-title-03 {
    font-size: 19px;
    line-height: 20px;
    bottom: 863px;
  }

  .preferred-networks {
    font-size: 18px;
    line-height: 20px;
    bottom: 693px;
  }

  .okazaki-naoaki {
    font-size: 28px;
    line-height: 30px;
    bottom: 682px;
  }

  .naoaki-okazaki-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 684px;
  }

  .accordion-item-02 {
    height: 55%;
    bottom: 1565px;
  }

  .accordion-item-contents-02 {
    height: 19%;
    display: none;
    bottom: 1636px;
  }

  .div-block-4 {
    margin-left: 100px;
    margin-right: 199px;
  }

  .heading-7 {
    font-size: 40px;
    line-height: 40px;
  }

  .image-10 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 68px;
  }

  ._1107-session2-title {
    width: 900px;
    font-size: 35px;
    line-height: 40px;
    bottom: 616px;
  }

  ._1125-session2-title-01 {
    font-size: 19px;
    line-height: 20px;
    bottom: 581px;
  }

  ._1125-session2-title-02 {
    font-size: 19px;
    bottom: 683px;
  }

  .image-11 {
    bottom: 566px;
  }

  .chugai {
    font-size: 18px;
    line-height: 20px;
    bottom: 721px;
  }

  .suzuki-takao {
    font-size: 28px;
    line-height: 30px;
    bottom: 708px;
  }

  .suzuki-takao-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 709px;
  }

  .view-more-01 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1304px;
  }

  .mottomiru-moji-01 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-01 {
    font-size: 20px;
  }

  .image-12 {
    max-width: 100%;
    height: 220%;
    max-height: 300%;
    bottom: -25px;
  }

  ._1125-click-01 {
    font-size: 24px;
    line-height: 24px;
    bottom: 1545px;
  }

  ._1125-time-02 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 1522px;
  }

  ._1125-session-01 {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 1553px;
  }

  ._1125-session01-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 1558px;
  }

  ._1125-click-02 {
    font-size: 24px;
    line-height: 24px;
    bottom: 1558px;
  }

  ._1125-time-03 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 1538px;
  }

  ._1125-session-02 {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 1568px;
  }

  ._1125-session02-link {
    height: 80px;
    font-size: 18px;
    line-height: 30px;
    bottom: 1573px;
  }

  ._1125-session02-link.scroll103 {
    font-size: 19px;
    line-height: 30px;
  }

  ._1125-click-03 {
    font-size: 24px;
    line-height: 24px;
    bottom: 1586px;
  }

  ._1125-time-04 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 1550px;
  }

  ._1125-session-03 {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 1580px;
  }

  ._1125-session03-link {
    height: 80px;
    font-size: 19px;
    line-height: 30px;
    bottom: 1585px;
  }

  ._1125-session03-link.scroll104 {
    line-height: 30px;
  }

  ._1125-click-04 {
    font-size: 24px;
    line-height: 24px;
    bottom: 1600px;
  }

  ._1125-time-05 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 1563px;
  }

  ._1125-closing {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 1594px;
  }

  ._1125-closing-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 1599px;
  }

  ._1125-click-05 {
    font-size: 24px;
    line-height: 24px;
    bottom: 1601px;
  }

  ._1125-time-06 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 1576px;
  }

  ._1125-workshop {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 1606px;
  }

  ._1125-workshop-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 1612px;
  }

  ._1125-click-06 {
    font-size: 24px;
    line-height: 24px;
    bottom: 1614px;
  }

  ._1125-offline-01 {
    width: 80px;
    font-size: 12px;
    bottom: 1686px;
  }

  ._1125-time-07 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 1610px;
  }

  ._1125-poster-session {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 1642px;
  }

  ._1125-poster-session-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 1646px;
  }

  ._1125-click-07 {
    font-size: 24px;
    line-height: 24px;
    bottom: 1646px;
  }

  ._1125-offline-02 {
    width: 80px;
    font-size: 12px;
    bottom: 1721px;
  }

  ._1125-time-08 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 1642px;
  }

  ._1125-konshinkai {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 1675px;
  }

  ._1125-konshinkai-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 1678px;
  }

  ._1125-click-08 {
    font-size: 24px;
    line-height: 24px;
    bottom: 1679px;
  }

  ._1125-offline-03 {
    width: 80px;
    font-size: 12px;
    bottom: 1753px;
  }

  ._1125-foyer {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 1675px;
  }

  ._1125-poster {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 1708px;
  }

  ._1125-poster-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 1711px;
  }

  ._1125-offline-04 {
    width: 80px;
    font-size: 12px;
    bottom: 1785px;
  }

  ._1125-click-09 {
    font-size: 24px;
    line-height: 24px;
    bottom: 1714px;
  }

  ._1126-time-01 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 2848px;
  }

  ._1126-opening {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 2878px;
  }

  ._1126-opening-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 2883px;
  }

  ._1126-click-01 {
    font-size: 24px;
    line-height: 24px;
    bottom: 2885px;
  }

  ._1126-time-02 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 2863px;
  }

  ._1126-session01 {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 2893px;
  }

  ._1126-session01-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 2898px;
  }

  ._1126-click-02 {
    font-size: 24px;
    line-height: 24px;
    bottom: 2959px;
  }

  ._1126-time-03 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 2910px;
  }

  ._1126-session02 {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 2941px;
  }

  ._1126-session02-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 2946px;
  }

  ._1126-click-03 {
    font-size: 24px;
    line-height: 24px;
    bottom: 2948px;
  }

  ._1126-time-04 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 2924px;
  }

  ._1126-session03 {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 2955px;
  }

  ._1126-session03-link {
    height: 80px;
    font-size: 19px;
    line-height: 30px;
    bottom: 2960px;
  }

  ._1126-click-04 {
    font-size: 24px;
    line-height: 24px;
    bottom: 3006px;
  }

  ._1126-time-05 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 2956px;
  }

  ._1126-closing {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 2986px;
  }

  ._1126-closing-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 2992px;
  }

  ._1126-click-05 {
    font-size: 24px;
    line-height: 24px;
    bottom: 2995px;
  }

  ._1126-time-06 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 2967px;
  }

  ._1126-konshinkai {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 2999px;
  }

  ._1126-konshinkai-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 3003px;
  }

  ._1126-click-06 {
    font-size: 24px;
    line-height: 24px;
    bottom: 3005px;
  }

  ._1126-offline-01 {
    width: 80px;
    font-size: 12px;
    bottom: 3077px;
  }

  ._1126-time-07 {
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    bottom: 3001px;
  }

  ._1126-poster {
    height: 30px;
    font-size: 26px;
    line-height: 26px;
    bottom: 3033px;
  }

  ._1126-poster-link {
    height: 80px;
    font-size: 20px;
    line-height: 60px;
    bottom: 3037px;
  }

  ._1126-click-07 {
    font-size: 24px;
    line-height: 24px;
    bottom: 3038px;
  }

  ._1126-offline-02 {
    width: 80px;
    font-size: 12px;
    bottom: 3112px;
  }

  ._1125-session1-title-first-01 {
    font-size: 19px;
    bottom: 569px;
  }

  .image-15 {
    bottom: 239px;
    left: 280px;
  }

  .chugai-seiyaku {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .okuda-osamu {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .okuda-osamu-yomigana {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .image-kurihara {
    bottom: 850px;
  }

  .keio-gijuku {
    font-size: 18px;
    line-height: 20px;
    bottom: 985px;
  }

  .kurihara-satoshi {
    font-size: 28px;
    line-height: 30px;
    bottom: 972px;
  }

  .kurihara-satoshi-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 974px;
  }

  ._1125-session1-title-02 {
    font-size: 19px;
    line-height: 20px;
    bottom: 942px;
  }

  .image-hamamoto {
    bottom: 928px;
  }

  .kokuritugancenter {
    font-size: 18px;
    line-height: 20px;
    bottom: 1064px;
  }

  .hamamoto-ryuji {
    font-size: 28px;
    line-height: 30px;
    bottom: 1050px;
  }

  .hamamoto-ryuji-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 1051px;
  }

  ._1125-session1-title-04 {
    font-size: 19px;
    line-height: 20px;
    bottom: 1241px;
  }

  .image-hoshina {
    bottom: 1217px;
  }

  .accenture {
    font-size: 18px;
    line-height: 20px;
    bottom: 1351px;
  }

  .hoshina-gakuse {
    font-size: 28px;
    line-height: 30px;
    bottom: 1339px;
  }

  .hoshina-gakuse-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 1341px;
  }

  .image-16 {
    bottom: 684px;
  }

  .google-ai {
    font-size: 18px;
    line-height: 20px;
    bottom: 803px;
  }

  .name-tbd01 {
    font-size: 28px;
    line-height: 30px;
    bottom: 785px;
  }

  .yomigana-tbd01 {
    font-size: 21px;
    line-height: 21px;
    bottom: 788px;
  }

  ._1125-session2-title-03 {
    font-size: 19px;
    bottom: 1179px;
    left: 34%;
  }

  .image-17 {
    bottom: 1168px;
    left: 34%;
  }

  .microsoft-japan {
    margin-left: 67%;
    font-size: 18px;
    line-height: 20px;
    bottom: 1351px;
  }

  .otani-ken {
    margin-left: 67%;
    font-size: 28px;
    line-height: 30px;
    bottom: 1345px;
  }

  .otani-ken-yomigana {
    margin-left: 67%;
    font-size: 21px;
    line-height: 21px;
    bottom: 1347px;
  }

  .view-more-02 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1116px;
  }

  .mottomiru-moji-02 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-02 {
    font-size: 20px;
  }

  .accordion-item-03 {
    height: 60%;
    bottom: 1628px;
    overflow: hidden;
  }

  .accordion-item-contents-03 {
    height: 18%;
    display: none;
    bottom: 1393px;
  }

  .heading-8 {
    font-size: 40px;
    line-height: 40px;
  }

  .image-18 {
    height: auto;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 64px;
  }

  ._1125-session3-title {
    font-size: 35px;
    line-height: 40px;
    bottom: 685px;
  }

  ._1125-session3-title-03 {
    font-size: 19px;
    line-height: 20px;
    bottom: 967px;
  }

  ._1125-session3-title-02 {
    width: 500px;
    font-size: 19px;
    line-height: 20px;
    bottom: 1011px;
  }

  ._1125-session3-title-04 {
    font-size: 19px;
    line-height: 20px;
    bottom: 1318px;
  }

  .image-terabe {
    bottom: 640px;
  }

  .image-kitagawa {
    bottom: 950px;
  }

  .image-imai {
    bottom: 1009px;
  }

  .image-matsuoka {
    bottom: 1296px;
  }

  .deloitte {
    font-size: 18px;
    line-height: 20px;
    bottom: 775px;
  }

  .quera {
    font-size: 18px;
    line-height: 20px;
    bottom: 1069px;
  }

  .kokuritugancenter-higashi {
    font-size: 18px;
    line-height: 20px;
    bottom: 1128px;
  }

  .qunasys {
    font-size: 18px;
    line-height: 20px;
    bottom: 1420px;
  }

  .terabe-masayoshi {
    font-size: 28px;
    line-height: 30px;
    bottom: 759px;
  }

  .terabe-masayoshi-yomigna {
    font-size: 21px;
    line-height: 21px;
    bottom: 760px;
  }

  .kitagawa-takuya {
    font-size: 28px;
    line-height: 30px;
    bottom: 1050px;
  }

  .kitagawa-takuya-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 1051px;
  }

  .imai-mitsuho {
    font-size: 28px;
    line-height: 30px;
    bottom: 1109px;
  }

  .imai-mitsuho-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 1111px;
  }

  .matsuoka-tomoyo {
    font-size: 28px;
    line-height: 30px;
    bottom: 1402px;
  }

  .matsuoka-tomoyo-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 1402px;
  }

  .mottomiru-moji-03 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-03 {
    font-size: 20px;
  }

  .view-more-03 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1361px;
  }

  .div-block-7 {
    margin-left: 100px;
    margin-right: 100px;
  }

  ._1125-session3-title-01 {
    font-size: 19px;
    line-height: 20px;
    bottom: 657px;
  }

  .closing {
    bottom: 1612px;
    overflow: hidden;
  }

  .heading-9 {
    font-size: 40px;
    line-height: 40px;
  }

  .image-19 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 66px;
  }

  .image-suzuki-01 {
    bottom: 252px;
    left: 282px;
  }

  .chugai-seiyaku-digital {
    width: 35%;
    margin-left: 35.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 388px;
  }

  .suzuki-takao-01 {
    margin-left: 35.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 372px;
  }

  .suzuki-takao-yomigana-01 {
    margin-left: 35.5%;
    font-size: 21px;
    line-height: 21px;
    bottom: 378px;
  }

  .workshop {
    bottom: 1616px;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 40px;
  }

  .image-20 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 78px;
  }

  .day1-workshop-name {
    font-size: 35px;
    line-height: 35px;
    bottom: 192px;
  }

  .view-more-04 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 147px;
  }

  .mottomiru-moji-04 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-04 {
    font-size: 20px;
  }

  .accordion-item-contents-04 {
    display: none;
    bottom: 1289px;
  }

  .div-block-11 {
    background-color: var(--white);
    margin-left: 100px;
    margin-right: 100px;
  }

  .poster-session {
    bottom: 1586px;
    overflow: hidden;
  }

  .heading-11 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 18px;
    bottom: 29px;
    left: 49%;
  }

  .image-21 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 77px;
  }

  .day1-poster-session-name {
    font-size: 35px;
    line-height: 35px;
    bottom: 181px;
  }

  .view-more-05 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 124px;
  }

  .mottomiru-moji-05 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-05 {
    font-size: 20px;
  }

  .kouryukai {
    bottom: 1580px;
  }

  .heading-12 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 18px;
    bottom: 28px;
    left: 30.5%;
  }

  .image-22 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 74px;
  }

  .day1-kouryukai-name {
    font-size: 35px;
    line-height: 35px;
    bottom: 171px;
  }

  .view-more-06 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 126px;
  }

  .mottomiru-moji-06 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-06 {
    font-size: 20px;
  }

  .poster-exhibition {
    bottom: 1562px;
  }

  .heading-13 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 18px;
    bottom: 29px;
    left: 537px;
  }

  .image-23 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .day1-poster-exhibition-name {
    font-size: 35px;
    line-height: 35px;
    bottom: 150px;
  }

  .register-to-attend {
    margin-right: auto;
    bottom: 130px;
  }

  .hero-wrapper-two {
    width: 80%;
  }

  .margin-bottom-24px {
    height: 50px;
    font-size: 35px;
    line-height: 35px;
  }

  .button-primary-3 {
    width: 400px;
    height: 90px;
    font-size: 35px;
    line-height: 60px;
  }

  .register-to-attend-main {
    top: auto;
    bottom: 545px;
  }

  .event-outline-main {
    top: auto;
    bottom: 490px;
  }

  .outline {
    height: 1100px;
    margin-top: -180px;
    padding-top: 200px;
    bottom: 1660px;
  }

  .container-13 {
    max-width: 1920px;
    height: 1200px;
  }

  .heading-14 {
    font-size: 100px;
  }

  .text-block-9 {
    height: 50px;
    font-size: 35px;
    line-height: 50px;
  }

  .div-block-14 {
    height: 600px;
    margin-top: 0;
    padding-top: 10px;
  }

  .paragraph-4 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .div-block-16 {
    width: 749px;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-6 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-7 {
    font-size: 20px;
  }

  .paragraph-8 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-9 {
    font-size: 20px;
    bottom: 13%;
  }

  .paragraph-10 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-11 {
    font-size: 20px;
    bottom: 15%;
  }

  .paragraph-12 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-13 {
    font-size: 20px;
    line-height: 30px;
    bottom: 22%;
  }

  .paragraph-14 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-15 {
    font-size: 20px;
    bottom: 24%;
  }

  .paragraph-16 {
    font-size: 20px;
    bottom: 170.5px;
    left: 350px;
  }

  .paragraph-17 {
    font-size: 20px;
    bottom: 140.7px;
    left: 526px;
  }

  .paragraph-18 {
    font-size: 20px;
    line-height: 30px;
    bottom: 165px;
  }

  .mini-workshop {
    width: 150px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 15px;
    bottom: 3081px;
    left: 24.5%;
  }

  .paragraph-19 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-20 {
    font-size: 20px;
    bottom: 40%;
  }

  .paragraph-21 {
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-22 {
    font-size: 20px;
  }

  .paragraph-23 {
    font-size: 20px;
    line-height: 23px;
  }

  .link-block-2 {
    height: 70%;
  }

  .image-25 {
    height: 350px;
  }

  .archive {
    justify-content: center;
    align-items: flex-end;
    height: 200px;
    display: flex;
    bottom: 1400px;
  }

  .footer-subscribe {
    bottom: 1355px;
  }

  .footer-wrapper-three {
    height: 100px;
  }

  .footer-block-three {
    width: 60%;
    height: 100%;
  }

  .footer-link-three-01 {
    font-size: 24px;
    line-height: 30px;
  }

  .footer-social-block-three {
    width: 15%;
    height: 72%;
  }

  .footer-bottom {
    margin-top: 15px;
  }

  .footer-legal-link {
    font-size: 14px;
  }

  .container-15 {
    max-width: 1810px;
  }

  .footer-link-three-02, .footer-link-three-03, .footer-link-three-04.w--current {
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 15px;
  }

  .div-block-17 {
    height: 300px;
  }

  .container-16 {
    width: 100%;
    height: 100%;
  }

  .div-block-18 {
    height: 420px;
  }

  .session-11-26 {
    font-size: 40px;
    line-height: 50px;
  }

  .session-innovation {
    height: 50px;
    font-size: 32px;
    line-height: 50px;
  }

  .session-11-26-explanation {
    height: 300px;
    font-size: 23px;
    line-height: 35px;
  }

  .opening-day2 {
    margin-top: 240px;
  }

  .heading-16 {
    font-size: 40px;
    line-height: 40px;
  }

  .image-30 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 61px;
  }

  .image-31 {
    bottom: 255px;
    left: 284px;
  }

  .chugai-seiyaku-01 {
    font-size: 18px;
    line-height: 20px;
    bottom: 402px;
  }

  .okuda-osamu-day2 {
    font-size: 28px;
    line-height: 30px;
    bottom: 385px;
  }

  .okuda-osamu-yomigana-day2 {
    font-size: 21px;
    line-height: 21px;
    bottom: 387px;
  }

  .accordion-wrapper-day2 {
    bottom: 316px;
  }

  .accordion-item-07 {
    height: 60%;
    bottom: 235px;
  }

  .accordion-item-contents-07_1 {
    height: 18%;
    display: none;
    bottom: 185px;
  }

  .accordion-item-08 {
    bottom: 129px;
    overflow: visible;
  }

  .accordion-item-contents-08 {
    height: 30%;
    display: none;
    bottom: -43px;
  }

  .accordion-item-9 {
    height: 60%;
    bottom: -125px;
    overflow: hidden;
  }

  .closing-day2 {
    bottom: -175px;
  }

  .poster-session-day2 {
    bottom: 717px;
  }

  .kouryukai-day2 {
    bottom: -247px;
  }

  .poster-exhibition-day2 {
    bottom: -277px;
  }

  .heading-17, .heading-18 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-19 {
    font-size: 40px;
    line-height: 40px;
    overflow: visible;
  }

  .heading-20, .heading-21, .heading-22, .heading-23 {
    font-size: 40px;
    line-height: 40px;
  }

  .image-32 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 65px;
  }

  .image-33 {
    bottom: 609px;
  }

  .image-34 {
    bottom: 88%;
  }

  .image-35 {
    bottom: 138%;
  }

  .image-36 {
    bottom: 1177px;
  }

  .image-37 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 78px;
  }

  .image-38 {
    bottom: 626px;
  }

  .image-39 {
    bottom: 708px;
  }

  .image-40 {
    cursor: pointer;
    bottom: 219%;
  }

  .image-41 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 62px;
  }

  .image-42 {
    bottom: 638px;
  }

  .image-43 {
    bottom: 105%;
  }

  .image-44 {
    bottom: 990px;
  }

  .image-45 {
    bottom: 1274px;
  }

  .image-46 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 64px;
  }

  .image-47 {
    bottom: 259px;
  }

  .image-49 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 79px;
  }

  .image-50 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 62px;
  }

  ._1126-session-title {
    font-size: 35px;
    line-height: 35px;
    bottom: 677px;
  }

  ._1126-session1-title-01 {
    font-size: 18px;
    line-height: 20px;
    bottom: 622px;
  }

  ._1126-session1-title-03 {
    font-size: 19px;
    line-height: 20px;
    bottom: 90%;
  }

  ._1126-katagaki-01 {
    font-size: 18px;
    line-height: 20px;
    bottom: 753px;
  }

  ._1126-katagaki-02 {
    font-size: 18px;
    line-height: 20px;
    bottom: 105%;
  }

  ._1126-katagaki-03 {
    font-size: 18px;
    line-height: 20px;
    bottom: 155%;
  }

  ._1126-katagaki-04 {
    font-size: 18px;
    line-height: 20px;
    bottom: 1315px;
  }

  ._1126-katagaki-05 {
    font-size: 18px;
    line-height: 20px;
    bottom: 763px;
  }

  ._1126-katagaki-06 {
    font-size: 18px;
    line-height: 20px;
    bottom: 247%;
  }

  ._1126-katagaki-07 {
    width: 30%;
    font-size: 18px;
    line-height: 20px;
    bottom: 862px;
  }

  ._1126-katagaki-08 {
    font-size: 18px;
    line-height: 20px;
    bottom: 774px;
  }

  ._1126-katagaki-09 {
    font-size: 18px;
    line-height: 20px;
    bottom: 124%;
  }

  ._1126-katagaki-10 {
    font-size: 18px;
    line-height: 20px;
    bottom: 1141px;
  }

  ._1126-katagaki-11 {
    font-size: 18px;
    line-height: 20px;
    bottom: 1432px;
  }

  ._1126-katagaki-12 {
    font-size: 18px;
    line-height: 20px;
    bottom: 385px;
  }

  ._1126-session1-title-02 {
    font-size: 19px;
    line-height: 20px;
    bottom: 140%;
    left: auto;
  }

  ._1126-session1-title-04 {
    font-size: 19px;
    line-height: 20px;
    bottom: 1207px;
  }

  ._1126-session2-title-01 {
    font-size: 19px;
    line-height: 20px;
    bottom: 634px;
  }

  ._1126-session2-title-03 {
    font-size: 19px;
    line-height: 20px;
    bottom: 222%;
  }

  ._1126-session2-title-02 {
    font-size: 19px;
    line-height: 20px;
    bottom: 706px;
  }

  ._1126-session3-title-01 {
    font-size: 19px;
    line-height: 20px;
    bottom: 652px;
  }

  ._1126-session3-title-03 {
    font-size: 19px;
    line-height: 20px;
    bottom: 107%;
  }

  ._1126-session3-title-02 {
    font-size: 19px;
    line-height: 20px;
    bottom: 1000px;
  }

  ._1126-session3-title-04 {
    font-size: 19px;
    line-height: 20px;
    bottom: 1290px;
  }

  .takahashi-hidenori {
    font-size: 28px;
    line-height: 28px;
    bottom: 737px;
  }

  .mizunuma-mika {
    font-size: 28px;
    line-height: 30px;
    bottom: 103%;
  }

  .sekitani-tsuyoshi {
    font-size: 28px;
    line-height: 30px;
    bottom: 152%;
  }

  .kondoh-osamu {
    font-size: 28px;
    line-height: 30px;
    bottom: 1302px;
  }

  .oyama-sohei {
    font-size: 28px;
    line-height: 28px;
    bottom: 742px;
  }

  .koizumi-makoto {
    font-size: 28px;
    line-height: 28px;
    bottom: 244%;
  }

  .hayakawa-masahiko {
    font-size: 28px;
    line-height: 28px;
    bottom: 849px;
  }

  .iijima-kosuke {
    font-size: 28px;
    line-height: 28px;
    bottom: 755px;
  }

  .name-09 {
    font-size: 28px;
    line-height: 28px;
    bottom: 121%;
  }

  .kawata-yumi {
    font-size: 28px;
    line-height: 30px;
    bottom: 1110px;
  }

  .ishii-nobuiya {
    font-size: 28px;
    line-height: 30px;
    bottom: 1428px;
  }

  .kusano-tsukasa {
    font-size: 28px;
    line-height: 28px;
    bottom: 365px;
  }

  .takahashi-hidenori-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 737px;
  }

  .mizunuma-mika-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 103%;
  }

  .sekitani-tsuyoshi-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 152%;
  }

  .kondoh-osamu-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 1305px;
  }

  .oyama-sohei-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 742px;
  }

  .koizumi-makoto-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 244%;
  }

  .hayakawa-masahiko-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 851px;
  }

  .iijima-kosuke-yomiigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 758px;
  }

  .yomigana-09 {
    font-size: 21px;
    line-height: 21px;
    bottom: 121%;
  }

  .kawata-yumi-yomigama {
    font-size: 21px;
    line-height: 21px;
    bottom: 1112px;
  }

  .ishii-nobuiya-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 1431px;
  }

  .kusano-tsukasa-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 366px;
  }

  .view-more-07_1 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1032px;
  }

  .mottomiru-moji-07_1 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-07_1 {
    font-size: 20px;
  }

  .view-more-9 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1064px;
  }

  .mottomiru-moji-9 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-9 {
    font-size: 20px;
  }

  .accordion-item-contents-9 {
    height: 19%;
    display: none;
    bottom: -97px;
  }

  .view-more-11 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 131px;
  }

  .mottomiru-moji-11 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-11 {
    font-size: 20px;
  }

  .accordion-item-contents-11_0 {
    display: none;
    bottom: -381px;
  }

  .div-block-21 {
    background-color: var(--white);
    margin-left: 100px;
    margin-right: 100px;
  }

  .div-block-23, .div-block-24 {
    margin-left: 100px;
    margin-right: 100px;
  }

  ._1126-session2-title {
    font-size: 35px;
    line-height: 35px;
    bottom: 688px;
  }

  ._1126-session3-title {
    font-size: 40px;
    line-height: 40px;
    bottom: 689px;
  }

  .day2-kouryukai-name {
    font-size: 35px;
    line-height: 35px;
    bottom: 179px;
  }

  .day2-poster-exhibition-name {
    font-size: 35px;
    line-height: 35px;
    bottom: 158px;
  }

  .view-more-08_0 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1103px;
  }

  .mottomiru-moji-08_0 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-08_0 {
    font-size: 20px;
  }

  ._1126-session1-title-05-panel {
    font-size: 19px;
    line-height: 20px;
    bottom: 1328px;
  }

  .image-51 {
    bottom: auto;
  }

  ._1126-katagaki-13 {
    font-size: 18px;
    line-height: 20px;
    bottom: 44%;
  }

  .takahashi-shunichi {
    font-size: 28px;
    line-height: 28px;
    bottom: 40%;
  }

  .takahashi-shunichi-yomigana {
    font-size: 21px;
    line-height: 21px;
    bottom: 40%;
  }

  .paragraph-24 {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-25 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-26 {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-27 {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-28 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-29 {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-30 {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-31 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-32 {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-33 {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-34 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-35 {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-36 {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-37 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-38 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-30 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .paragraph-39 {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-40 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-41 {
    font-size: 18px;
    line-height: 25px;
  }

  .popup-okuda {
    display: none;
    overflow: visible;
  }

  .popup-item-profile {
    align-self: center;
    width: 80%;
    height: 80%;
    padding-bottom: 70px;
    display: block;
  }

  .image-52 {
    position: relative;
    bottom: 10px;
    left: 350px;
    overflow: clip;
  }

  .katagaki-1_1 {
    font-size: 15px;
    line-height: 20px;
    bottom: -8px;
  }

  .popup-name-01 {
    font-size: 25px;
    line-height: 30px;
    bottom: 63px;
  }

  .popup-yomigana-01 {
    font-size: 15px;
    bottom: 71px;
  }

  .paragraph-43 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 20px;
    line-height: 30px;
    position: static;
  }

  .popup-okazaki {
    display: none;
  }

  .image-55 {
    position: relative;
    bottom: -50px;
    left: 350px;
  }

  .close01 {
    width: 40px;
    height: 40px;
    bottom: 59px;
    left: 876px;
  }

  .katagaki-1_2 {
    font-size: 15px;
    line-height: 20px;
    bottom: -77px;
    left: 20px;
  }

  .popup-name-02 {
    font-size: 25px;
    line-height: 30px;
    bottom: 10px;
    left: 20px;
  }

  .popup-yomigana-02 {
    font-size: 15px;
    bottom: 16px;
    left: 20px;
  }

  .paragraph-44 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
  }

  .popup-hamamoto {
    display: none;
  }

  .popup-item-profile-02 {
    width: 80%;
    height: 80%;
  }

  .popup-item-profile-03 {
    width: 80%;
    height: 80%;
    overflow: scroll;
  }

  .close-02 {
    width: 40px;
    height: 40px;
    bottom: 36px;
    left: 823px;
  }

  .image-56 {
    bottom: -50px;
    left: 350px;
  }

  .katagaki-1_3 {
    font-size: 14px;
    line-height: 20px;
    top: auto;
    bottom: -74px;
  }

  .popup-name-03 {
    font-size: 25px;
    line-height: 30px;
    bottom: 16px;
  }

  .popup-yomigana-03 {
    font-size: 15px;
    bottom: 24px;
  }

  .paragraph-45 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
    left: auto;
  }

  .close-03 {
    bottom: 70px;
    left: 880px;
  }

  .popup-kurihara {
    display: none;
  }

  .popup-item-profile-04 {
    width: 80%;
    height: 80%;
  }

  .image-57 {
    top: 50px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-1_4 {
    font-size: 15px;
    line-height: 20px;
    bottom: -82px;
    left: 30px;
  }

  .popup-name-04 {
    font-size: 25px;
    line-height: 30px;
    bottom: 20px;
    left: 30px;
  }

  .popup-yomigana-04 {
    font-size: 15px;
    bottom: 27px;
    left: 30px;
  }

  .paragraph-46 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-04 {
    bottom: 87px;
    left: 839px;
  }

  .popup-hoshina {
    display: none;
  }

  .popup-item-profile-05 {
    width: 80%;
    height: 80%;
  }

  .image-58 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-1_5 {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    bottom: -46px;
    left: 20px;
  }

  .popup-name-05 {
    font-size: 25px;
    line-height: 30px;
    bottom: 43px;
    left: 20px;
  }

  .popup-yomigana-05 {
    font-size: 15px;
    bottom: 50px;
    left: 20px;
  }

  .paragraph-47 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-05 {
    bottom: 70px;
    left: 839px;
  }

  .popup-suzuki {
    display: none;
  }

  .popup-item-profile-06 {
    width: 80%;
    height: 80%;
  }

  .image-59 {
    bottom: -30px;
    left: 350px;
  }

  .katagaki-1_6 {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    bottom: -57px;
    left: 30px;
  }

  .popup-name-06 {
    font-size: 25px;
    line-height: 30px;
    bottom: 40px;
    left: 30px;
  }

  .popup-yomigana-06 {
    font-size: 15px;
    bottom: 45px;
    left: 30px;
  }

  .paragraph-48 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-06 {
    bottom: 87px;
    left: 839px;
  }

  .popup-google {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .popup-item-profile-07 {
    width: 80%;
    height: 80%;
    display: block;
  }

  .image-60 {
    bottom: -50px;
    left: 300px;
  }

  .katagaki-1_7 {
    font-size: 15px;
    line-height: 20px;
    bottom: -70px;
    left: -10px;
  }

  .popup-name-07 {
    font-size: 25px;
    line-height: 30px;
    bottom: 22px;
    left: -10px;
  }

  .popup-yomigana-28 {
    font-size: 15px;
    bottom: 30px;
    left: -8px;
  }

  .paragraph-49 {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: -50px;
  }

  .close07 {
    width: 40px;
    height: 40px;
    bottom: 55px;
    left: 859px;
  }

  .popup-otani {
    display: none;
  }

  .popup-item-profile-08 {
    width: 80%;
    height: 80%;
  }

  .image-61 {
    top: 50px;
    left: 350px;
  }

  .katagaki-1_8 {
    font-size: 15px;
    line-height: 20px;
    bottom: -53px;
    left: 20px;
  }

  .popup-name-08 {
    font-size: 25px;
    line-height: 30px;
    bottom: 8px;
    left: 20px;
  }

  .popup-yomigana-08 {
    font-size: 15px;
    bottom: 16px;
    left: 20px;
  }

  .paragraph-50 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close08 {
    bottom: 70px;
    left: 839px;
  }

  .popup-terabe {
    display: none;
  }

  .popup-item-profile-09 {
    width: 80%;
    height: 80%;
  }

  .image-62 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-1_9 {
    font-size: 15px;
    line-height: 20px;
    bottom: -35px;
    left: 20px;
  }

  .popup-name-09 {
    font-size: 25px;
    line-height: 30px;
    bottom: 49px;
    left: 20px;
  }

  .popup-yomigana-09 {
    font-size: 15px;
    bottom: 55px;
    left: 20px;
  }

  .paragraph-51 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-09 {
    bottom: 70px;
    left: 839px;
  }

  .popup-imai {
    display: none;
  }

  .popup-item-profile-10 {
    width: 80%;
    height: 80%;
  }

  .image-63 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-1_10 {
    font-size: 15px;
    line-height: 20px;
    bottom: -39px;
    left: 10px;
  }

  .popup-name-10 {
    font-size: 25px;
    line-height: 30px;
    bottom: 53px;
    left: 10px;
  }

  .popup-yomigana-10 {
    font-size: 15px;
    bottom: 58px;
    left: 10px;
  }

  .paragraph-52 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-10 {
    bottom: 70px;
    left: 839px;
  }

  .popup-kitagawa {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .popup-item-profile-11 {
    width: 80%;
    height: 80%;
  }

  .image-64 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-1_11 {
    font-size: 15px;
    line-height: 20px;
    bottom: -44px;
    left: 15px;
  }

  .popup-name-11 {
    font-size: 25px;
    line-height: 30px;
    bottom: 54px;
    left: 15px;
  }

  .popup-yomigana-11 {
    font-size: 15px;
    bottom: 60px;
    left: 5px;
  }

  .paragraph-53 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-11 {
    bottom: 70px;
    left: 839px;
  }

  .popup-matsuoka {
    display: none;
  }

  .popup-item-profile-12 {
    width: 80%;
    height: 80%;
  }

  .image-65 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-1_12 {
    font-size: 15px;
    line-height: 20px;
    bottom: -53px;
    left: 20px;
  }

  .popup-name-12 {
    font-size: 25px;
    line-height: 30px;
    bottom: 45px;
    left: 20px;
  }

  .popup-yomigana-12 {
    font-size: 15px;
    bottom: 54px;
    left: 20px;
  }

  .paragraph-54 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-12 {
    bottom: 70px;
    left: 839px;
  }

  .popup-takahashi-hi {
    display: none;
  }

  .popup-item-profile-13 {
    width: 80%;
    height: 80%;
  }

  .image-66 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_13 {
    font-size: 15px;
    line-height: 20px;
    bottom: -48px;
    left: 20px;
  }

  .popup-name-13 {
    font-size: 25px;
    line-height: 30px;
    bottom: 49px;
    left: 20px;
  }

  .popup-yomigana-13 {
    font-size: 15px;
    bottom: 55px;
    left: 20px;
  }

  .paragraph-55 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-13 {
    bottom: 70px;
    left: 839px;
  }

  .popup-sekitani {
    display: none;
  }

  .popup-item-profile-14 {
    width: 80%;
    height: 80%;
  }

  .image-67 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_14 {
    font-size: 15px;
    line-height: 20px;
    bottom: -58px;
    left: 10px;
  }

  .popup-name-14 {
    font-size: 25px;
    line-height: 30px;
    bottom: 50px;
    left: 10px;
  }

  .popup-yomigana-14 {
    font-size: 15px;
    bottom: 57px;
    left: 10px;
  }

  .paragraph-56 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-14 {
    bottom: 70px;
    left: 839px;
  }

  .popup-mizunuma {
    display: none;
  }

  .popup-item-profile-15 {
    width: 80%;
    height: 80%;
  }

  .image-68 {
    top: 30px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_15 {
    font-size: 15px;
    line-height: 20px;
    bottom: -59px;
    left: 20px;
  }

  .popup-name-15 {
    font-size: 25px;
    line-height: 30px;
    bottom: 45px;
    left: 20px;
  }

  .popup-yomigana-15 {
    font-size: 15px;
    bottom: 52px;
    left: 20px;
  }

  .paragraph-57 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-15 {
    bottom: 58px;
    left: 839px;
  }

  .popup-kondoh {
    display: none;
  }

  .popup-item-profile-16 {
    width: 80%;
    height: 80%;
  }

  .image-69 {
    top: 20px;
    bottom: auto;
    left: 300px;
  }

  .katagaki-2_16 {
    font-size: 15px;
    line-height: 20px;
    bottom: -50px;
    left: auto;
  }

  .popup-name-16 {
    font-size: 25px;
    line-height: 30px;
    bottom: 50px;
    left: auto;
  }

  .popup-yomigana-16 {
    font-size: 15px;
    bottom: 60px;
    left: auto;
  }

  .paragraph-58 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-16 {
    bottom: 87px;
    left: 839px;
  }

  .popup-oyama {
    display: none;
  }

  .popup-item-profile-17 {
    width: 80%;
    height: 80%;
  }

  .image-70 {
    top: 40px;
    left: 350px;
  }

  .katagaki-2_17 {
    font-size: 15px;
    line-height: 20px;
    bottom: -73px;
    left: 20px;
  }

  .popup-name-17 {
    font-size: 25px;
    line-height: 30px;
    bottom: 32px;
    left: 20px;
  }

  .popup-yomigana-17 {
    font-size: 15px;
    bottom: 40px;
    left: 20px;
  }

  .paragraph-59 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-17 {
    bottom: 70px;
    left: 839px;
  }

  .popup-hayakawa {
    display: none;
  }

  .popup-item-profile-18 {
    width: 80%;
    height: 80%;
  }

  .image-71 {
    top: 20px;
    left: 350px;
  }

  .katagaki-2_18 {
    font-size: 15px;
    line-height: 20px;
    bottom: -40px;
    left: 74px;
  }

  .popup-name-18 {
    font-size: 25px;
    line-height: 30px;
    bottom: 45px;
    left: 20px;
  }

  .popup-yomigana-18 {
    font-size: 15px;
    bottom: 52px;
    left: 20px;
  }

  .paragraph-61 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-18 {
    bottom: 70px;
    left: 839px;
  }

  .popup-koizumi {
    display: none;
  }

  .popup-item-profile-19 {
    width: 80%;
    height: 80%;
  }

  .image-72 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_19 {
    font-size: 15px;
    line-height: 20px;
    bottom: -35px;
    left: 20px;
  }

  .popup-name-19 {
    font-size: 25px;
    line-height: 30px;
    bottom: 51px;
    left: 20px;
  }

  .popup-yomigana-19 {
    font-size: 15px;
    bottom: 56px;
    left: 20px;
  }

  .paragraph-60 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-19 {
    bottom: 70px;
    left: 839px;
  }

  .popup-takahashi-shu {
    display: none;
  }

  .popup-item-profile-20 {
    width: 80%;
    height: 80%;
  }

  .image-73 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_20 {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    bottom: -37px;
    left: 20px;
  }

  .popup-name-20 {
    font-size: 25px;
    line-height: 30px;
    bottom: 51px;
    left: 20px;
  }

  .popup-yomigana-20 {
    font-size: 15px;
    bottom: 57px;
    left: 20px;
  }

  .paragraph-62 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-20 {
    bottom: 70px;
    left: 839px;
  }

  .popup-iijima {
    display: none;
  }

  .popup-item-profile-21 {
    width: 80%;
    height: 80%;
  }

  .image-74 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_21 {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    bottom: -53px;
    left: 20px;
  }

  .popup-name-21 {
    font-size: 25px;
    line-height: 30px;
    bottom: 50px;
    left: 20px;
  }

  .popup-yomigana-21 {
    font-size: 15px;
    bottom: 58px;
    left: 20px;
  }

  .paragraph-63 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-21 {
    bottom: 70px;
    left: 839px;
  }

  .popup-kawata {
    display: none;
  }

  .popup-item-profile-22 {
    width: 80%;
    height: 80%;
  }

  .image-75 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_22 {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    bottom: -53px;
    left: 20px;
  }

  .popup-name-22 {
    font-size: 25px;
    line-height: 30px;
    bottom: 48px;
    left: 20px;
  }

  .popup-yomigana-22 {
    font-size: 15px;
    bottom: 55px;
    left: 20px;
  }

  .paragraph-64 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-22 {
    bottom: 70px;
    left: 839px;
  }

  .popup-sato {
    display: none;
  }

  .popup-item-profile-23 {
    width: 80%;
    height: 80%;
  }

  .image-76 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_23 {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    bottom: -55px;
    left: -15px;
  }

  .popup-name-23 {
    font-size: 25px;
    line-height: 30px;
    bottom: 50px;
    left: -15px;
  }

  .popup-yomigana-23 {
    font-size: 15px;
    bottom: 57px;
    left: -15px;
  }

  .paragraph-65 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-23 {
    bottom: 70px;
    left: 895px;
  }

  .popup-ishii {
    display: none;
  }

  .popup-item-profile-24 {
    width: 80%;
    height: 80%;
  }

  .image-77 {
    top: 20px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_24 {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    bottom: -32px;
    left: 20px;
  }

  .popup-name-24 {
    font-size: 25px;
    line-height: 30px;
    bottom: 37px;
    left: 20px;
  }

  .popup-yomigana-24 {
    font-size: 15px;
    bottom: 47px;
    left: 20px;
  }

  .paragraph-66 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-24 {
    bottom: 70px;
    left: 839px;
  }

  .popup-iikura {
    font-size: 20px;
    display: none;
  }

  .popup-item-profile-25 {
    width: 80%;
    height: 80%;
  }

  .image-78 {
    top: 40px;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_25 {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    bottom: -54px;
    left: 10px;
  }

  .popup-name-25 {
    font-size: 25px;
    line-height: 30px;
    bottom: 22px;
    left: 10px;
  }

  .popup-yomigana-25 {
    font-size: 15px;
    bottom: 31px;
    left: 10px;
  }

  .paragraph-67 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: auto;
  }

  .close-25 {
    bottom: 70px;
    left: 839px;
  }

  .popup-okuda-02 {
    display: none;
  }

  .popup-item-profile-26 {
    width: 80%;
    height: 80%;
  }

  .image-79 {
    top: auto;
    bottom: auto;
    left: 350px;
  }

  .katagaki-2_26 {
    font-size: 15px;
    line-height: 20px;
    bottom: -18px;
    left: 20px;
  }

  .popup-name-26 {
    font-size: 25px;
    line-height: 30px;
    bottom: 67px;
    left: 20px;
  }

  .popup-yomigana-26 {
    font-size: 15px;
    bottom: 74px;
    left: 20px;
  }

  .paragraph-68 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: 40px;
  }

  .close-28 {
    bottom: 70px;
    left: 839px;
  }

  .teiin30 {
    font-size: 20px;
    line-height: 20px;
    bottom: 213px;
    left: 276.5px;
  }

  .image-80, .image-81, .image-82 {
    width: 100%;
  }

  .image-83 {
    width: 100%;
    margin-right: 30px;
  }

  .nav-header-sp {
    max-width: 100%;
    height: 140px;
  }

  .navbar-container-copy {
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
  }

  .header-wrapper-copy {
    background-color: #fff;
    width: 1800px;
    max-width: 1880px;
  }

  .image-1-copy {
    width: 180px;
  }

  .menu-wrapper-copy {
    height: 60px;
  }

  .request-button-copy {
    width: 300px;
    height: 50px;
    margin-right: 15px;
    font-size: 26px;
    line-height: 38px;
  }

  .concept-link-copy, .time-table-link-copy, .session-link-copy, .event-summary-link-copy {
    margin-right: 5px;
    font-size: 24px;
    line-height: 40px;
  }

  ._1125-session3-title-02-tb {
    width: 500px;
    font-size: 19px;
    line-height: 20px;
    bottom: 1011px;
  }

  ._1126-katagaki-10-tb {
    font-size: 18px;
    line-height: 20px;
    bottom: 1126px;
  }

  .event-concept-sp {
    height: 1000px;
  }

  .time-table-sp {
    bottom: 179px;
  }

  .image-15_1 {
    bottom: 541px;
    left: 729px;
  }

  .chugai-seiyaku-dxu {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 698px;
    left: 434px;
  }

  .suzuki-takao_2 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 663px;
    left: 434px;
  }

  .suzuki-takao-yomigana_2 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 664px;
    left: 434px;
  }

  .session-11-25-explanation-sp {
    height: 200px;
    font-size: 23px;
    line-height: 35px;
  }

  .session-11-26-explanation-sp {
    height: 300px;
    font-size: 23px;
    line-height: 35px;
  }

  .day1-session-op, .d1-session-op-sp {
    margin-left: 100px;
    margin-right: 100px;
  }

  .opening-sp_000 {
    margin-top: 160px;
  }

  .image-7-sp {
    margin-left: 100px;
    margin-right: 100px;
  }

  .image-15-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-01-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-01 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-01 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .image-15_1-sp {
    bottom: 541px;
    left: 729px;
  }

  .position-02-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 698px;
    left: 434px;
  }

  .suzuki-takao_2-sp {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 663px;
    left: 434px;
  }

  .suzuki-takao-yomigana_2-sp {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 664px;
    left: 434px;
  }

  .accordion-wrapper-sp {
    bottom: 322px;
  }

  .accordion-item-01-sp {
    height: auto;
    bottom: 276px;
  }

  .image-8-sp {
    margin-left: 100px;
    margin-right: 100px;
  }

  ._1125-session-title-sp {
    font-size: 35px;
    line-height: 35px;
    bottom: 623px;
  }

  .image-16-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-03-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-03 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-03 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  ._1125-session1-title-first-01-sp {
    font-size: 19px;
    bottom: 569px;
  }

  ._1125-session1-title-01-sp, ._1125-session1-title-02-sp {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-17-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-04-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-04 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .name-sp-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 663px;
    left: 434px;
  }

  .yomigana-sp-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 664px;
    left: 434px;
  }

  .yomigana-sp-04 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  ._1125-session1-title-03-sp {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-18-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-05-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-05 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-05 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  ._1125-session1-title-04-sp {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-19-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-06-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-06 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-06 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .accordion-item-02-sp {
    height: auto;
    bottom: 276px;
  }

  ._1125-session2-title-sp {
    font-size: 35px;
    line-height: 35px;
    bottom: 623px;
  }

  .image-9-sp {
    margin-left: 100px;
    margin-right: 100px;
  }

  ._1125-session2-title-01-sp, ._1125-session2-title-02-sp, ._1125-session2-title-03-sp {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-20-sp, .image-17-sp-copy, .image-21-sp, .image-22-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-07-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-07 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-07 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .position-08-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-08 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-08 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .position-09-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-09 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-09 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .accordion-item-03-sp {
    height: auto;
    bottom: 276px;
  }

  .image-10-sp {
    margin-left: 100px;
    margin-right: 100px;
  }

  ._1125-session3-title-sp {
    font-size: 35px;
    line-height: 35px;
    bottom: 623px;
  }

  ._1125-session3-title-01-sp, ._1125-session3-title-02-sp, ._1125-session3-title-03-sp, ._1125-session3-title-04-sp {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-23-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-10-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-10 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-10 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .image-24-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-11-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-11 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-11 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .image-25-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-12-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-12 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-12 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .image-26-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-13-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-13 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-13 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .closing-sp {
    bottom: 1333px;
  }

  .image-27-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-14-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-14 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-14 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .workshop-sp {
    bottom: 1239px;
  }

  .day1-workshop {
    font-size: 35px;
    line-height: 35px;
    bottom: 192px;
  }

  .poster-session-sp {
    bottom: 1248px;
  }

  .image-ps {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 77px;
  }

  .archive-sp {
    height: 200px;
    bottom: 900px;
  }

  .footer-subscribe-sp {
    bottom: 900px;
  }

  .opening-sp_0000 {
    margin-top: 160px;
  }

  .accordion-wrapper-sp-d2 {
    bottom: 322px;
  }

  .image-7-sp-02 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .image-15-sp-02 {
    bottom: 239px;
    left: 280px;
  }

  .position-01-sp-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-01-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-01-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .image-15_1-sp-02 {
    bottom: 541px;
    left: 729px;
  }

  .position-02-sp-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 698px;
    left: 434px;
  }

  .name-sp-02-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 663px;
    left: 434px;
  }

  .yomigana-sp-02-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 664px;
    left: 434px;
  }

  .accordion-item-01-sp-02 {
    height: auto;
    bottom: 276px;
  }

  .image-8-sp-02 {
    margin-left: 100px;
    margin-right: 100px;
  }

  ._1125-session-title-sp-02 {
    font-size: 35px;
    line-height: 35px;
    bottom: 623px;
  }

  ._1125-session1-title-01-sp-02 {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-16-sp-02 {
    bottom: 239px;
    left: 280px;
  }

  .position-03-sp-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-03-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-03-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  ._1125-session1-title-02-sp-02 {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-17-sp-02 {
    bottom: 239px;
    left: 280px;
  }

  .position-04-sp-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-04-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-04-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  ._1125-session1-title-03-sp-02, ._1125-session1-title-04-sp-copy {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .view-more-01-02 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1304px;
  }

  .image-18-sp-02 {
    bottom: 239px;
    left: 280px;
  }

  .position-05-sp-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-05-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-05-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .view-more-07_2 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1242px;
  }

  .mottomiru-moji-07_2 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-07_2 {
    font-size: 20px;
  }

  .accordion-item-contents-07_2 {
    height: 18%;
    display: none;
    bottom: 252px;
  }

  .div-block-23-02 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .paragraph-33-02 {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-34-02 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-35-02 {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion-item-02-sp-02 {
    height: auto;
    bottom: 276px;
  }

  .image-9-sp-02 {
    margin-left: 100px;
    margin-right: 100px;
  }

  ._1125-session2-title-sp-02 {
    font-size: 35px;
    line-height: 35px;
    bottom: 623px;
  }

  ._1125-session2-title-01-sp-02 {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-20-sp-02 {
    bottom: 239px;
    left: 280px;
  }

  ._1125-session2-title-02-sp-02 {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .position-07-sp-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-07-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-07-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  ._1125-session2-title-03-sp-02 {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .view-more-08_02 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1392px;
  }

  .view-more-02-copy {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1116px;
  }

  .mottomiru-moji-08_02 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-08_02 {
    font-size: 20px;
  }

  .accordion-item-contents-08-02 {
    height: 19%;
    display: none;
    bottom: 52px;
  }

  .div-block-24-02 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .paragraph-36-02 {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-37-02 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-38-02 {
    font-size: 18px;
    line-height: 25px;
  }

  .image-22-sp_1 {
    bottom: 239px;
    left: 280px;
  }

  .position-09-sp_1 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-09_1 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-09_1 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .opening-day2_1 {
    margin-top: 220px;
  }

  .heading-5-02 {
    margin-bottom: -10px;
    font-size: 40px;
    line-height: 40px;
  }

  .image-7-02 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .image-15-02 {
    bottom: 239px;
    left: 280px;
  }

  .chugai-seiyaku-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .okuda-osamu-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .okuda-osamu-yomigana-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .image-15_2 {
    bottom: 541px;
    left: 729px;
  }

  .chugai-seiyaku-dxu_2 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 698px;
    left: 434px;
  }

  .ishii-nobuya_1 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 663px;
    left: 434px;
  }

  .kondoh-yomigana_1 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 664px;
    left: 434px;
  }

  .accordion-item-03-sp-02 {
    height: auto;
    bottom: 276px;
  }

  .image-10-sp-02 {
    margin-left: 100px;
    margin-right: 100px;
  }

  ._1125-session3-title-sp-02 {
    font-size: 35px;
    line-height: 35px;
    bottom: 623px;
  }

  ._1125-session3-title-01-sp-02, ._1125-session3-title-02-sp-02 {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-24-sp-02 {
    bottom: 239px;
    left: 280px;
  }

  .position-11-sp-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-11-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-11-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  ._1125-session3-title-03-sp-02 {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-25-sp-02 {
    bottom: 239px;
    left: 280px;
  }

  .position-12-sp-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-12-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-12-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  ._1125-session3-title-04-sp-02 {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-26-sp-02 {
    bottom: 239px;
    left: 280px;
  }

  .position-13-sp-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-13-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-13-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .view-more-9-02 {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1364px;
  }

  .mottomiru-moji-9-02 {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-9-02 {
    font-size: 20px;
  }

  .accordion-item-contents-9-02 {
    height: 19%;
    display: none;
    bottom: -70px;
  }

  .div-block-30-02 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .paragraph-39-02 {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-40-02 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-41-02 {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion-item-contents-09-02 {
    height: 19%;
    display: none;
    bottom: 52px;
  }

  .div-block-25-02 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .paragraph-36-02_2 {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-37-02_2 {
    font-size: 28px;
    line-height: 40px;
  }

  .image-22-sp_1-copy {
    bottom: 239px;
    left: 280px;
  }

  .position-09-sp_1-copy {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-09_1-copy {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-09_1-copy {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .closing-sp-02 {
    bottom: 1333px;
  }

  .image-19-02 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 66px;
  }

  .image-27-sp-02 {
    bottom: 239px;
    left: 280px;
  }

  .position-14-sp-02 {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-14-02 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-14-02 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .workshop-sp-copy {
    bottom: 1239px;
  }

  .image-20-copy {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 78px;
  }

  .day1-workshop-name-copy, .day1-workshop-copy {
    font-size: 35px;
    line-height: 35px;
    bottom: 192px;
  }

  .view-more-04-copy {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 147px;
  }

  .mottomiru-moji-04-copy {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-04-copy {
    font-size: 20px;
  }

  .accordion-item-contents-04-copy {
    display: none;
    bottom: 1289px;
  }

  .div-block-11-copy {
    background-color: var(--white);
    margin-left: 100px;
    margin-right: 100px;
  }

  .poster-session-sp-copy {
    bottom: 1248px;
  }

  .image-ps-copy {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 77px;
  }

  .day1-poster-session-name-copy {
    font-size: 35px;
    line-height: 35px;
    bottom: 181px;
  }

  .view-more-05-copy {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 124px;
  }

  .mottomiru-moji-05-copy {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-05-copy {
    font-size: 20px;
  }

  .kouryukai-02 {
    bottom: 1253px;
  }

  .image-22-02 {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 74px;
  }

  .day1-kouryukai-name-02 {
    font-size: 35px;
    line-height: 35px;
    bottom: 171px;
  }

  .view-more-06-copy {
    margin-left: 100px;
    margin-right: 100px;
    bottom: 126px;
  }

  .mottomiru-moji-06-copy {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-06-copy {
    font-size: 20px;
  }

  .poster-exhibition-02 {
    bottom: 1151px;
  }

  .image-23-02 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .day1-poster-exhibition-name-02 {
    font-size: 35px;
    line-height: 35px;
    bottom: 150px;
  }

  .accordion-wrapper-day2-copy {
    bottom: 316px;
  }

  .outline-sp {
    height: 1000px;
    bottom: 1100px;
  }

  .chugai-seiyaku-dxu-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 698px;
    left: 434px;
  }

  .image-12-sp {
    max-width: 100%;
    height: 220%;
    max-height: 300%;
    bottom: -25px;
  }

  .container-15-sp {
    max-width: 1810px;
  }

  .footer-link-three-01-sp, .footer-link-three-02-sp, .footer-link-three-03-sp, .footer-link-three-04-sp.w--current {
    font-size: 24px;
    line-height: 30px;
  }

  .image-80-sp, .image-81-sp, .image-82-sp {
    width: 100%;
  }

  .footer-legal-link-sp {
    font-size: 14px;
  }

  .bold-text-sp {
    font-size: 15px;
  }

  .popup-suzuki-02 {
    display: none;
  }

  .nav-header-copy {
    max-width: 100%;
    height: 140px;
  }

  .nav-header-tbsp {
    max-width: 100%;
    height: 140px;
    display: none;
  }

  .navbar-container-tbsp {
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
  }

  .header-wrapper-tbsp {
    background-color: #fff;
    width: 1800px;
    max-width: 1880px;
  }

  .menu-wrapper-tbsp {
    height: 60px;
  }

  .request-button-tbsp {
    width: 300px;
    height: 50px;
    margin-right: 15px;
    font-size: 26px;
    line-height: 38px;
  }

  .concept-link-tbsp, .time-table-link-tbsp, .session-link-tbsp, .event-summary-link-tbsp {
    margin-right: 5px;
    font-size: 24px;
    line-height: 40px;
  }

  .view-more-03-copy {
    height: 40px;
    margin-left: 100px;
    margin-right: 100px;
    bottom: 1361px;
  }

  .mottomiru-moji-03-copy {
    font-size: 18px;
    line-height: 18px;
  }

  .mottomiru-sankaku-03-copy {
    font-size: 20px;
  }

  .event-outline-main-sp {
    top: auto;
    bottom: 345px;
  }

  .container_1 {
    max-width: none;
  }

  .testimonial-card-three {
    width: auto;
    max-width: 100%;
    padding-bottom: 0;
  }

  .container_2 {
    max-width: none;
  }

  .testimonial-card-three_2 {
    padding-bottom: 0;
  }

  .accordion_session1 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-without-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-22 {
    display: block;
  }

  .hero-wrapper-two-2 {
    max-width: none;
  }

  .margin-bottom-24px-2 {
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-78 {
    font-size: 23px;
    line-height: 25px;
  }

  .paragraph-79 {
    font-size: 15px;
  }

  .view-more_1 {
    height: 50px;
  }

  .mottomiru-yajirushi_1 {
    font-size: 18px;
    line-height: 25px;
  }

  .mottomiru_1 {
    font-size: 18px;
  }

  .container_3 {
    max-width: none;
  }

  .testimonial-card-three_3 {
    padding-bottom: 0;
  }

  .view-more_2 {
    height: 50px;
  }

  .mottomiru_2 {
    font-size: 18px;
  }

  .mottomiru-yajirushi_2 {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion_session2 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-without-image_2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-two-2_2 {
    max-width: none;
  }

  .margin-bottom-24px-2_2 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-82 {
    font-size: 23px;
    line-height: 25px;
  }

  .paragraph-83 {
    font-size: 15px;
  }

  .container_4 {
    max-width: none;
  }

  .testimonial-card-three_4 {
    padding-bottom: 0;
  }

  .view-more_3 {
    height: 50px;
  }

  .mottomiru_3 {
    font-size: 18px;
  }

  .mottomiru-yajirushi_3 {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion_session3 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-without-image_3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-two-3 {
    max-width: none;
  }

  .margin-bottom-24px-2_3 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-84 {
    font-size: 23px;
    line-height: 25px;
  }

  .paragraph-85 {
    font-size: 15px;
  }

  .container_5 {
    max-width: none;
  }

  .testimonial-card-three_5 {
    padding-bottom: 0;
  }

  .container_6 {
    max-width: none;
  }

  .testimonial-card-three_6 {
    padding-bottom: 0;
  }

  .view-more_4 {
    height: 50px;
    bottom: 0%;
  }

  .mottomiru_4 {
    font-size: 18px;
    line-height: 20px;
  }

  .mottomiru-yajirushi_4 {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion_ws {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-without-image_4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-two-4 {
    max-width: none;
  }

  .margin-bottom-24px-2_4 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .container_7 {
    max-width: none;
  }

  .testimonial-card-three_7 {
    padding-bottom: 0;
  }

  .view-more_5 {
    height: 50px;
    bottom: 0;
  }

  .mottomiru_6 {
    font-size: 18px;
    line-height: 20px;
  }

  .mottomiru-yajirushi_7 {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion_ps {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-without-image_5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-two-5 {
    max-width: none;
  }

  .margin-bottom-24px-2_5 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .container_8 {
    max-width: none;
  }

  .testimonial-card-three_8 {
    padding-bottom: 0;
  }

  .day1_pt {
    padding-bottom: 50px;
  }

  .container_9 {
    max-width: none;
  }

  .testimonial-card-three_9 {
    padding-bottom: 20px;
  }

  .container2_1 {
    max-width: none;
  }

  .testimonial-card-three2_1 {
    width: auto;
    max-width: 100%;
    padding-bottom: 0;
  }

  .container2_2 {
    max-width: none;
  }

  .testimonial-card-three2_2 {
    padding-bottom: 0;
  }

  .view-more2_1 {
    height: 50px;
  }

  .mottomiru2_1 {
    font-size: 18px;
  }

  .mottomiru-yajirushi2_1 {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion2_session1 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-without-image2_1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-two-2-2_1 {
    max-width: none;
  }

  .margin-bottom-24px-2-2_1 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-88 {
    font-size: 23px;
    line-height: 25px;
  }

  .paragraph-89 {
    font-size: 15px;
  }

  .container2_3 {
    max-width: none;
  }

  .testimonial-card-three2_3 {
    padding-bottom: 0;
  }

  .view-more2_2 {
    height: 50px;
  }

  .mottomiru2_2 {
    font-size: 18px;
  }

  .mottomiru-yajirushi2_2 {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion2_session2 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-without-image2_2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-two2-2_2 {
    max-width: none;
  }

  .margin-bottom-24px-2-2_2 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-90 {
    font-size: 23px;
    line-height: 25px;
  }

  .container2_4 {
    max-width: none;
  }

  .testimonial-card-three2_4 {
    padding-bottom: 0;
  }

  .view-more2_4 {
    height: 50px;
  }

  .mottomiru2_4 {
    font-size: 18px;
  }

  .mottomiru-yajirushi2_4 {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion2_session3 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-without-image2_3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-two2-2_4 {
    max-width: none;
  }

  .margin-bottom-24px-2-2_4 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-92 {
    font-size: 23px;
    line-height: 25px;
  }

  .paragraph-93 {
    font-size: 15px;
  }

  .container2_5 {
    max-width: none;
  }

  .testimonial-card-three2_5 {
    padding-bottom: 0;
  }

  .container2_6 {
    max-width: none;
  }

  .testimonial-card-three2_6 {
    padding-bottom: 0;
  }

  .container2_7 {
    max-width: none;
  }

  .testimonial-card-three2_7 {
    padding-bottom: 20px;
  }

  .paragraph-94 {
    font-size: 15px;
  }

  ._1125-session2-title-04-sp-02 {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-28-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-15-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-15 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-15 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .div-block-37 {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
  }

  .paragraph-96 {
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  .popup-shibayama {
    display: none;
  }

  .popup-item-profile-28 {
    width: 80%;
    height: 80%;
  }

  .image-600 {
    bottom: -10px;
    left: 300px;
  }

  .katagaki-1_13 {
    font-size: 15px;
    line-height: 20px;
    bottom: 142px;
  }

  .popup-name-28_1 {
    font-size: 25px;
    line-height: 30px;
    bottom: 45px;
    left: 548px;
  }

  .paragraph-490 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    bottom: 30px;
  }

  .close28 {
    width: 30px;
    height: 30px;
    bottom: 209px;
    left: 1011px;
  }

  .paragraph-96_sp {
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  .div-block-37_2 {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
  }

  .paragraph-96_2, .paragraph-96_2_sp {
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  ._1125-session2-title-04_-sp-02, ._1125-session1-title-01_1-sp {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .tojiru2_1 {
    font-size: 18px;
    display: none;
  }

  .image-82_4, .image-83-sp {
    width: 100%;
  }

  .tojiru2_2, .tojiru2_4 {
    font-size: 18px;
    display: none;
  }

  .tojiru_1, .tojiru_2, .tojiru_3 {
    font-size: 18px;
  }

  .tojiru_4, .tojiru_6 {
    font-size: 18px;
    line-height: 20px;
  }

  .tojiru-moji-02, .tojiru-moji-01, .tojiru-moji-03, .tojiru-moji-04, .tojiru-moji-05, .tojiru-moji-07_2, .tojiru-moji-08_02, .tojiru-moji-9-02 {
    font-size: 18px;
    line-height: 18px;
  }

  .yomigana-sp-16, .yomigana-sp-17, .yomigana-sp-18 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .paragraph-7_1 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-6_2, .paragraph-7_2 {
    padding-left: 202px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-11_1 {
    font-size: 20px;
    bottom: 20%;
  }

  .paragraph-20_1 {
    font-size: 20px;
    bottom: 32.5%;
  }

  .paragraph-11_01 {
    font-size: 20px;
    bottom: 15%;
  }

  .paragraph-20-copy {
    font-size: 20px;
    bottom: 32%;
  }

  ._1125-session2-title-04-sp {
    width: 36%;
    font-size: 19px;
    bottom: 575px;
  }

  .image-29-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-16-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .name-sp-16 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .yomigana-sp-16_1 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .div-block-38 {
    height: 70px;
    top: 5.2%;
  }

  .image-1134 {
    width: 300px;
    margin-right: 30px;
  }

  .image-1135 {
    width: 300px;
  }

  .link-block-13 {
    justify-content: flex-start;
    align-items: center;
    width: 15%;
    height: 100%;
    display: flex;
  }

  .popup-yomigana-28_1 {
    font-size: 15px;
    bottom: 103px;
    left: auto;
  }

  .navbar-header-tb {
    position: relative;
    top: 111px;
  }

  .mobile-margin-top-12 {
    width: 50%;
  }

  .button-primary-6 {
    text-align: center;
    background-image: linear-gradient(49deg, #8bb8f8, #b543f4);
    border-radius: 50px;
    width: 100%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 14px;
  }

  .navbar-header-sp {
    position: relative;
    top: 111px;
  }

  .paragraph-19_1, .paragraph-19_2, .paragraph-19_3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .image-1107-sp {
    bottom: 239px;
    left: 280px;
  }

  .position-1107-sp {
    margin-left: 36.5%;
    font-size: 18px;
    line-height: 20px;
    bottom: 395px;
    left: -10px;
  }

  .yomigana-sp-1107 {
    margin-left: 36.3%;
    font-size: 21px;
    line-height: 21px;
    bottom: 365px;
    left: -10px;
  }

  .name-sp-1107 {
    margin-left: 36.5%;
    font-size: 28px;
    line-height: 30px;
    bottom: 363px;
    left: -10px;
  }

  .heading-26 {
    font-size: 100px;
    line-height: 100px;
  }

  .text-block-27 {
    font-size: 35px;
    line-height: 50px;
  }

  .report {
    padding-top: 100px;
  }

  .heading-28 {
    font-size: 100px;
    line-height: 100px;
  }

  .text-block-29 {
    font-size: 35px;
    line-height: 50px;
  }

  .code-embed {
    bottom: 333px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .list-item-1108 {
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text-4 {
    font-size: 20px;
    line-height: 28px;
  }

  .list-1108 {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 18px;
  }

  .list-item-1109 {
    font-size: 20px;
    line-height: 22px;
  }

  .list-item-1110 {
    font-size: 20px;
  }

  .paragraph-984 {
    font-size: 32px;
    line-height: 60px;
  }

  .div-block-42 {
    width: 25%;
  }

  .container-27 {
    height: 80px;
  }

  .paragraph-985 {
    font-size: 38px;
    line-height: 40px;
  }

  .paragraph-986 {
    font-size: 42px;
    line-height: 50px;
  }

  .archive-accordion {
    margin-top: 0;
    display: none;
  }

  .paragraph-987, .paragraph-988, .paragraph-989 {
    font-size: 28px;
    line-height: 35px;
  }

  .div-block-43, .div-block-44, .div-block-45 {
    width: 500px;
  }

  .paragraph-990 {
    margin-left: 100px;
    font-size: 22px;
    line-height: 25px;
  }

  .popup-archive-movie-01 {
    display: none;
  }

  .image-1141 {
    top: 100px;
    right: 220px;
  }

  .popup-archive-movie-02 {
    display: none;
  }

  .image-1142 {
    top: 100px;
    right: 220px;
  }

  .popup-archive-movie-03 {
    display: none;
  }

  .image-1143 {
    top: 100px;
    right: 220px;
  }

  .button-10, .button-11 {
    width: 350px;
    height: 80px;
    font-size: 24px;
  }

  .div-block-50 {
    display: none;
  }

  .div-block-52 {
    width: 800px;
    height: 200px;
    bottom: 480px;
  }

  .heading-29 {
    font-size: 100px;
    line-height: 100px;
  }

  .text-block-31 {
    font-size: 35px;
    line-height: 50px;
  }

  .archive-accordion-sp {
    margin-top: 0;
    display: none;
  }

  .div-block-50-sp {
    display: none;
  }

  .button-10_1, .button-11_1 {
    width: 350px;
    height: 80px;
    font-size: 24px;
  }

  .div-block-50_sp {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-3, .container {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-header {
    display: none;
  }

  .menu-wrapper {
    background-color: #0000;
  }

  .header-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .concept-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .time-table-link, .session-link, .event-summary-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main-visual {
    margin-top: 75px;
    overflow: visible;
  }

  .body {
    height: 4600px;
  }

  .quick-stack {
    height: 450px;
    padding-left: 5%;
    padding-right: 3%;
  }

  .copy {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-1 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    font-size: 10.5px;
  }

  .paragraph-3 {
    margin-left: 0;
    font-size: 13px;
  }

  .time-table {
    position: relative;
    bottom: 53px;
  }

  .container-6 {
    position: static;
  }

  .heading {
    width: 600px;
    height: 45px;
    margin-left: 30px;
    font-family: Jost, sans-serif;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block {
    margin-left: 40px;
    margin-right: 90px;
    padding-left: 0;
    font-size: 15px;
  }

  .div-block {
    bottom: 3473px;
  }

  .image-5 {
    height: 85%;
  }

  .day1 {
    font-size: 30px;
    bottom: 735px;
  }

  .day2 {
    font-size: 30px;
    bottom: 785px;
  }

  ._1125-thu {
    font-size: 15px;
    bottom: 761px;
    left: 22%;
  }

  ._1126-fri {
    font-size: 15px;
    bottom: 780px;
    left: 61.5%;
  }

  .digital-innovation {
    width: 36%;
    font-size: 13px;
    bottom: 782px;
    left: 13%;
  }

  .r-d-innovation {
    width: 36%;
    height: 20px;
    margin-left: 3px;
    font-size: 13px;
    line-height: 16px;
    bottom: 800px;
    left: 51.5%;
  }

  ._1125-time-01 {
    font-size: 12px;
    bottom: 758px;
  }

  ._1125-opening {
    font-size: 13px;
    bottom: 779px;
    left: 31%;
  }

  ._1125-opening-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    bottom: 783px;
  }

  .session {
    max-width: 100%;
    margin-top: -100px;
    padding-top: 100px;
    bottom: 2097px;
  }

  .heading-2 {
    width: 600px;
    height: 45px;
    margin-left: 30px;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-2 {
    margin-left: 40px;
    font-size: 15px;
  }

  .container-10 {
    max-width: 100%;
  }

  .tab-pane-tab-1, .tabs-menu {
    left: auto;
  }

  .tab-link-tab-1 {
    width: 50%;
  }

  .tabs {
    width: 100%;
    bottom: 42px;
  }

  .text-block-3, .text-block-4 {
    font-size: 25px;
  }

  .day1-digital-innovation {
    font-size: 11px;
  }

  .day2-r-d-innovation {
    width: 275px;
    font-size: 11px;
  }

  .tab-pane-tab-2 {
    width: 72.5%;
    max-width: none;
    left: auto;
  }

  .container-11 {
    height: 1800px;
  }

  .session-11-7-thu {
    font-size: 15px;
    line-height: 15px;
  }

  .session-digital-innovation {
    height: 25px;
    font-size: 20px;
    line-height: 25px;
  }

  .session-11-7-explanation {
    font-size: 9.5px;
    line-height: 15px;
  }

  .opening {
    height: auto;
    position: relative;
    bottom: 35px;
  }

  .heading-5 {
    font-size: 16px;
  }

  .image-7 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 38px;
  }

  .accordion-item-01 {
    bottom: 167px;
  }

  .heading-6 {
    text-align: left;
    font-size: 16px;
  }

  .image-8 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  .accordion-item-contents-01 {
    height: auto;
    display: none;
    bottom: 220px;
  }

  .div-block-3 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .image-9 {
    width: 12%;
    bottom: 282px;
    left: 85px;
  }

  ._1125-session-title {
    font-size: 15px;
    bottom: 288px;
    left: -6%;
  }

  ._1125-session1-title-01 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  ._1125-session1-title-03 {
    line-height: 10px;
    bottom: 436px;
    left: 33%;
  }

  .preferred-networks {
    line-height: 10px;
    bottom: 340px;
  }

  .okazaki-naoaki {
    font-size: 12px;
    line-height: 14px;
    bottom: 342px;
  }

  .naoaki-okazaki-yomigana {
    font-size: 8px;
    bottom: 347px;
  }

  .accordion-item-02 {
    height: auto;
    bottom: 228px;
  }

  .accordion-item-contents-02 {
    display: none;
    bottom: 822px;
  }

  .div-block-4 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .heading-7 {
    font-size: 16px;
  }

  .image-10 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 48px;
  }

  ._1107-session2-title {
    width: 400px;
    font-size: 15px;
    line-height: 18px;
    bottom: 283px;
    left: -6%;
  }

  ._1125-session2-title-01 {
    line-height: 9px;
    bottom: 280px;
  }

  ._1125-session2-title-02 {
    line-height: 9px;
    bottom: 348px;
  }

  .image-11 {
    bottom: 273px;
  }

  .chugai {
    width: 25%;
    font-size: 7.5px;
    line-height: 10px;
    bottom: 340px;
  }

  .suzuki-takao {
    font-size: 12px;
    bottom: 343px;
  }

  .suzuki-takao-yomigana {
    font-size: 8px;
    bottom: 349px;
  }

  .view-more-01 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 699px;
  }

  .mottomiru-moji-01 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-01 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 5px;
  }

  .image-12 {
    height: 120%;
  }

  ._1125-click-01 {
    bottom: 781px;
  }

  ._1125-time-02 {
    font-size: 12px;
    bottom: 767px;
  }

  ._1125-session-01 {
    font-size: 13px;
    bottom: 788px;
    left: 31%;
  }

  ._1125-session01-link {
    height: 35px;
    font-size: 8px;
    line-height: 15px;
    bottom: 792px;
  }

  ._1125-click-02 {
    bottom: 791px;
  }

  ._1125-time-03 {
    font-size: 12px;
    bottom: 779px;
  }

  ._1125-session-02 {
    font-size: 13px;
    bottom: 800px;
    left: 31%;
  }

  ._1125-session02-link {
    height: 35px;
    font-size: 7.5px;
    line-height: 8px;
    bottom: 804px;
  }

  ._1125-session02-link.scroll103 {
    font-size: 9px;
    line-height: 9px;
  }

  ._1125-click-03 {
    bottom: 806px;
  }

  ._1125-time-04 {
    font-size: 12px;
    bottom: 791px;
  }

  ._1125-session-03 {
    font-size: 13px;
    bottom: 812px;
    left: 31%;
  }

  ._1125-session03-link {
    height: 35px;
    font-size: 9px;
    line-height: 9px;
    bottom: 816px;
  }

  ._1125-session03-link.scroll104 {
    line-height: 9px;
  }

  ._1125-click-04 {
    bottom: 819px;
  }

  ._1125-time-05 {
    font-size: 12px;
    bottom: 804px;
  }

  ._1125-closing {
    font-size: 13px;
    bottom: 825px;
    left: 31%;
  }

  ._1125-closing-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    bottom: 829px;
  }

  ._1125-click-05 {
    bottom: 828px;
  }

  ._1125-time-06 {
    font-size: 12px;
    bottom: 818px;
  }

  ._1125-workshop {
    font-size: 12px;
    bottom: 839px;
    left: 29%;
  }

  ._1125-workshop-link {
    height: 35px;
    font-size: 10px;
    line-height: 10px;
    bottom: 843px;
  }

  ._1125-click-06 {
    bottom: 837px;
  }

  ._1125-offline-01 {
    font-size: 6px;
    bottom: 880px;
    left: 39.5%;
  }

  ._1125-time-07 {
    font-size: 12px;
    bottom: 852px;
  }

  ._1125-poster-session {
    font-size: 12px;
    bottom: 873px;
    left: 31%;
  }

  ._1125-poster-session-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    bottom: 877px;
  }

  ._1125-click-07 {
    bottom: 875px;
  }

  ._1125-offline-02 {
    font-size: 6px;
    bottom: 915px;
    left: 39.5%;
  }

  ._1125-time-08 {
    font-size: 12px;
    bottom: 889px;
  }

  ._1125-konshinkai {
    font-size: 12px;
    bottom: 910px;
    left: 27%;
  }

  ._1125-konshinkai-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    bottom: 914px;
  }

  ._1125-click-08 {
    bottom: 911px;
  }

  ._1125-offline-03 {
    font-size: 6px;
    bottom: 952px;
    left: 39.5%;
  }

  ._1125-foyer {
    font-size: 12px;
    bottom: 925px;
  }

  ._1125-poster {
    font-size: 12px;
    bottom: 945px;
    left: 27%;
  }

  ._1125-poster-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    bottom: 949px;
  }

  ._1125-offline-04 {
    font-size: 6px;
    bottom: 987px;
    left: 39.5%;
  }

  ._1125-click-09 {
    bottom: 948px;
  }

  ._1126-time-01 {
    font-size: 12px;
    bottom: 1513px;
  }

  ._1126-opening {
    font-size: 13px;
    bottom: 1534px;
    left: 69.5%;
  }

  ._1126-opening-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    bottom: 1538px;
  }

  ._1126-click-01 {
    bottom: 1538px;
  }

  ._1126-time-02 {
    font-size: 12px;
    bottom: 1521px;
  }

  ._1126-session01 {
    font-size: 13px;
    bottom: 1542px;
    left: 69.5%;
  }

  ._1126-session01-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    bottom: 1546px;
  }

  ._1126-click-02 {
    bottom: 1561px;
  }

  ._1126-time-03 {
    font-size: 12px;
    bottom: 1540px;
  }

  ._1126-session02 {
    font-size: 13px;
    bottom: 1561px;
    left: 69.5%;
  }

  ._1126-session02-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    bottom: 1565px;
  }

  ._1126-click-03 {
    bottom: 1565px;
  }

  ._1126-time-04 {
    font-size: 12px;
    bottom: 1552px;
  }

  ._1126-session03 {
    font-size: 13px;
    bottom: 1573px;
    left: 69.5%;
  }

  ._1126-session03-link {
    height: 35px;
    font-size: 9px;
    line-height: 9px;
    bottom: 1577px;
  }

  ._1126-click-04 {
    bottom: 1591px;
  }

  ._1126-time-05 {
    font-size: 12px;
    bottom: 1572px;
  }

  ._1126-closing {
    font-size: 13px;
    bottom: 1593px;
    left: 69.5%;
  }

  ._1126-closing-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    top: -1597px;
    bottom: 1759px;
  }

  ._1126-click-05 {
    bottom: 1596px;
  }

  ._1126-time-06 {
    font-size: 12px;
    bottom: 1586px;
  }

  ._1126-konshinkai {
    font-size: 12px;
    bottom: 1607px;
    left: 69.5%;
  }

  ._1126-konshinkai-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    bottom: 1611px;
  }

  ._1126-click-06 {
    bottom: 1609px;
  }

  ._1126-offline-01 {
    font-size: 6px;
    bottom: 1649px;
    left: 78%;
  }

  ._1126-time-07 {
    font-size: 12px;
    bottom: 1621px;
  }

  ._1126-poster {
    font-size: 12px;
    bottom: 1641px;
    left: 69.5%;
  }

  ._1126-poster-link {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
    bottom: 1645px;
  }

  ._1126-click-07 {
    bottom: 1644px;
  }

  ._1126-offline-02 {
    font-size: 6px;
    bottom: 1683px;
    left: 78%;
  }

  .list-item-2 {
    list-style-type: none;
  }

  .list-item-3 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  ._1125-session1-title-first-01 {
    margin-left: 15.5%;
    font-size: 9px;
    bottom: 279px;
  }

  .image-15 {
    bottom: 119px;
  }

  .chugai-seiyaku {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 184px;
  }

  .okuda-osamu {
    font-size: 12px;
    bottom: 183px;
  }

  .okuda-osamu-yomigana {
    font-size: 8px;
    bottom: 188px;
  }

  .image-kurihara {
    width: 12%;
    bottom: 435px;
    left: 33%;
  }

  .keio-gijuku {
    line-height: 10px;
    bottom: 493px;
    left: -11px;
  }

  .kurihara-satoshi {
    font-size: 12px;
    line-height: 14px;
    bottom: 494px;
    left: -11px;
  }

  .kurihara-satoshi-yomigana {
    font-size: 8px;
    bottom: 500px;
    left: -11px;
  }

  ._1125-session1-title-02 {
    margin-left: 15.5%;
    bottom: 492px;
  }

  .image-hamamoto {
    width: 12%;
    bottom: 487px;
    left: 85px;
  }

  .kokuritugancenter {
    line-height: 10px;
    bottom: 545px;
  }

  .hamamoto-ryuji {
    font-size: 12px;
    line-height: 14px;
    bottom: 546px;
  }

  .hamamoto-ryuji-yomigana {
    font-size: 8px;
    bottom: 552px;
  }

  ._1125-session1-title-04 {
    bottom: 644px;
    left: 33%;
  }

  .image-hoshina {
    width: 12%;
    bottom: 636px;
    left: 33%;
  }

  .accenture {
    line-height: 10px;
    bottom: 693px;
    left: -11px;
  }

  .hoshina-gakuse {
    font-size: 12px;
    line-height: 14px;
    bottom: 695px;
    left: -11px;
  }

  .hoshina-gakuse-yomigana {
    font-size: 8px;
    bottom: 701px;
    left: -11px;
  }

  .image-16 {
    bottom: 351px;
  }

  .google-ai {
    line-height: 10px;
    bottom: 405px;
  }

  .name-tbd01 {
    font-size: 12px;
    bottom: 404px;
  }

  .yomigana-tbd01 {
    font-size: 8px;
    bottom: 410px;
  }

  ._1125-session2-title-03 {
    line-height: 9px;
    bottom: 532px;
    left: 33%;
  }

  .image-17 {
    bottom: 525px;
    left: 33%;
  }

  .microsoft-japan {
    width: 30%;
    font-size: 7.5px;
    line-height: 10px;
    bottom: 593px;
    left: -11px;
  }

  .otani-ken {
    font-size: 12px;
    bottom: 600px;
    left: -11px;
  }

  .otani-ken-yomigana {
    font-size: 8px;
    bottom: 606px;
    left: -11px;
  }

  .view-more-02 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 582px;
  }

  .mottomiru-moji-02 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-02 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .accordion-item-03 {
    bottom: 789px;
  }

  .accordion-item-contents-03 {
    display: none;
    bottom: 818px;
  }

  .heading-8 {
    font-size: 16px;
  }

  .image-18 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  ._1125-session3-title {
    width: 400px;
    font-size: 15px;
    line-height: 18px;
    bottom: 311px;
    left: -6%;
  }

  ._1125-session3-title-03 {
    line-height: 9px;
    bottom: 458px;
    left: 33%;
  }

  ._1125-session3-title-02 {
    width: 42%;
    margin-left: 15.5%;
    line-height: 9px;
    display: none;
    bottom: 507px;
  }

  ._1125-session3-title-04 {
    width: 36%;
    line-height: 9px;
    bottom: 638px;
    left: 33%;
  }

  .image-terabe {
    width: 12%;
    bottom: 303px;
    left: 75px;
  }

  .image-kitagawa {
    width: 12%;
    bottom: 450px;
    left: 33%;
  }

  .image-imai {
    width: 12%;
    bottom: 493px;
    left: 75px;
  }

  .image-matsuoka {
    width: 12%;
    bottom: 631px;
    left: 33%;
  }

  .deloitte {
    line-height: 10px;
    bottom: 361px;
    left: -10px;
  }

  .quera {
    line-height: 10px;
    bottom: 505px;
    left: -11px;
  }

  .kokuritugancenter-higashi {
    line-height: 10px;
    bottom: 544px;
    left: -10px;
  }

  .qunasys {
    line-height: 10px;
    bottom: 684px;
    left: -11px;
  }

  .terabe-masayoshi {
    font-size: 12px;
    line-height: 14px;
    bottom: 363px;
    left: -10px;
  }

  .terabe-masayoshi-yomigna {
    font-size: 8px;
    bottom: 368px;
    left: -10px;
  }

  .kitagawa-takuya {
    font-size: 12px;
    line-height: 14px;
    bottom: 503px;
    left: -11px;
  }

  .kitagawa-takuya-yomigana {
    font-size: 8px;
    bottom: 508px;
    left: -11px;
  }

  .imai-mitsuho {
    font-size: 12px;
    line-height: 14px;
    bottom: 546px;
    left: -10px;
  }

  .imai-mitsuho-yomigana {
    font-size: 8px;
    bottom: 552px;
    left: -10px;
  }

  .matsuoka-tomoyo {
    font-size: 12px;
    line-height: 14px;
    bottom: 685px;
    left: -11px;
  }

  .matsuoka-tomoyo-yomigana {
    font-size: 8px;
    bottom: 691px;
    left: -11px;
  }

  .mottomiru-moji-03 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-03 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .view-more-03 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 679px;
  }

  .div-block-7 {
    margin-left: 42px;
    margin-right: 42px;
  }

  ._1125-session3-title-01 {
    width: 36%;
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 309px;
    left: -10px;
  }

  .closing {
    bottom: 791px;
  }

  .heading-9 {
    font-size: 16px;
  }

  .image-19 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  ._1125-closing-title-01 {
    margin-left: 15.5%;
  }

  .image-suzuki-01 {
    width: 12%;
    bottom: 124px;
  }

  .chugai-seiyaku-digital {
    width: 40%;
    line-height: 10px;
    bottom: 182px;
  }

  .suzuki-takao-01 {
    font-size: 12px;
    line-height: 14px;
    bottom: 182px;
  }

  .suzuki-takao-yomigana-01 {
    font-size: 8px;
    bottom: 186px;
  }

  .workshop {
    bottom: 834px;
  }

  .heading-10 {
    font-size: 16px;
  }

  .image-20 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 59px;
  }

  .chugai-seiyaku-digital-copy {
    bottom: 450px;
  }

  .day1-workshop-name {
    font-size: 15px;
    bottom: 128px;
  }

  .text-block-5 {
    font-size: 10px;
    left: 38%;
  }

  .view-more-04 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 116px;
  }

  .mottomiru-moji-04 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-04 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .poster-session {
    bottom: 883px;
  }

  .heading-11 {
    font-size: 16px;
  }

  .text-block-6 {
    font-size: 10px;
    left: 50%;
  }

  .image-21 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 59px;
  }

  .day1-poster-session-name {
    font-size: 15px;
    bottom: 105px;
  }

  .view-more-05 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .mottomiru-moji-05 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-05 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .kouryukai {
    bottom: 939px;
  }

  .heading-12 {
    font-size: 16px;
  }

  .text-block-7 {
    font-size: 8px;
    left: 31%;
  }

  .image-22 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 59px;
  }

  .day1-kouryukai-name {
    font-size: 15px;
    bottom: 104px;
  }

  .view-more-06 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .mottomiru-moji-06 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-06 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .poster-exhibition {
    bottom: 999px;
  }

  .heading-13 {
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 8px;
    left: 41%;
  }

  .image-23 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 53px;
  }

  .day1-poster-exhibition-name {
    font-size: 15px;
    line-height: 20px;
    bottom: 97px;
  }

  .mottomiru-sankaku-07 {
    margin-bottom: 50px;
  }

  .register-to-attend {
    height: 7%;
    bottom: 0;
  }

  .container-12 {
    max-width: 728px;
  }

  .margin-bottom-24px {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .button-primary-3 {
    font-size: 15px;
    line-height: 5px;
  }

  .register-to-attend-main {
    top: auto;
    bottom: 255px;
  }

  .event-outline-main {
    top: auto;
    bottom: 230px;
    left: 74.6%;
  }

  .outline {
    max-width: none;
    bottom: 2350px;
  }

  .container-13 {
    width: 100%;
    max-width: none;
  }

  .heading-14 {
    width: 600px;
    height: 45px;
    margin-left: 30px;
    font-family: Jost, sans-serif;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-9 {
    margin-left: 40px;
    font-size: 15px;
  }

  .div-block-14 {
    width: 90%;
    margin-left: 30px;
    margin-right: auto;
  }

  .paragraph-4 {
    margin-left: 2%;
  }

  .div-block-15 {
    width: 50%;
    margin-left: 2%;
  }

  .div-block-16 {
    width: 50%;
    margin-right: 0%;
  }

  .paragraph-6 {
    font-size: 10px;
    bottom: 6%;
  }

  .paragraph-7 {
    font-size: 10px;
    bottom: 35px;
  }

  .paragraph-8 {
    bottom: 7%;
  }

  .paragraph-9 {
    font-size: 10px;
    bottom: 14%;
  }

  .paragraph-10 {
    bottom: 10%;
  }

  .paragraph-11 {
    font-size: 10px;
    bottom: 75px;
  }

  .paragraph-12 {
    bottom: 18%;
  }

  .paragraph-13 {
    font-size: 10px;
    line-height: 15px;
    bottom: 24%;
  }

  .paragraph-14 {
    bottom: 20%;
  }

  .paragraph-15 {
    font-size: 10px;
    bottom: 27%;
  }

  .paragraph-16 {
    font-size: 10px;
    bottom: 32%;
    left: 44%;
  }

  .paragraph-17 {
    font-size: 10px;
    bottom: 139px;
  }

  .paragraph-18 {
    font-size: 10px;
    line-height: 15px;
    bottom: 32%;
  }

  .mini-workshop {
    bottom: 1744px;
    left: 27.1%;
  }

  .paragraph-19 {
    bottom: 30%;
  }

  .paragraph-20 {
    font-size: 10px;
    bottom: 193px;
  }

  .paragraph-22 {
    font-size: 10px;
  }

  .paragraph-23 {
    font-size: 10px;
    line-height: 13px;
  }

  .image-25 {
    width: 90%;
    height: 90%;
  }

  .archive {
    justify-content: center;
    align-items: flex-start;
    bottom: 2380px;
  }

  .heading-15 {
    font-family: "M PLUS 2", sans-serif;
  }

  .link-block-3 {
    margin-left: auto;
  }

  .image-26 {
    width: 120%;
    max-width: 120%;
    margin-left: auto;
  }

  .image-27, .image-28 {
    width: 120%;
    max-width: 120%;
  }

  .link-block-6 {
    margin-right: auto;
  }

  .image-29 {
    width: 120%;
    max-width: 120%;
  }

  .footer-subscribe {
    bottom: 2398px;
  }

  .container-14 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50px;
  }

  .footer-link-three-01 {
    font-size: 12px;
  }

  .footer-social-block-three {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 546px;
    position: relative;
    bottom: 47px;
  }

  .container-15 {
    max-width: 728px;
  }

  .footer-link-three-02, .footer-link-three-03, .footer-link-three-04 {
    font-size: 12px;
  }

  .div-block-17 {
    height: 130px;
  }

  .container-16 {
    height: 1800px;
  }

  .div-block-18 {
    height: 180px;
  }

  .session-11-26 {
    font-size: 15px;
    line-height: 15px;
  }

  .session-innovation {
    font-size: 20px;
    line-height: 25px;
  }

  .session-11-26-explanation {
    height: 150px;
    font-size: 9.5px;
    line-height: 15px;
  }

  .opening-day2 {
    position: relative;
    bottom: 29px;
  }

  .heading-16 {
    font-size: 16px;
  }

  .image-30 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 37px;
  }

  .image-31 {
    bottom: 117px;
  }

  .chugai-seiyaku-01 {
    width: 35%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .okuda-osamu-day2 {
    font-size: 12px;
    bottom: 178px;
  }

  .okuda-osamu-yomigana-day2 {
    font-size: 8px;
    bottom: 183px;
  }

  .accordion-item-07 {
    bottom: 159px;
  }

  .accordion-item-contents-07_1 {
    height: auto;
    display: none;
    bottom: 192px;
  }

  .accordion-item-08 {
    height: auto;
    bottom: 209px;
  }

  .accordion-item-contents-08 {
    display: none;
    bottom: 779px;
  }

  .accordion-item-9 {
    bottom: 737px;
  }

  .closing-day2 {
    bottom: 736px;
  }

  .poster-session-day2 {
    bottom: 2500px;
  }

  .kouryukai-day2 {
    bottom: 781px;
  }

  .poster-exhibition-day2 {
    bottom: 843px;
  }

  .heading-17, .heading-18, .heading-19, .heading-20, .heading-22, .heading-23 {
    font-size: 16px;
  }

  .image-32 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 43px;
  }

  .image-33 {
    width: 12%;
    bottom: 282px;
    left: 85px;
  }

  .image-34 {
    width: 12%;
    bottom: 320px;
    left: 0%;
  }

  .image-35 {
    width: 12%;
    bottom: 494px;
    left: 210px;
  }

  .image-36 {
    width: 12%;
    bottom: 584px;
    left: 33%;
  }

  .image-37 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 49px;
  }

  .image-38 {
    bottom: 290px;
  }

  .image-39 {
    bottom: 359px;
  }

  .image-40 {
    bottom: 567px;
    left: 34%;
  }

  .image-41 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 45px;
  }

  .image-42 {
    width: 12%;
    bottom: 296px;
    left: 85px;
  }

  .image-43 {
    width: 12%;
    bottom: 443px;
    left: 33%;
  }

  .image-44 {
    width: 12%;
    bottom: 486px;
    left: 85px;
  }

  .image-45 {
    width: 12%;
    bottom: 626px;
    left: 33%;
  }

  .image-46 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  .image-47 {
    width: 12%;
    bottom: 125px;
  }

  .image-48 {
    height: auto;
  }

  .image-49 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 58px;
  }

  .image-50 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 52px;
  }

  ._1126-session-title {
    width: 400px;
    font-size: 15px;
    bottom: 300px;
    left: -6%;
  }

  ._1126-session1-title-first-01 {
    margin-left: 15.5%;
  }

  ._1126-session1-title-01 {
    width: 37%;
    margin-left: 14%;
    font-size: 9px;
    line-height: 9px;
    bottom: 290px;
  }

  ._1126-session1-title-03 {
    line-height: 9px;
    bottom: 328px;
    left: 0%;
  }

  ._1126-katagaki-01 {
    line-height: 10px;
    bottom: 334px;
  }

  ._1126-katagaki-02 {
    line-height: 10px;
    bottom: 371px;
    left: 0;
  }

  ._1126-katagaki-03 {
    margin-left: 70%;
    line-height: 10px;
    bottom: 549px;
  }

  ._1126-katagaki-04 {
    line-height: 10px;
    bottom: 642px;
    left: -11px;
  }

  ._1126-katagaki-05 {
    width: 24%;
    line-height: 10px;
    bottom: 355px;
  }

  ._1126-katagaki-06 {
    line-height: 10px;
    bottom: 627px;
    left: -9px;
  }

  ._1126-katagaki-07 {
    line-height: 10px;
    bottom: 426px;
  }

  ._1126-katagaki-08 {
    line-height: 10px;
    bottom: 354px;
  }

  ._1126-katagaki-09 {
    line-height: 10px;
    bottom: 501px;
    left: -11px;
  }

  ._1126-katagaki-10 {
    font-size: 8px;
    line-height: 10px;
    display: none;
    bottom: 545px;
  }

  ._1126-katagaki-11 {
    line-height: 10px;
    bottom: 701px;
    left: -11px;
  }

  ._1126-katagaki-12 {
    width: 45%;
    line-height: 10px;
    bottom: 178px;
  }

  ._1126-session1-title-02 {
    width: 28%;
    margin-left: 14%;
    line-height: 9px;
    bottom: 503px;
    left: 43%;
  }

  ._1126-session1-title-04 {
    line-height: 9px;
    bottom: 598px;
    left: 33%;
  }

  ._1126-session2-title-01 {
    width: 38%;
    margin-left: 14%;
    line-height: 9px;
    bottom: 295px;
  }

  ._1126-session2-title-03 {
    width: 32%;
    line-height: 9px;
    bottom: 573px;
    left: 34%;
  }

  ._1126-session2-title-02 {
    width: 32%;
    margin-left: 14%;
    line-height: 9px;
    bottom: 356px;
  }

  ._1126-session3-title-01 {
    width: 35%;
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 302px;
  }

  ._1126-session3-title-03 {
    line-height: 9px;
    bottom: 451px;
    left: 33%;
  }

  ._1126-session3-title-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 498px;
  }

  ._1126-session3-title-04 {
    line-height: 9px;
    bottom: 645px;
    left: 33%;
  }

  .takahashi-hidenori {
    font-size: 12px;
    line-height: 14px;
    bottom: 334px;
  }

  .mizunuma-mika {
    font-size: 12px;
    line-height: 14px;
    bottom: 372px;
    left: 0;
  }

  .sekitani-tsuyoshi {
    margin-left: 70%;
    font-size: 12px;
    line-height: 14px;
    bottom: 547px;
  }

  .kondoh-osamu {
    font-size: 12px;
    line-height: 14px;
    bottom: 645px;
    left: -11px;
  }

  .oyama-sohei {
    font-size: 12px;
    bottom: 360px;
  }

  .koizumi-makoto {
    font-size: 12px;
    bottom: 628px;
    left: -9px;
  }

  .hayakawa-masahiko {
    font-size: 12px;
    bottom: 427px;
  }

  .iijima-kosuke {
    font-size: 12px;
    line-height: 14px;
    bottom: 357px;
  }

  .name-09 {
    font-size: 12px;
    line-height: 14px;
    bottom: 503px;
    left: -11px;
  }

  .kawata-yumi {
    font-size: 12px;
    line-height: 14px;
    bottom: 546px;
  }

  .ishii-nobuiya {
    font-size: 12px;
    line-height: 14px;
    bottom: 706px;
    left: -11px;
  }

  .kusano-tsukasa {
    font-size: 12px;
    line-height: 14px;
    bottom: 178px;
  }

  .takahashi-hidenori-yomigana {
    font-size: 8px;
    bottom: 340px;
  }

  .mizunuma-mika-yomigana {
    font-size: 8px;
    bottom: 376px;
    left: 0;
  }

  .sekitani-tsuyoshi-yomigana {
    margin-left: 70%;
    font-size: 8px;
    bottom: 550px;
  }

  .kondoh-osamu-yomigana {
    font-size: 8px;
    bottom: 650px;
    left: -11px;
  }

  .oyama-sohei-yomigana {
    font-size: 8px;
    bottom: 366px;
  }

  .koizumi-makoto-yomigana {
    font-size: 8px;
    bottom: 632px;
    left: -9px;
  }

  .hayakawa-masahiko-yomigana {
    font-size: 8px;
    bottom: 432px;
  }

  .iijima-kosuke-yomiigana {
    font-size: 8px;
    bottom: 362px;
  }

  .yomigana-09 {
    font-size: 8px;
    bottom: 508px;
    left: -11px;
  }

  .kawata-yumi-yomigama {
    font-size: 8px;
    bottom: 552px;
  }

  .ishii-nobuiya-yomigana {
    font-size: 8px;
    bottom: 711px;
    left: -11px;
  }

  .kusano-tsukasa-yomigana {
    font-size: 8px;
    bottom: 183px;
  }

  .mottomiru-sankaku-08 {
    margin-bottom: 50px;
  }

  .view-more-07_1 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 506px;
  }

  .mottomiru-moji-07_1 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-07_1 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .view-more-9 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 548px;
  }

  .mottomiru-moji-9 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-9 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .accordion-item-contents-9 {
    display: none;
    bottom: 773px;
  }

  .mottomiru-sankaku-10 {
    margin-bottom: 50px;
  }

  .view-more-11 {
    margin-left: 42px;
    margin-right: 42px;
    display: none;
    bottom: 92px;
  }

  .mottomiru-moji-11 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-11 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .accordion-item-contents-11_0 {
    display: none;
    bottom: 852px;
  }

  .div-block-21 {
    background-color: var(--white);
    margin-left: 42px;
    margin-right: 42px;
  }

  .mottomiru-sankaku-12 {
    margin-bottom: 50px;
  }

  .div-block-23, .div-block-24 {
    margin-left: 42px;
    margin-right: 42px;
  }

  ._1126-session2-title {
    font-size: 15px;
    line-height: 20px;
    bottom: 306px;
    left: -6%;
  }

  ._1126-session3-title {
    width: 400px;
    font-size: 15px;
    bottom: 310px;
    left: -6%;
  }

  .day2-poster-session-name {
    bottom: 450px;
  }

  .day2-kouryukai-name {
    font-size: 15px;
    bottom: 97px;
  }

  .day2-poster-exhibition-name {
    font-size: 15px;
    bottom: 94px;
  }

  .view-more-08_0 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 568px;
  }

  .mottomiru-moji-08_0 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-08_0 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  ._1126-session1-title-05-panel {
    line-height: 9px;
    bottom: 670px;
    left: 33%;
  }

  .image-51 {
    width: 20%;
    bottom: auto;
    left: -17%;
  }

  ._1126-katagaki-13 {
    width: 40%;
    font-size: 7.7px;
    line-height: 10px;
    bottom: 28%;
    left: -43%;
  }

  .takahashi-shunichi {
    font-size: 12px;
    line-height: 14px;
    bottom: 29%;
    left: -43%;
  }

  .takahashi-shunichi-yomigana {
    font-size: 8px;
    bottom: 32%;
    left: -43%;
  }

  .navbar {
    z-index: auto;
    background-color: var(--white);
    height: 70px;
    display: block;
  }

  .brand {
    display: block;
  }

  .paragraph-24 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-25 {
    font-size: 14px;
  }

  .paragraph-26 {
    font-size: 8px;
    line-height: 15px;
  }

  .paragraph-27 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-28 {
    font-size: 14px;
  }

  .paragraph-29 {
    font-size: 7px;
    line-height: 15px;
  }

  .paragraph-30 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-31 {
    font-size: 14px;
  }

  .paragraph-32 {
    font-size: 8px;
  }

  .paragraph-33 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-34 {
    font-size: 14px;
  }

  .paragraph-35 {
    font-size: 8px;
    line-height: 15px;
  }

  .paragraph-36 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-37 {
    font-size: 14px;
  }

  .paragraph-38 {
    font-size: 8px;
    line-height: 15px;
  }

  .div-block-30 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .paragraph-39 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-40 {
    font-size: 14px;
  }

  .paragraph-41 {
    font-size: 8px;
    line-height: 15px;
  }

  .popup-okuda, .popup-okazaki {
    display: none;
  }

  .close01 {
    bottom: 113px;
    left: 336px;
  }

  .popup-hamamoto {
    display: none;
  }

  .close-02 {
    bottom: 100px;
    left: 321px;
  }

  .popup-kurihara, .popup-hoshina, .popup-suzuki, .popup-google {
    display: none;
  }

  .close07 {
    bottom: 415px;
    left: 250px;
  }

  .popup-otani, .popup-terabe, .popup-imai, .popup-kitagawa, .popup-matsuoka, .popup-takahashi-hi, .popup-sekitani, .popup-mizunuma, .popup-oyama, .popup-hayakawa, .popup-koizumi, .popup-takahashi-shu, .popup-iijima, .popup-kawata, .popup-sato, .popup-ishii, .popup-iikura {
    display: none;
  }

  .paragraph-67 {
    left: 30px;
  }

  .popup-okuda-02 {
    display: none;
  }

  .katagaki-2_26 {
    bottom: 13px;
  }

  .teiin30 {
    font-size: 10px;
    bottom: 96px;
    left: 226.5px;
  }

  .image-80, .image-81, .image-82 {
    max-width: 80%;
  }

  .container-17 {
    margin-top: 10px;
    display: block;
  }

  .nav-link-3 {
    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .header-menu-sp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .list-item-3-sp {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .list-item-2-sp {
    list-style-type: disc;
  }

  .list-item-4 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-84 {
    margin-top: 5px;
  }

  .nav-menu-2 {
    background-color: #fff;
    padding: 20px;
    display: block;
  }

  .menu-button-3 {
    z-index: auto;
  }

  .nav-header-sp {
    height: 70px;
    display: none;
    overflow: visible;
  }

  .navbar-container-copy {
    display: flex;
  }

  .image-1-copy {
    display: none;
  }

  .menu-wrapper-copy {
    background-color: #0000;
  }

  .header-menu-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .list-item-3-copy {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .concept-link-copy, .time-table-link-copy, .session-link-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .list-item-2-copy {
    list-style-type: none;
  }

  .event-summary-link-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  ._1125-session3-title-02-tb {
    width: 35%;
    margin-left: 15.5%;
    font-size: 8px;
    line-height: 9px;
    display: block;
    bottom: 499px;
    left: -10px;
  }

  ._1126-katagaki-10-tb {
    font-size: 8px;
    line-height: 10px;
    display: block;
    bottom: 545px;
  }

  .event-concept-sp {
    display: none;
  }

  .time-table-sp {
    display: none;
    position: relative;
    bottom: 53px;
  }

  .image-15_1 {
    bottom: 259px;
    left: 53%;
  }

  .chugai-seiyaku-dxu {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 323px;
    left: 177px;
  }

  .suzuki-takao_2 {
    font-size: 12px;
    bottom: 323px;
    left: 177px;
  }

  .suzuki-takao-yomigana_2 {
    font-size: 8px;
    bottom: 328px;
    left: 177px;
  }

  .session-11-25-explanation-sp {
    font-size: 9.5px;
    line-height: 15px;
  }

  .session-11-26-explanation-sp {
    height: 150px;
    font-size: 9.5px;
    line-height: 15px;
  }

  .day1-session-op, .d1-session-op-sp {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 38px;
  }

  .opening-sp_000 {
    height: auto;
    position: relative;
    bottom: 35px;
  }

  .image-7-sp {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 38px;
  }

  .image-15-sp {
    bottom: 119px;
  }

  .position-01-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-01 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-01 {
    font-size: 8px;
    bottom: 184px;
  }

  .image-15_1-sp {
    bottom: 119px;
  }

  .position-02-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .suzuki-takao_2-sp {
    font-size: 12px;
    bottom: 178px;
  }

  .suzuki-takao-yomigana_2-sp {
    font-size: 8px;
    bottom: 184px;
  }

  .accordion-item-01-sp {
    bottom: 179px;
  }

  .image-8-sp {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  ._1125-session-title-sp {
    font-size: 15px;
    bottom: 288px;
    left: -6%;
  }

  .image-16-sp {
    bottom: 119px;
  }

  .position-03-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-03 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-03 {
    font-size: 8px;
    bottom: 184px;
  }

  ._1125-session1-title-first-01-sp {
    margin-left: 15.5%;
    font-size: 9px;
    bottom: 279px;
  }

  ._1125-session1-title-01-sp, ._1125-session1-title-02-sp {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-17-sp {
    bottom: 119px;
  }

  .position-04-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-04, .name-sp-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-02, .yomigana-sp-04 {
    font-size: 8px;
    bottom: 184px;
  }

  ._1125-session1-title-03-sp {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-18-sp {
    bottom: 119px;
  }

  .position-05-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-05 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-05 {
    font-size: 8px;
    bottom: 184px;
  }

  ._1125-session1-title-04-sp {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-19-sp {
    bottom: 119px;
  }

  .position-06-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-06 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-06 {
    font-size: 8px;
    bottom: 184px;
  }

  .accordion-item-02-sp {
    bottom: 179px;
  }

  ._1125-session2-title-sp {
    font-size: 15px;
    bottom: 288px;
    left: -6%;
  }

  .image-9-sp {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  ._1125-session2-title-01-sp, ._1125-session2-title-02-sp, ._1125-session2-title-03-sp {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-20-sp, .image-17-sp-copy, .image-21-sp, .image-22-sp {
    bottom: 119px;
  }

  .position-07-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-07 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-07 {
    font-size: 8px;
    bottom: 184px;
  }

  .position-08-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-08 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-08 {
    font-size: 8px;
    bottom: 184px;
  }

  .position-09-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-09 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-09 {
    font-size: 8px;
    bottom: 184px;
  }

  .accordion-item-03-sp {
    bottom: 179px;
  }

  .image-10-sp {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  ._1125-session3-title-sp {
    font-size: 15px;
    bottom: 288px;
    left: -6%;
  }

  ._1125-session3-title-01-sp, ._1125-session3-title-02-sp, ._1125-session3-title-03-sp, ._1125-session3-title-04-sp {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-23-sp {
    bottom: 119px;
  }

  .position-10-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-10 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-10 {
    font-size: 8px;
    bottom: 184px;
  }

  .image-24-sp {
    bottom: 119px;
  }

  .position-11-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-11 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-11 {
    font-size: 8px;
    bottom: 184px;
  }

  .image-25-sp {
    bottom: 119px;
  }

  .position-12-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-12 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-12 {
    font-size: 8px;
    bottom: 184px;
  }

  .image-26-sp {
    bottom: 119px;
  }

  .position-13-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-13 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-13 {
    font-size: 8px;
    bottom: 184px;
  }

  .closing-sp {
    bottom: 791px;
  }

  .image-27-sp {
    bottom: 119px;
  }

  .position-14-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-14 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-14 {
    font-size: 8px;
    bottom: 184px;
  }

  .workshop-sp {
    bottom: 834px;
  }

  .day1-workshop {
    font-size: 15px;
    bottom: 128px;
  }

  .poster-session-sp {
    bottom: 883px;
  }

  .image-ps {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 59px;
  }

  .archive-sp {
    bottom: 2980px;
  }

  .footer-subscribe-sp {
    bottom: 2994px;
  }

  .opening-sp_0000 {
    height: auto;
    position: relative;
    bottom: 35px;
  }

  .image-7-sp-02 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 38px;
  }

  .image-15-sp-02 {
    bottom: 119px;
  }

  .position-01-sp-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-01-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-01-02 {
    font-size: 8px;
    bottom: 184px;
  }

  .image-15_1-sp-02 {
    bottom: 119px;
  }

  .position-02-sp-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-02-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-02-02 {
    font-size: 8px;
    bottom: 184px;
  }

  .accordion-item-01-sp-02 {
    bottom: 179px;
  }

  .image-8-sp-02 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  ._1125-session-title-sp-02 {
    font-size: 15px;
    bottom: 288px;
    left: -6%;
  }

  ._1125-session1-title-01-sp-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-16-sp-02 {
    bottom: 119px;
  }

  .position-03-sp-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-03-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-03-02 {
    font-size: 8px;
    bottom: 184px;
  }

  ._1125-session1-title-02-sp-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-17-sp-02 {
    bottom: 119px;
  }

  .position-04-sp-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-04-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-04-02 {
    font-size: 8px;
    bottom: 184px;
  }

  ._1125-session1-title-03-sp-02, ._1125-session1-title-04-sp-copy {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .view-more-01-02 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 699px;
  }

  .image-18-sp-02 {
    bottom: 119px;
  }

  .position-05-sp-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-05-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-05-02 {
    font-size: 8px;
    bottom: 184px;
  }

  .view-more-07_2 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 646px;
  }

  .mottomiru-moji-07_2 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-07_2 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .accordion-item-contents-07_2 {
    height: auto;
    display: none;
    bottom: 205px;
  }

  .div-block-23-02 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .paragraph-33-02 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-34-02 {
    font-size: 14px;
  }

  .paragraph-35-02 {
    font-size: 8px;
    line-height: 15px;
  }

  .accordion-item-02-sp-02 {
    bottom: 179px;
  }

  .image-9-sp-02 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  ._1125-session2-title-sp-02 {
    font-size: 15px;
    bottom: 288px;
    left: -6%;
  }

  ._1125-session2-title-01-sp-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-20-sp-02 {
    bottom: 119px;
  }

  ._1125-session2-title-02-sp-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .position-07-sp-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-07-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-07-02 {
    font-size: 8px;
    bottom: 184px;
  }

  ._1125-session2-title-03-sp-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .view-more-08_02 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 728px;
  }

  .view-more-02-copy {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 582px;
  }

  .mottomiru-moji-08_02 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-08_02 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .accordion-item-contents-08-02 {
    display: none;
    bottom: 940px;
  }

  .div-block-24-02 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .paragraph-36-02 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-37-02 {
    font-size: 14px;
  }

  .paragraph-38-02 {
    font-size: 8px;
    line-height: 15px;
  }

  .image-22-sp_1 {
    bottom: 119px;
  }

  .position-09-sp_1 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-09_1 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-09_1 {
    font-size: 8px;
    bottom: 184px;
  }

  .opening-day2_1 {
    height: auto;
    position: relative;
    bottom: 35px;
  }

  .heading-5-02 {
    font-size: 16px;
  }

  .image-7-02 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 38px;
  }

  .image-15-02 {
    bottom: 119px;
  }

  .chugai-seiyaku-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .okuda-osamu-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .okuda-osamu-yomigana-02 {
    font-size: 8px;
    bottom: 184px;
  }

  .image-15_2 {
    bottom: 119px;
  }

  .chugai-seiyaku-dxu_2 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .ishii-nobuya_1 {
    font-size: 12px;
    bottom: 178px;
  }

  .kondoh-yomigana_1 {
    font-size: 8px;
    bottom: 184px;
  }

  .accordion-item-03-sp-02 {
    bottom: 179px;
  }

  .image-10-sp-02 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  ._1125-session3-title-sp-02 {
    font-size: 15px;
    bottom: 288px;
    left: -6%;
  }

  ._1125-session3-title-01-sp-02, ._1125-session3-title-02-sp-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-24-sp-02 {
    bottom: 119px;
  }

  .position-11-sp-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-11-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-11-02 {
    font-size: 8px;
    bottom: 184px;
  }

  ._1125-session3-title-03-sp-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-25-sp-02 {
    bottom: 119px;
  }

  .position-12-sp-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-12-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-12-02 {
    font-size: 8px;
    bottom: 184px;
  }

  ._1125-session3-title-04-sp-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-26-sp-02 {
    bottom: 119px;
  }

  .position-13-sp-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-13-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-13-02 {
    font-size: 8px;
    bottom: 184px;
  }

  .view-more-9-02 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 706px;
  }

  .mottomiru-moji-9-02 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-9-02 {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .accordion-item-contents-9-02 {
    display: none;
    bottom: 934px;
  }

  .div-block-30-02 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .paragraph-39-02 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-40-02 {
    font-size: 14px;
  }

  .paragraph-41-02 {
    font-size: 8px;
    line-height: 15px;
  }

  .accordion-item-contents-09-02 {
    display: none;
    bottom: 940px;
  }

  .div-block-25-02 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .paragraph-36-02_2 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-37-02_2 {
    font-size: 14px;
  }

  .image-22-sp_1-copy {
    bottom: 119px;
  }

  .position-09-sp_1-copy {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-09_1-copy {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-09_1-copy {
    font-size: 8px;
    bottom: 184px;
  }

  .closing-sp-02 {
    bottom: 791px;
  }

  .image-19-02 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 46px;
  }

  .image-27-sp-02 {
    bottom: 119px;
  }

  .position-14-sp-02 {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-14-02 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-14-02 {
    font-size: 8px;
    bottom: 184px;
  }

  .workshop-sp-copy {
    bottom: 834px;
  }

  .image-20-copy {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 59px;
  }

  .day1-workshop-name-copy, .day1-workshop-copy {
    font-size: 15px;
    bottom: 128px;
  }

  .view-more-04-copy {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 116px;
  }

  .mottomiru-moji-04-copy {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-04-copy {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .poster-session-sp-copy {
    bottom: 883px;
  }

  .image-ps-copy {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 59px;
  }

  .day1-poster-session-name-copy {
    font-size: 15px;
    bottom: 105px;
  }

  .view-more-05-copy {
    margin-left: 42px;
    margin-right: 42px;
  }

  .mottomiru-moji-05-copy {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-05-copy {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .kouryukai-02 {
    bottom: 939px;
  }

  .image-22-02 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 59px;
  }

  .day1-kouryukai-name-02 {
    font-size: 15px;
    bottom: 104px;
  }

  .view-more-06-copy {
    margin-left: 42px;
    margin-right: 42px;
  }

  .mottomiru-moji-06-copy {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-06-copy {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .poster-exhibition-02 {
    bottom: 999px;
  }

  .image-23-02 {
    height: auto;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 53px;
  }

  .day1-poster-exhibition-name-02 {
    font-size: 15px;
    line-height: 20px;
    bottom: 97px;
  }

  .mottomiru-sankaku-07-copy {
    margin-bottom: 50px;
  }

  .outline-sp {
    max-width: 750px;
    bottom: 2833px;
  }

  .register-to-attend-sp {
    height: 7%;
    bottom: 32px;
  }

  .chugai-seiyaku-dxu-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 352px;
  }

  .image-12-sp {
    height: 120%;
  }

  .container-15-sp {
    max-width: 728px;
  }

  .footer-wrapper-three-sp {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50px;
  }

  .footer-link-three-01-sp, .footer-link-three-02-sp, .footer-link-three-03-sp, .footer-link-three-04-sp {
    font-size: 12px;
  }

  .footer-social-block-three-sp {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 546px;
    position: relative;
    bottom: 47px;
  }

  .image-80-sp, .image-81-sp, .image-82-sp {
    max-width: 80%;
  }

  .nav-header-copy {
    display: block;
  }

  .nav-header-tbsp {
    height: 80px;
    display: none;
    overflow: hidden;
  }

  .navbar-container-tbsp {
    display: none;
  }

  .menu-wrapper-tbsp {
    background-color: #0000;
  }

  .header-menu-tbsp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    padding-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .list-item-01-tbsp {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .list-item-04-tbsp {
    list-style-type: none;
  }

  .concept-link-tbsp, .time-table-link-tbsp, .session-link-tbsp, .event-summary-link-tbsp {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: wrap;
    place-content: center flex-end;
    align-items: center;
    height: 100%;
    display: block;
  }

  .nav-menu-3 {
    background-color: #fffc;
    height: auto;
  }

  .list-item-01_1-tbsp {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .view-more-03-copy {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 679px;
  }

  .mottomiru-moji-03-copy {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .mottomiru-sankaku-03-copy {
    margin-bottom: 50px;
    font-size: 12px;
    bottom: 6px;
  }

  .event-outline-main-sp {
    top: auto;
    bottom: 135px;
    left: 50.6%;
  }

  .container_1 {
    max-width: none;
  }

  .image-113 {
    width: 15%;
  }

  .container_2 {
    max-width: 728px;
  }

  .image-2_3, .image-113_4, .image-2_4, .image-2_5 {
    width: 15%;
  }

  .accordion_session1 {
    display: none;
  }

  .container-22 {
    max-width: 728px;
  }

  .margin-bottom-24px-2 {
    font-size: 13px;
  }

  .paragraph-79 {
    font-size: 11px;
    line-height: 15px;
  }

  .view-more_1 {
    height: 20px;
  }

  .mottomiru-yajirushi_1 {
    font-size: 10px;
    line-height: 10px;
  }

  .mottomiru_1 {
    font-size: 8px;
    line-height: 8px;
  }

  .container_3 {
    max-width: 728px;
  }

  .image-3_3, .image-3_4, .image-3_5 {
    width: 15%;
  }

  .view-more_2 {
    height: 20px;
  }

  .mottomiru_2 {
    font-size: 8px;
    line-height: 8px;
  }

  .mottomiru-yajirushi_2 {
    font-size: 10px;
    line-height: 10px;
  }

  .accordion_session2 {
    display: none;
  }

  .container-22_2 {
    max-width: 728px;
  }

  .margin-bottom-24px-2_2 {
    font-size: 13px;
  }

  .paragraph-83 {
    font-size: 11px;
    line-height: 15px;
  }

  .container_4 {
    max-width: 728px;
  }

  .image-4_10, .image-4_4, .image-4_6 {
    width: 15%;
  }

  .view-more_3 {
    height: 20px;
  }

  .mottomiru_3 {
    font-size: 8px;
    line-height: 8px;
  }

  .mottomiru-yajirushi_3 {
    font-size: 10px;
    line-height: 10px;
  }

  .accordion_session3 {
    display: none;
  }

  .container-22_3, .container_5, .container_6 {
    max-width: 728px;
  }

  .view-more_4 {
    height: 20px;
    bottom: 0%;
  }

  .mottomiru_4 {
    margin-top: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .mottomiru-yajirushi_4 {
    font-size: 10px;
    line-height: 10px;
  }

  .accordion_ws {
    display: none;
  }

  .container-22_4 {
    max-width: 728px;
  }

  .margin-bottom-24px-2_4 {
    font-size: 13px;
  }

  .container_7 {
    max-width: 728px;
  }

  .view-more_5 {
    height: 20px;
    bottom: 0%;
  }

  .mottomiru_6 {
    margin-top: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .mottomiru-yajirushi_7 {
    font-size: 10px;
    line-height: 10px;
  }

  .accordion_ps {
    display: none;
  }

  .container-22_5 {
    max-width: 728px;
  }

  .margin-bottom-24px-2_5 {
    font-size: 13px;
  }

  .container_8, .container_9 {
    max-width: 728px;
  }

  .container2_1 {
    max-width: none;
  }

  .image-1131 {
    width: 15%;
  }

  .container2_2 {
    max-width: 728px;
  }

  .image-2_2_3, .image-2_2_4, .image-2_2_5 {
    width: 15%;
  }

  .view-more2_1 {
    height: 20px;
  }

  .mottomiru2_1 {
    font-size: 8px;
    line-height: 8px;
  }

  .mottomiru-yajirushi2_1 {
    font-size: 10px;
    line-height: 10px;
  }

  .accordion2_session1 {
    display: none;
  }

  .container-22-2_1 {
    max-width: 728px;
  }

  .margin-bottom-24px-2-2_1 {
    font-size: 13px;
  }

  .paragraph-89 {
    font-size: 11px;
    line-height: 15px;
  }

  .container2_3 {
    max-width: 728px;
  }

  .image-2_3_3, .image-2_3_4 {
    width: 15%;
  }

  .view-more2_2 {
    height: 20px;
  }

  .mottomiru2_2 {
    font-size: 8px;
    line-height: 8px;
  }

  .mottomiru-yajirushi2_2 {
    font-size: 10px;
    line-height: 10px;
  }

  .accordion2_session2 {
    display: none;
  }

  .container-22-2_2 {
    max-width: 728px;
  }

  .margin-bottom-24px-2-2_2 {
    font-size: 13px;
  }

  .container2_4 {
    max-width: 728px;
  }

  .image-2_4_3, .image-2_4_4 {
    width: 15%;
  }

  .view-more2_4 {
    height: 20px;
  }

  .mottomiru2_4 {
    font-size: 8px;
    line-height: 8px;
  }

  .mottomiru-yajirushi2_4 {
    font-size: 10px;
    line-height: 10px;
  }

  .accordion2_session3 {
    display: none;
  }

  .container-22-2_4 {
    max-width: 728px;
  }

  .margin-bottom-24px-2-2_4 {
    font-size: 13px;
  }

  .paragraph-93 {
    font-size: 11px;
    line-height: 15px;
  }

  .container2_5, .container2_6, .container2_7 {
    max-width: 728px;
  }

  .paragraph-94 {
    font-size: 11px;
    line-height: 15px;
  }

  ._1125-session2-title-04-sp-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-28-sp {
    bottom: 119px;
  }

  .position-15-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-15 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-15 {
    font-size: 8px;
    bottom: 184px;
  }

  .popup-shibayama {
    display: none;
  }

  .popup-item-profile-28 {
    overflow: scroll;
  }

  .paragraph-490 {
    bottom: 112px;
    overflow: auto;
  }

  .close28 {
    bottom: 225px;
    left: 458px;
  }

  .image-3_6, .image-2_3_5 {
    width: 15%;
  }

  ._1125-session2-title-04_-sp-02 {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-4_5 {
    width: 15%;
  }

  ._1125-session1-title-01_1-sp {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .tojiru2_1 {
    font-size: 8px;
    line-height: 8px;
  }

  .image-82_4, .image-83-sp {
    max-width: 80%;
  }

  .image-1133 {
    position: absolute;
    top: -30px;
  }

  .tojiru2_2, .tojiru2_4, .tojiru_1, .tojiru_2, .tojiru_3 {
    font-size: 8px;
    line-height: 8px;
  }

  .tojiru_4, .tojiru_6 {
    margin-top: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .tojiru-moji-02, .tojiru-moji-01, .tojiru-moji-03, .tojiru-moji-04, .tojiru-moji-05, .tojiru-moji-07_2, .tojiru-moji-08_02, .tojiru-moji-9-02 {
    font-size: 8px;
    line-height: 10px;
    bottom: 0;
  }

  .yomigana-sp-16, .yomigana-sp-17, .yomigana-sp-18 {
    font-size: 8px;
    bottom: 184px;
  }

  .paragraph-7_1 {
    font-size: 10px;
    bottom: 7%;
  }

  .paragraph-6_2 {
    padding-left: 101px;
    font-size: 10px;
    bottom: 30px;
  }

  .paragraph-7_2 {
    padding-left: 101px;
    font-size: 10px;
    bottom: 35px;
  }

  .paragraph-11_1 {
    font-size: 10px;
    bottom: 97px;
    left: 63%;
  }

  .paragraph-20_1 {
    font-size: 10px;
    bottom: 175px;
  }

  .paragraph-11_01 {
    font-size: 10px;
    bottom: 75px;
  }

  .paragraph-20-copy {
    font-size: 10px;
    bottom: 163px;
  }

  ._1125-session2-title-04-sp {
    margin-left: 15.5%;
    line-height: 9px;
    bottom: 286px;
  }

  .image-29-sp {
    bottom: 119px;
  }

  .position-16-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .name-sp-16 {
    font-size: 12px;
    bottom: 178px;
  }

  .yomigana-sp-16_1 {
    font-size: 8px;
    bottom: 184px;
  }

  .div-block-38 {
    top: 14%;
  }

  .navbar-header-tb {
    z-index: 3;
    background-color: #fff;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-logo-left-container-2.shadow-three {
    background-color: #ffffffe6;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-24 {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-wrapper-3 {
    width: auto;
  }

  .navbar-brand-3 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-3 {
    background-color: #ffffffe6;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-12 {
    font-family: "M PLUS 2", sans-serif;
  }

  .button-primary-6 {
    font-size: 15px;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .list-item-30, .list-item-31, .list-item-32, .list-item-33 {
    font-family: "M PLUS 2", sans-serif;
  }

  .navbar-header-sp {
    display: none;
  }

  .paragraph-19_1 {
    bottom: 28%;
  }

  .paragraph-19_2 {
    bottom: 30%;
  }

  .paragraph-19_3 {
    bottom: 28%;
  }

  .image-1107-sp {
    bottom: 119px;
  }

  .position-1107-sp {
    width: 40%;
    font-size: 8px;
    line-height: 10px;
    bottom: 176px;
  }

  .yomigana-sp-1107 {
    font-size: 8px;
    bottom: 184px;
  }

  .name-sp-1107 {
    font-size: 12px;
    bottom: 178px;
  }

  .heading-26 {
    margin-left: 30px;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-27 {
    margin-left: 40px;
    margin-right: 90px;
    padding-left: 0;
    font-size: 15px;
  }

  .heading-28 {
    margin-top: 20px;
    margin-left: 30px;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-29 {
    margin-left: 40px;
    margin-right: 90px;
    padding-left: 0;
    font-size: 15px;
  }

  .archive-accordion {
    display: none;
  }

  .paragraph-987, .paragraph-988, .paragraph-989 {
    font-size: 13px;
    line-height: 15px;
  }

  .div-block-43 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-44, .div-block-45 {
    margin-right: 10px;
  }

  .paragraph-990 {
    margin-left: 30px;
  }

  .popup-archive-movie-01, .popup-archive-movie-02, .popup-archive-movie-03 {
    display: none;
  }

  .div-block-52 {
    bottom: 260px;
  }

  .heading-29 {
    margin-top: 20px;
    margin-left: 30px;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-31 {
    margin-left: 40px;
    margin-right: 90px;
    padding-left: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .header-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .chugai-logo {
    padding-left: 0;
  }

  .header-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    list-style-type: none;
  }

  .concept-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .time-table-link, .session-link, .event-summary-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .main-visual {
    margin-top: 75px;
  }

  .event-concept {
    height: 550px;
  }

  .copy {
    font-size: 18px;
  }

  .paragraph-1 {
    letter-spacing: 1px;
    font-size: 10.5px;
    line-height: 16px;
  }

  .time-table {
    bottom: 80px;
  }

  .heading {
    width: auto;
  }

  .text-block {
    padding-left: 0;
  }

  .div-block {
    bottom: 2588px;
  }

  .image-5 {
    width: 90%;
    height: 74%;
    margin-left: 5%;
    margin-right: 0%;
  }

  .day1 {
    font-size: 25px;
    bottom: 644px;
    left: 20%;
  }

  .day2 {
    font-size: 25px;
    bottom: 694px;
    left: 65%;
  }

  ._1125-thu {
    width: 45%;
    font-size: 12px;
    bottom: 680px;
    left: 6%;
  }

  ._1126-fri {
    width: 45%;
    font-size: 12px;
    bottom: 699px;
    left: 51%;
  }

  .digital-innovation {
    width: 45%;
    font-size: 12px;
    bottom: 704px;
    left: 6%;
  }

  .r-d-innovation {
    width: 40%;
    margin-left: 18px;
    font-size: 12px;
    bottom: 721px;
    left: 51%;
  }

  ._1125-time-01 {
    bottom: 684px;
    left: 9%;
  }

  ._1125-opening {
    bottom: 704px;
    left: 30%;
  }

  ._1125-opening-link {
    width: 40%;
    height: 30px;
    bottom: 708px;
    left: 9%;
  }

  .session {
    bottom: 2210px;
  }

  .heading-2 {
    width: auto;
  }

  .tab-pane-tab-1 {
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: 0;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current {
    left: 50%;
  }

  .tabs {
    bottom: 62px;
  }

  .day1-digital-innovation {
    width: 120%;
    margin-left: -10px;
    font-size: 10px;
    font-weight: 400;
  }

  .day2-r-d-innovation {
    width: 140%;
    font-size: 10px;
    font-weight: 400;
  }

  .tab-pane-tab-2 {
    width: 79.7%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-11 {
    height: 1920px;
    overflow: scroll;
  }

  .session-11-7-thu {
    margin-top: 10px;
  }

  .session-digital-innovation {
    margin-bottom: auto;
  }

  .session-11-7-explanation {
    text-align: center;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    font-size: 9.5px;
    display: flex;
  }

  .opening {
    display: none;
  }

  .accordion-wrapper {
    bottom: -162px;
  }

  .image-7 {
    height: 85%;
    margin-left: 42px;
    margin-right: 42px;
    bottom: 33px;
  }

  .accordion-item-01 {
    bottom: 484px;
  }

  .image-8 {
    margin-left: 42px;
    margin-right: 32px;
    bottom: 45px;
  }

  .accordion-item-contents-01 {
    display: none;
    bottom: 515px;
  }

  .image-9 {
    left: 80px;
  }

  ._1125-session-title {
    bottom: 284px;
    left: -7%;
  }

  ._1125-session1-title-01 {
    width: 37%;
    margin-left: 14%;
    font-size: 8px;
  }

  ._1125-session1-title-03 {
    margin-left: 24%;
    font-size: 8px;
    bottom: 421px;
    left: 30%;
  }

  .preferred-networks {
    margin-left: 29%;
    font-size: 7px;
    line-height: 8px;
  }

  .okazaki-naoaki, .naoaki-okazaki-yomigana {
    margin-left: 29%;
  }

  .accordion-item-02 {
    padding-top: 5px;
    bottom: 544px;
    overflow: hidden;
  }

  .accordion-item-contents-02 {
    display: none;
    bottom: 1114px;
  }

  .image-10 {
    bottom: 47px;
  }

  ._1125-session2-title-01 {
    font-size: 8px;
    line-height: 8px;
  }

  ._1125-session2-title-02 {
    font-size: 8px;
    line-height: 8px;
    bottom: 334px;
  }

  .chugai {
    font-size: 7px;
    line-height: 8px;
  }

  .view-more-01 {
    margin-left: 42px;
    margin-right: 42px;
    bottom: 652px;
  }

  .image-12 {
    height: 90%;
    display: none;
  }

  ._1125-click-01 {
    font-size: 12px;
    bottom: 709px;
    left: 6%;
  }

  ._1125-time-02 {
    bottom: 700px;
    left: 9%;
  }

  ._1125-session-01 {
    bottom: 720px;
    left: 30%;
  }

  ._1125-session01-link {
    width: 40%;
    height: 30px;
    bottom: 724px;
    left: 9%;
  }

  ._1125-click-02 {
    font-size: 12px;
    bottom: 723px;
    left: 6%;
  }

  ._1125-time-03 {
    bottom: 718px;
    left: 9%;
  }

  ._1125-session-02 {
    bottom: 739px;
    left: 30%;
  }

  ._1125-session02-link {
    width: 40%;
    height: 30px;
    font-size: 7px;
    line-height: 7px;
    bottom: 743px;
    left: 9%;
  }

  ._1125-session02-link.scroll103 {
    padding-top: 5px;
    line-height: 9px;
  }

  ._1125-click-03 {
    font-size: 12px;
    bottom: 747px;
    left: 6%;
  }

  ._1125-time-04 {
    bottom: 738px;
    left: 9%;
  }

  ._1125-session-03 {
    bottom: 758px;
    left: 30%;
  }

  ._1125-session03-link {
    width: 40%;
    height: 30px;
    font-size: 8px;
    line-height: 8px;
    bottom: 762px;
    left: 9%;
  }

  ._1125-session03-link.scroll104 {
    padding-top: 5px;
    font-size: 9px;
  }

  ._1125-click-04 {
    font-size: 12px;
    bottom: 766px;
    left: 6%;
  }

  ._1125-time-05 {
    bottom: 757px;
    left: 9%;
  }

  ._1125-closing {
    bottom: 777px;
    left: 30%;
  }

  ._1125-closing-link {
    width: 40%;
    height: 30px;
    line-height: 10px;
    bottom: 781px;
    left: 9%;
  }

  ._1125-click-05 {
    font-size: 12px;
    bottom: 781px;
    left: 6%;
  }

  ._1125-time-06 {
    bottom: 773px;
    left: 9%;
  }

  ._1125-workshop {
    bottom: 794px;
    left: 26%;
  }

  ._1125-workshop-link {
    width: 40%;
    height: 30px;
    bottom: 798px;
    left: 9%;
  }

  ._1125-click-06 {
    font-size: 12px;
    bottom: 795px;
    left: 6%;
  }

  ._1125-offline-01 {
    bottom: 832px;
    left: 38%;
  }

  ._1125-time-07 {
    bottom: 810px;
    left: 9%;
  }

  ._1125-poster-session {
    bottom: 831px;
    left: 30%;
  }

  ._1125-poster-session-link {
    width: 40%;
    height: 30px;
    line-height: 10px;
    bottom: 835px;
    left: 9%;
  }

  ._1125-click-07 {
    font-size: 12px;
    bottom: 833px;
    left: 6%;
  }

  ._1125-offline-02 {
    bottom: 868px;
    left: 38%;
  }

  ._1125-time-08 {
    bottom: 850px;
    left: 9%;
  }

  ._1125-konshinkai {
    width: 130px;
    bottom: 870px;
    left: 30%;
  }

  ._1125-konshinkai-link {
    width: 40%;
    height: 30px;
    line-height: 10px;
    bottom: 874px;
    left: 9%;
  }

  ._1125-click-08 {
    font-size: 12px;
    bottom: 872px;
    left: 6%;
  }

  ._1125-offline-03 {
    bottom: 906px;
    left: 38%;
  }

  ._1125-foyer {
    bottom: 890px;
    left: 9%;
  }

  ._1125-poster {
    width: 130px;
    bottom: 911px;
    left: 30%;
  }

  ._1125-poster-link {
    width: 40%;
    height: 30px;
    line-height: 10px;
    bottom: 915px;
    left: 9%;
  }

  ._1125-offline-04 {
    bottom: 947px;
    left: 38%;
  }

  ._1125-click-09 {
    font-size: 12px;
    bottom: 913px;
    left: 6%;
  }

  ._1126-time-01 {
    bottom: 1395px;
    left: 54%;
  }

  ._1126-opening {
    bottom: 1415px;
    left: 75%;
  }

  ._1126-opening-link {
    width: 40%;
    height: 30px;
    line-height: 10px;
    bottom: 1419px;
    left: 54%;
  }

  ._1126-click-01 {
    font-size: 12px;
    bottom: 1418px;
    left: 51%;
  }

  ._1126-time-02 {
    bottom: 1409px;
    left: 54%;
  }

  ._1126-session01 {
    bottom: 1430px;
    left: 75%;
  }

  ._1126-session01-link {
    width: 40%;
    height: 30px;
    line-height: 10px;
    bottom: 1434px;
    left: 54%;
  }

  ._1126-click-02 {
    font-size: 12px;
    bottom: 1445px;
    left: 51%;
  }

  ._1126-time-03 {
    bottom: 1433px;
    left: 54%;
  }

  ._1126-session02 {
    bottom: 1454px;
    left: 75%;
  }

  ._1126-session02-link {
    width: 40%;
    height: 30px;
    line-height: 10px;
    bottom: 1458px;
    left: 54%;
  }

  ._1126-click-03 {
    font-size: 12px;
    bottom: 1457px;
    left: 51%;
  }

  ._1126-time-04 {
    bottom: 1451px;
    left: 54%;
  }

  ._1126-session03 {
    bottom: 1472px;
    left: 75%;
  }

  ._1126-session03-link {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 40%;
    height: 30px;
    padding-top: 5px;
    font-size: 9px;
    line-height: 9px;
    display: inline-block;
    bottom: 1476px;
    left: 54%;
  }

  ._1126-click-04 {
    font-size: 12px;
    bottom: 1490px;
    left: 51%;
  }

  ._1126-time-05 {
    bottom: 1478px;
    left: 54%;
  }

  ._1126-closing {
    bottom: 1499px;
    left: 75%;
  }

  ._1126-closing-link {
    width: 40%;
    height: 30px;
    line-height: 10px;
    top: auto;
    bottom: 1503px;
    left: 54%;
  }

  ._1126-click-05 {
    font-size: 12px;
    bottom: 1502px;
    left: 51%;
  }

  ._1126-time-06 {
    bottom: 1494px;
    left: 54%;
  }

  ._1126-konshinkai {
    bottom: 1515px;
    left: 75%;
  }

  ._1126-konshinkai-link {
    width: 40%;
    height: 30px;
    line-height: 10px;
    bottom: 1519px;
    left: 54%;
  }

  ._1126-click-06 {
    font-size: 12px;
    bottom: 1517px;
    left: 51%;
  }

  ._1126-offline-01 {
    bottom: 1552px;
    left: 83%;
  }

  ._1126-time-07 {
    bottom: 1531px;
    left: 54%;
  }

  ._1126-poster {
    bottom: 1552px;
    left: 75%;
  }

  ._1126-poster-link {
    width: 40%;
    height: 30px;
    line-height: 10px;
    bottom: 1556px;
    left: 54%;
  }

  ._1126-click-07 {
    font-size: 12px;
    bottom: 1555px;
    left: 51%;
  }

  ._1126-offline-02 {
    bottom: 1589px;
    left: 83%;
  }

  .list-item-2, .list-item-3 {
    list-style-type: none;
  }

  .image-15 {
    bottom: 111px;
    left: 20%;
  }

  .chugai-seiyaku {
    margin-left: 33.5%;
    font-size: 7px;
    line-height: 8px;
    bottom: 172px;
  }

  .okuda-osamu {
    margin-left: 33.5%;
    bottom: 170px;
  }

  .okuda-osamu-yomigana {
    margin-left: 33.5%;
    bottom: 175px;
  }

  .image-kurihara {
    margin-left: 24%;
    bottom: 419px;
    left: 30%;
  }

  .keio-gijuku {
    margin-left: 68%;
    font-size: 7px;
    line-height: 8px;
    bottom: 475px;
    left: 0;
  }

  .kurihara-satoshi {
    margin-left: 68%;
    bottom: 478px;
    left: 0;
  }

  .kurihara-satoshi-yomigana {
    margin-left: 68%;
    bottom: 482px;
    left: 0;
  }

  ._1125-session1-title-02 {
    margin-left: 14%;
    font-size: 8px;
    line-height: 8px;
    bottom: 470px;
  }

  .image-hamamoto {
    bottom: 464px;
    left: 80px;
  }

  .kokuritugancenter {
    margin-left: 29%;
    font-size: 7px;
    line-height: 8px;
    bottom: 523px;
  }

  .hamamoto-ryuji {
    margin-left: 29%;
    bottom: 525px;
  }

  .hamamoto-ryuji-yomigana {
    margin-left: 29%;
    bottom: 529px;
  }

  ._1125-session1-title-04 {
    margin-left: 24%;
    font-size: 8px;
    line-height: 8px;
    bottom: 610px;
    left: 30%;
  }

  .image-hoshina {
    margin-left: 24%;
    bottom: 600px;
    left: 30%;
  }

  .accenture {
    margin-left: 68%;
    font-size: 7px;
    line-height: 8px;
    bottom: 659px;
    left: 0;
  }

  .hoshina-gakuse {
    margin-left: 68%;
    bottom: 659px;
    left: 0;
  }

  .hoshina-gakuse-yomigana {
    margin-left: 68%;
    bottom: 664px;
    left: 0;
  }

  .image-16 {
    bottom: 347px;
  }

  ._1125-session2-title-03 {
    font-size: 8px;
    line-height: 8px;
    bottom: 524px;
  }

  .image-17 {
    bottom: 515px;
  }

  .microsoft-japan {
    font-size: 7px;
    line-height: 8px;
  }

  .otani-ken {
    bottom: 596px;
  }

  .otani-ken-yomigana {
    bottom: 601px;
  }

  .view-more-02 {
    bottom: 566px;
  }

  .accordion-item-03 {
    bottom: 1094px;
  }

  .accordion-item-contents-03 {
    display: none;
    bottom: 1113px;
  }

  .view-more-03 {
    bottom: 683px;
  }

  .closing {
    bottom: 1097px;
  }

  .workshop {
    bottom: 1144px;
  }

  .accordion-item-contents-04 {
    display: none;
    bottom: 1222px;
  }

  .div-block-11 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .poster-session {
    bottom: 1202px;
  }

  .accordion-item-contents-05 {
    display: none;
    bottom: 1284px;
  }

  .div-block-10 {
    background-color: var(--white);
    margin-left: 42px;
    margin-right: 42px;
  }

  .kouryukai {
    bottom: 1260px;
  }

  .accordion-item-contents-06 {
    display: none;
    bottom: 1346px;
  }

  .div-block-12 {
    background-color: var(--white);
    margin-left: 42px;
    margin-right: 42px;
  }

  .poster-exhibition {
    bottom: 1322px;
  }

  .register-to-attend {
    padding: 60px 15px;
    position: relative;
    bottom: 69px;
  }

  .container-12 {
    width: auto;
    height: auto;
  }

  .button-primary-3 {
    height: 40%;
  }

  .register-to-attend-main {
    top: auto;
    bottom: 205px;
  }

  .event-outline-main {
    height: 70px;
    top: auto;
    bottom: 206px;
  }

  .outline {
    bottom: 2330px;
  }

  .container-13 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .heading-14 {
    width: auto;
    margin-left: 30px;
  }

  .text-block-9 {
    margin-left: 35px;
  }

  .div-block-14 {
    margin-left: 35px;
    padding-left: 0;
  }

  .div-block-15 {
    margin-left: 0%;
  }

  .div-block-16 {
    bottom: 100%;
    left: 16px;
  }

  .paragraph-9 {
    bottom: 13%;
  }

  .paragraph-11 {
    bottom: 80px;
  }

  .paragraph-15 {
    width: 30%;
    bottom: 26%;
  }

  .paragraph-16 {
    bottom: 30.5%;
    left: 51%;
  }

  .paragraph-17 {
    bottom: 150px;
  }

  .paragraph-18 {
    width: 90%;
    bottom: 31%;
  }

  .mini-workshop {
    bottom: 1646px;
    left: 23%;
  }

  .paragraph-19 {
    bottom: 28%;
  }

  .paragraph-20 {
    bottom: 199px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
  }

  .image-25 {
    width: 85%;
    height: 70%;
  }

  .archive {
    bottom: 2450px;
  }

  .image-26, .image-27, .image-28, .image-29 {
    height: 90%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 2474px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    display: block;
  }

  .footer-block-three {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    display: flex;
  }

  .footer-link-three-01 {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    height: 100%;
    margin-top: auto;
    margin-left: 506px;
    display: flex;
    bottom: 52px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .container-15 {
    padding-left: 20px;
  }

  .footer-link-three-02, .footer-link-three-03, .footer-link-three-04 {
    margin-bottom: 10px;
  }

  .div-block-17 {
    margin-top: 20px;
  }

  .div-block-18 {
    height: 200px;
    margin-bottom: 60px;
  }

  .accordion-item-07 {
    bottom: 142px;
  }

  .accordion-item-contents-07_1 {
    display: none;
    bottom: 167px;
  }

  .accordion-item-08 {
    bottom: 185px;
  }

  .accordion-item-contents-08 {
    display: none;
    bottom: 722px;
  }

  .accordion-item-9 {
    bottom: 685px;
  }

  .closing-day2 {
    bottom: 676px;
  }

  .poster-session-day2 {
    bottom: 2642px;
  }

  .kouryukai-day2 {
    bottom: 705px;
  }

  .poster-exhibition-day2 {
    bottom: 755px;
  }

  .image-38 {
    bottom: 276px;
  }

  .image-39 {
    bottom: 327px;
  }

  .image-40 {
    bottom: 526px;
  }

  .image-43 {
    bottom: 380px;
    left: 34%;
  }

  .image-44 {
    bottom: 471px;
  }

  ._1126-session1-title-01, ._1126-session1-title-03 {
    font-size: 8px;
    line-height: 8px;
  }

  ._1126-katagaki-01, ._1126-katagaki-02, ._1126-katagaki-03 {
    font-size: 7px;
    line-height: 8px;
  }

  ._1126-katagaki-05 {
    font-size: 7px;
    line-height: 8px;
    bottom: 332px;
  }

  ._1126-katagaki-06 {
    font-size: 7px;
    line-height: 8px;
    bottom: 582px;
    left: -5px;
  }

  ._1126-katagaki-07 {
    font-size: 7px;
    line-height: 8px;
    bottom: 391px;
  }

  ._1126-katagaki-08 {
    font-size: 7px;
    line-height: 8px;
  }

  ._1126-katagaki-09 {
    font-size: 7px;
    line-height: 8px;
    bottom: 438px;
    left: -5px;
  }

  ._1126-session1-title-02 {
    font-size: 8px;
    line-height: 8px;
  }

  ._1126-session2-title-01 {
    font-size: 8px;
    line-height: 8px;
    bottom: 285px;
  }

  ._1126-session2-title-03 {
    font-size: 8px;
    line-height: 8px;
    bottom: 531px;
  }

  ._1126-session2-title-02 {
    width: 35%;
    font-size: 8px;
    line-height: 8px;
    bottom: 326px;
  }

  ._1126-session3-title-01 {
    font-size: 8px;
    line-height: 8px;
  }

  ._1126-session3-title-03 {
    font-size: 8px;
    line-height: 8px;
    bottom: 388px;
  }

  ._1126-session3-title-02 {
    width: 37%;
    font-size: 8px;
    line-height: 8px;
    bottom: 478px;
  }

  .oyama-sohei {
    bottom: 329px;
  }

  .koizumi-makoto {
    bottom: 585px;
    left: -5px;
  }

  .hayakawa-masahiko {
    bottom: 390px;
  }

  .name-09 {
    bottom: 438px;
    left: -5px;
  }

  .kawata-yumi {
    bottom: 527px;
  }

  .oyama-sohei-yomigana {
    bottom: 335px;
  }

  .koizumi-makoto-yomigana {
    bottom: 589px;
    left: -5px;
  }

  .hayakawa-masahiko-yomigana {
    bottom: 395px;
  }

  .yomigana-09 {
    bottom: 441px;
    left: -5px;
  }

  .kawata-yumi-yomigama {
    bottom: 533px;
  }

  .view-more-07_1 {
    bottom: 499px;
  }

  .view-more-9 {
    bottom: 526px;
  }

  .accordion-item-contents-9 {
    display: none;
    bottom: 717px;
  }

  .view-more-08_0 {
    bottom: 532px;
  }

  .popup-okuda {
    display: none;
  }

  .popup-item-profile {
    padding-bottom: 0;
    overflow: scroll;
  }

  .image-52 {
    left: 62px;
  }

  .paragraph-43 {
    padding-left: 50px;
    padding-right: 40px;
    font-size: 12px;
    left: auto;
  }

  .popup-okazaki {
    display: none;
  }

  .image-55 {
    left: 37px;
  }

  .close01 {
    left: 283px;
  }

  .katagaki-1_2 {
    bottom: -34px;
  }

  .popup-hamamoto {
    display: none;
  }

  .popup-item-profile-03 {
    overflow: scroll;
  }

  .close-02 {
    left: 262px;
  }

  .image-56 {
    left: 47px;
  }

  .paragraph-45 {
    left: auto;
  }

  .close-03 {
    left: 285px;
  }

  .popup-kurihara {
    display: none;
  }

  .image-57 {
    left: 31px;
  }

  .close-04 {
    left: 260px;
  }

  .popup-hoshina {
    display: none;
  }

  .popup-item-profile-05 {
    flex-flow: wrap;
    display: block;
    overflow: scroll;
  }

  .image-58 {
    left: 3px;
  }

  .katagaki-1_5 {
    width: 60%;
    bottom: -15px;
    left: 25px;
  }

  .popup-name-05 {
    bottom: 91px;
    left: -20px;
  }

  .popup-yomigana-05 {
    bottom: 100px;
    left: -20px;
  }

  .paragraph-47 {
    bottom: 65px;
  }

  .close-05 {
    bottom: 209px;
    left: 425px;
  }

  .popup-suzuki {
    display: none;
  }

  .popup-item-06 {
    display: flex;
    overflow: hidden;
  }

  .popup-item-profile-06 {
    width: 631px;
    display: block;
  }

  .katagaki-1_6 {
    bottom: 130px;
    left: 64px;
  }

  .popup-name-06 {
    bottom: 112px;
    left: auto;
  }

  .popup-yomigana-06 {
    bottom: 121px;
    left: auto;
  }

  .paragraph-48 {
    bottom: 65px;
  }

  .close-06 {
    bottom: 112px;
    left: 273px;
  }

  .popup-google {
    display: none;
  }

  .popup-item-07 {
    overflow: hidden;
  }

  .popup-yomigana-28 {
    left: 114px;
  }

  .close07 {
    bottom: 450px;
    left: 245px;
  }

  .popup-otani {
    display: none;
  }

  .katagaki-1_8 {
    width: 52%;
    left: 10px;
  }

  .popup-name-08, .popup-yomigana-08 {
    left: auto;
  }

  .close08 {
    left: 260px;
  }

  .popup-terabe {
    display: none;
  }

  .popup-item-profile-09 {
    overflow: scroll;
  }

  .image-62 {
    left: 30px;
  }

  .close-09 {
    left: 260px;
  }

  .popup-imai {
    display: none;
  }

  .close-10 {
    left: 270px;
  }

  .popup-kitagawa {
    display: none;
  }

  .close-11 {
    left: 260px;
  }

  .popup-matsuoka {
    display: none;
  }

  .katagaki-1_12, .popup-name-12, .popup-yomigana-12 {
    left: 5px;
  }

  .close-12 {
    left: 260px;
  }

  .popup-takahashi-hi {
    display: none;
  }

  .image-66 {
    left: 28px;
  }

  .katagaki-2_13 {
    width: 52%;
    left: 0;
  }

  .close-13 {
    left: 260px;
  }

  .popup-sekitani {
    display: none;
  }

  .popup-item-profile-14 {
    overflow: auto;
  }

  .close-14 {
    left: 260px;
  }

  .popup-mizunuma {
    display: none;
  }

  .katagaki-2_15, .popup-name-15, .popup-yomigana-15 {
    left: 0;
  }

  .close-15 {
    left: 260px;
  }

  .popup-kondoh {
    display: none;
  }

  .close-16 {
    left: 260px;
  }

  .popup-oyama {
    display: none;
  }

  .image-70 {
    left: 25px;
  }

  .close-17 {
    left: 260px;
  }

  .popup-hayakawa {
    display: none;
  }

  .image-71 {
    left: 30px;
  }

  .katagaki-2_18 {
    width: 55%;
    left: 15px;
  }

  .close-18 {
    left: 260px;
  }

  .popup-koizumi {
    display: none;
  }

  .katagaki-2_19, .popup-name-19, .popup-yomigana-19 {
    left: 0;
  }

  .close-19 {
    left: 260px;
  }

  .popup-takahashi-shu {
    display: none;
  }

  .popup-item-profile-20 {
    overflow: auto;
  }

  .image-73 {
    left: 23px;
  }

  .katagaki-2_20 {
    width: 60%;
    left: 31px;
  }

  .popup-name-20, .popup-yomigana-20 {
    left: -14px;
  }

  .close-20 {
    bottom: 211px;
    left: 430px;
  }

  .popup-iijima {
    display: none;
  }

  .katagaki-2_21 {
    left: 15px;
  }

  .popup-name-21, .popup-yomigana-21 {
    left: -8px;
  }

  .close-21 {
    left: 260px;
  }

  .popup-kawata {
    display: none;
  }

  .katagaki-2_22 {
    left: 15px;
  }

  .popup-name-22, .popup-yomigana-22 {
    left: -8px;
  }

  .close-22 {
    left: 260px;
  }

  .popup-sato {
    display: none;
  }

  .popup-item-profile-23 {
    padding-bottom: 0;
    overflow: scroll;
  }

  .close-23 {
    left: 260px;
  }

  .popup-ishii {
    display: none;
  }

  .image-77 {
    left: 10px;
  }

  .close-24 {
    bottom: 205px;
    left: 436px;
  }

  .popup-iikura {
    display: none;
  }

  .popup-item-25 {
    overflow: hidden;
  }

  .popup-item-profile-25 {
    padding-left: 70px;
    padding-right: 60px;
  }

  .katagaki-2_25 {
    left: 25px;
  }

  .popup-name-25, .popup-yomigana-25 {
    left: -9px;
  }

  .paragraph-67 {
    left: 10px;
  }

  .close-25 {
    bottom: 106px;
    left: 281px;
  }

  .popup-okuda-02 {
    display: none;
  }

  .image-79 {
    left: 34px;
  }

  .close-28 {
    left: 260px;
  }

  .header-menu-sp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    list-style-type: none;
  }

  .list-item-3-sp {
    margin-left: 10px;
  }

  .chugai-logo-copy {
    padding-left: 0;
  }

  .header-menu-copy {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .concept-link-copy, .time-table-link-copy, .session-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .list-item-2-copy {
    list-style-type: none;
  }

  .event-summary-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  ._1126-katagaki-10-tb {
    font-size: 7px;
    line-height: 8px;
    bottom: 528px;
  }

  .div-block-31 {
    height: 80px;
    display: none;
  }

  .event-concept-sp, .time-table-sp {
    display: none;
  }

  .image-15_1 {
    bottom: 244px;
    left: 53%;
  }

  .chugai-seiyaku-dxu {
    display: none;
    bottom: 274px;
  }

  .suzuki-takao_2 {
    margin-left: 21.5%;
    bottom: 303px;
    left: 249px;
  }

  .suzuki-takao-yomigana_2 {
    margin-left: 21.5%;
    bottom: 308px;
    left: 249px;
  }

  .opening-sp_000 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .image-15-sp, .position-01-sp, .name-sp-01, .yomigana-sp-01 {
    bottom: auto;
  }

  .list {
    align-self: center;
    list-style-type: none;
    position: absolute;
    bottom: 262.898px;
  }

  .list-item-5 {
    position: relative;
    bottom: 55px;
  }

  .list-2 {
    position: relative;
  }

  .footer-subscribe-sp {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-15_2 {
    bottom: 255px;
    left: 53%;
  }

  .chugai-seiyaku-dxu_2 {
    width: 34%;
    margin-left: 26%;
    bottom: 312px;
  }

  .ishii-nobuya_1 {
    margin-left: 26%;
    bottom: 305px;
  }

  .kondoh-yomigana_1 {
    margin-left: 26%;
    bottom: 311px;
  }

  .register-to-attend-sp {
    padding: 60px 15px;
  }

  .chugai-seiyaku-dxu-sp {
    margin-left: 21.5%;
    font-size: 7px;
    line-height: 8px;
    display: block;
    bottom: 305px;
    left: 249px;
  }

  .list-item-20 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .image-12-sp {
    height: 90%;
    display: inline-block;
  }

  .image-109 {
    width: 100%;
  }

  .image-110 {
    width: 100%;
    height: 700px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .footer-block-three-sp {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-01-sp, .footer-link-three-02-sp, .footer-link-three-03-sp, .footer-link-three-04-sp {
    margin-bottom: 10px;
  }

  .footer-social-block-three-sp {
    margin-top: 10px;
  }

  .footer-bottom-sp {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block-sp {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-sp, .footer-copyright-sp {
    font-size: 14px;
    line-height: 20px;
  }

  .list-item-21, .list-item-22, .list-item-23 {
    list-style-type: none;
  }

  .chugai-logo-tbsp {
    padding-left: 0;
  }

  .header-menu-tbsp {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    list-style-type: none;
  }

  .list-item-01-tbsp, .list-item-02-tbsp, .list-item-03-tbsp, .list-item-04-tbsp {
    list-style-type: none;
  }

  .request-button-tbsp {
    position: relative;
    top: 5px;
  }

  .concept-link-tbsp, .time-table-link-tbsp, .session-link-tbsp, .event-summary-link-tbsp {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-3 {
    background-color: #fffc;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item-01_1-tbsp {
    list-style-type: none;
  }

  .container-21 {
    background-color: #fff;
  }

  .event-outline-main-sp {
    top: 48%;
    bottom: 120px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .day1_opening {
    padding: 20px 15px 0;
  }

  .day1_session1 {
    padding: 0 15px;
  }

  .image-2_3, .image-2_4, .image-2_5 {
    width: 15%;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .day1_session2 {
    padding: 0 15px;
  }

  .image-3_3, .image-3_4 {
    width: 15%;
  }

  .hero-without-image_2 {
    padding: 60px 15px;
  }

  .day1_session3 {
    padding: 0 15px;
  }

  .image-4_4 {
    width: 15%;
  }

  .accordion_session3 {
    display: none;
  }

  .hero-without-image_3 {
    padding: 60px 15px;
  }

  .day1_closing {
    padding: 0 15px;
  }

  .day1_closing-copy {
    padding: 60px 15px;
  }

  .day1_ws {
    padding: 0 15px;
  }

  .hero-without-image_4 {
    padding: 60px 15px;
  }

  .day1_ps {
    padding: 0 15px;
  }

  .hero-without-image_5 {
    padding: 60px 15px;
  }

  .day1_kk {
    padding: 0 15px;
  }

  .day1_pt {
    padding: 0 15px 50px;
  }

  .day2_opening {
    padding: 20px 15px 0;
    position: static;
  }

  .day2_session1 {
    padding: 0 15px;
  }

  .image-2_2_3, .image-2_2_4 {
    width: 15%;
  }

  .accordion2_session1 {
    display: none;
  }

  .hero-without-image2_1 {
    padding: 60px 15px;
  }

  .day2_session2 {
    padding: 0 15px;
  }

  .image-2_3_3, .image-2_3_4 {
    width: 15%;
  }

  .hero-without-image2_2 {
    padding: 60px 15px;
  }

  .day2_session3 {
    padding: 0 15px;
  }

  .image-2_4_3, .image-2_4_4 {
    width: 15%;
  }

  .hero-without-image2_3 {
    padding: 60px 15px;
  }

  .day2_closing, .day2_kk {
    padding: 0 15px;
  }

  .day2_pt {
    padding: 0 15px 50px;
  }

  .paragraph-96 {
    font-size: 12px;
  }

  .popup-shibayama {
    display: none;
  }

  .popup-item-28 {
    overflow: hidden;
  }

  .popup-item-profile-28 {
    overflow: scroll;
  }

  .image-600 {
    left: 31px;
  }

  .popup-name-28_1 {
    left: 219px;
  }

  .close28 {
    left: 428px;
  }

  .paragraph-96_sp {
    font-size: 12px;
    display: none;
  }

  .paragraph-96_2, .paragraph-96_2_sp {
    font-size: 12px;
  }

  .image-2_3_5, .image-4_5 {
    width: 15%;
  }

  .image-1133 {
    position: static;
    top: -45px;
  }

  .paragraph-7_1 {
    bottom: 6.5%;
  }

  .paragraph-6_2, .paragraph-7_2 {
    width: 90%;
  }

  .paragraph-11_1 {
    bottom: 103px;
    left: 74%;
  }

  .paragraph-20_1 {
    bottom: 190px;
  }

  .paragraph-11_01 {
    bottom: 80px;
  }

  .paragraph-20-copy {
    bottom: 168px;
  }

  .div-block-38 {
    width: 90%;
    height: 30px;
    margin-left: 5%;
    top: 12%;
  }

  .image-1134, .image-1135 {
    width: 140px;
  }

  .popup-yomigana-28_1 {
    left: 1px;
  }

  .navbar-header-tb {
    background-color: #fff;
    width: 100%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .paragraph-19_1 {
    bottom: 27%;
  }

  .paragraph-19_2, .paragraph-19_3 {
    bottom: 28%;
  }

  .div-block-42 {
    width: 40%;
  }

  .archive-accordion {
    display: none;
  }

  .paragraph-990 {
    margin-left: 10px;
  }

  .popup-archive-movie-01 {
    display: none;
  }

  .popup-movie-01 {
    overflow: hidden;
  }

  .popup-archive-movie-02, .popup-archive-movie-03 {
    display: none;
  }

  .div-block-52 {
    bottom: 220px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-direction: column;
  }

  .container-3, .container {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .nav-header {
    height: 60px;
    display: none;
  }

  .navbar-container, .header-container-regular {
    height: 100%;
    display: block;
  }

  .menu-wrapper {
    display: none;
  }

  .header-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .main-visual {
    margin-top: 70px;
  }

  .body {
    height: 6200px;
  }

  .event-concept {
    display: none;
  }

  .copy {
    display: block;
  }

  .time-table {
    display: none;
    bottom: 123px;
  }

  .heading {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 10px;
    font-size: 35px;
  }

  .text-block {
    letter-spacing: 1px;
    margin-left: 15px;
  }

  .session {
    margin-top: -180px;
    padding-top: 180px;
    bottom: -480px;
    overflow: hidden;
  }

  .heading-2 {
    letter-spacing: 2px;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    font-size: 35px;
    position: relative;
    bottom: -10px;
  }

  .text-block-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    font-size: 14px;
  }

  .container-10 {
    display: block;
    position: relative;
    bottom: 93px;
  }

  .tab-pane-tab-1 {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    overflow: auto;
  }

  .tabs-menu {
    width: 90%;
    margin-left: 20px;
    margin-right: 0;
    left: auto;
  }

  .tab-link-tab-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1.w--current {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-2 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    left: 50%;
  }

  .tab-link-tab-2.w--current {
    padding-left: 0;
    bottom: 70px;
    left: 50%;
  }

  .tabs {
    height: 2870px;
    margin-top: -70px;
    margin-left: 0;
    padding-top: 150px;
    padding-left: 0;
    bottom: 50px;
  }

  .tabs.sp_session {
    height: 2920px;
    overflow: visible;
  }

  .day1-digital-innovation, .day2-r-d-innovation {
    letter-spacing: 1px;
    width: 100%;
    margin-left: 0;
    font-size: 9px;
    font-weight: 500;
  }

  .tab-pane-tab-2 {
    width: 100%;
    height: 98%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    overflow: auto;
  }

  .container-11 {
    height: 1920px;
    overflow: visible;
  }

  .session-digital-innovation {
    height: 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }

  .session-11-7-explanation {
    text-align: left;
    height: 200px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .7rem;
    display: none;
  }

  .opening {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0%;
    display: none;
    position: relative;
    top: 63px;
    bottom: 0;
  }

  .accordion-wrapper {
    display: none;
    bottom: -757px;
  }

  .heading-5 {
    height: 140px;
    margin-bottom: 0%;
    display: block;
  }

  .tabs-content {
    width: 90%;
    height: 2600px;
    margin-left: 20px;
  }

  .tabs-content.session {
    height: 99%;
    overflow: hidden;
  }

  .image-7 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-8 {
    align-self: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .accordion-item-contents-01 {
    justify-content: center;
    align-items: center;
    display: none;
    bottom: 67px;
  }

  .div-block-3 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    bottom: -177px;
  }

  .image-9 {
    left: -2px;
  }

  .accordion-item-02 {
    position: static;
    bottom: -149px;
  }

  .accordion-item-contents-02 {
    height: 19%;
    display: none;
    bottom: 73px;
  }

  .div-block-4 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .view-more-01 {
    align-self: center;
    width: 95%;
    min-width: auto;
    max-width: none;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0% -7%;
  }

  .mottomiru-moji-01 {
    margin-top: 0;
    font-size: 12px;
    line-height: 10px;
  }

  .mottomiru-sankaku-01 {
    font-size: 13px;
    line-height: 13px;
    bottom: 0;
  }

  .image-15 {
    width: 21%;
    position: absolute;
    inset: auto 0% 58% 17%;
  }

  .chugai-seiyaku {
    margin-bottom: 22px;
    margin-left: 45%;
    bottom: 224px;
  }

  .okuda-osamu {
    margin-left: 45%;
    bottom: 240px;
  }

  .okuda-osamu-yomigana {
    width: 30%;
    margin-left: 45%;
    bottom: 245px;
  }

  .view-more-02 {
    width: 95%;
    min-width: 95%;
    max-width: none;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    position: relative;
    bottom: 37px;
  }

  .mottomiru-moji-02 {
    font-size: 12px;
  }

  .mottomiru-sankaku-02 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 13px;
  }

  .accordion-item-03 {
    position: relative;
    bottom: -177px;
  }

  .accordion-item-contents-03 {
    height: 17%;
    display: none;
    position: relative;
    bottom: 55px;
  }

  .image-18 {
    position: static;
  }

  .mottomiru-moji-03 {
    font-size: 12px;
  }

  .mottomiru-sankaku-03 {
    font-size: 13px;
    line-height: 13px;
    bottom: 0;
  }

  .view-more-03 {
    width: 95%;
    min-width: auto;
    max-width: none;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
    position: relative;
    bottom: 7px;
  }

  .div-block-7 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .closing {
    height: auto;
    position: relative;
    bottom: -66px;
  }

  .image-19 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
  }

  .workshop {
    position: relative;
    bottom: -80px;
  }

  .image-20 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
  }

  .day1-workshop-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    inset: 44px 0% auto;
  }

  .view-more-04 {
    order: 0;
    width: 29%;
    min-width: 95%;
    max-width: none;
    height: 40px;
    padding-top: 10px;
    bottom: 17px;
  }

  .mottomiru-moji-04 {
    color: #000;
    font-size: 12px;
  }

  .mottomiru-sankaku-04 {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    bottom: 2px;
  }

  .accordion-item-contents-04 {
    height: 80px;
    display: none;
    position: relative;
    bottom: 24px;
  }

  .div-block-11 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .poster-session {
    position: static;
    bottom: auto;
  }

  .day1-poster-session-name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    inset: 43% 0% auto;
  }

  .view-more-05 {
    width: 95%;
    min-width: auto;
    max-width: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
    position: relative;
    bottom: 1px;
  }

  .mottomiru-moji-05 {
    color: #000;
    font-size: 12px;
  }

  .mottomiru-sankaku-05 {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    bottom: 2px;
  }

  .accordion-item-contents-05 {
    height: 19%;
    display: none;
    bottom: 13px;
  }

  .div-block-10 {
    background-color: var(--white);
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 20px;
  }

  .kouryukai {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .image-22 {
    align-self: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: auto;
  }

  .day1-kouryukai-name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    position: absolute;
    inset: 52% 0% auto;
  }

  .view-more-06 {
    width: 95%;
    min-width: 95%;
    max-width: none;
    height: 40px;
    padding-top: 10px;
    display: none;
    bottom: 6px;
  }

  .mottomiru-moji-06 {
    color: #000;
    font-size: 10px;
  }

  .mottomiru-sankaku-06 {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    bottom: 2px;
  }

  .accordion-item-contents-06 {
    color: #000;
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 15px;
    display: none;
    bottom: auto;
  }

  .div-block-12 {
    background-color: var(--white);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .poster-exhibition {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 30px;
    display: flex;
    position: relative;
    bottom: -25px;
  }

  .image-23 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: auto;
  }

  .day1-poster-exhibition-name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    position: absolute;
    inset: 34% 0% auto;
  }

  .register-to-attend {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .container-12 {
    max-width: none;
    height: 100%;
  }

  .hero-wrapper-two {
    flex-flow: wrap;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
    font-size: 13px;
  }

  .button-primary-3 {
    width: 70%;
    height: 30%;
    line-height: 13px;
    position: relative;
    bottom: 30px;
  }

  .register-to-attend-main {
    height: 40px;
    top: auto;
    bottom: 10px;
  }

  .event-outline-main {
    height: 100px;
    display: none;
    position: relative;
    top: auto;
    bottom: -30px;
  }

  .outline {
    height: 850px;
    display: none;
    bottom: 59px;
  }

  .container-13 {
    margin-top: -100px;
    padding-top: 100px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .heading-14 {
    letter-spacing: 2px;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    font-size: 35px;
    bottom: -8px;
  }

  .text-block-9 {
    width: auto;
    margin-left: 0;
    margin-right: 90px;
    padding-left: 25px;
    font-size: 14px;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 70%;
    margin-top: 0;
    margin-left: auto;
    display: flex;
  }

  .paragraph-4 {
    width: 100%;
    margin: 6% auto 0;
    padding-left: 23px;
  }

  .div-block-15 {
    width: 100%;
    height: 55%;
    margin-top: -16px;
    margin-left: 0%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 10px;
  }

  .div-block-16 {
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    top: 65px;
    bottom: auto;
    left: auto;
  }

  .paragraph-6 {
    width: 80%;
    font-size: 12px;
    line-height: 15px;
    bottom: 8%;
  }

  .paragraph-7 {
    width: auto;
    font-size: 12px;
    line-height: 15px;
    bottom: 25px;
  }

  .paragraph-8 {
    bottom: 4%;
  }

  .paragraph-9 {
    font-size: 12px;
    bottom: 12.5%;
  }

  .paragraph-10 {
    bottom: 7%;
  }

  .paragraph-11 {
    width: 85%;
    font-size: 12px;
    bottom: 54px;
  }

  .paragraph-12 {
    bottom: 14%;
  }

  .paragraph-13 {
    font-size: 12px;
    bottom: 80px;
  }

  .paragraph-14 {
    bottom: 18%;
  }

  .paragraph-15 {
    width: 80%;
    font-size: 12px;
    bottom: 26%;
  }

  .paragraph-16 {
    font-size: 11px;
    display: block;
    bottom: 26%;
    left: 55%;
  }

  .paragraph-17 {
    font-size: 12px;
    bottom: 106px;
    left: 82%;
  }

  .paragraph-18 {
    width: 85%;
    font-size: 11px;
    bottom: 25%;
  }

  .paragraph-19 {
    bottom: 0%;
  }

  .paragraph-20 {
    font-size: 12px;
    line-height: 15px;
    bottom: 57px;
  }

  .paragraph-21 {
    margin-left: 0%;
  }

  .paragraph-22 {
    font-size: 12px;
    bottom: 5.5%;
    left: 22%;
  }

  .paragraph-23 {
    font-size: 11px;
    bottom: 6%;
    left: 22%;
  }

  .link-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    padding-top: 0;
    display: flex;
  }

  .image-25 {
    width: 90%;
    height: auto;
  }

  .archive {
    display: none;
    bottom: 0;
  }

  .link-block-3 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-26 {
    height: 100%;
    display: block;
  }

  .link-block-4 {
    width: 60%;
  }

  .image-27 {
    float: none;
    clear: none;
    height: 100%;
    display: inline-block;
  }

  .link-block-5 {
    width: 60%;
  }

  .image-28 {
    height: 100%;
    display: block;
  }

  .link-block-6 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-29 {
    height: 100%;
    display: block;
  }

  .footer-subscribe {
    display: none;
    bottom: 0;
    overflow: visible;
  }

  .container-14 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-top: 5px;
    display: flex;
  }

  .footer-block-three {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .footer-link-three-01 {
    font-size: 13px;
  }

  .footer-social-block-three {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: absolute;
    inset: -1% 0% auto;
  }

  .footer-bottom {
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-legal-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
  }

  .footer-legal-link {
    flex-flow: wrap;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    display: flex;
    position: absolute;
    inset: 90% 0% auto;
  }

  .container-15 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .footer-link-three-02, .footer-link-three-03 {
    font-size: 13px;
  }

  .footer-link-three-04 {
    margin-bottom: 0;
    font-size: 13px;
  }

  .bold-text {
    line-height: 15px;
    position: absolute;
    inset: 100% 0% auto;
  }

  .div-block-17 {
    height: 150px;
  }

  .container-16 {
    overflow: visible;
  }

  .div-block-18 {
    height: 250px;
    margin-bottom: -25px;
  }

  .session-innovation {
    height: 20px;
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }

  .session-11-26-explanation {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .7rem;
    display: none;
  }

  .opening-day2 {
    bottom: -135px;
  }

  .accordion-wrapper-day2 {
    display: none;
    position: relative;
    bottom: -240px;
  }

  .view-more-07_1 {
    width: 95%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: auto;
  }

  .navbar {
    background-color: #fff;
    max-width: 100%;
    display: block;
  }

  .brand {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 10px;
  }

  .paragraph-24 {
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph-25 {
    display: flex;
  }

  .paragraph-26 {
    font-size: 9px;
    line-height: 12px;
  }

  .paragraph-27 {
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph-29 {
    font-size: 9px;
    line-height: 12px;
    display: flex;
  }

  .paragraph-30 {
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph-32 {
    font-size: 9px;
    line-height: 12px;
  }

  .popup-okuda {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .popup-item {
    clear: none;
    position: static;
    overflow: auto;
  }

  .popup-item-profile {
    flex-flow: wrap;
    height: 435px;
    padding: 30px 10px 10px;
    display: flex;
    overflow: scroll;
  }

  .image-52 {
    bottom: auto;
    left: auto;
  }

  .katagaki-1_1 {
    text-align: center;
    width: 70%;
    bottom: auto;
    left: auto;
  }

  .popup-name-01 {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-01 {
    text-align: center;
    bottom: 25px;
    left: auto;
  }

  .paragraph-43 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    bottom: 40px;
  }

  .popup-okazaki {
    display: none;
  }

  .image-55 {
    bottom: 10px;
    left: auto;
  }

  .close01 {
    z-index: auto;
    position: relative;
    bottom: 615px;
    left: 126px;
  }

  .katagaki-1_2 {
    text-align: center;
    width: auto;
    bottom: auto;
  }

  .popup-name-02 {
    text-align: center;
    bottom: 10px;
  }

  .popup-yomigana-02 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 33px;
  }

  .paragraph-44 {
    bottom: 40px;
  }

  .popup-hamamoto {
    display: none;
  }

  .popup-item-profile-02 {
    justify-content: center;
    align-items: center;
    padding: 30px 10px 10px;
    display: flex;
    overflow: scroll;
  }

  .popup-item-profile-03 {
    width: 100%;
    height: 74%;
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .close-02 {
    bottom: 511px;
    left: 120px;
  }

  .image-56 {
    bottom: auto;
    left: auto;
  }

  .katagaki-1_3 {
    text-align: center;
    width: auto;
    top: auto;
    bottom: auto;
  }

  .popup-name-03 {
    text-align: center;
    bottom: 10px;
  }

  .popup-yomigana-03 {
    text-align: center;
    bottom: 35px;
  }

  .paragraph-45 {
    bottom: 40px;
    left: auto;
  }

  .close-03 {
    bottom: 531px;
    left: 129px;
  }

  .popup-kurihara {
    display: none;
  }

  .popup-item-profile-04 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-57 {
    bottom: auto;
    left: auto;
  }

  .katagaki-1_4 {
    text-align: center;
    width: auto;
    bottom: auto;
  }

  .popup-name-04 {
    text-align: center;
    bottom: 10px;
  }

  .popup-yomigana-04 {
    text-align: center;
    bottom: 35px;
  }

  .paragraph-46 {
    bottom: 40px;
  }

  .close-04 {
    bottom: 580px;
    left: 115px;
  }

  .popup-hoshina {
    display: none;
  }

  .popup-item-profile-05 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-58 {
    bottom: auto;
    left: auto;
  }

  .katagaki-1_5 {
    text-align: center;
    width: auto;
    font-size: 11px;
    bottom: 0;
    left: auto;
  }

  .popup-name-05 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-05 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-47 {
    bottom: 40px;
  }

  .close-05 {
    bottom: 637px;
    left: 120px;
  }

  .popup-suzuki {
    display: none;
  }

  .popup-item-profile-06 {
    width: 100%;
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-59 {
    bottom: auto;
    left: auto;
  }

  .katagaki-1_6 {
    text-align: center;
    width: auto;
    bottom: auto;
    left: auto;
  }

  .popup-name-06 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-06 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-48 {
    width: 100%;
    bottom: 40px;
    overflow: auto;
  }

  .close-06 {
    bottom: 510px;
    left: 120px;
  }

  .popup-google {
    display: none;
  }

  .popup-item-profile-07 {
    width: 100%;
    padding: 30px 10px 10px;
    display: flex;
    overflow: scroll;
  }

  .image-60 {
    left: auto;
  }

  .katagaki-1_7 {
    text-align: center;
    width: 100%;
    bottom: auto;
    left: auto;
  }

  .popup-name-07 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-28 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-49 {
    width: 100%;
    bottom: 40px;
    overflow: scroll;
  }

  .close07 {
    bottom: 512px;
    left: 115px;
  }

  .popup-otani {
    display: none;
  }

  .popup-item-profile-08 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-61 {
    left: auto;
  }

  .katagaki-1_8 {
    text-align: center;
    width: auto;
    font-size: 11px;
    bottom: auto;
    left: auto;
  }

  .popup-name-08 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-08 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-50 {
    bottom: 40px;
  }

  .close08 {
    bottom: 548px;
    left: 120px;
  }

  .popup-terabe {
    display: none;
  }

  .popup-item-profile-09 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-62 {
    bottom: auto;
    left: auto;
  }

  .katagaki-1_9 {
    text-align: center;
    width: auto;
    bottom: auto;
  }

  .popup-name-09 {
    text-align: center;
    bottom: 10px;
  }

  .popup-yomigana-09 {
    text-align: center;
    bottom: 35px;
  }

  .paragraph-51 {
    bottom: 40px;
  }

  .close-09 {
    bottom: 625px;
    left: 120px;
  }

  .popup-imai {
    display: none;
  }

  .popup-item-profile-10 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-63 {
    bottom: auto;
    left: auto;
  }

  .katagaki-1_10 {
    width: auto;
    bottom: auto;
  }

  .popup-name-10 {
    text-align: center;
    bottom: 10px;
  }

  .popup-yomigana-10 {
    text-align: center;
    bottom: 35px;
  }

  .paragraph-52 {
    bottom: 40px;
  }

  .close-10 {
    bottom: 620px;
    left: 120px;
  }

  .popup-kitagawa {
    display: none;
  }

  .popup-item-profile-11 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-64 {
    bottom: auto;
    left: auto;
  }

  .katagaki-1_11 {
    text-align: center;
    bottom: auto;
  }

  .popup-name-11 {
    text-align: center;
    bottom: 10px;
  }

  .popup-yomigana-11 {
    text-align: center;
    bottom: 33px;
  }

  .paragraph-53 {
    bottom: 40px;
  }

  .close-11 {
    bottom: 590px;
    left: 120px;
  }

  .popup-matsuoka {
    display: none;
  }

  .popup-item-profile-12 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-65 {
    bottom: auto;
    left: auto;
  }

  .katagaki-1_12 {
    text-align: center;
    width: 60%;
    bottom: auto;
  }

  .popup-name-12 {
    text-align: center;
    bottom: 10px;
  }

  .popup-yomigana-12 {
    text-align: center;
    bottom: 35px;
  }

  .paragraph-54 {
    bottom: 40px;
  }

  .close-12 {
    bottom: 602px;
    left: 120px;
  }

  .popup-takahashi-hi {
    display: none;
  }

  .popup-item-profile-13 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-66 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_13 {
    text-align: center;
    width: auto;
    bottom: auto;
    left: auto;
  }

  .popup-name-13 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-13 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-55 {
    bottom: 40px;
  }

  .close-13 {
    bottom: 605px;
    left: 120px;
  }

  .popup-sekitani {
    display: none;
  }

  .popup-item-profile-14 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-67 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_14 {
    text-align: center;
    width: auto;
    bottom: auto;
    left: auto;
  }

  .popup-name-14 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-14 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-56 {
    bottom: 40px;
  }

  .close-14 {
    margin-top: 0;
    bottom: 666px;
    left: 120px;
  }

  .popup-mizunuma {
    display: none;
  }

  .popup-item-profile-15 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-68 {
    display: block;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .katagaki-2_15 {
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .popup-name-15 {
    text-align: center;
    bottom: 14px;
    left: auto;
  }

  .popup-yomigana-15 {
    text-align: center;
    bottom: 39px;
    left: auto;
  }

  .paragraph-57 {
    bottom: 51px;
  }

  .close-15 {
    bottom: 620px;
    left: 115px;
  }

  .popup-kondoh {
    display: none;
  }

  .popup-item-profile-16 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-69 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_16 {
    width: auto;
    bottom: auto;
    left: auto;
  }

  .popup-name-16 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-16 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-58 {
    bottom: 40px;
  }

  .close-16 {
    bottom: 578px;
    left: 115px;
  }

  .popup-oyama {
    display: none;
  }

  .popup-item-profile-17 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-70 {
    left: auto;
  }

  .katagaki-2_17 {
    text-align: center;
    width: auto;
    bottom: auto;
    left: auto;
  }

  .popup-name-17 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-17 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-59 {
    bottom: 40px;
  }

  .close-17 {
    bottom: 525px;
    left: 120px;
  }

  .popup-hayakawa {
    display: none;
  }

  .popup-item-profile-18 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-71 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_18 {
    text-align: center;
    width: auto;
    bottom: auto;
    left: auto;
  }

  .popup-name-18 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-18 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-61 {
    bottom: 40px;
  }

  .close-18 {
    bottom: 559px;
    left: 115px;
  }

  .popup-koizumi {
    display: none;
  }

  .popup-item-profile-19 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-72 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_19 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
    bottom: auto;
    left: auto;
  }

  .popup-name-19 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-19 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-60 {
    bottom: 40px;
  }

  .close-19 {
    bottom: 637px;
    left: 115px;
  }

  .popup-takahashi-shu {
    display: none;
  }

  .popup-item-profile-20 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-73 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_20 {
    text-align: center;
    width: auto;
    bottom: auto;
    left: auto;
  }

  .popup-name-20 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-20 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-62 {
    bottom: 40px;
  }

  .close-20 {
    bottom: 686px;
    left: 120px;
  }

  .popup-iijima {
    display: none;
  }

  .popup-item-profile-21 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-74 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_21 {
    text-align: center;
    width: auto;
    bottom: auto;
    left: auto;
  }

  .popup-name-21 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-21 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-63 {
    bottom: 40px;
  }

  .close-21 {
    bottom: 564px;
    left: 120px;
  }

  .popup-kawata {
    display: none;
  }

  .popup-item-profile-22 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-75 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_22 {
    text-align: center;
    width: auto;
    bottom: auto;
    left: auto;
  }

  .popup-name-22 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-22 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-64 {
    bottom: 40px;
  }

  .close-22 {
    bottom: 513px;
    left: 120px;
  }

  .popup-sato {
    display: none;
  }

  .popup-item-profile-23 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-76 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_23 {
    width: auto;
    bottom: auto;
    left: auto;
  }

  .popup-name-23 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-23 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-65 {
    bottom: 40px;
  }

  .close-23 {
    bottom: 678px;
    left: 120px;
  }

  .popup-ishii {
    display: none;
  }

  .popup-item-profile-24 {
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-77 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_24 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    bottom: auto;
    left: auto;
  }

  .popup-name-24 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-24 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-66 {
    bottom: 40px;
  }

  .close-24 {
    bottom: 567px;
    left: 115px;
  }

  .popup-iikura {
    display: none;
  }

  .popup-item-profile-25 {
    width: 100%;
    padding: 30px 10px 10px;
    display: flex;
    overflow: auto;
  }

  .image-78 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_25 {
    text-align: center;
    width: 100%;
    bottom: auto;
    left: auto;
  }

  .popup-name-25 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .popup-yomigana-25 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .paragraph-67 {
    width: 100%;
    bottom: 40px;
    left: auto;
    overflow: auto;
  }

  .close-25 {
    bottom: 470px;
    left: 120px;
  }

  .popup-okuda-02 {
    display: none;
  }

  .popup-item-profile-26 {
    padding: 30px 10px 10px;
    display: flex;
  }

  .image-79 {
    bottom: auto;
    left: auto;
  }

  .katagaki-2_26 {
    text-align: center;
    width: auto;
    bottom: auto;
  }

  .popup-name-26 {
    text-align: center;
    bottom: 10px;
  }

  .popup-yomigana-26 {
    text-align: center;
    bottom: 35px;
  }

  .paragraph-68 {
    bottom: 40px;
    left: auto;
  }

  .close-28 {
    bottom: 639px;
    left: 120px;
  }

  .image-83 {
    margin-bottom: 10px;
  }

  .container-17 {
    width: 100%;
    max-width: 100%;
  }

  .header-menu-sp {
    flex-direction: column;
  }

  .nav-header-sp {
    max-width: 100%;
    height: 60px;
    display: none;
  }

  .navbar-container-copy {
    max-width: 320px;
    height: 100%;
    display: block;
  }

  .header-wrapper-copy {
    display: none;
  }

  .header-container-regular-copy {
    height: 100%;
    display: block;
  }

  .menu-wrapper-copy {
    display: none;
  }

  .header-menu-copy {
    flex-direction: column;
  }

  .div-block-31 {
    height: 20px;
    display: block;
    position: relative;
    bottom: 99px;
  }

  .event-concept-sp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 800px;
    margin-top: -80px;
    padding-top: 220px;
    display: inline-flex;
    position: relative;
    bottom: -100px;
  }

  .quick-stack-2 {
    box-sizing: border-box;
    float: none;
    clear: none;
    object-fit: fill;
  }

  .container-18 {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 160px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    bottom: 93px;
  }

  .container-19 {
    letter-spacing: .5px;
    width: 95%;
    height: 280px;
    font-size: 14rem;
    position: relative;
    bottom: 93px;
  }

  .container-20 {
    width: 80%;
    display: block;
    position: relative;
    bottom: 86px;
  }

  .heading-24 {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    position: static;
  }

  .paragraph-69 {
    color: var(--black);
    text-align: center;
    letter-spacing: .5px;
    margin-top: 15px;
    font-family: "M PLUS 2", sans-serif;
    font-size: .85rem;
    font-weight: 300;
    line-height: 20px;
  }

  .paragraph-70 {
    color: var(--black);
    text-align: center;
    letter-spacing: 1px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 13px;
    font-weight: 300;
    display: block;
  }

  .time-table-sp {
    height: 1200px;
    display: block;
    top: 115px;
    bottom: auto;
    overflow: visible;
  }

  .heading-25 {
    color: var(--black);
    letter-spacing: 2px;
    margin-top: -180px;
    padding-top: 180px;
    padding-left: 20px;
    font-family: Jost, sans-serif;
    font-size: 35px;
    font-weight: 400;
    position: relative;
    bottom: -19px;
  }

  .paragraph-71 {
    letter-spacing: 2px;
    padding-left: 25px;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 300;
  }

  .image-85 {
    height: 144.836px;
  }

  .image-86 {
    width: 100%;
  }

  .image-87 {
    width: 100%;
    height: 151.147%;
    max-height: 151.147%;
    position: static;
    bottom: 6px;
  }

  .image-88 {
    width: 80%;
    max-width: 80%;
    height: 100%;
    max-height: none;
    display: inline-block;
  }

  .tt-day1-sp {
    aspect-ratio: auto;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 60%;
    display: flex;
    position: relative;
    bottom: 1683px;
  }

  .image-89 {
    flex: 0 auto;
    max-width: 80%;
    display: block;
    position: absolute;
    inset: 6.5% auto auto;
  }

  .day1-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 2px;
    width: 80%;
    max-width: 80%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 1.5%;
    bottom: auto;
    right: auto;
  }

  ._11-25-mon-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 2px;
    width: 80%;
    max-width: 80%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    inset: 7.5% auto auto;
  }

  .digital-innovation-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 2px;
    width: 80%;
    max-width: 80%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    position: absolute;
    inset: 10.5% auto auto;
  }

  .day1-time01-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 22% auto auto;
  }

  .time01-sp {
    overflow-wrap: normal;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 40%;
    max-width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .link-block-8 {
    width: 80%;
    height: 30px;
  }

  .button-8 {
    color: var(--black);
    background-color: #ffffffa6;
    width: 80%;
    font-size: 10px;
    font-weight: 400;
  }

  .opening-sp {
    overflow-wrap: normal;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 30%;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 10%;
  }

  .image-90 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-11 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 50px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-11.sp_scroll101 {
    font-weight: 500;
  }

  .day1-time02-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 30% auto auto;
  }

  .image-91 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-12 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 40px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-12.sp_scroll102 {
    font-size: 10px;
    font-weight: 500;
  }

  .day1-time03-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 38% auto auto;
  }

  .image-92 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-13 {
    color: var(--black);
    text-align: left;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 80%;
    max-width: 80%;
    height: 32px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 7px;
    font-weight: 400;
    line-height: 10px;
    text-decoration: none;
    display: flex;
    position: relative;
    bottom: 33px;
  }

  .text-block-13.sp_scroll103 {
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    line-height: 12px;
  }

  .day1-time04-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 46.5% auto auto;
  }

  .image-93 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-14 {
    color: var(--black);
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 80%;
    max-width: 80%;
    height: 32px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    text-decoration: none;
    display: flex;
    position: relative;
    bottom: 32px;
  }

  .text-block-14.sp_scroll104 {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
  }

  .day1-time05-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 55% auto auto;
  }

  .image-94 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-15 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 50%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-15.sp_scroll105 {
    font-weight: 500;
  }

  .day1-time06-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 63% auto auto;
  }

  .image-95 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-16 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 50%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-16.sp_scroll106 {
    font-weight: 500;
  }

  .day1-time07-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 71.5% auto auto;
  }

  .image-96 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-17 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 50%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-17.sp_scroll107 {
    font-weight: 500;
  }

  .day1-time08-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 79.5% auto auto;
  }

  .image-97 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-18 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 50%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-18.sp_scroll108 {
    font-weight: 500;
  }

  .day1-time09-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 87.5% auto auto;
  }

  .image-98 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-19 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 50%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-19.sp_scroll109 {
    font-weight: 500;
  }

  .tt-day2-sp {
    aspect-ratio: auto;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 61%;
    margin-top: 25px;
    display: flex;
    position: relative;
    bottom: 1683px;
  }

  .image-99 {
    width: 80%;
    max-width: 80%;
    height: 82%;
    max-height: 100%;
    display: inline-block;
    position: relative;
    bottom: 53px;
  }

  .image-100 {
    flex: 0 auto;
    max-width: 80%;
    display: block;
    position: absolute;
    inset: 6.5% auto auto;
  }

  .image-101 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .day2-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 2px;
    width: 80%;
    max-width: 80%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 1.5%;
    bottom: auto;
    right: auto;
  }

  ._11-26-tue-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 2px;
    width: 80%;
    max-width: 80%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    inset: 7.5% auto auto;
  }

  .day2-title-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 2px;
    width: 80%;
    max-width: 80%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    position: absolute;
    inset: 10.5% auto auto;
  }

  .day2-time01-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 21.5% auto auto;
  }

  .text-block-20 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 50px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-20.sp_scroll201 {
    font-weight: 500;
  }

  .day2-time02-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 30% auto auto;
  }

  .image-102 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-21 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 40px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-21.sp_scroll202 {
    font-weight: 500;
  }

  .day2-time03-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 38.5% auto auto;
  }

  .image-103 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-22 {
    color: var(--black);
    text-align: left;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 80%;
    max-width: 80%;
    height: 32px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    text-decoration: none;
    display: flex;
    position: relative;
    bottom: 33px;
  }

  .text-block-22.sp_scroll203 {
    font-weight: 500;
  }

  .day2-time04-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 47% auto auto;
  }

  .image-104 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-23 {
    color: var(--black);
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 80%;
    max-width: 80%;
    height: 32px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    text-decoration: none;
    display: flex;
    position: relative;
    bottom: 33px;
  }

  .text-block-23.sp_scroll204 {
    width: 80%;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
  }

  .day2-time05-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 55% auto auto;
  }

  .image-105 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-24 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 50%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-24.sp_scroll205 {
    font-weight: 500;
  }

  .day2-time06-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 63% auto auto;
  }

  .image-106 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-25 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 50%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-25.sp_scroll206 {
    font-weight: 500;
  }

  .day2-time07-sp {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    font-family: "M PLUS 2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 71% auto auto;
  }

  .image-107 {
    width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .text-block-26 {
    color: var(--black);
    width: 80%;
    max-width: 80%;
    height: 50%;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    bottom: 36px;
  }

  .text-block-26.sp_scroll207 {
    font-weight: 500;
  }

  .image-15_1 {
    width: 21%;
    margin-top: 10px;
    margin-left: auto;
    position: absolute;
    bottom: 43%;
    left: 17%;
  }

  .chugai-seiyaku-dxu {
    width: 50%;
    margin-left: 45%;
    bottom: 295px;
    left: auto;
  }

  .suzuki-takao_2 {
    margin-left: 45%;
    bottom: 301px;
    left: 0;
  }

  .suzuki-takao-yomigana_2 {
    width: 30%;
    margin-left: 45%;
    bottom: 307px;
    left: 0;
  }

  .session-11-25-explanation-sp {
    text-align: left;
    height: 170px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .7rem;
    font-weight: 400;
    display: block;
  }

  .session-11-26-explanation-sp {
    text-align: left;
    letter-spacing: 3px;
    height: 240px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .7rem;
    font-weight: 400;
    display: block;
  }

  .day1-session-op {
    width: 95%;
    height: 85%;
    margin-left: 2.5%;
    margin-right: 0;
    display: block;
    bottom: 0;
  }

  .d1-session-op-sp {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .opening-sp_000 {
    flex-flow: wrap;
    place-content: space-between center;
    align-items: center;
    width: 100%;
    height: 9%;
    margin-left: 0%;
    display: flex;
    position: relative;
    top: 63px;
    bottom: 0;
  }

  .image-7-sp {
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    height: auto;
    margin-left: 0%;
    margin-right: 0;
    display: inline-flex;
    position: static;
    bottom: 0;
  }

  .image-15-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .position-01-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-01 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-01 {
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .image-15_1-sp {
    float: none;
    clear: both;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: fill;
    align-self: center;
    width: 70px;
    margin-top: 5px;
    margin-left: auto;
    display: inline-block;
    position: static;
    bottom: 0%;
    left: 17%;
  }

  .position-02-sp {
    width: auto;
    margin-left: 5%;
    position: static;
    bottom: 295px;
    left: auto;
  }

  .suzuki-takao_2-sp {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    position: static;
    bottom: 301px;
    left: 0;
  }

  .suzuki-takao-yomigana_2-sp {
    width: auto;
    margin-left: 5%;
    position: static;
    bottom: 307px;
    left: 0;
  }

  .div-block-32 {
    background-color: #4e2c2c;
    width: 100%;
    height: 170px;
    padding-top: 3%;
    padding-bottom: 3px;
    display: block;
    position: absolute;
    bottom: 0;
  }

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    order: 1;
    grid-template: ". ."
                   ". Area"
                   / 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 95%;
    height: 170px;
    margin-left: 0%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    display: flex;
    position: static;
    bottom: 177px;
  }

  .div-block-34 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    display: grid;
  }

  .div-block-35 {
    cursor: pointer;
    width: 21%;
    position: absolute;
    bottom: 99.633px;
    left: 63px;
  }

  .list {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 0% 0% -22px;
  }

  .list-item-5 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
    bottom: auto;
  }

  .list-2 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: none;
    position: absolute;
    inset: 0% 0% -125px;
  }

  .list-item-6 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .accordion-wrapper-sp {
    display: block;
    bottom: -156px;
  }

  .accordion-item-01-sp {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: 90px;
  }

  .image-8-sp {
    align-self: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  ._1125-session-title-sp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    position: absolute;
    inset: 6% 0% auto;
  }

  .list-3 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 18% 0% auto;
  }

  .image-16-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-8 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-03-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-03 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-03 {
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  ._1125-session1-title-first-01-sp {
    align-self: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    position: absolute;
    inset: 18% 0% auto;
  }

  ._1125-session1-title-01-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    position: absolute;
    inset: 15% 0% auto;
  }

  .list-4 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 40% 0% auto;
  }

  ._1125-session1-title-02-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 34% 0% auto;
  }

  .image-17-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-9 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-04-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-04 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .name-sp-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    position: static;
    bottom: 301px;
    left: 0;
  }

  .yomigana-sp-02 {
    width: auto;
    margin-left: 5%;
    position: static;
    bottom: 307px;
    left: 0;
  }

  .yomigana-sp-04 {
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  ._1125-session1-title-03-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 56% 0% auto;
  }

  .list-5 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 60% 0% auto;
  }

  .image-18-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-10 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-05-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-05 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-05 {
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  ._1125-session1-title-04-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 77% 0% auto;
  }

  .list-6 {
    z-index: auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 81% 0% auto;
  }

  .image-19-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-11 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-06-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-06 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-06 {
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .accordion-item-02-sp {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: 32px;
  }

  ._1125-session2-title-sp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    text-align: left;
    letter-spacing: 1px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 65px;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 7% 0% auto;
  }

  .image-9-sp {
    align-self: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  ._1125-session2-title-01-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    display: none;
    position: absolute;
    inset: 16% 0% auto;
  }

  .list-7 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 16% 0% auto;
  }

  .list-8 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 68% 0% auto;
  }

  .list-9 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 51% 0% auto;
  }

  ._1125-session2-title-02-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    display: none;
    position: absolute;
    inset: 41% 0% auto;
  }

  ._1125-session2-title-03-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    display: none;
    position: absolute;
    inset: 64% 0% auto;
  }

  .image-20-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .image-17-sp-copy {
    flex: 0 auto;
    align-self: center;
    width: 70px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .image-21-sp, .image-22-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-12, .list-item-13, .list-item-14 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-07-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-07 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-07 {
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .position-08-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-08 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-08 {
    color: var(--blue);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .position-09-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-09 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-09 {
    color: var(--blue);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .accordion-item-03-sp {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: 45px;
  }

  .image-10-sp {
    align-self: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  ._1125-session3-title-sp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    text-align: left;
    letter-spacing: 1px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 65px;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 5% 0% auto;
  }

  ._1125-session3-title-01-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 13% 0% auto;
  }

  .list-10 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 18% 0% auto;
  }

  .list-11 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 59% 0% auto;
  }

  .list-12 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 37% 0% auto;
  }

  ._1125-session3-title-02-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 51.5% 0% auto;
  }

  ._1125-session3-title-03-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    display: block;
    position: absolute;
    inset: 32% 0% auto;
  }

  ._1125-session3-title-04-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 73% 0% auto;
  }

  .list-13 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 76% 0% auto;
  }

  .image-23-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-10-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-10 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-10 {
    color: var(--blue);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .image-24-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .position-11-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-11 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-11 {
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .image-25-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .position-12-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-12 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-12 {
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .image-26-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .position-13-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-13 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-13 {
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .closing-sp {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: 30px;
  }

  .list-14 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 36% 0% auto;
  }

  .image-27-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-19 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-14-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-14 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-14 {
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .workshop-sp {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 10%;
    display: flex;
    position: relative;
    bottom: -4px;
  }

  .day1-workshop {
    text-align: left;
    padding-left: 65px;
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    position: absolute;
    inset: 28px 0% auto;
  }

  .paragraph-73 {
    font-size: 10px;
    line-height: 10px;
  }

  .paragraph-74 {
    color: #000;
    letter-spacing: 1.5px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
  }

  .poster-session-sp {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: 9px;
  }

  .image-ps {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: auto;
  }

  .paragraph-75 {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 300;
  }

  .paragraph-76 {
    color: #000;
    letter-spacing: 3px;
    height: auto;
    font-family: "M PLUS 2", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
  }

  .archive-sp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding-left: 0%;
    padding-right: 10%;
    display: flex;
    position: relative;
    inset: 320px 0% 0%;
    overflow: hidden;
  }

  .footer-subscribe-sp {
    display: block;
    top: 300px;
    bottom: 0;
    overflow: visible;
  }

  .opening-sp_0000 {
    box-sizing: content-box;
    flex-flow: wrap;
    place-content: space-between center;
    align-items: center;
    width: 100%;
    height: 9%;
    margin-left: 0%;
    display: flex;
    position: relative;
    top: 63px;
    bottom: 0;
  }

  .accordion-wrapper-sp-d2 {
    display: block;
    bottom: -156px;
  }

  .image-7-sp-02 {
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    height: auto;
    margin-left: 0%;
    margin-right: 0;
    display: inline-flex;
    position: static;
    bottom: 0;
  }

  .list-02 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 0% 0% -31px;
  }

  .image-15-sp-02 {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-5-02 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-01-sp-02 {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-01-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-01-02 {
    color: var(--green);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .list-2-02 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 0% 0% -125px;
  }

  .image-15_1-sp-02 {
    float: none;
    clear: both;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: fill;
    align-self: center;
    width: 70px;
    margin-top: 5px;
    margin-left: auto;
    display: inline-block;
    position: static;
    bottom: 0%;
    left: 17%;
  }

  .list-item-6-02 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-02-sp-02 {
    width: auto;
    margin-left: 5%;
    position: static;
    bottom: 295px;
    left: auto;
  }

  .name-sp-02-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    position: static;
    bottom: 301px;
    left: 0;
  }

  .yomigana-sp-02-02 {
    color: var(--green);
    width: auto;
    margin-left: 5%;
    position: static;
    bottom: 307px;
    left: 0;
  }

  .accordion-item-01-sp-02 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: 73px;
  }

  .image-8-sp-02 {
    align-self: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  ._1125-session-title-sp-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 65px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    position: absolute;
    inset: 7% 0% auto;
  }

  ._1125-session1-title-01-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 62% 0% auto;
  }

  .list-3-02 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 70% 0% auto;
  }

  .image-16-sp-02 {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-8-02 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-03-sp-02 {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-03-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-03-02 {
    color: var(--green);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  ._1125-session1-title-02-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 37% 0% auto;
  }

  .list-4-02 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 44% 0% auto;
  }

  .image-17-sp-02 {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-9-02 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-04-sp-02 {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-04-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-04-02 {
    color: var(--green);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  ._1125-session1-title-03-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 15% 0% auto;
  }

  .list-5-02 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 19% 0% auto;
  }

  ._1125-session1-title-04-sp-copy {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 77% 0% auto;
  }

  .view-more-01-02 {
    align-self: center;
    width: 95%;
    min-width: auto;
    max-width: none;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0% -6%;
  }

  .image-18-sp-02 {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-10-02 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-05-sp-02 {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-05-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-05-02 {
    color: var(--green);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .view-more-07_2 {
    width: 95%;
    max-width: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    position: relative;
    bottom: 7px;
  }

  .mottomiru-moji-07_2 {
    font-size: 12px;
  }

  .mottomiru-sankaku-07_2 {
    font-size: 13px;
    line-height: 13px;
    bottom: 2px;
  }

  .accordion-item-contents-07_2 {
    display: none;
    bottom: 84px;
  }

  .div-block-23-02 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-33-02 {
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph-35-02 {
    font-size: 9px;
    line-height: 12px;
  }

  .accordion-item-02-sp-02 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: 51px;
  }

  .image-9-sp-02 {
    align-self: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  ._1125-session2-title-sp-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    text-align: left;
    letter-spacing: 1px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 7% 0% auto;
  }

  ._1125-session2-title-01-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 15% 0% auto;
  }

  .list-7-02 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 21% 0% auto;
  }

  .image-20-sp-02 {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-12-02 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  ._1125-session2-title-02-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 36% 0% auto;
  }

  .position-07-sp-02 {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-07-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-07-02 {
    color: var(--green);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .list-8-02 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 39% 0% auto;
  }

  ._1125-session2-title-03-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 54% 0% auto;
  }

  .list-9-02 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 57% 0% auto;
  }

  .view-more-08_02 {
    width: 95%;
    min-width: 95%;
    max-width: none;
    height: 40px;
    padding-top: 5px;
    bottom: 6px;
  }

  .view-more-02-copy {
    width: 95%;
    min-width: 95%;
    max-width: none;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    position: relative;
    bottom: 2px;
  }

  .mottomiru-moji-08_02 {
    font-size: 12px;
  }

  .mottomiru-sankaku-08_02 {
    font-size: 13px;
    line-height: 13px;
    bottom: 2px;
  }

  .accordion-item-contents-08-02 {
    height: 20%;
    display: none;
    bottom: 60px;
  }

  .div-block-24-02 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-36-02 {
    font-size: 12px;
    line-height: 17px;
  }

  .list-9-02_1 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 68% 0% auto;
  }

  .image-22-sp_1 {
    flex: 0 auto;
    align-self: center;
    width: 70px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-14_1 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-09-sp_1 {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-09_1 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-09_1 {
    color: var(--green);
    width: auto;
    margin-left: 5%;
    position: static;
    bottom: 245px;
  }

  .opening-day2_1 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0%;
    display: none;
    position: relative;
    top: 63px;
    bottom: 0;
  }

  .heading-5-02 {
    height: 140px;
    margin-bottom: 0%;
    display: block;
  }

  .image-7-02 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-15-02 {
    width: 21%;
    position: absolute;
    inset: auto 0% 58% 17%;
  }

  .chugai-seiyaku-02 {
    margin-bottom: 22px;
    margin-left: 45%;
    bottom: 224px;
  }

  .okuda-osamu-02 {
    margin-left: 45%;
    bottom: 240px;
  }

  .okuda-osamu-yomigana-02 {
    width: 30%;
    margin-left: 45%;
    bottom: 245px;
  }

  .image-15_2 {
    width: 21%;
    margin-top: 10px;
    margin-left: auto;
    position: absolute;
    bottom: 43%;
    left: 17%;
  }

  .chugai-seiyaku-dxu_2 {
    width: 50%;
    margin-left: 45%;
    bottom: 295px;
    left: auto;
  }

  .ishii-nobuya_1 {
    margin-left: 45%;
    bottom: 301px;
    left: 0;
  }

  .kondoh-yomigana_1 {
    width: 30%;
    margin-left: 45%;
    bottom: 307px;
    left: 0;
  }

  .accordion-item-03-sp-02 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: 22px;
  }

  .image-10-sp-02 {
    align-self: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  ._1125-session3-title-sp-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    text-align: left;
    letter-spacing: 1px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    display: flex;
    position: absolute;
    inset: 6% 0% auto;
  }

  ._1125-session3-title-01-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 15% 0% auto;
  }

  .list-10-02 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 19% 0% auto;
  }

  ._1125-session3-title-02-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 38% 0% auto;
  }

  .list-11-02 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 42% 0% auto;
  }

  .image-24-sp-02 {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-16-02 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-11-sp-02 {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-11-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-11-02 {
    color: var(--green);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  ._1125-session3-title-03-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 61% 0% auto;
  }

  .list-12-02 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 65% 0% auto;
  }

  .image-25-sp-02 {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-17-02 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-12-sp-02 {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-12-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-12-02 {
    color: var(--green);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  ._1125-session3-title-04-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 71% 0% auto;
  }

  .list-13-02 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 76% 0% auto;
  }

  .image-26-sp-02 {
    flex: 0 auto;
    align-self: center;
    width: 70px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-18-02 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-13-sp-02 {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-13-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-13-02 {
    color: var(--green);
    width: auto;
    margin-left: 5%;
    position: static;
    bottom: 245px;
  }

  .view-more-9-02 {
    width: 94.9978%;
    min-width: 95%;
    max-width: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    bottom: 32px;
  }

  .mottomiru-moji-9-02 {
    font-size: 12px;
  }

  .mottomiru-sankaku-9-02 {
    font-size: 13px;
    line-height: 13px;
    bottom: 2px;
  }

  .accordion-item-contents-9-02 {
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: block;
    bottom: auto;
  }

  .div-block-30-02 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-contents-09-02 {
    height: 21%;
    display: none;
    bottom: 62px;
  }

  .div-block-25-02 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-36-02_2 {
    font-size: 12px;
    line-height: 17px;
  }

  .list-9-02_1-copy {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 68% 0% auto;
  }

  .image-22-sp_1-copy {
    flex: 0 auto;
    align-self: center;
    width: 70px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-14_1-copy {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-09-sp_1-copy {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-09_1-copy {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-09_1-copy {
    color: var(--green);
    width: auto;
    margin-left: 5%;
    position: static;
    bottom: 245px;
  }

  .paragraph-77 {
    letter-spacing: 1.5px;
    width: auto;
    font-family: "M PLUS 2", sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 12px;
  }

  .closing-sp-02 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: 20px;
  }

  .image-19-02 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
  }

  .list-14-02 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 36% 0% auto;
  }

  .image-27-sp-02 {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-19-02 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-14-sp-02 {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-14-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-14-02 {
    color: var(--green);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .workshop-sp-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
    bottom: -80px;
  }

  .image-20-copy {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .day1-workshop-name-copy {
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .day1-workshop-copy {
    text-align: left;
    padding-left: 65px;
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    position: absolute;
    inset: -10% 0% auto;
  }

  .view-more-04-copy {
    order: 0;
    width: 29%;
    min-width: 95%;
    max-width: none;
    height: 40px;
    padding-top: 10px;
    bottom: 104px;
  }

  .mottomiru-moji-04-copy {
    color: #000;
    font-size: 10px;
  }

  .mottomiru-sankaku-04-copy {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    bottom: 2px;
  }

  .accordion-item-contents-04-copy {
    height: 80px;
    display: none;
    bottom: 47px;
  }

  .div-block-11-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .paragraph-74-copy {
    color: #000;
    letter-spacing: 1.5px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
  }

  .poster-session-sp-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: none;
    position: relative;
    bottom: 18px;
  }

  .image-ps-copy {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: auto;
  }

  .day1-poster-session-name-copy {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    position: absolute;
    inset: 43% 0% auto;
  }

  .view-more-05-copy {
    width: 95%;
    min-width: auto;
    max-width: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
    position: relative;
    bottom: auto;
  }

  .mottomiru-moji-05-copy {
    color: #000;
    font-size: 10px;
  }

  .mottomiru-sankaku-05-copy {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    bottom: 2px;
  }

  .accordion-item-contents-05-copy {
    display: none;
    bottom: 21px;
  }

  .div-block-10-copy {
    background-color: var(--white);
    width: 95%;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 20px;
  }

  .paragraph-76-copy {
    color: #000;
    letter-spacing: 3px;
    font-family: "M PLUS 2", sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
  }

  .kouryukai-02 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    bottom: -17px;
  }

  .image-22-02 {
    align-self: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: auto;
  }

  .day1-kouryukai-name-02 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    position: absolute;
    inset: 52% 0% auto;
  }

  .view-more-06-copy {
    width: 95%;
    min-width: 95%;
    max-width: none;
    height: 40px;
    padding-top: 10px;
    display: none;
    bottom: 6px;
  }

  .mottomiru-moji-06-copy {
    color: #000;
    font-size: 10px;
  }

  .mottomiru-sankaku-06-copy {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    bottom: 2px;
  }

  .accordion-item-contents-06-copy {
    color: #000;
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 15px;
    display: none;
    bottom: auto;
  }

  .div-block-12-copy {
    background-color: var(--white);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-75-copy {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 300;
  }

  .poster-exhibition-02 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 30px;
    display: flex;
    position: relative;
    bottom: -54px;
  }

  .image-23-02 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: auto;
  }

  .day1-poster-exhibition-name-02 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    position: absolute;
    inset: 32% 0% auto;
  }

  .accordion-wrapper-day2-copy {
    display: none;
    position: relative;
    bottom: -240px;
  }

  .outline-sp {
    height: 950px;
    margin-top: -80px;
    padding-top: 80px;
    display: block;
    position: relative;
    top: 240px;
    bottom: auto;
  }

  .register-to-attend-sp {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: auto 0% -17%;
  }

  .chugai-seiyaku-dxu-sp {
    width: 50%;
    margin-left: 45%;
    bottom: 295px;
    left: auto;
  }

  .image-108 {
    height: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-15-sp {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .footer-wrapper-three-sp {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-top: 5px;
    display: flex;
  }

  .footer-block-three-sp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .footer-link-three-01-sp, .footer-link-three-02-sp, .footer-link-three-03-sp {
    font-size: 13px;
  }

  .footer-link-three-04-sp {
    margin-bottom: 0;
    font-size: 13px;
  }

  .footer-social-block-three-sp {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: absolute;
    inset: -1% 0% auto;
  }

  .footer-bottom-sp {
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-legal-block-sp {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
  }

  .footer-legal-link-sp {
    flex-flow: wrap;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    display: flex;
    position: absolute;
    inset: 90% 0% auto;
  }

  .footer-copyright-sp {
    text-align: center;
    padding-bottom: 10px;
  }

  .bold-text-sp {
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    line-height: 15px;
    display: block;
    position: absolute;
    inset: 100% 0% auto;
  }

  .popup-suzuki-02 {
    display: none;
  }

  .popup-item-profile-27 {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    overflow: auto;
  }

  .image-79_1 {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 410px;
    left: auto;
  }

  .katagaki-2_27 {
    width: 50%;
    font-size: 10px;
    position: absolute;
    bottom: 49%;
  }

  .popup-name-28 {
    text-align: center;
    bottom: -5%;
    left: 0%;
  }

  .popup-yomigana-29 {
    text-align: center;
    position: absolute;
    bottom: 42%;
  }

  .paragraph-68_1 {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: wrap;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 60%;
    display: block;
    position: absolute;
    bottom: 6%;
    overflow: scroll;
  }

  .nav-header-copy, .nav-header-tbsp {
    height: 60px;
    display: none;
  }

  .navbar-container-tbsp {
    height: 100%;
    display: none;
  }

  .header-container-regular-tbsp {
    height: 100%;
    display: block;
  }

  .menu-wrapper-tbsp {
    display: none;
  }

  .header-menu-tbsp {
    background-color: #fff0;
    flex-flow: column;
    justify-content: space-around;
    height: auto;
  }

  .request-button-tbsp {
    margin-top: 20px;
    margin-right: 0;
  }

  .navbar-2 {
    display: block;
  }

  .nav-menu-3 {
    background-color: #fffc;
    width: auto;
  }

  .container-21 {
    height: 100%;
  }

  .brand-2 {
    padding-top: 5px;
    padding-right: 10px;
  }

  .view-more-03-copy {
    width: 95%;
    min-width: auto;
    max-width: none;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: none;
    position: relative;
    bottom: 7px;
  }

  .mottomiru-moji-03-copy {
    font-size: 10px;
  }

  .mottomiru-sankaku-03-copy {
    font-size: 13px;
    line-height: 13px;
    bottom: 0;
  }

  .event-outline-main-sp {
    height: 40px;
    max-height: 100%;
    display: block;
    position: relative;
    top: auto;
    bottom: 9px;
    left: 74.6%;
  }

  .container_1 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .day1_opening, .day1_session1 {
    display: none;
  }

  .container_2 {
    max-width: none;
  }

  .testimonial-card-three_2, .accordion_session1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-22 {
    max-width: none;
  }

  .day1_session2 {
    display: none;
  }

  .container_3 {
    max-width: none;
  }

  .testimonial-card-three_3, .accordion_session2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-22_2 {
    max-width: none;
  }

  .day1_session3 {
    display: none;
  }

  .container_4 {
    max-width: none;
  }

  .testimonial-card-three_4, .accordion_session3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-22_3 {
    max-width: none;
  }

  .day1_closing {
    display: none;
  }

  .container_5 {
    max-width: none;
  }

  .testimonial-card-three_5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .day1_ws {
    display: none;
  }

  .container_6 {
    max-width: none;
  }

  .testimonial-card-three_6, .accordion_ws {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-22_4 {
    max-width: none;
  }

  .day1_ps {
    display: none;
  }

  .container_7 {
    max-width: none;
  }

  .testimonial-card-three_7, .accordion_ps {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-22_5 {
    max-width: none;
  }

  .day1_kk {
    display: none;
  }

  .container_8 {
    max-width: none;
  }

  .testimonial-card-three_8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .day1_pt {
    display: none;
  }

  .container_9 {
    max-width: none;
  }

  .testimonial-card-three_9 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .day2_opening {
    display: none;
  }

  .container2_1 {
    max-width: none;
  }

  .testimonial-card-three2_1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .day2_session1 {
    display: none;
  }

  .container2_2 {
    max-width: none;
  }

  .testimonial-card-three2_2, .accordion2_session1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-22-2_1 {
    max-width: none;
  }

  .day2_session2 {
    display: none;
  }

  .container2_3 {
    max-width: none;
  }

  .testimonial-card-three2_3, .accordion2_session2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-22-2_2 {
    max-width: none;
  }

  .day2_session3 {
    display: none;
  }

  .container2_4 {
    max-width: none;
  }

  .testimonial-card-three2_4, .accordion2_session3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-22-2_4 {
    max-width: none;
  }

  .day2_closing {
    display: none;
  }

  .container2_5 {
    max-width: none;
  }

  .testimonial-card-three2_5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .day2_kk {
    display: none;
  }

  .container2_6 {
    max-width: none;
  }

  .testimonial-card-three2_6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .day2_pt {
    display: none;
  }

  .container2_7 {
    max-width: none;
  }

  .testimonial-card-three2_7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-95 {
    font-family: "M PLUS 2", sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 12px;
  }

  ._1125-session2-title-04-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 72% 0% auto;
  }

  .list-15-02 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 75% 0% auto;
  }

  .image-28-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .position-15-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .name-sp-15 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .yomigana-sp-15 {
    color: var(--green);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .div-block-37 {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    display: flex;
    position: relative;
    top: -15px;
  }

  .paragraph-96 {
    width: 95%;
    margin-left: 10px;
    display: none;
  }

  .paragraph-98 {
    font-size: 20px;
  }

  .popup-shibayama {
    display: none;
  }

  .popup-item-profile-28 {
    width: 100%;
    padding: 30px 10px 10px;
    display: flex;
  }

  .paragraph-980 {
    font-size: 20px;
    display: block;
  }

  .image-600 {
    bottom: -1px;
    left: auto;
  }

  .katagaki-1_13 {
    text-align: center;
    width: 80%;
    bottom: auto;
  }

  .popup-name-28_1 {
    text-align: center;
    bottom: 10px;
    left: auto;
  }

  .paragraph-490 {
    width: 100%;
    bottom: 40px;
    overflow: scroll;
  }

  .close28 {
    bottom: 720px;
    left: 120px;
  }

  .paragraph-96_sp {
    width: 95%;
    margin-left: 10px;
    line-height: 15px;
    display: block;
  }

  .div-block-37_2 {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    display: flex;
    position: relative;
    top: -15px;
  }

  .paragraph-96_2 {
    width: 95%;
    margin-left: 10px;
    display: none;
  }

  .paragraph-96_2_sp {
    width: 95%;
    margin-left: 10px;
    line-height: 15px;
    display: block;
  }

  ._1125-session2-title-04_-sp-02 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    inset: 72% 0% auto;
  }

  ._1125-session1-title-01_1-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    position: absolute;
    inset: 12.5% 0% auto;
  }

  .tojiru-moji-02 {
    font-size: 12px;
    display: none;
  }

  .tojiru-moji-01 {
    margin-top: 0;
    font-size: 12px;
    line-height: 10px;
    display: none;
  }

  .tojiru-moji-03 {
    font-size: 12px;
    display: none;
  }

  .tojiru-moji-04, .tojiru-moji-05 {
    color: #000;
    font-size: 12px;
    display: none;
  }

  .tojiru-moji-07_2, .tojiru-moji-08_02, .tojiru-moji-9-02 {
    font-size: 12px;
    display: none;
  }

  .yomigana-sp-16, .yomigana-sp-17, .yomigana-sp-18 {
    color: var(--green);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .paragraph-7_1 {
    width: auto;
    font-size: 12px;
    line-height: 15px;
    bottom: 8%;
  }

  .paragraph-6_2, .paragraph-7_2 {
    width: auto;
    font-size: 12px;
    line-height: 15px;
    bottom: 25px;
  }

  .paragraph-11_1 {
    font-size: 12px;
    bottom: 54px;
  }

  .paragraph-20_1 {
    font-size: 12px;
    line-height: 15px;
    bottom: 7px;
  }

  .paragraph-11_01 {
    color: var(--blue);
    width: 60%;
    font-size: 12px;
    bottom: 58px;
  }

  .paragraph-20-copy {
    font-size: 12px;
    line-height: 15px;
    position: relative;
    bottom: 36px;
  }

  ._1125-session2-title-04-sp {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
    display: none;
    position: absolute;
    inset: 64% 0% auto;
  }

  .list-15_1 {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    height: 81px;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 68% 0% auto;
  }

  .image-29-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-29 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    height: 81px;
    display: flex;
  }

  .position-16-sp {
    width: auto;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 1px;
  }

  .name-sp-16 {
    width: auto;
    height: 14px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 0;
  }

  .yomigana-sp-16_1 {
    color: var(--blue);
    width: auto;
    height: 10px;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 0;
  }

  .div-block-39 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 22.5% 0% auto;
  }

  .div-block-40 {
    position: absolute;
  }

  .link-block-11 {
    width: 40%;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 80.5% 0% auto;
  }

  .link-block-12 {
    width: 40%;
  }

  .popup-yomigana-28_1 {
    text-align: center;
    bottom: 35px;
    left: auto;
  }

  .navbar-3, .container-23 {
    background-color: #fff;
  }

  .brand-3 {
    margin-top: 5px;
  }

  .navbar-header-tb {
    display: none;
  }

  .navbar-logo-left-container-2.shadow-three {
    background-color: #ffffffe6;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-24 {
    width: 100%;
    max-width: none;
  }

  .nav-menu-wrapper-3 {
    background-color: #ffffffe6;
  }

  .nav-menu-two-3 {
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
  }

  .mobile-margin-top-12 {
    font-family: "M PLUS 2", sans-serif;
  }

  .button-primary-6 {
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .list-item-30, .list-item-31, .list-item-32, .list-item-33 {
    font-family: "M PLUS 2", sans-serif;
  }

  .navbar-header-sp {
    z-index: 3;
    background-color: #fff;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .paragraph-19_1 {
    bottom: -6%;
  }

  .paragraph-19_2 {
    bottom: -2%;
  }

  .paragraph-19_3 {
    bottom: 0%;
  }

  .list-15_ {
    box-sizing: content-box;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 72% 0% auto;
  }

  .paragraph-981 {
    color: #000;
    font-family: "M PLUS 2", sans-serif;
  }

  .list-1107 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    padding-left: 30px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 32% 0% auto;
  }

  .image-1107-sp {
    flex: 0 auto;
    align-self: center;
    width: 75px;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% auto 17%;
  }

  .list-item-1107 {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .position-1107-sp {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5%;
    position: static;
    bottom: 224px;
  }

  .yomigana-sp-1107 {
    color: var(--blue);
    width: auto;
    margin-top: 2px;
    margin-left: 5%;
    font-size: 10px;
    position: static;
    bottom: 245px;
  }

  .name-sp-1107 {
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    position: static;
    bottom: 240px;
  }

  .archive-block {
    margin-bottom: 70px;
  }

  .heading-26 {
    letter-spacing: 2px;
    margin-left: 20px;
    font-size: 35px;
    line-height: 30px;
  }

  .text-block-27 {
    margin-left: 0;
    padding-left: 25px;
    font-size: 14px;
  }

  .report {
    height: 200px;
    margin-bottom: 0;
  }

  .heading-28 {
    letter-spacing: 2px;
    margin-left: 20px;
    font-size: 35px;
    line-height: 30px;
    position: relative;
  }

  .text-block-29 {
    margin-left: 0;
    padding-left: 25px;
    font-size: 14px;
  }

  .image-1137 {
    flex: 0 auto;
    margin-top: 20px;
  }

  .list-1108 {
    padding-left: 20px;
  }

  .div-block-42 {
    width: 70%;
  }

  .container-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-985 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-986 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .archive-accordion {
    margin-top: 0;
    display: none;
  }

  .container-28 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-987, .paragraph-988, .paragraph-989 {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-43, .div-block-44 {
    width: 300px;
    margin-bottom: 20px;
  }

  .div-block-45 {
    width: 300px;
  }

  .paragraph-990 {
    margin-bottom: 50px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-archive-movie-01 {
    display: none;
  }

  .div-block-46 {
    width: 90%;
  }

  .image-1141 {
    right: 5%;
  }

  .popup-archive-movie-02 {
    display: none;
  }

  .div-block-48 {
    width: 90%;
  }

  .image-1142 {
    right: 5%;
  }

  .popup-archive-movie-03 {
    display: none;
  }

  .div-block-49 {
    width: 90%;
  }

  .image-1143 {
    right: 5%;
  }

  .div-block-50 {
    display: none;
  }

  .div-block-51 {
    display: block;
  }

  .div-block-52 {
    width: 350px;
    height: auto;
    margin-left: 15px;
    bottom: 180px;
  }

  .heading-29 {
    letter-spacing: 2px;
    width: 95%;
    margin-left: 25px;
    font-size: 35px;
    line-height: 30px;
    position: relative;
    bottom: 120px;
  }

  .text-block-31 {
    width: 95%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    font-size: 14px;
    position: relative;
    bottom: 120px;
  }

  .archive-accordion-sp {
    display: none;
  }

  .div-block-51-sp {
    display: block;
  }

  .div-block-50-sp {
    display: none;
  }

  .div-block-51_sp {
    display: block;
  }

  .div-block-50_sp {
    display: none;
  }
}

#w-node-_70d2453d-5ed8-4191-52a3-4a7d5b867eb0-d3df9e62 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: grid;
}

@media screen and (min-width: 1280px) {
  #w-node-_70d2453d-5ed8-4191-52a3-4a7d5b867eb0-d3df9e62 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_70d2453d-5ed8-4191-52a3-4a7d5b867eb1-d3df9e62 {
    grid-column: span 1 / span 1;
  }
}


