@charset "UTF-8";
@use "sass:math";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* 汎用クラス */
.fade {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.tL {
  text-align: left; }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.att {
  color: #F00; }
  .att a {
    color: #F00; }

.mb00 {
  margin-bottom: 0 !important; }

.size_l {
  font-size: 113%; }

ul.disc li {
  list-style: disc;
  margin: 0 1.4em; }
ul.decimal li {
  list-style: decimal;
  margin: 0 1.4em; }

/* clearfix */
.clearfix, ul.disc {
  position: relative;
  *zoom: 1; }
  .clearfix:after, ul.disc:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*
	VW 計算
 */
@keyframes anim_fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html {
  scroll-behavior: smooth;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 16px; } }

body {
  margin: 0;
  padding: 0;
  font-family: "source-han-sans-japanese", sans-serif;
  /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  /*font-family: "Shin Go Regular" , "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;*/
  font-style: normal;
  font-weight: 400;
  color: #0D304B;
  line-height: 1.75;
  background: url("../img/bg_sp.jpg") repeat-y center top;
  background-size: 100% auto;
  font-size: 14px;
  position: relative;
  }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px;
      background: url("../img/bg_pc.webp") repeat-y center top;
      background-size: 100% auto;
    }
  }

* {
  box-sizing: border-box; }

#pageWrapper {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px; }
  #pageWrapper .container {
    width: 1412px;
    max-width: 100%;
    margin: 0 auto;
    position: relative; }
  @media screen and (min-width: 768px) {
    #pageWrapper {
      padding-left: 50px;
      padding-right: 50px; } }

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

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

.fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease; }
  .fadeInUp.animated {
    opacity: 1.0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.text__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.text-small {
	font-size: 80%;
}

.map__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; }
  .map__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.luma__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 165%; }
@media screen and (min-width: 950px) {
	.luma__wrapper { padding-top: 50%; }
}
  .luma__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#pageHeader {
  position: fixed;
  z-index: 50; }
  #pageHeader .menu__item {
    overflow: hidden;
    margin-bottom: 1em;
    font-weight: 700; }
    #pageHeader .menu__item:before {
      content: "";
      display: inline-block;
      width: 22px;
      height: 2px;
      background: #f08200;
      vertical-align: top;
      margin-top: 15px;
      margin-left: -22px;
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
@media screen and (max-width: 767px) {
  #pageHeader .menu__item:before {
    margin-top: 18px;
  }
}
    #pageHeader .menu__item.active:before {
      margin-left: 0; }
    #pageHeader .menu__item a {
      display: inline-block;
      padding-left: 20px; }
      #pageHeader .menu__item a:before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        background: #f08200;
        border-radius: 50%;
        margin-left: -20px;
        margin-right: 12px;
        vertical-align: middle; }
  @media screen and (min-width: 768px) {
    #pageHeader {
      left: 50px;
      top: 50px; }
      #pageHeader .header__menu__button {
        display: none; } }
  @media screen and (max-width: 767px) {
    #pageHeader {
      /*background: rgba(0, 0, 0, 0.6);*/
      width: 100%;
      height: 100%;
      right: -100vw;
      top: 0;
      transition: all .4s ease; }
      #pageHeader.open {
        right: 0; }
      #pageHeader .header__menu {
        width: 100%;
        height: 100%;
        background: #17358e;
        margin: 0 0 0 auto;
        padding-top: 80px;
        color: #FFF;
         }
        #pageHeader .header__menu__button {
          position: fixed;
          background: url("../img/icon/icon-navi.svg") no-repeat center center;
          width: 44px;
          height: 44px;
          top: 15px;
          right: 15px;
          z-index: 90; }
          #pageHeader .header__menu__button.open {
            background-image: url("../img/icon/icon-navi_close.svg"); }
      #pageHeader .menu__item:before {
        margin-left: 0;
        height: 1px;
        background: #eeea42; }
      #pageHeader .menu__item { margin-bottom: 1.2em; }
      #pageHeader .menu__item a { font-weight: 700; font-size: 17px; }
      #pageHeader .menu__item a:before {
	      width: 6px;
	      height: 6px;
	      background: #eeea42; }
	}

#pageMain {
  padding-bottom: 80px; }

  @media screen and (min-width: 768px) {
    #pageMain {
      margin-left: 240px;
      padding-bottom: 180px; } }
  #pageMain .section {
    margin-top: 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    padding: 40px 40px; }
  @media screen and (min-width: 1280px) {
	  #pageMain .section {
		  margin-top: 50px;
		  padding: 80px 60px;
	  }
  }
    @media screen and (max-width: 768px) {
      #pageMain .section {

        padding: 30px 20px; } }
    #pageMain .section__title {
      margin-bottom: 20px; }
      #pageMain .section__title img {
        margin: 0; }
      @media screen and (max-width: 767px) {
        #pageMain .section__title img {
          height: 22px; }
        #pageMain .section__title .title__sub {
          margin: 5px 0 0 44px;
          font-weight: 700; } }
      @media screen and (min-width: 968px) {
        #pageMain .section__title {
          display: flex;
          justify-content: space-between;
          margin-bottom: 40px; }
          #pageMain .section__title .title__sub {
            font-size: 17px;
            font-weight: 700; } }
  #pageMain #mv {
    background: url("../img/hero-bg_pc.jpg") no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      #pageMain #mv {
        background-image: url("../img/hero-bg_sp.jpg");
        margin: 0 -20px;
        padding-top: calc( 80 / 402 * 100vw );
        padding-bottom: calc( 80 / 402 * 100vw );
        padding-left: 30px;
        padding-right: 30px; }
        #pageMain #mv .mv__date {
          margin-top: calc( -40 / 402 * 100vw ); } }
    @media screen and (min-width: 768px) {
      #pageMain #mv {
        padding: calc( 120 / 1172 * 100% ) calc( 110 / 1172 * 100% ); }
        #pageMain #mv .mv__title {
          width: calc( 666 / 952 * 100% );
          margin-bottom: 40px; } }
  #pageMain #concept {
    background: url("../img/concept-bg.png") no-repeat center bottom rgba(255, 255, 255, 0.7);
    background-size: contain; }
    @media screen and (min-width: 768px) {
      #pageMain #concept {
        background: url("../img/concept-bg.png") no-repeat center center rgba(255, 255, 255, 0.7);
        background-size: 60%;
        background-position: right bottom; } }
    #pageMain #concept .concept__block__contents {
      margin-bottom: 20px; }
      #pageMain #concept .concept__block__contents__lead {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 20px; }
    @media screen and (min-width: 1240px) {
      #pageMain #concept .concept__block {
        display: flex;
        column-gap: 60px;
        align-items: top; }
        #pageMain #concept .concept__block__contents {
          width: calc( 586 / 1058 * 100% );
          flex-shrink: 0;
          margin-bottom: 0; }
          #pageMain #concept .concept__block__contents__lead {
            font-size: 27px;
            line-height: 1.25;
            margin-bottom: 40px; } }
  #pageMain #contents .contents__list {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      #pageMain #contents .contents__list {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        column-gap: 30px;
        margin-bottom: 80px; } }
  #pageMain #contents .contents__block {
    margin-bottom: 40px; }
  #pageMain #contents .contents__block__image {
      width: 85%;
      margin: 0 auto; }
    @media screen and (min-width: 768px) {
      #pageMain #contents .contents__block {
        margin-bottom: 30px; }
      #pageMain #contents .contents__block__image {
	      width: 100%; }
    }
    #pageMain #contents .contents__block div {
      position: relative; }


    #pageMain #contents .contents__block__no {
      text-align: center;
      color: #29b9e4;
      font-size: 52px;
      line-height: 1;
      z-index: 1; }
    #pageMain #contents .contents__block__image {
      margin-top: -30px;
      margin-bottom: 10px; }
    #pageMain #contents .contents__block__title {
      color: #f18403;
      text-align: center;
      font-size: 25px;
      margin-bottom: 10px; }
    #pageMain #contents .contents__block__title::before {
	content: '';
	width: 2px;
	height: 40px;
	display: inline-block;
	background-color: #0d304b;
	position: absolute;
	top: -40px;
	left: calc(50% - 2px);
      }

    @media screen and (min-width: 880px) {
	    #pageMain #contents .contents__block {
		    width: calc( (100% - 30px * 1) / 2 );
		    margin-bottom: 40px; }
	}
    @media screen and (min-width: 1080px) {
      #pageMain #contents .contents__block {
        width: calc( (100% - 30px * 2) / 2 ); }
        #pageMain #contents .contents__block__no {
          font-size: 64px; }
        #pageMain #contents .contents__block__image {
          margin-bottom: 30px; }
        #pageMain #contents .contents__block__title {
          font-size: 28px;
          line-height: 1.3;
          margin-bottom: 0px; } }
    @media screen and (min-width: 1310px) {
	    #pageMain #contents .contents__block { width: calc( (100% - 30px * 3) / 3 ); }
	}

#pageMain #contents .contents__2023 {
  margin-bottom: 40px; }
@media screen and (min-width: 768px) {
  #pageMain #contents .contents__2023 {
    margin-bottom: 0; } }
#pageMain #contents .contents__2023 h3 {
  color: #0D304B;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500; }
@media screen and (min-width: 768px) {
  #pageMain #contents .contents__2023 h3 {
    font-size: 20px; } }
#pageMain #contents .contents__2023__slider {
  margin-bottom: 40px; }
#pageMain #contents .contents__2023__button a {
  display: block;
  margin: 0 auto;
  width: 560px;
  max-width: 100%;
  background: url("../img/button_bg.png") no-repeat left center;
  background-size: cover;
  position: relative;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.45px;
  text-align: center;
  padding: 20px;
  border-radius: 10px; }
#pageMain #contents .contents__2023__button a:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("../img/icon/ico-button.svg") no-repeat center center;
  background-size: contain; }
@media screen and (min-width: 768px) {
  #pageMain #contents .contents__2023__button a:before {
    left: 20px; } }
@media screen and (min-width: 768px) {
  #pageMain #contents .contents__2023__button a br {
    display: none; } }
  #pageMain #company .company__list {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
#pageMain #company .company__list > li {
    list-style-type: none;
    width: calc( (100% - 5px * 2) / 3 );
}
@media screen and (min-width: 768px) {
    #pageMain #company .company__list > li { width: calc( (100% - 5px * 6) / 7 ); }
}
          
/* Speaker */          
#pageMain #speaker .speaker__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 25px;
}
#pageMain #speaker .section__contents {
	margin-bottom: 40px;
}
#pageMain #speaker h3.session-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 26px;
}
#pageMain #speaker h4.session-title-sub {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 19px;
	margin-bottom: 15px;
}
#pageMain #speaker .speaker__block-01,
#pageMain #speaker .speaker__block-02 {
    width: calc( (100% - 20px) / 2 );
    text-align: center;
    line-height: 1.6;
}

#pageMain #speaker .speaker__block-01 .profile,
#pageMain #speaker .speaker__block-02 .profile {
	margin: 0 auto 10px auto;
	max-width: 100%;
}
#pageMain #speaker .speaker__block-02 .logo {
    max-width: 30%;
    margin: 0 auto 5px auto;
}
#pageMain #speaker .speaker__block-01 img,
#pageMain #speaker .speaker__block-02 img {
    width: 100%;
    height: auto;
}
#pageMain #speaker .speaker__block-01 .speaker__block__name,
#pageMain #speaker .speaker__block-02 .speaker__block__name {
	font-size: 16px;
	text-align: center;
}
#pageMain #speaker .speaker__block-01 .speaker__block__meta,
#pageMain #speaker .speaker__block-02 .speaker__block__meta {
	font-size: 12px;
	color: #7b7c7c;
	text-align: center;
	line-height: 1.45;
	margin-bottom: 5px;
}
/* btn */
#speaker .speaker__block-01 .btn-profile,
#speaker .speaker__block-02 .btn-profile {
	margin: 0 auto;
}
#speaker .speaker__block-01 .btn-profile a,
#speaker .speaker__block-02 .btn-profile a {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 2px 0;
	text-align: center;
	color: #17358e;
	font-size: 12px;
	line-height: 1;
}




@media screen and (min-width: 768px) {
	#pageMain #speaker .speaker__list {}
	#pageMain #speaker .speaker__block-01 {
		width: calc( (100% - 40px) / 3 );
	}
	#pageMain #speaker .speaker__block-02 {
		width: calc( (100% - 40px) / 3 );
	}
	#pageMain #speaker .speaker__block-01 .speaker__block__meta,
	#pageMain #speaker .speaker__block-02 .speaker__block__meta {
	    font-size: 11px; 
    }
}
@media screen and ( min-width: 980px) {
	#pageMain #speaker .speaker__block-01 {
		width: calc( (100% - 60px) / 4 );
	}
	#pageMain #speaker .speaker__block-02 {
		width: calc( (100% - 60px) / 4 );
	}
}
@media screen and ( min-width: 1230px) {
	#pageMain #speaker .speaker__block-01 {
		width: calc( (100% - 60px) / 4 );
	}
	#pageMain #speaker .speaker__block-02 {
		width: calc( (100% - 80px) / 5 );
	}
}








  @media screen and (min-width: 1230px) {
    #pageMain #outline {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      #pageMain #outline .section__title {
        display: block; }
        #pageMain #outline .section__title .title__sub {
          margin-top: 10px;
          margin-left: 57px; }
      #pageMain #outline .section__contents {
        width: calc( 766 / 1052 * 100% );
        flex-shrink: 0;
        font-size: 17px; } }
  #pageMain #outline .outline__list {
    border-top: 1px solid #cccccc; }
  #pageMain #outline .outline__block {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0; }
    #pageMain #outline .outline__block__title {
      font-weight: 700; }
    #pageMain #outline .outline__block__contents a {
      text-decoration: underline; }
    #pageMain #outline .outline__block__contents__mention {
      font-size: 13px; }
    @media screen and (min-width: 768px) {
      #pageMain #outline .outline__block {
        display: flex;
        align-items: flex-start;
        column-gap: 20px; }
        #pageMain #outline .outline__block__title {
          width: 140px;
          flex-shrink: 0; } }
  #pageMain #access .access__block__contents__name {
    font-size: 20px; }
  #pageMain #access .access__block__contents__address {
	font-weight: 700;
    margin-bottom: 20px; }
  #pageMain #access .access__block__contents__directions {
    font-size: 13px;
    margin-bottom: 20px; }
  @media screen and (min-width: 1330px) {
    #pageMain #access .section__title {
      position: absolute;
      left: 60px;
      top: 80px;
      display: block; }
      #pageMain #access .section__title .title__sub {
        margin-top: 10px;
        margin-left: 57px; }
    #pageMain #access .access__block {
      display: flex;
      column-gap: 20px;
      align-items: flex-end; }
      #pageMain #access .access__block > * {
        flex: 1; }
      #pageMain #access .access__block__contents__name {
        font-size: 34px; }
      #pageMain #access .access__block__contents__address {
        font-size: 19px;
        margin-bottom: 50px; }
      #pageMain #access .access__block__contents__directions {
        font-size: 17px;
        margin-bottom: 0; } }
  #pageMain #organizer .organizer__block {
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px; }
    #pageMain #organizer .organizer__block__contents {
      color: #5e5e5e;
      font-size: 12px; }
      #pageMain #organizer .organizer__block__contents__name {
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center; }
    @media screen and (max-width: 767px) {
      #pageMain #organizer .organizer__block__image {
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 990px) {
    #pageMain #organizer .organizer__list {
      display: flex;
      column-gap: 30px;
      row-gap: 20px;
      justify-content: center;
      flex-wrap: wrap; }
    #pageMain #organizer .organizer__block {
      padding: 30px;
      width: calc( (100% - 30px * 2) / 2 );
      margin-bottom: 0; }
      #pageMain #organizer .organizer__block__contents {
        font-size: 14px; }
        #pageMain #organizer .organizer__block__contents__name {
          font-size: 16px;
          margin-top: 20px;
          margin-bottom: 20px; } }
  #pageMain #partner .partner__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px; }
    #pageMain #partner .partner__list > * {
      width: calc( (100% - 5px * 2) / 3 ); }
    @media screen and (min-width: 768px) {
      #pageMain #partner .partner__list {
        column-gap: 30px;
        row-gap: 20px; }
        #pageMain #partner .partner__list > * {
          width: calc( (100% - 30px * 3) / 4 ); } }

#pageFooter {
  background: #0d304b;
  padding: 50px 20px 110px;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    #pageFooter {
      padding: 55px 50px 120px; } }
  #pageFooter .footer__copyright {
    color: #5d778c;
    letter-spacing: 0.03rem;
    text-align: center;
    font-family: "Montserrat", sans-serif; }

@keyframes modalopen {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); }
  .modal__content {
    border: 1px solid #C2D1D7;
    background: #f4f4f4;
    margin: 20% auto;
    width: 530px;
    max-width: calc( 100% - 40px );
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: 1s; }
    .modal__content__buttons {
      text-align: right;
      padding: 20px; }
  .modal__button__close {
    display: inline-block;
    width: 43px;
    height: 14px;
    position: relative;
    cursor: pointer; }
    .modal__button__close:before, .modal__button__close:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #333333;
      position: absolute;
      left: 0;
      top: 50%; }
    .modal__button__close:before {
      transform: skew(15deg, 15deg) translateY(-50%); }
    .modal__button__close:after {
      transform: skew(-15deg, -15deg) translateY(-50%); }

/*# sourceMappingURL=style.css.map */

/* section title */
#concept .section__title h2 img { width: 176px; height: 28px; }
#contents .section__title h2 img { width: 187px; height: 22px; }
#sc .section__title h2 img { width: 252px; height: 57px; }
#company .section__title h2 img { width: 213px; height: 60px; }
#speaker .section__title h2 img { width: 171px; height: 29px; }
#outline .section__title h2 img { width: 159px; height: 25px; }
#timeline .section__title h2 img { width: 201px; height: 24px; }
#access .section__title h2 img { width: 152px; height: 22px; }
#organizer .section__title h2 img { width: 198px; height: 30px; }
#luma .section__title h2 img { width: 333px; height: 31px; }

@media screen and (min-width: 768px) {
	#concept .section__title h2 img { width: 220px; height: 33px; }
	#contents .section__title h2 img { width: 233px; height: 28px; }
	#sc .section__title h2 img { width: 315px; height: 71px; }
	#company .section__title h2 img { width: 266px; height: 75px; }
	#speaker .section__title h2 img { width: 214px; height: 36px; }
	#outline .section__title h2 img { width: 199px; height: 31px; }
	#timeline .section__title h2 img { width: 251px; height: 30px; }
	#access .section__title h2 img { width: 190px; height: 27px; }
	#organizer .section__title h2 img { width: 247px; height: 38px; }
	#luma .section__title h2 img { width: 267px; height: 25px; }
}

/* concept */
#concept .concept__block__contents p { margin-bottom: 30px; }

/* contents */
#contents .contents__special {
	width: 800px;
	margin: 30px auto;
}
#contents .contents__special img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1300px) {
	#contents .contents__special { width: 100%; }
}
#contents .contents__block__image img {
	border: 10px solid #FFF;
}

/* ----------------------------
	Special Collaboration
-------------------------------	*/
#pageMain #sc .sc__block {
	display: block;
}
#pageMain #sc .sc__block .concept__block__image { width: 80%; margin: 0 auto 40px auto; }
#pageMain #sc .sc__block .concept__block__image img {
	width: 100%;
	height: auto;
	border: 1px solid #efefef;
	box-sizing: border-box;
}
#pageMain #sc .sc__block .concept__block__contents { width: 100%; margin-bottom: 40px; }
#pageMain #sc .sc__block .sc-venue {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 10px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	background: rgb(252,48,241);
	background: linear-gradient(133deg, rgba(252,48,241,1) 0%, rgba(128,38,255,1) 24%, rgba(33,68,246,1) 43%, rgba(6,158,249,1) 65%, rgba(0,212,255,1) 88%, rgba(0,255,64,1) 100%);
	border-radius: 40px;
}
#pageMain #sc .sc__block h1.sc-title {
	margin-bottom: 10px;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.4;
}
#pageMain #sc .sc__block p {
	font-size: 14px;
}
@media screen and (min-width: 1050px) {
	#pageMain #sc .sc__block {
	    display: flex;
	    column-gap: 40px;
	    align-items: top;
    }
	#pageMain #sc .sc__block .concept__block__image { width: 35%; }
	#pageMain #sc .sc__block .concept__block__contents { width: calc(65% - 40px); }
	#pageMain #sc .sc__block .sc-venue { width: auto; padding: 10px 30px; }
}

@media screen and (min-width: 1240px) { 
    #pageMain #sc .sc__block .concept__block__image { width: 450px; }
	#pageMain #sc .sc__block .concept__block__contents { width: calc(100% - 450px); }
}

/* TIMETABLE */
#pageMain #sc .sc-tt__block { display: block; }
#pageMain #sc .sc-tt__block .sc-ttl-timetable { width: 100%; margin-bottom: 20px; }
#pageMain #sc .sc-tt__block .sc-timetable { width: 100%; }

@media screen and (min-width: 1280px) {
	#pageMain #sc .sc-tt__block {
		display: flex;
	    align-items: top;
	}
	#pageMain #sc .sc-tt__block .sc-ttl-timetable { width: 24%; margin-bottom: 0; }
	#pageMain #sc .sc-tt__block .sc-timetable { width: 76%; }
}


#pageMain #sc .sc-tt__block .sc-ttl-timetable > h1 {
	position: relative;
	padding-left: 30px;
	font-size: 29px;
}
#pageMain #sc .sc-tt__block .sc-ttl-timetable > h1::before {
	content: '';
	width: 22px;
	height: 3px;
	display: inline-block;
	background-color: #0D304B;
	position: absolute;
	bottom: 50%;
	left: 0px;
}
#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper { display: block; }
#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper li:nth-child(1) { width: 100%; }
#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper li:nth-child(2) { width: 100%; margin-bottom: 30px; }

#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper .tt-time {
	display: inline-block;
	padding: 5px 20px 3px 20px;
	margin-bottom: 5px;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	background: rgb(252,48,241);
	background: linear-gradient(133deg, rgba(252,48,241,1) 0%, rgba(128,38,255,1) 24%, rgba(33,68,246,1) 43%, rgba(6,158,249,1) 65%, rgba(0,212,255,1) 88%, rgba(0,255,64,1) 100%);
	border-radius: 40px;
}
#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper li:nth-child(2) > h1 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper li:nth-child(2) > p {
	font-size: 14px;
	line-height: 1.5;
}

#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper li:nth-child(2) > h1 a {
	display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 3px 10px;
	font-size: 11px;
	color: #F56A29;
	border: 1px solid #F56A29;
	font-weight: 200;
	letter-spacing: 0.025rem;
	border-radius: 20px;
}

@media screen and (min-width: 980px) {
	#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper {
		display: flex;
		column-gap: 20px;
		position: relative;
	}
	#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper li:nth-child(1) { width: 17%; background: url('../img/collaboration/bg.gif') center repeat-y; }
	#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper li:nth-child(2) { width: calc(83% - 20px); margin-bottom: 30px; }
	#pageMain #sc .sc-tt__block .sc-timetable ul.tt-wrapper .tt-time { width: 100%; padding: 6px 0 4px 0; margin-bottom: 0; font-size: 14px; }
}



/* timetable */
.section__contents_pc { display: none; }
.section__contents_sp { display: block; }

/* PC */
#timeline .timeline__table {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  table-layout: fixed;
  width: 100%; }

#timeline .timeline__table td,
#timeline .timeline__table th {
    border: 1px solid #CCC;
    padding: 10px;
    min-height: 2em;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle;
    word-break: break-all;
    background: rgba(255, 255, 255, 0.5); }
#timeline .timeline__table td.--session,
#timeline .timeline__table td.--pitch,
#timeline .timeline__table td.--session2,
#timeline .timeline__table th.--session,
#timeline .timeline__table th.--pitch,
#timeline .timeline__table th.--session2 {
    background: rgba(255, 255, 255, 0.8); }

#timeline .timeline__table td.--session a,
#timeline .timeline__table th.--session a {
	display: block;
    color: #17358e;
    font-size: 18px;
    background-image: url("../img/icon/icon-info-session.svg");
    background-position: right center;
    background-size: 28px auto;
    background-repeat: no-repeat;
    padding-right: 30px;
    transition: all 0.35s ease;
}

#timeline .timeline__table td.--session a:hover,
#timeline .timeline__table th.--session a:hover {
	background-image: url("../img/icon/icon-info.svg");
	background-size: 31px auto;
}

#timeline .timeline__table td.--pitch a,
#timeline .timeline__table th.--pitch a {
	font-size: 18px;
    color: #5A01A0;
    background-image: url("../img/icon/icon-info-pitch.svg"); }
/*#timeline .timeline__table td.--session2 a,
#timeline .timeline__table th.--session2 a {
    color: #29B9E4;
    background-image: url("../img/icon/icon-info-session2.svg"); }*/
#timeline .timeline__table td.--time,
#timeline .timeline__table th.--time {
    border-top: 1px solid #CCC !important; }
#timeline .timeline__table thead th,
#timeline .timeline__table thead td {
    color: #FFF;
    padding: 15px 0;
    font-size: 19px;
    text-align: center;
}
#timeline .timeline__table thead th.ES,
#timeline .timeline__table thead td.ES {
	background-color: #17358e;
}
#timeline .timeline__table thead th.EH,
#timeline .timeline__table thead td.EH {
	background-color: #5a01a0;
}
	    
/*#timeline .timeline__table a {
    display: block;
    background: url("../img/icon/icon-info.svg") no-repeat center right;
    background-size: 28px auto;
    padding-right: 30px;
}*/
#timeline .timeline__table tbody tr td:nth-child(1) {
    border: none; }
#timeline .timeline__table tbody tr td:last-child {
	border-right: none;
}


/* SP */
#timeline .timetable-wrapper {
	margin: 40px 0;
}
#timeline .timetable-head {
	font-family: "Montserrat", sans-serif;
	padding: 8px 0;
	color: #FFF;
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	/*background-color: #0d304b;*/
}
#timeline .timetable-head.ES { background-color: #17358e; }
#timeline .timetable-head.EH { background-color: #5a01a0; }

#timeline .timetable-item {
	padding: 13px 0;
	color: #0d304b;
	border-bottom: 1px solid #CCC;
}
#timeline .timetable-item a {
    display: block;
    background: url("../img/icon/icon-info-session.svg") no-repeat center right;
    background-size: 28px auto;
    padding-right: 30px; 
}
#timeline .timetable-item p.tt-time {
	color: #888;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 1.6;
}
#timeline .timetable-item h3.tt-title {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}
#timeline .timetable-item a.info {
	display: block;
	/*background: url('../img/icon/icon-info.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 22px 22px;*/
}
.color-01 { color: #17358e; }
.font-bold { font-weight: 700; }
#timeline .timeline__table .time-number {
	margin-bottom: 10px;
	font-size: 12px;
	color: #888;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
#timeline .timeline__table h3 {
	font-size: 15px;
}
#timeline .sub-ttl {
	color: #17358e;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
}
#timeline .text-ES {
	color: #17358e;
}
#timeline .text-EH {
	color: #5a01a0;
}

@media screen and (min-width: 950px) {
	.section__contents_pc { display: contents; }
	.section__contents_sp { display: none; }
	#timeline .timeline__table h3 { font-size: 18px; margin-bottom: 5px; }
}


/* access */
#access .access__block__map { filter: grayscale(100%); }

/* luma */
#luma .section_desc {
	margin: 10px 0;
}
#luma .section_desc h3 {
	font-size: 19px;
	font-weight: 700;
}

/* fixed Footer */
#fixed-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  z-index: 2;
  transition: .5s;
}
/*#fixed-footer.is-show {
  bottom: 0;
}*/
#fixed-footer .btn-wrapper {
	display: block;
	/*flex-flow: row wrap;
	justify-content: space-between;*/
	text-align: center;
}
#fixed-footer .btn-wrapper div {
	width: 100%;
	background: url('../img/footer-btn-bg.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center bottom -20px;
}
#fixed-footer .btn-wrapper div a {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;

	font-size: 15px;
	color: #FFF;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
	/*background: url('../img/icon/footer-btn.svg');
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left 40% center;*/
}
@media screen and (min-width: 768px) {
	#fixed-footer .btn-wrapper div {
		background-size: cover;
	}
	#fixed-footer .btn-wrapper div a {
		font-size: 17px;
		/*background-size: 20px 20px;
		background-position: left 40% center;*/
	}
}

/* slick */
.slick-slide {
  margin: 0px 1px; }
.slick-slide {
  transition: all ease-in-out .3s; }
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }
.slick-prev {
  left: -30px; }
.slick-next {
  right: -30px; }
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
.slick-next:before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="13" viewBox="0 0 9 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.27555 6.59514L1.68041 12.7192L0.659729 11.62L7.25487 5.49595L8.27555 6.59514Z" fill="%23F08200"/><path d="M8.27555 6.59514L7.17636 7.61582L1.0523 1.02068L2.15149 0L8.27555 6.59514Z" fill="%23F08200"/></svg>') no-repeat center center !important;
  background-size: contain !important; }
.slick-prev:before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="13" viewBox="0 0 9 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.659695 6.1241L7.25484 3.71933e-05L8.27551 1.09923L1.68037 7.22329L0.659695 6.1241Z" fill="%23F08200"/><path d="M0.659695 6.1241L1.75888 5.10342L7.88294 11.6986L6.78375 12.7192L0.659695 6.1241Z" fill="%23F08200"/></svg>') no-repeat center center !important;
  background-size: contain !important; }
  
  
/* goolge material icon */
  .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.icon-info {
	font-size: 13px;
	color: #66a3cc;
	margin: 2px 4px 0 0;
}
.icon-arrow {
	font-size: 18px;
	color: #8d9db9;
	margin: 2px 8px 0 0;
}
.icon-tt {
	font-size: 12px;
	color: #F56A29;
	margin: 1px 3px 0 0px;
}
