@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, header, footer,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

ul,
ol,
dl {
  letter-spacing: -0.4em;
}

ul li,
ol li,
dl dt,
dl dd {
  letter-spacing: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 16px/1.75 "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  *font-size: small;
  *font: x-small;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

/* for IE7 */
*:first-child + html body {
  font-size: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* 汎用クラス */
.fade, img.fade, picture.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;
  -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 計算
 */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  padding-bottom: 68px;
  background: #053D37;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/bg_sp.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body:before {
    background-image: url("../img/bg_pc.png");
    background-size: 1521px auto;
  }
}

* html body, * html input, * html textarea {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:not(.button) {
  color: #000000;
  text-decoration: underline;
}

img, picture {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms--transform: translate(0, 10px);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms--transform: translate(0, 0);
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgba(100, 210, 200, 0.1);
}
.section .container {
  position: relative;
  margin: 0 auto;
  padding-left: 8vw;
  padding-right: 8vw;
  width: 1040px;
  max-width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section .section__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section .section__title {
    margin-bottom: 80px;
  }
}
.section h1, .section h2, .section h3, .section h4 {
  font-weight: 700;
}
.section h2 {
  color: #000000;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 1.6px;
}
.section h2 span {
  display: block;
  color: #5E64CA;
  font-size: 1.25rem;
  letter-spacing: 0;
  margin-top: 10px;
}
.section h3 {
  color: #1D566B;
  font-size: 2rem;
  letter-spacing: -1.6px;
  margin-bottom: 40px;
}
.section h4 {
  color: #000000;
  font-size: 1.25rem;
}
.section .section__box {
  background: rgba(255, 255, 255, 0.85);
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .section .section__box {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.button {
  display: inline-block;
  position: relative;
  background: #FB7C1D;
  color: #FFFFFF;
  border-radius: 2em;
  padding: 0.5em 4px;
  font-weight: 700;
  text-decoration: none;
  width: 200px;
  max-width: 100%;
  text-align: center;
}
.button:hover {
  background-color: #FFA800;
}
.button:active {
  background-color: #E0FF01;
}

.text__title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.modaal__box {
  display: none;
}

.youtube img {
  width: 100px;
}

#page-contents {
  overflow: hidden;
}

#page-head {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
#page-head .header__menu__block {
  position: fixed;
  height: 100vh;
  width: 240px;
  background: rgba(5, 61, 55, 0.9);
  top: 0;
  right: -240px;
  transition: all 0.4s ease;
}
#page-head .header__menu__block.show {
  right: 0;
}
#page-head .header__menu__block ul {
  margin-left: 30px;
}
#page-head .header__menu__block ul li {
  margin-top: 1em;
}
#page-head .header__menu__block ul a {
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
#page-head .header__button__close img {
  margin-right: 0;
}

#page-footer {
  position: relative;
  background: #E3EEEE;
}
#page-footer .container {
  z-index: 3;
  position: relative;
  background: rgba(100, 210, 200, 0.1);
}
#page-footer img {
  width: 58.4vw;
}
@media screen and (min-width: 768px) {
  #page-footer img {
    width: 260px;
  }
}

#page-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.2);
}
#page-bottom .bottom__nav a {
  display: block;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 4px;
  text-align: center;
  text-decoration: none;
}
#page-bottom .bottom__nav a:after {
  content: "";
  display: inline-block;
  background: url("../img/ico_link.svg") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  vertical-align: middle;
}
#page-bottom .bottom__nav__event {
  background-color: #FFA800;
}
#page-bottom .bottom__nav__event:hover {
  background-color: #FF7D1C;
}
#page-bottom .bottom__nav__event:active {
  background-color: #E0FF01;
}
#page-bottom .bottom__nav__speaker {
  background-color: #5E64CA;
}
#page-bottom .bottom__nav__speaker:hover {
  background-color: #FF7D1C;
}
#page-bottom .bottom__nav__speaker:active {
  background-color: #E0FF01;
}
@media screen and (min-width: 768px) {
  #page-bottom .bottom__nav {
    display: flex;
  }
  #page-bottom .bottom__nav > * {
    flex: 1;
  }
  #page-bottom .bottom__nav a {
    font-size: 1.375rem;
    padding: 0.9em 4px;
  }
  #page-bottom .bottom__nav a:after {
    width: 34px;
    height: 34px;
  }
}

#page-main {
  word-break: break-all;
  background: #E3EEEE;
}

body.page_index #mv {
  background: #053D37;
  padding: 0;
}
body.page_index #mv .container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
body.page_index #mv .mv__link {
  margin-top: 26px;
}
body.page_index #mv .mv__link img {
  width: 49.2307692308%;
}
@media screen and (min-width: 768px) {
  body.page_index #mv .mv__link img {
    width: 216px;
  }
}
body.page_index #mv .mv__link a img {
  transition: all 0.4s ease;
}
body.page_index #mv .mv__link a:hover img {
  opacity: 0.7;
}
body.page_index #lead .section__title {
  width: 294px;
  height: 294px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body.page_index #lead .section__title:before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  height: 100%;
  width: 50vw;
  background: #E0FF00;
}
body.page_index #lead .section__title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #053D37;
  border-radius: 50%;
  overflow: hidden;
}
body.page_index #lead .section__title h2 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: -1.5px;
  text-align: left;
  margin: 0;
  position: relative;
  z-index: 1;
}
body.page_index #lead .section__contents {
  padding: 60px 20px 60px;
  position: relative;
  line-height: 1.87;
}
body.page_index #lead .section__contents:before {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: -147px;
  width: 100%;
  height: calc(100% + 147px);
}
body.page_index #lead .section__contents > * {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.page_index #lead .container {
    display: flex;
    align-items: center;
  }
  body.page_index #lead .section__title {
    flex-shrink: 0;
    width: 360px;
    height: 360px;
  }
  body.page_index #lead .section__title:before {
    background: linear-gradient(270deg, #E0FF00 38.71%, rgba(230, 255, 0, 0) 88.88%);
  }
  body.page_index #lead .section__title h2 {
    font-size: 36px;
    line-height: 1.5; /* 150% */
  }
  body.page_index #lead .section__contents {
    padding: 60px;
    font-weight: 400;
  }
  body.page_index #lead .section__contents:before {
    top: 0;
    left: -120px;
    width: calc(100% + 120px);
    height: 100%;
  }
}
body.page_index #target {
  background: rgba(255, 255, 255, 0.85);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
body.page_index #target:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
body.page_index #target .section__title {
  text-align: right;
}
body.page_index #target .target__column ul {
  font-size: 1.125rem;
  margin-bottom: 40px;
}
body.page_index #target .target__column ul li {
  margin-bottom: 0.3em;
}
body.page_index #target .target__column ul span {
  display: inline-block;
  margin-right: 0.5em;
}
body.page_index #target .target__column ul span.orange {
  color: #FB7C1D;
}
body.page_index #target .target__column ul span.blue {
  color: #5459C6;
}
body.page_index #target .target__column ul span.yellow {
  color: #DEC828;
}
body.page_index #target .target__column img {
  margin-left: -20px;
  max-width: calc(100% + 20px + 20px);
}
@media screen and (min-width: 768px) {
  body.page_index #target {
    padding-top: 80px;
  }
  body.page_index #target .target__columns {
    display: flex;
  }
  body.page_index #target .target__column:nth-of-type(1) {
    width: 60%;
  }
  body.page_index #target .target__column:nth-of-type(2) {
    width: 40%;
  }
}
body.page_index #contents {
  padding-bottom: 0;
}
body.page_index #contents .section__title {
  text-align: center;
}
body.page_index #contents .contents__block {
  background: #FFFFFF;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  overflow: hidden;
  padding-top: 70px;
  margin-bottom: 26.6666666667px;
}
body.page_index #contents .contents__block:nth-of-type(1) .contents__title {
  margin-top: -10px;
  margin-bottom: 22px;
}
body.page_index #contents .contents__block:last-of-type {
  margin-bottom: 0;
}
body.page_index #contents .contents__block a {
  transition: all 0.4s ease;
}
body.page_index #contents .contents__block a:hover {
  opacity: 0.7;
}
body.page_index #contents .contents__title {
  text-align: center;
  letter-spacing: 0.52px;
  font-size: 1.625rem;
  line-height: 1.2;
}
body.page_index #contents .contents__subtitle {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 26.6666666667px;
  line-height: 1.3;
  height: 2.6em;
}
body.page_index #contents .contents__subtitle span {
  font-size: 1rem;
}
body.page_index #contents .contents__text {
  padding: 0 20px;
  margin-bottom: 40px;
  font-weight: 400;
}
body.page_index #contents .contents__link {
  text-align: center;
  margin-top: 10px;
  font-size: 0.875rem;
}
body.page_index #contents .contents__contents img {
  width: 63.6942675159%;
}
@media screen and (min-width: 768px) {
  body.page_index #contents {
    padding-bottom: 80px;
  }
  body.page_index #contents .contents__subtitle {
    font-size: 1.125rem;
  }
  body.page_index #contents .contents__list {
    display: flex;
    column-gap: 30px;
  }
  body.page_index #contents .contents__block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
body.page_index #outline .section__box {
  background: #FFFFFF;
  padding: 40px 20px;
}
body.page_index #outline .outline__block {
  border-top: 1px solid #1D566B;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 1.125rem;
}
body.page_index #outline .outline__title {
  margin-bottom: 20px;
}
body.page_index #outline .outline__access__button {
  text-align: center;
  margin-top: 20px;
}
body.page_index #outline .outline__access__button .button {
  padding: 0.2em 4px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.page_index #outline .section__box {
    background: #FFFFFF;
    padding-left: 60px;
    padding-right: 60px;
  }
  body.page_index #outline .section__title {
    margin-bottom: 40px;
  }
  body.page_index #outline .outline__block {
    display: flex;
    justify-content: flex-start;
    column-gap: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.page_index #outline .outline__block br.span {
    display: inline-block;
    width: 1em;
  }
  body.page_index #outline .outline__title {
    width: 190px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  body.page_index #outline .outline__contents {
    flex-grow: 1;
  }
  body.page_index #outline .outline__access__block {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
  }
  body.page_index #outline .outline__access__button {
    margin: 0;
    flex-shrink: 0;
  }
  body.page_index #outline .outline__access__button .button {
    width: 160px;
  }
}
body.page_index #program {
  background: #053D37;
  padding-bottom: 0;
  z-index: 9;
}
body.page_index #program .section__title {
  margin-bottom: 40px;
}
body.page_index #program .section__title h2 {
  color: #FFFFFF;
}
body.page_index #program .program__table__list {
  padding-bottom: 1px;
}
body.page_index #program .program__table__block {
  margin-bottom: 20px;
}
body.page_index #program .program__table__block table {
  width: 100%;
  border-collapse: collapse;
}
body.page_index #program .program__table__block table th, body.page_index #program .program__table__block table td {
  padding: 8px 10px;
  border: 2px solid #053D37;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  line-height: 1.5;
}
body.page_index #program .program__table__block table thead th, body.page_index #program .program__table__block table thead td {
  background: #5459C6;
  color: #FFFFFF;
  text-align: left;
}
body.page_index #program .program__table__block table tbody th, body.page_index #program .program__table__block table tbody td {
  background: #FFFFFF;
}
body.page_index #program .program__table__block table tbody th {
  width: 74px;
  padding-left: 2px;
  padding-right: 2px;
}
body.page_index #program .program__table__block table tbody .td__blank {
  background: #053D37;
}
body.page_index #program .program__table__block__room table thead th, body.page_index #program .program__table__block__room table thead td {
  background: #FB7C1D;
}
body.page_index #program .program__table__block__td__session, body.page_index #program .program__table__block__td__pitch {
  position: relative;
}
body.page_index #program .program__table__block__td__session:before, body.page_index #program .program__table__block__td__pitch:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  width: 100%;
  height: calc(50% + 4px);
}
body.page_index #program .program__table__block__td__session a, body.page_index #program .program__table__block__td__pitch a {
  display: block;
}
body.page_index #program .program__table__block__td__session a .program__table__block__td__session__contents, body.page_index #program .program__table__block__td__pitch a .program__table__block__td__session__contents {
  background: url("../img/ico_program_session_modal.svg") no-repeat right 10px top 8px;
  background-size: 16px auto;
}
body.page_index #program .program__table__block__td__session a .program__table__block__td__session__contents div, body.page_index #program .program__table__block__td__pitch a .program__table__block__td__session__contents div {
  transition: all 0.4s ease;
}
body.page_index #program .program__table__block__td__session a:hover .program__table__block__td__session__contents div, body.page_index #program .program__table__block__td__pitch a:hover .program__table__block__td__session__contents div {
  opacity: 0.7;
}
body.page_index #program .program__table__block__td__session__contents, body.page_index #program .program__table__block__td__pitch__contents {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 5px 10px;
  line-height: 1.2;
  font-size: 1rem;
}
body.page_index #program .program__table__block__td__session__company, body.page_index #program .program__table__block__td__pitch__company {
  padding-right: 20px;
}
body.page_index #program .program__table__block__td__session__title, body.page_index #program .program__table__block__td__pitch__title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
}
body.page_index #program .program__table__block__td__pitch:before {
  height: calc(25% + 4px);
}
body.page_index #program .program__table__block__td__pitch .program__table__block__td__session__company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  body.page_index #program .program__table__list {
    display: flex;
    gap: 20px;
  }
  body.page_index #program .program__table__list > div {
    width: calc((100% - 40px) / 2);
  }
  body.page_index #program .program__table__block {
    margin-bottom: 0;
  }
  body.page_index #program .program__table__block table th, body.page_index #program .program__table__block table td {
    padding: 10px 1em;
  }
  body.page_index #program .program__table__block table tbody th {
    width: 110px;
  }
  body.page_index #program .program__table__block__td__session, body.page_index #program .program__table__block__td__pitch {
    position: relative;
  }
  body.page_index #program .program__table__block__td__session:before, body.page_index #program .program__table__block__td__pitch:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    width: 100%;
    height: calc(50% + 4px);
  }
  body.page_index #program .program__table__block__td__session a .program__table__block__td__session__contents, body.page_index #program .program__table__block__td__pitch a .program__table__block__td__session__contents {
    background-size: 22px auto;
  }
  body.page_index #program .program__table__block__td__session__contents, body.page_index #program .program__table__block__td__pitch__contents {
    row-gap: 2px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.125rem;
  }
  body.page_index #program .program__table__block__td__session__title, body.page_index #program .program__table__block__td__pitch__title {
    font-size: 0.875rem;
  }
  body.page_index #program .program__table__block__td__pitch:before {
    height: calc(25% + 4px);
  }
}
body.page_index #session {
  background: #053D37;
  z-index: 9;
}
body.page_index #session .section__title {
  margin-bottom: 40px;
}
body.page_index #session .section__title h2 {
  color: #FFFFFF;
}
body.page_index #session .session__block {
  margin-bottom: 10px;
}
body.page_index #session .session__header {
  background: #5459C6;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
body.page_index #session .session__header__title {
  padding: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
}
body.page_index #session .session__header__title__name {
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
}
body.page_index #session .session__header__title__time {
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif;
}
body.page_index #session .session__header__link {
  padding: 14px 10px;
  background: #FB7C1D;
}
body.page_index #session .session__header__link a {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-family: "Barlow", sans-serif;
  text-decoration: none;
  letter-spacing: 0.05em;
}
body.page_index #session .session__header__link a:after {
  content: "";
  display: inline-block;
  background: url("../img/ico_link.svg") no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: middle;
}
body.page_index #session .session__contents {
  padding: 20px 20px;
  background: #FFFFFF;
}
body.page_index #session .session__contents__title {
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
body.page_index #session .session__contents__text__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body.page_index #session .session__header__title {
    gap: 40px;
    padding: 10px 0 10px 40px;
  }
  body.page_index #session .session__header__link {
    padding: 12px 20px 12px 30px;
  }
  body.page_index #session .session__header__link a:after {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
  body.page_index #session .session__contents {
    padding: 20px 40px;
    display: flex;
    gap: 20px;
  }
  body.page_index #session .session__contents__title {
    width: 180px;
    flex-shrink: 0;
    font-size: 1.8125rem;
  }
  body.page_index #session .session__contents__text {
    flex-grow: 1;
  }
  body.page_index #session .session__contents__text__lead {
    font-size: 1.375rem;
  }
}
body.page_index .modaal-container .session__detail__header, body.page_index .modaal-container .pitch__detail__header {
  padding: 10px;
  background: #5459C6;
  color: #FFFFFF;
  display: flex;
  gap: 20px;
  align-items: center;
}
body.page_index .modaal-container .session__detail__header__title__name, body.page_index .modaal-container .pitch__detail__header__title__name {
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
}
body.page_index .modaal-container .session__detail__header__title__time, body.page_index .modaal-container .pitch__detail__header__title__time {
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif;
}
body.page_index .modaal-container .session__detail__contents__block, body.page_index .modaal-container .pitch__detail__contents__block {
  padding: 40px 20px;
}
body.page_index .modaal-container .session__detail__contents__block:nth-of-type(2n), body.page_index .modaal-container .pitch__detail__contents__block:nth-of-type(2n) {
  background: #E3EEEE;
}
body.page_index .modaal-container .session__detail__company, body.page_index .modaal-container .pitch__detail__company {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
body.page_index .modaal-container .session__detail__title, body.page_index .modaal-container .pitch__detail__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
body.page_index .modaal-container .session__detail__lead, body.page_index .modaal-container .pitch__detail__lead {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 30px;
}
body.page_index .modaal-container .session__detail__target__title, body.page_index .modaal-container .pitch__detail__target__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
body.page_index .modaal-container .session__detail__target ul, body.page_index .modaal-container .pitch__detail__target ul {
  font-size: 1rem;
  margin-bottom: 40px;
}
body.page_index .modaal-container .session__detail__target ul li, body.page_index .modaal-container .pitch__detail__target ul li {
  margin-bottom: 0.3em;
}
body.page_index .modaal-container .session__detail__target ul span, body.page_index .modaal-container .pitch__detail__target ul span {
  display: inline-block;
  margin-right: 0.5em;
}
body.page_index .modaal-container .session__detail__target ul span.orange, body.page_index .modaal-container .pitch__detail__target ul span.orange {
  color: #FB7C1D;
}
body.page_index .modaal-container .session__detail__target ul span.blue, body.page_index .modaal-container .pitch__detail__target ul span.blue {
  color: #5459C6;
}
body.page_index .modaal-container .session__detail__target ul span.yellow, body.page_index .modaal-container .pitch__detail__target ul span.yellow {
  color: #DEC828;
}
body.page_index .modaal-container .session__detail__description, body.page_index .modaal-container .pitch__detail__description {
  margin-bottom: 40px;
}
body.page_index .modaal-container .session__detail__speaker__list, body.page_index .modaal-container .pitch__detail__speaker__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
body.page_index .modaal-container .session__detail__speaker__list__title, body.page_index .modaal-container .pitch__detail__speaker__list__title {
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
body.page_index .modaal-container .session__detail__speaker__list__container, body.page_index .modaal-container .pitch__detail__speaker__list__container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
body.page_index .modaal-container .session__detail__speaker__block, body.page_index .modaal-container .pitch__detail__speaker__block {
  width: calc((100% - 20px) / 2);
  text-align: center;
  flex-shrink: 0;
}
body.page_index .modaal-container .session__detail__speaker__image, body.page_index .modaal-container .pitch__detail__speaker__image {
  margin-bottom: 10px;
}
body.page_index .modaal-container .session__detail__speaker__name, body.page_index .modaal-container .pitch__detail__speaker__name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
}
body.page_index .modaal-container .session__detail__speaker__title, body.page_index .modaal-container .pitch__detail__speaker__title {
  font-size: 0.875rem;
  line-height: 1.4;
}
body.page_index .modaal-container .session__detail__company__image, body.page_index .modaal-container .pitch__detail__company__image {
  margin-bottom: 10px;
}
body.page_index .modaal-container .session__detail__company__image img, body.page_index .modaal-container .pitch__detail__company__image img {
  margin-left: 0;
}
body.page_index .modaal-container .session__detail__company__name, body.page_index .modaal-container .pitch__detail__company__name {
  font-weight: 500;
  margin-bottom: 10px;
}
body.page_index .modaal-container .session__detail__company__detail, body.page_index .modaal-container .pitch__detail__company__detail {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
body.page_index .modaal-container .session__detail__contact, body.page_index .modaal-container .pitch__detail__contact {
  margin-bottom: 20px;
}
body.page_index .modaal-container .session__detail__contact__title, body.page_index .modaal-container .pitch__detail__contact__title {
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
body.page_index .modaal-container .session__detail__contact__email, body.page_index .modaal-container .pitch__detail__contact__email {
  font-size: 0.875rem;
  font-weight: 700;
}
body.page_index .modaal-container .session__detail__links__title, body.page_index .modaal-container .pitch__detail__links__title {
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
body.page_index .modaal-container .session__detail__links__list, body.page_index .modaal-container .pitch__detail__links__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
body.page_index .modaal-container .session__detail__links__list a, body.page_index .modaal-container .pitch__detail__links__list a {
  text-decoration: none;
}
body.page_index .modaal-container .session__detail__links__block, body.page_index .modaal-container .pitch__detail__links__block {
  width: 100%;
  display: flex;
  gap: 10px;
}
body.page_index .modaal-container .session__detail__links__block__title, body.page_index .modaal-container .pitch__detail__links__block__title {
  flex-shrink: 0;
}
body.page_index .modaal-container .session__detail__links__block__contents, body.page_index .modaal-container .pitch__detail__links__block__contents {
  flex-grow: 1;
}
body.page_index .modaal-container .session__detail__links__block__contents a, body.page_index .modaal-container .pitch__detail__links__block__contents a {
  display: block;
}
@media screen and (min-width: 768px) {
  body.page_index .modaal-container .session__detail__header, body.page_index .modaal-container .pitch__detail__header {
    padding: 10px 40px;
    gap: 40px;
  }
  body.page_index .modaal-container .session__detail__contents__block, body.page_index .modaal-container .pitch__detail__contents__block {
    padding: 40px;
  }
  body.page_index .modaal-container .session__detail__contents__row, body.page_index .modaal-container .pitch__detail__contents__row {
    display: flex;
    justify-content: space-between;
  }
  body.page_index .modaal-container .session__detail__contents__column, body.page_index .modaal-container .pitch__detail__contents__column {
    width: 65.2173913043%;
  }
  body.page_index .modaal-container .session__detail__company, body.page_index .modaal-container .pitch__detail__company {
    margin-bottom: 20px;
  }
  body.page_index .modaal-container .session__detail__title, body.page_index .modaal-container .pitch__detail__title {
    margin-bottom: 40px;
  }
  body.page_index .modaal-container .session__detail__lead, body.page_index .modaal-container .pitch__detail__lead {
    margin-bottom: 40px;
  }
  body.page_index .modaal-container .session__detail__image, body.page_index .modaal-container .pitch__detail__image {
    width: 30.2173913043%;
  }
  body.page_index .modaal-container .session__detail__speaker__list, body.page_index .modaal-container .pitch__detail__speaker__list {
    gap: 40px;
    justify-content: center;
  }
  body.page_index .modaal-container .session__detail__speaker__list__container, body.page_index .modaal-container .pitch__detail__speaker__list__container {
    flex-direction: row;
    column-gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page_index .modaal-container .session__detail__speaker__block, body.page_index .modaal-container .pitch__detail__speaker__block {
    width: 168px;
  }
  body.page_index .modaal-container .session__detail__speaker__image, body.page_index .modaal-container .pitch__detail__speaker__image {
    margin-bottom: 20px;
  }
  body.page_index .modaal-container .session__detail__speaker__name, body.page_index .modaal-container .pitch__detail__speaker__name {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  body.page_index .modaal-container .session__detail__company__detail, body.page_index .modaal-container .pitch__detail__company__detail {
    margin-bottom: 40px;
  }
  body.page_index .modaal-container .session__detail__company__row, body.page_index .modaal-container .pitch__detail__company__row {
    display: flex;
    column-gap: 80px;
  }
  body.page_index .modaal-container .session__detail__contact, body.page_index .modaal-container .pitch__detail__contact {
    flex-shrink: 0;
    width: 25%;
  }
  body.page_index .modaal-container .session__detail__contact__title, body.page_index .modaal-container .pitch__detail__contact__title {
    margin-bottom: 10px;
  }
  body.page_index .modaal-container .session__detail__contact__url, body.page_index .modaal-container .pitch__detail__contact__url {
    width: 280px;
  }
  body.page_index .modaal-container .session__detail__links, body.page_index .modaal-container .pitch__detail__links {
    width: calc(75% - 80px);
  }
  body.page_index .modaal-container .session__detail__links__title, body.page_index .modaal-container .pitch__detail__links__title {
    margin-bottom: 10px;
  }
  body.page_index .modaal-container .session__detail__links__block__contents, body.page_index .modaal-container .pitch__detail__links__block__contents {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
body.page_index .modaal-container .pitch__detail__header {
  background: #FB7C1D;
}
body.page_index .modaal-container .pitch__detail__contents {
  padding: 20px;
}
body.page_index .modaal-container .pitch__detail__timetable {
  border-collapse: collapse;
  margin: 0 auto;
}
body.page_index .modaal-container .pitch__detail__timetable th, body.page_index .modaal-container .pitch__detail__timetable td {
  border-bottom: 1px solid #595757;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  body.page_index .modaal-container .pitch__detail__timetable th, body.page_index .modaal-container .pitch__detail__timetable td {
    font-size: 0.875rem;
  }
}
body.page_index .modaal-container .pitch__detail__timetable th {
  white-space: nowrap;
}
body.page_index .modaal-container .pitch__detail__timetable th + th {
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
body.page_index .modaal-wrapper__session .modaal-container .modaal-close,
body.page_index .modaal-wrapper__pitch .modaal-container .modaal-close {
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  body.page_index .modaal-container .session__detail__speaker__list__5 > div {
    width: calc((100% - 160px) / 5);
  }
}
body.page_index #speaker {
  padding-bottom: 0;
}
body.page_index #speaker .speaker__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
}
body.page_index #speaker .speaker__block {
  width: calc((100% - 20px) / 2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page_index #speaker .speaker__block .speaker__image {
  flex-shrink: 0;
}
body.page_index #speaker .speaker__block .speaker__contents {
  flex-grow: 1;
}
body.page_index #speaker .speaker__block .speaker__buttons {
  flex-shrink: 0;
}
body.page_index #speaker .speaker__image {
  margin-bottom: 15px;
}
body.page_index #speaker .speaker__name {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
body.page_index #speaker .speaker__name__en {
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #5459C6;
  margin-bottom: 10px;
}
body.page_index #speaker .speaker__title {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
body.page_index #speaker .speaker__buttons a {
  display: block;
  padding: 4px;
  background: #FFA800;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body.page_index #speaker .speaker__block {
    width: 160px;
  }
  body.page_index #speaker .speaker__title {
    font-size: 0.875rem;
  }
}
body.page_index .modaal-container {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body.page_index .modaal-container .modaal-content-container {
  padding: 0;
}
body.page_index .modaal-container .modaal-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  background: url("../img/modaal_close.svg") no-repeat center center;
  background-size: 50px 50px;
  overflow: hidden;
  text-indent: -1000px;
}
body.page_index .modaal-container .modaal-close:before, body.page_index .modaal-container .modaal-close:after {
  display: none;
}
body.page_index .modaal-container .speaker__profile__title {
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 30px;
}
body.page_index .modaal-container .speaker__profile__contents {
  display: flex;
  flex-direction: column;
  column-gap: 40px;
  row-gap: 40px;
}
body.page_index .modaal-container .speaker__profile .speaker__contents {
  color: #FFFFFF;
}
body.page_index .modaal-container .speaker__profile .speaker__name {
  font-size: 1.25rem;
  line-height: 1.5;
}
body.page_index .modaal-container .speaker__profile .speaker__name__en {
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.05em;
  color: #E0FF01;
  margin-bottom: 10px;
}
body.page_index .modaal-container .speaker__profile .speaker__title {
  font-size: 0.875rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  body.page_index .modaal-container .speaker__profile__title {
    position: absolute;
    right: 80px;
    top: 30px;
  }
  body.page_index .modaal-container .speaker__profile__contents {
    flex-direction: row;
    justify-content: space-between;
  }
  body.page_index .modaal-container .speaker__profile__contents .speaker__image {
    width: 28.2608695652%;
  }
  body.page_index .modaal-container .speaker__profile__contents .speaker__contents {
    width: 66.6304347826%;
  }
}
body.page_index .modaal-container .modaal__contents .modaal__button__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.page_index .modaal-container .modaal__contents .modaal__button__close img {
  width: 50px;
  height: 50px;
}
body.page_index .modaal-container .modaal__contents__speaker {
  padding: 30px;
  background: #053D37;
}
body.page_index .modaal-container .modaal__contents__session {
  background: #FFFFFF;
}
body.page_index .modaal-container .modaal__contents__session .modaal__button__close {
  top: auto;
  bottom: 10px;
}
body.page_index .modaal-container .modaal__contents__pitch {
  background: #FFFFFF;
  width: 100%;
}
body.page_index #partner {
  padding-bottom: 0;
}
body.page_index #partner .partner__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page_index #partner .partner__list a {
  display: block;
}
body.page_index #partner .partner__list div {
  padding-top: 39.2156862745%;
  position: relative;
  background: #FFFFFF;
}
body.page_index #partner .partner__list div span, body.page_index #partner .partner__list div img {
  position: absolute;
  color: #DEC828;
  font-size: 1.5rem;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.page_index #partner .partner__list {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page_index #partner .partner__list a, body.page_index #partner .partner__list div {
    width: calc((100% - 40px) / 3);
  }
  body.page_index #partner .partner__list div {
    padding-top: calc((100% - 40px) / 3 * 0.3921568627);
  }
}
body.page_index #startup .section__box {
  background: #ffffff;
}
body.page_index #startup .startup__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
body.page_index #startup .startup__list > div {
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 768px) {
  body.page_index #startup .section__title {
    margin-bottom: 20px;
  }
  body.page_index #startup .startup__list {
    column-gap: 20px;
    row-gap: 10px;
  }
  body.page_index #startup .startup__list > div {
    width: calc((100% - 80px) / 5);
  }
}
body.page_index #footer {
  padding-top: 0;
  padding-bottom: 40px;
}
body.page_index #footer img {
  width: 58.4vw;
}
@media screen and (min-width: 768px) {
  body.page_index #footer img {
    width: 260px;
  }
}