@charset "utf-8";

.modaal-noscroll {
	overflow: hidden;
}
.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}
.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
	border: none;
	background-color: #0d304b;
	padding: 0;
	-webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}
.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}
.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}
.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}
.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}
.modaal-close {
	position: fixed;
	right: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
	.modaal-close { top: 20px; }
}
@media screen and (max-width: 768px) {
	.modaal-close { bottom: 20px; }
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after { background: #0d304b; }
.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
	background: #0d304b;
	right: 10px;
	top: 10px;
}
.modaal-content-container {
	padding: 30px;
}



/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
	width: 100%;
	display: none;
}
.modaal-content-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}



/* ---------------------
	Speaker
-------------------- */
.speaker-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.speaker-wrapper .sec-pct  { width: 176px; display: block; box-sizing: border-box; }
.speaker-wrapper .sec-desc { width: calc(100% - 176px); padding: 0 0 0 40px; box-sizing: border-box;}
.speaker-wrapper .sec-pct img { width: 100%; height: auto; }

.speaker-wrapper .sec-desc .speaker__block__name{
	color: #000;
	font-size: 1.55rem;
    font-style: normal;
    line-height: 1.5;
}
.speaker-wrapper .sec-desc .speaker__block__name {
	font-size: 1.5rem;
    color: #17358e;
}
.speaker-wrapper .sec-desc p.position {
	margin: 5px 0 0 0;
	font-size: 0.85rem;
	line-height: 1.6;
}
.speaker-wrapper .sec-desc .sec-profile {
	margin: 20px 0 0 0;
	border-top: 1px dashed #ccc;
}
.speaker-wrapper .sec-desc .sec-profile h2 {
	margin: 10px 0;
	color: #0d304b;
}
.speaker-wrapper .sec-desc .sec-profile p {
	font-size: 0.85rem;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.speaker-wrapper .sec-pct { display: none; }
	.speaker-wrapper .sec-desc { width: 100%; padding: 0; }
	.speaker-wrapper .sec-desc .sec-profile { font-size: 1rem; }
}

/* ---------------------
	Special Collaboration
-------------------- */
/* title */
.sec-ttl {
	width: 100%;
	display: flex;
	margin-bottom: 40px;
	align-items: top;
}
.sec-ttl .sc-time { width: 17%; }
.sec-ttl .sc-ttl  { width: 83%; }
.sec-ttl .sc-time span {
	display: inline-block;
	margin: 5px 0 0;
	padding: 6px 24px 4px 24px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	line-height: 1.4;
	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;
}
.sec-ttl .sc-ttl > h1 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.sec-ttl { display: block; margin-bottom: 20px; }
	.sec-ttl .sc-time { width: 100%; margin-bottom: 10px; }
	.sec-ttl .sc-ttl  { width: 100%; }
	.sec-ttl .sc-ttl > h1 { font-size: 22px; }
}



/* body */
.sc-sec-wrapper {
	display: flex;
	column-gap: 35px;
	margin-bottom: 40px;
}
.sc-sec-wrapper .sec-desc {
	width: calc(100% - 250px);
}
.sc-sec-wrapper .sec-pct {
	width: 285px;
}
.sc-sec-wrapper .sec-desc > p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.sc-sec-wrapper { display: block; }
	.sc-sec-wrapper .sec-desc { width: 100%; margin-bottom: 30px; }
	.sc-sec-wrapper .sec-pct { width: 80%; margin: 0 auto; }
}



/* speaker */
.sc-sec-speaker > ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	column-gap: 20px;
	text-align: center;
}
.sc-sec-speaker > ul > li {
	width: calc(25% - 20px);
}
.sc-sec-speaker > ul > li .sc-profile {
	width: 75%;
	margin: 0 auto 10px auto;
}
.sc-sec-speaker > ul > li .sc-profile img {
	border-radius: 50%;
}
.sc-sec-speaker > ul > li > h3 {
	font-size: 15px;
	font-weight: bold;
}
.sc-sec-speaker > ul > li > p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.4;
}
.sc-sec-speaker > ul > li > p.prof {
	color: #5C5C5C;
	font-size: 11px;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.sc-sec-speaker > ul > li { width: calc(33.333% - 20px); margin-bottom: 25px; }
}
@media screen and (max-width: 450px) {
	.sc-sec-speaker > ul > li { width: calc(50% - 10px); }
}

/* ---------------------
	Ecosystem Session
-------------------- */
/* title */
.es-title {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
	align-items: middle;
}
.es-title .es-time { width: 17%; padding-top: 10px; }
.es-title .es-text { width: 83%; }

.es-title .es-time span {
	display: inline-block;
	padding: 3px 16px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	border-radius: 20px;
	background-color: #0d304b;
}

.es-title .es-text h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.es-title .es-text p {
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.es-title {	display: block; }
	.es-title .es-time { width: 100%; padding-top: 0; }
	.es-title .es-text { width: 100%; }
}


/* speaker */
.es-speaker { width: 100%;margin-left: 17%; }
@media screen and (max-width: 768px) {
	.es-speaker { margin-left: auto; }
}
.es-speaker > ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	text-align: center;
}
.es-speaker > ul > li {
	width: 16.666%;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.es-speaker > ul > li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 50%;
}
.es-speaker > ul > li > h3 {
	font-size: 13px;
	font-weight: bold;
}
.es-speaker > ul > li > p {
	font-size: 12px;
	color: #888;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.es-speaker > ul > li { width: 33.333%; }
}
@media screen and (max-width: 450px) {
	.es-speaker > ul > li { width: 50%; }
}


/* ---------------------
	Lightning Talk
-------------------- */
/* title */
.lt-title {
	width: 100%;
	margin-bottom: 20px;
}
.lt-title > h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	color: #17358e;
}
.lt-title .title-large {
	font-size: 26px;
}


ul.lt-list {
	width: 100%;
	display: flex;
	gap: 30px;
}
ul.lt-list li:nth-child(1) { width: 50%; }
ul.lt-list li:nth-child(2) { width: 50%; }
@media screen and (max-width: 768px) {
	ul.lt-list { display: block; gap: 0; }
	ul.lt-list li:nth-child(1) { width: 100%; }
	ul.lt-list li:nth-child(2) { width: 100%; }
}

.lt-list-item {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.lt-list-item .time {
	width: 15%;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #17358e;
}
.lt-list-item .company {
	width: 85%;
	padding: 10px 0 10px 15px;
	line-height: 1.4;
	border-left: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	.lt-list-item .time    { width: 19%; }
	.lt-list-item .company { width: 81%; }
}




