@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
body {
  font-family: "メイリオ", sans-serif;
  color: #fff;
  background: #000;
}

a {
  cursor: pointer;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

@media print, screen and (max-width: 1023.9px) {
  .-pc {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .-sp {
    display: none;
  }
}

.movetext {
  opacity: 0;
}

.movetext > span {
  opacity: 0;
}

.section-title__jp {
  opacity: 0;
  display: block;
}

.section-bar {
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, rgb(238, 99, 0)), color-stop(34%, rgb(253, 163, 0)), color-stop(66%, rgb(18, 128, 161)), to(rgb(0, 62, 155)));
  background: linear-gradient(90deg, rgb(238, 99, 0) 2%, rgb(253, 163, 0) 34%, rgb(18, 128, 161) 66%, rgb(0, 62, 155) 100%);
  width: 100%;
  height: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-bar {
    height: 12px;
  }
}

.section-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 1201px) {
  .section-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.section-title {
  text-align: center;
  font-weight: bold;
  font-family: "Roboto";
  font-style: italic;
  letter-spacing: -2px;
}
.section-title.-n1 {
  width: 550px;
  margin-left: auto;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-title.-n1 {
    width: 80%;
    margin-bottom: 0px;
  }
}
.section-title.-n2 {
  width: 550px;
  margin-left: auto;
  margin-bottom: 0px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-title.-n2 {
    width: 80%;
    margin-bottom: 40px;
  }
}
.section-title.-n3 {
  width: 420px;
  margin: 30px 3% 0px auto;
}
@media print, screen and (max-width: 1023.9px) {
  .section-title.-n3 {
    width: 62%;
    margin: 0 auto 30px;
  }
}
.section-title.-n4 {
  width: 530px;
  margin: 30px 3% 0px auto;
}
@media print, screen and (max-width: 1023.9px) {
  .section-title.-n4 {
    width: 65%;
    margin: 0 auto 30px;
  }
}
.section-title.-n6 {
  width: 550px;
  margin: 30px 3% 0px auto;
}
@media print, screen and (max-width: 1023.9px) {
  .section-title.-n6 {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .section-title {
    font-size: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .section-title {
    font-size: 87px;
  }
}
@media print, screen and (min-width: 1024px) {
  .section-title.-tal {
    text-align: left;
  }
}
.section-title.-has-mt {
  margin-top: 117px;
}
.section-title.-color_black .section-title__en {
  color: #000;
}
.section-title span {
  margin-left: -1px;
}
@media print, screen and (min-width: 1024px) {
  .section-title span {
    font-size: 118px;
  }
}
@media print, screen and (min-width: 1024px) {
  .section-title span:nth-of-type(1) {
    font-size: 200px;
  }
}

.section-title__en {
  color: #fff;
  letter-spacing: 0.01em;
}
.section-title__en span.-orange {
  color: #f9b734;
}
.section-title__en span.-sky {
  color: #009ee2;
}

@media print, screen and (max-width: 1023.9px) {
  .section-title__jp {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .section-title__jp {
    font-size: 26px;
  }
}

.header {
  background-color: #003146;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1023.9px) {
  .header__inner {
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__inner {
    padding-right: 15px;
  }
}

.header__logo {
  padding-left: 16px;
  max-width: 157px;
}
@media print, screen and (max-width: 1023.9px) {
  .header__logo {
    width: 100px;
    padding-top: 0px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    padding-top: 13px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .header__right {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    width: 100%;
    background-color: #000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .header__right.-active {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header__nav {
  padding-top: 20px;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1023.9px) {
  .header__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .header__nav ul li {
    margin-top: 36px;
    width: 100%;
    font-weight: bold;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav ul li {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1201px) {
  .header__nav ul li {
    margin-right: 35px;
  }
}

.header__nav ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.14s;
  transition: all 0.14s;
}
@media print, screen and (min-width: 1024px) {
  .header__nav ul li a {
    font-size: 17px;
  }
}
@media (hover: hover) {
  .header__nav ul li a:hover {
    opacity: 0.45;
  }
}

.header__registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  width: 174px;
  height: 60px;
  border-radius: 32px;
  line-height: 0.8;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}
@media print, screen and (max-width: 1023.9px) {
  .header__registration {
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
  }
}
.header__registration::before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: 178px;
  height: 64px;
  border-radius: 32px;
  background: #ffb000;
  -webkit-transition: 1s;
  transition: 1s;
}
.header__registration::after {
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  border-radius: 32px;
  background: #ffb000;
  color: #FFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (hover: hover) {
  .header__registration:hover {
    color: #FFF;
  }
  .header__registration:hover::after {
    background: #000;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .humberger {
    position: relative;
    z-index: 100000;
    height: 22px;
    width: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  .humberger {
    display: none;
  }
}
.humberger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f9b734;
  position: absolute;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  position: absolute;
  left: 0;
}
.humberger span:first-of-type {
  top: 0;
}
.humberger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.humberger span:last-of-type {
  bottom: 0;
}

.humberger.-active span:first-of-type {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.humberger.-active span:nth-of-type(2) {
  display: none;
}
.humberger.-active span:last-of-type {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.mv {
  line-height: 1;
  margin-bottom: -2px;
  padding-top: 65px;
  background: #000;
}
@media print, screen and (max-width: 1023.9px) {
  .mv {
    padding-top: 65px;
  }
}

.greeting {
  background-color: #080b12;
}

.greeting__title {
  position: relative;
  z-index: 1;
  text-align: right;
}
@media print, screen and (max-width: 1023.9px) {
  .greeting__title.-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .greeting__title.-sp {
    display: none;
  }
}

.greeting__inner {
  padding: 70px 4% 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  background-image: url(../img/bg_bar.png);
  background-position: 40% 0;
  background-size: 800px 100%;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1023.9px) {
  .greeting__inner {
    background-position: 0% 0;
    background-size: 600px 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .greeting__inner {
    padding-right: 30px;
    padding-left: 30px;
    gap: 50px;
  }
}
@media print, screen and (min-width: 1201px) {
  .greeting__inner {
    gap: 100px;
  }
}

.greeting__bar {
  position: absolute;
  top: -150px;
  left: 18%;
  z-index: 0;
  width: 760px;
}
@media print, screen and (max-width: 1023.9px) {
  .greeting__bar {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.greeting__prof {
  position: relative;
  z-index: 1;
}

.greeting__img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 468px;
}
@media print, screen and (max-width: 1023.9px) {
  .greeting__img {
    width: 70%;
    margin: 0 auto;
  }
}

.greeting__text-area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}

.greeting__desc {
  line-height: 2.16;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (max-width: 1023.9px) {
  .greeting__desc {
    font-size: 12.6px;
    line-height: 1.9;
  }
}

.greeting__prof-text {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
@media print, screen and (max-width: 1023.9px) {
  .greeting__prof-text {
    font-size: 18px;
  }
}
.greeting__prof-text span {
  font-size: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .greeting__prof-text span {
    font-size: 12px;
  }
}

.keynote {
  background-image: url(../img/keynote_bg.webp);
  background-position: left;
  background-size: cover;
  padding-top: 130px;
}
@media print, screen and (max-width: 1023.9px) {
  .keynote {
    padding-top: 80px;
  }
}

.keynote-prof {
  display: block;
  cursor: pointer;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 55px;
  max-width: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.keynote-prof:hover {
  opacity: 0.6;
}

.keynote-prof__img {
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .keynote-prof__img.-n1 {
    width: 482px;
  }
}

.keynote-prof__text {
  margin-top: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .keynote-prof__text {
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .keynote-prof__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}

.keynote-prof__name {
  font-size: 26px;
  font-weight: bold;
}
@media print, screen and (max-width: 767.9px) {
  .keynote-prof__name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.keynote-prof__name span {
  font-size: 21px;
}

.keynote-prof__position {
  font-size: 110%;
}
@media print, screen and (max-width: 767.9px) {
  .keynote-prof__position {
    font-size: 14px;
  }
}

.keynote__position {
  line-height: 1.375;
}

.keynote__row {
  margin-top: 55px;
}
@media print, screen and (min-width: 1024px) {
  .keynote__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.keynote__row .keynote-prof {
  margin: 0;
  width: 49%;
}
@media print, screen and (max-width: 1023.9px) {
  .keynote__row .keynote-prof {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    width: 100%;
  }
}

.speakers {
  padding: 100px 15px;
  background-color: #080b12;
  background-image: url(../img/speaker_bg.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .speakers {
    background-size: cover;
    padding-top: 60px;
  }
}

@media print, screen and (min-width: 1024px) {
  .speakers-inner {
    padding: 0 30px;
  }
}

.speakers__heading {
  text-align: right !important;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .speakers__heading {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1201px) {
  .speakers__heading {
    margin-bottom: -240px;
  }
}
.speakers__heading > span {
  letter-spacing: -0.04em;
}

.speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1023.9px) {
  .speaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1024px) {
  .speaker.-n1 {
    margin-top: -100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .speaker.-n1 .speaker__info {
    position: relative;
    left: -100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .speaker.-n2 {
    margin-top: -150px;
    margin-left: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .speaker.-n3 {
    margin-top: -100px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .speaker + .speaker {
    margin-top: 60px;
  }
}

.speaker__img {
  max-width: 536px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 1024px) {
  .speaker__text-area {
    padding-top: 150px;
  }
  .speaker__text-area.-owen {
    padding-top: 270px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .speaker__pos {
    font-size: 13px;
  }
}

.speaker__name {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
}
@media print, screen and (max-width: 1023.9px) {
  .speaker__name {
    margin-top: 10px;
    font-size: 24px;
  }
}
.speaker__name span {
  font-size: 18px;
}

.speaker__desc {
  margin-top: 50px;
  line-height: 2;
}
@media print, screen and (max-width: 1023.9px) {
  .speaker__desc {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
}

.speakerIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px;
  max-width: 1000px;
  margin: 100px auto 0;
}
.speakerIn.-n2 {
  max-width: 1260px;
}
@media print, screen and (max-width: 1023.9px) {
  .speakerIn {
    margin-top: 50px;
  }
}

.speakerIn__inner {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.speakerIn__inner:hover {
  opacity: 0.6;
}
.speakerIn__inner.-c3 {
  width: 32%;
}
@media print, screen and (max-width: 1023.9px) {
  .speakerIn__inner {
    width: 100%;
    margin-bottom: 50px;
  }
}

.speakTtl {
  font-size: 35px;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1;
  font-weight: bold;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .speakTtl {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.speakerIn__img {
  margin-bottom: 10px;
}

.black-bg-area {
  padding-top: 0px;
  background-image: url(../img/timetable_bg.webp);
  background-size: cover;
}

.timetable {
  padding: 80px 0 0;
}
@media print, screen and (max-width: 767.9px) {
  .timetable {
    padding: 70px 0;
  }
}
.timetable .inline {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.timetable .inline:hover {
  opacity: 0.6;
}

.timetable__content {
  margin: 54px auto 100px;
  max-width: 90%;
}
@media print, screen and (max-width: 767.9px) {
  .timetable__content {
    margin: 40px auto 20px;
  }
}

.timetable__time {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.timetable__time span {
  font-size: 30px;
}

.inline {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.table {
  display: block;
  margin-top: 10px;
  padding: 20px 15px 20px 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, rgb(238, 99, 0)), color-stop(44%, rgb(253, 163, 0)), color-stop(86%, rgb(18, 128, 161)), to(rgb(0, 62, 155)));
  background: linear-gradient(90deg, rgb(238, 99, 0) 2%, rgb(253, 163, 0) 44%, rgb(18, 128, 161) 86%, rgb(0, 62, 155) 100%);
}
@media print, screen and (min-width: 1024px) {
  .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 28px;
  }
  .table.w100w {
    display: block;
  }
}
.table + .timetable__time {
  margin-top: 36px;
}

.table__left {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .table__left {
    width: 79%;
  }
}

.w100w .table__left {
  width: 100%;
}

.table__right {
  width: 100%;
  text-decoration: none;
}
@media print, screen and (min-width: 1024px) {
  .table__right {
    width: 18%;
  }
}

.table__tag {
  text-align: center;
  display: inline-block;
  line-height: 1;
  background-color: #000;
  color: #FFF;
  font-weight: bold;
  padding: 13px 15px 12px;
}
@media print, screen and (max-width: 767.9px) {
  .table__tag {
    padding: 9px 15px 12px;
    font-size: 14px;
  }
}

.table__heading {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (max-width: 767.9px) {
  .table__heading {
    font-size: 18px;
    margin-top: 18px;
  }
}

.table__desc {
  margin-top: 15px;
  line-height: 1.875;
  font-weight: 500;
}
@media print, screen and (max-width: 767.9px) {
  .table__desc {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.table__prof {
  text-align: center;
}
.table__prof + .table__prof {
  margin-top: 13px;
}

.table__prof-img {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.table__prof-name {
  font-size: 21px;
  margin-top: 10px;
  font-weight: bold;
}
@media print, screen and (max-width: 767.9px) {
  .table__prof-name {
    font-size: 17px;
  }
}
.table__prof-name span {
  font-size: 14px;
}

.table__prof-position {
  margin-top: 2px;
  font-size: 11px;
}

.fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  .fle {
    display: block;
  }
}
.fle.p2 {
  max-width: 470px;
}
.fle.p2 .table__prof {
  width: 49%;
}
@media print, screen and (max-width: 767.9px) {
  .fle.p2 .table__prof {
    width: 100%;
  }
}
.fle .table__prof {
  width: 33%;
  margin-top: 0;
}
@media print, screen and (max-width: 767.9px) {
  .fle .table__prof {
    width: 100%;
    margin-bottom: 20px;
  }
}

.session__more {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  margin: 50px auto 0;
  text-align: right;
}

.last-section {
  background-color: #080b12;
  background-image: url(../img/last-bg.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .last-section {
    background-size: 155%;
  }
}

.outline {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 767.9px) {
  .outline {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}

.outline__heading {
  text-align: right !important;
}

.outline__table {
  color: #fff;
  width: 100%;
  margin-top: 8px;
}

a {
  text-decoration: underline;
}

tr {
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 767.9px) {
  tr {
    display: block;
    text-align: f;
  }
}

td {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.7;
}
td:first-of-type {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (max-width: 767.9px) {
  td:first-of-type {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 14px;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  td:first-of-type {
    width: 248px;
  }
}
td:last-of-type {
  font-size: 18px;
}
@media print, screen and (max-width: 767.9px) {
  td:last-of-type {
    padding-top: 0;
    font-size: 14px;
  }
}

.access {
  width: 100%;
}

.sponsors {
  padding-bottom: 70px;
  padding-top: 100px;
  background: #FFF;
}
@media print, screen and (max-width: 767.9px) {
  .sponsors {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
.sponsors .section-inner {
  max-width: 1600px;
}

.sponsors__row {
  padding-right: 100px;
  padding-left: 100px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto;
  grid-template-columns: repeat(1, auto);
  -webkit-column-gap: 78px;
     -moz-column-gap: 78px;
          column-gap: 78px;
  row-gap: 50px;
  margin-top: 60px;
  padding-bottom: 60px;
}
.sponsors__row.platinum {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
}
.sponsors__row.platinum.-noD {
  max-width: 900px;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  padding-left: 170px;
}
@media print, screen and (max-width: 767.9px) {
  .sponsors__row.platinum.-noD {
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
    padding-left: 0px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .sponsors__row.platinum {
    margin-left: auto;
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
  .sponsors__row.platinum img {
    width: 90%;
  }
}
.sponsors__row.gold {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
}
@media print, screen and (max-width: 767.9px) {
  .sponsors__row.gold {
    padding-top: 0;
    margin-left: auto;
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
  .sponsors__row.gold.-end {
    margin-top: 0;
  }
  .sponsors__row.gold img {
    width: 80%;
  }
}
.sponsors__row.gold3 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
  margin-left: 110px;
}
@media print, screen and (max-width: 1410px) {
  .sponsors__row.gold3 {
    margin-left: 0%;
  }
}
@media print, screen and (max-width: 767.9px) {
  .sponsors__row.gold3 {
    padding-top: 0;
    margin-top: 0;
    margin-left: auto;
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
  .sponsors__row.gold3 img {
    width: 80%;
  }
}
@media print, screen and (max-width: 767.9px) {
  .sponsors__row.s1 {
    margin-left: auto;
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
  .sponsors__row.s1 img {
    width: 80%;
  }
}
.sponsors__row.media {
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
}
@media print, screen and (max-width: 1023.9px) {
  .sponsors__row {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .sponsors__row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 70px;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: repeat(2, auto);
    padding-right: 0;
    padding-left: 0;
    margin-top: 40px;
  }
}
.sponsors__row a {
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .-mt {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 1024px) {
  .-mt2 {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .--mt {
    margin-top: -20px;
  }
}

.sponsor__cat {
  text-align: center;
  color: #f9b334;
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto";
  margin-top: 80px;
}
@media print, screen and (max-width: 767.9px) {
  .sponsor__cat {
    margin-top: 40px;
  }
}

.sNote {
  text-align: right;
  font-size: 11px;
  padding-top: 50px;
  color: #000;
  padding-right: 10px;
}
@media print, screen and (max-width: 767.9px) {
  .sNote {
    padding-top: 0;
    padding-right: 0;
  }
}

.footer {
  text-align: center;
  background-image: url(../img/footer_bg.webp);
  background-position: center;
  background-size: cover;
  padding-top: 245px;
  padding-bottom: 255px;
  color: #fff;
  font-style: italic;
}
@media print, screen and (max-width: 767.9px) {
  .footer {
    padding-top: 85px;
    padding-bottom: 175px;
    background-position: 170px bottom;
  }
}

.footer__small {
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto";
}

.footer__big {
  font-size: 48px;
  font-weight: bold;
  font-family: "Roboto";
  width: 500px;
  margin: 25px auto 0;
}
@media print, screen and (max-width: 767.9px) {
  .footer__big {
    width: 94%;
    margin: 0 auto;
  }
}

.sp-entry {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 20px;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #ffb000;
  text-decoration: none;
}
.sp-entry span {
  height: 100%;
  width: 100%;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 12;
  color: #000;
}
@media print, screen and (min-width: 1024px) {
  .sp-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    width: 300px;
    left: auto;
    right: 20px;
    bottom: 20px;
    border-radius: 100px;
    padding: 20px 0;
    text-decoration: none;
  }
  .sp-entry::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    width: 304px;
    height: 74px;
    border-radius: 45px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
    background: #ffb000;
  }
  .sp-entry::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffb000;
    border-radius: 45px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 767.9px) {
  .sp-entry::after {
    background: transparent;
  }
}
@media print and (hover: hover), screen and (min-width: 1024px) and (hover: hover) {
  .sp-entry:hover {
    color: #FFF;
  }
  .sp-entry:hover span {
    color: #FFF;
  }
  .sp-entry:hover::after {
    background: #000;
  }
}

.modal {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .prof-img {
  max-width: 100%;
}

.modal figure {
  width: 20%;
}

.modal .prof-box {
  width: 77%;
  color: #000;
}

.modal .prof-box .position {
  font-size: 15px;
  font-weight: bold;
}

.modal .prof-box-long .position {
  font-size: 18px;
  font-weight: bold;
}

.modal .prof-box .name {
  font-size: 27px;
  font-weight: bold;
  margin: 10px 0;
}

.modal .prof-box-long .name {
  font-size: 27px;
  font-weight: bold;
  margin: 10px 0;
}

.modal .name span {
  font-size: 18px;
}

.modal .prof-box .career {
  font-size: 14px;
  line-height: 2;
}
.modal .prof-box .career sup {
  top: -6px;
  font-size: 80%;
  position: relative;
}

.modal .prof-box-long .career {
  font-size: 14px;
  line-height: 2;
}

.modal .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  max-height: 36px;
  cursor: pointer;
}

.modal .btn_close:hover {
  opacity: 0.5;
}

@media (max-width: 960px) {
  .modal {
    padding: 15px;
    display: block;
  }
  .modal figure {
    width: 60%;
    margin: 10px auto 10px;
  }
  .modal .prof-box .position {
    font-size: 13px;
    font-weight: bold;
  }
  .modal .prof-img {
    margin: 0px;
  }
  .modal .prof-box {
    margin-left: 0;
    margin-top: 0px;
    margin-right: 0;
    width: 100%;
  }
  .modal #kunii figure {
    width: 100%;
  }
  .modal .prof-box .name {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
  }
  .modal .name span {
    font-size: 15px;
  }
  .modal .prof-box .career {
    font-size: 13px;
    line-height: 1.6;
  }
}
.tt-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

.tt-box__flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tt-box__flex.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tt-box__top-area {
  margin-bottom: 20px;
}

.tt-box__cat {
  margin-right: 10px;
  padding-top: 4px;
  padding-right: 30px;
  padding-bottom: 4px;
  padding-left: 30px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.tt-box__date {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.tt-box__ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.06em;
}

.tt-box__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tt-box__prof {
  margin-right: 40px;
  width: 28%;
}

.tt-box .tt-box__fig {
  margin: 0 auto 10px;
  width: 130px;
}

.tt-box__position {
  margin-bottom: 8px;
  text-align: center;
  font-size: 12px;
}

.tt-box__name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.tt-box__name span {
  margin-left: 6px;
  font-size: 14px;
}

.tt-box__desc {
  width: 71%;
  font-size: 16px;
  line-height: 2.2;
}

.tt-box__desc.w100 {
  width: 100%;
}

.tt-box.tt-box--multi .tt-box__prof-wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 40px;
}

.tt-box.tt-box--multi .tt-box__prof {
  width: 100%;
}

.tt-box.tt-box--multi .tt-box__desc {
  width: 100%;
}

.modal.modal--tt {
  padding: 50px;
}

@media screen and (max-width: 800px) {
  .modal.modal--tt {
    padding: 70px 12px 12px;
  }
  #time-table .event {
    height: auto;
    padding: 20px 10px;
  }
  #time-table .event .event-content .e-speaker {
    display: block;
    margin-bottom: 12px;
  }
  #time-table .event .event-content .e-speaker-name {
    margin-right: 0;
    margin-bottom: 0;
  }
  .tt-box__flex {
    display: block;
  }
  .tt-box__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tt-box__top-area {
    margin-bottom: 10px;
  }
  .tt-box__date {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tt-box__cat {
    margin-right: 0;
    padding: 4px 16px;
    font-size: 16px;
  }
  .tt-box__prof {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  .tt-box__desc {
    width: 100%;
    line-height: 1.6;
    font-size: 13.5px;
  }
  .tt-box__ttl {
    font-size: 14px;
  }
  .tt-box.tt-box--multi .tt-box__prof-wrap {
    margin-bottom: 16px;
  }
  .tt-box.tt-box--multi .tt-box__desc {
    line-height: 1.6;
    font-size: 13px;
  }
}