@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

/* Reset-----------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, code, em, font, img,  small, strong,
ol, ul, li, form, label, table,  tr, th, td, dl, dd, dt,
article, aside, footer, header, menu, nav, section, summary, textarea,main,
figure,figcaption
{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
i{font-style:normal;}
.clx:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clx { display: block; }
* html .clx { height: 1%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html {-webkit-text-size-adjust:none;-webkit-touch-callout: none;}
a {outline:none;text-decoration:none;}
iframe {border:none;}
ul, ol { list-style: none;}
img { border: none; vertical-align:bottom;max-width: 100%;height: auto;width /***/:auto;}
:focus { outline: 0;}
table { border-collapse: collapse;border-spacing:0;font-size:inherit;font:100%;}
h1, h2, h3, h4, h5, h6 {line-height:1.4;}
html {height: 100%;font-size: 62.5%;}
body {
font: 1rem "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
color:#000;
background:#d8e1f0;
font-weight: normal;
letter-spacing:0.1rem;
font-feature-settings :palt;
height: 100%;
overflow-x:hidden;
line-height: 1.8;
}
@-ms-viewport {
  width: device-width;
}

/* common -----------------------------------------------------------*/
body { overflow-x: hidden; position: relative;}
*,*::before,*::after { box-sizing: border-box;}

a { color: #000;}

.gf{ font-family: 'Jost', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; letter-spacing:0.01rem;}

button{ font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none;}
input, select, textarea{ font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; -webkit-appearance: none;	-moz-appearance: none; appearance: none; border-radius: 0; background:#fff; border:1px solid #d1d0ce;}
input[type=text].not_input{ background:#FFE0E0;}
select{ padding:0.5rem 3rem 0.5rem 1rem; cursor:pointer;}
select::-ms-expand { display: none;}
.select{position:relative;}
.select::after {right: 12px;top: 12px;width: 6px;height: 6px;transform: rotate(-45deg);position: absolute;display: block;border-bottom: 2px solid #444;border-left: 2px solid #444;content:'';z-index: 2;}
input[type=checkbox], input[type=radio] { display: none;}
input[type=checkbox] + label, input[type=radio] + label { transition: background-color 0.2s linear; position: relative; display: inline-block; padding: 0 0 0 2.5rem; margin: 0; vertical-align: middle; transition: 0.4s; cursor: pointer;}
input[type=checkbox] + label:after, input[type=radio] + label:after { position: absolute; top: 50%; left: 0; display: block; border: 1px solid #d1d0ce; background:#fff; content: ''; margin-top: -8px; width: 17px; height: 17px;}
input[type=checkbox] + label:before, input[type=radio] + label:before { left: 0; top: 3px; width: 17px; height: 11px; transform: rotate(-45deg); position: absolute; display: block; border-bottom: 2px solid #00973F; border-left: 2px solid #00973F; content: ''; opacity: 0; z-index: 2;}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before { opacity: 1;}
input[type=checkbox] + label:hover, input[type=radio] + label:hover { opacity: 0.7;}
label{ user-select: none;}

hr { display: block; height: 1px; border: 0; border-top: 1px dotted #e4e4e4; margin: 1rem 0; padding: 0; }
hr.bd_none{ display: block; height: 1px; border: 0; border-top:none; margin: 1rem 0; padding: 0; }

.txt_al { text-align:left !important; }
.txt_ar { text-align:right !important; }
.txt_ac { text-align:center !important; }

.w15{ width:15% !important;}
.w25{ width:25% !important;}
.w30{ width:30% !important;}
.w45{ width:45% !important;}
.w50{ width:50% !important;}
.w60{ width:60% !important;}
.w65{ width:65% !important;}

.cl_red{ color:#a01f24;}
.cl_lred{ color:#df2d34;}
.cl_orange{ color:#ea9014;}
.cl_white{ color:#ffffff;}
.bg_navy{background: #12192e;}
.bg_lightgray{ background:#fbfbfb;}
.bg_gradient{ background: -webkit-linear-gradient(-25deg, #13add9, #15aed5, #2bb19e, #45b368, #48b365); }
.bg_wine{background:#5F1417;}

.fixed { position: fixed; width: 100%; height: 100%;}

.line-through{ text-decoration:line-through;}

.scroll{ opacity: 0; transition: 0.6s; transform:translateY(2rem);}
.scroll.delay01{ transition-delay:0.1s !important;}
.scroll.delay02{ transition-delay:0.2s !important;}
.scroll.delay03{ transition-delay:0.3s !important;}
.scroll.delay04{ transition-delay:0.4s !important;}
.scroll.delay05{ transition-delay:0.5s !important;}
.scroll.delay06{ transition-delay:0.6s !important;}
.scroll.active{opacity: 1; transform:translateY(0)}


@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
	z-index:-1;
  }
  100% {
	z-index:-1;
	display:none;
	opacity: 0;
  }
}


@media screen and (min-width:981px) {

.sp{ display:none;}
.pc{ display:inline-block;}

.mb_ss{ margin-bottom:1rem !important;}
.mb_s{ margin-bottom:2rem !important;}
.mb_m{ margin-bottom:3rem !important;}
.mb_l{ margin-bottom:4rem !important;}
.mb_xl{ margin-bottom:8rem !important;}
.mr_m{ margin-right:3rem !important;}
.mr_s{ margin-right:2rem !important;}
.mt_ss{ margin-top:1rem !important;}

.pt_ss{ padding-top:2rem !important;}
.pt_s{ padding-top:9rem !important;}
.pt_l{ padding-top:10rem !important;}

.font_s{ font-size:1.2rem !important;}
.font_m{ font-size:2rem !important;}
.font_l{ font-size:2.5rem !important;}
.font_xl{ font-size:3.5rem !important;}
.font_xxl{ font-size:4.5rem !important;}
.bigger{ font-size:150% !important;}

[class*="btn__"] { display:inline-block; text-align:center; padding:1.3rem 3rem; min-width:18rem; color:#fff; font-size:1.6rem; line-height:1; position:relative; overflow:hidden; z-index: 1; border-radius:7rem; transition: 0.4s;}
[class*="btn__"]:hover{ }
[class*="btn__"]::after{ z-index:-1; position: absolute; content:""; width:100%; height:100%; left:0; bottom:0; background: linear-gradient(to right, #648ed4, #b352bd); transition: 0.4s;}
[class*="btn__"]:hover::after{ width:250%; }

.btn__pink{ background: #bc3fc7;}
.btn__pink:hover{ background: #a62eb1;}
.btn__pink::after{ background: none;}

.btn__line{ border: 1px solid #4a70b3; color: #4a70b3;}
.btn__line:hover{ background: #4a70b3; color: #fff;}
.btn__line::after{ background: none;}

.btn__wline{ border: 1px solid #fff; color: #fff;}
.btn__wline:hover{ background: #fff; color: #b352bd;}
.btn__wline::after{ background: none;}

[class*="column__"] { display: flex; flex-wrap: wrap; width:100%; }
[class*="column__"] .row{ position:relative;}

.column__02 .row{ width:48.3%; margin:0 0 3% 3.4%;}
.column__02 .row:nth-child(2n+1){ margin:0 0 3%;}

.column__03 .row{ width:31.066%; margin:0 0 3% 3.4%;}
.column__03 .row:nth-child(3n+1){ margin:0 0 3%;}

.column__04 .row{ width:23.5%; margin:0 0 3% 2%;}
.column__04 .row:nth-child(4n+1){ margin:0 0 3%;}

.column__05 .row{ width:18%; margin:0 0 2% 2%;}
.column__05 .row:nth-child(5n+1){ margin:0 0 2%;}

.column__06 .row{ width:15%; margin:0 0 2% 2%;}
.column__06 .row:nth-child(6n+1){ margin:0 0 2%;}

[class*="table__"]{}
[class*="table__"] dl{ border-bottom:1px solid #c5d1e1; display: flex; flex-wrap: wrap; width:100%; }
[class*="table__"] dl:first-child{}
[class*="table__"] dl dt{ width:20%; padding:2rem 1rem; font-weight: bold;}
[class*="table__"] dl dd{ width:80%; padding:2rem 1rem 2rem 0rem;}
[class*="table__"] dl ul{ list-style:disc; margin:0 0 0 2rem;}
[class*="table__"] dl ul li{ padding:0 0 0.5rem;}

/* header__ -------------------------------------*/
[id^="header__"] { width:24rem; height:100vh; position: relative; position:fixed; z-index:888; text-align:center;}
[id^="header__"] .logo{ padding: 6rem 0 4rem;}
[id^="header__"] .logo img[src$=".svg"]{ height:auto; width:7.8rem; transition: 0.4s;}

[id^="nav__"] .menu{ padding: 0 0 1rem;}
[id^="nav__"] .menu li{ display: block; font-size:2.2rem; font-weight: 500;line-height: 1.6;}
[id^="nav__"] .menu li a{ position:relative; overflow:hidden; display:inline-block; transition: 0.4s; z-index:1;}
[id^="nav__"] .menu li a::after{ z-index:-1; position: absolute; content:""; width:0; height:0.2rem; left:auto; right:0; bottom:0.5rem; background:#b352bd; transition: 0.3s;}
[id^="nav__"] .menu li a:hover, [id^="nav__"] li.active a{ color:#b352bd;}
[id^="nav__"] .menu li a:hover::after, [id^="nav__"] li.active a::after{ width:100%; left:0; }
[id^="nav__"] .btn{ padding: 0 0 1.5rem;}	
[id^="nav__"] .btn [class*="btn__"]{ font-size: 1.8rem;}
[id^="nav__"] .btn [class*="btn__"] small{ font-size: 1.5rem;}
[id^="nav__"] .sns{ padding:1.5rem 0 1rem;}
[id^="nav__"] .sns li{ display: inline-block; padding: 0 0.3rem; position: relative;}
[id^="nav__"] .sns li::after{ position: absolute; content:""; width:4rem; height:4rem; left:calc(50% - 2rem); top:calc(50% - 2.3rem); background:rgba(255,255,255,0.8); display: block; transition: 0.3s; border-radius: 3rem; z-index: -1;}
[id^="nav__"] .sns svg{ width:1.7rem; }
[id^="nav__"] .sns path,[id^="nav__"] .sns circle{ fill:#000; transition: 0.4s; }
[id^="nav__"] .sns a{padding:1.5rem 1.2rem;}
[id^="nav__"] .sns a:hover path, .side_fix .sns a:hover circle{ fill:#b352bd;}
	
[id^="nav__"] .archives{ padding: 2rem 0 1.5rem;}
[id^="nav__"] .archives li{ display: block; font-size:2rem; font-weight:400; color:#4A70B4; line-height: 1.2;}
[id^="nav__"] .archives li a{ font-size:1.6rem; font-weight:400; position:relative; overflow:hidden; display:inline-block; transition: 0.4s; z-index:1;}
[id^="nav__"] .archives li a::after{ z-index:-1; position: absolute; content:""; width:0; height:0.1rem; left:auto; right:0; bottom:0.1rem; background:#b352bd; transition: 0.3s;}
[id^="nav__"] .archives li a:hover, [id^="nav__"] li.active a{ color:#b352bd;}
[id^="nav__"] .archives li a:hover::after, [id^="nav__"] li.active a::after{ width:100%; left:0; }	

/* footer -------------------------------------*/
[id^="footer__"] { width:100%; color: #000; padding:1rem 0 1rem 24rem; position:relative; font-size:1.2rem;}
[id^="footer__"] .column__03 {align-items: center;}
[id^="footer__"] .column__03 .row:first-child{ width:40rem; border-right:1px solid #c5d1e1;}
[id^="footer__"] .column__03 .row:nth-child(2){ width:30rem; border-right:1px solid #c5d1e1;}    
[id^="footer__"] .column__03 .row:last-child{ width:10rem;}        
[id^="footer__"] .column__03 .gf{ font-size: 1.1rem;}
[id^="footer__"] .logo-1{ width:15rem;}
[id^="footer__"] .logo-2{ width:11rem; margin: 0 0 0 1rem;}
[id^="footer__"] .footer-branding {  display: flex;  flex-direction: row;  align-items: center;  gap: 2.5rem;  text-align: center; height:8rem;}
[id^="footer__"] .produced-by {  display: flex; align-items: center; gap: 4px;}
[id^="footer__"] .archives {  display: grid;  grid-template-rows: repeat(2, auto);   grid-auto-flow: column;   gap: 0.5em 2em;  list-style: none;  padding-left: 0;}
[id^="footer__"] .archives__wrap { display: flex;  flex-direction: column;  align-items: flex-start;}
[id^="footer__"] .archives__wrap h4{font-size:2rem!important; font-weight:500; margin-bottom:0.5rem;}   
[id^="footer__"] .archives__wrap li{font-size:1.5rem;  border-right: 1px solid #c5d1e1;　margin-right:0.3rem; padding-right: 1em; }
[id^="footer__"] .archives__wrap li a {position: relative;  display: inline-block;  text-decoration: none;  color: inherit;  transition: color 0.3s ease;}
[id^="footer__"] .archives__wrap li a::after {z-index: -1; position: absolute;  content: "";  width: 0;  height: 0.2rem;  left: auto;  right: 0;  bottom: 0;  background: #b352bd;  transition: width 0.3s ease;}
[id^="footer__"] .archives__wrap li a:hover {color: #b352bd; }
[id^="footer__"] .archives__wrap li a:hover::after {
  width: 100%;  left: 0;  right: auto;}
[id^="footer__"] .archives__wrap li a:hover::after {  left: 0;  right: auto;  width: 100%;}    
[id^="footer__"] .archives li:nth-child(3) {  border-right: none;  margin-right: 0;}      
[id^="footer__"] .archives li:last-child {  border-right: none;  margin-right: 0;}    
.archives.gf {  display: flex;  flex-wrap: wrap;   gap: 1rem;   list-style: none;  padding: 0;  margin: 0;}
.archives.gf li {display: inline-block; }
[id^="footer__"] .inner{padding:0 0 0 8rem;} 
[id^="footer__"] .inner p{margin:1rem 0 0 -8rem;}      


/* main -------------------------------------*/
[id^="main__"] { position:relative; font-size:1.6rem; min-height:100vh;}
[class^="section__"] { width:calc(100% - 24rem); margin: 0 0 0 auto; position:relative; }

canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: -1; opacity: 0.4;}

.inner{ width:1000px; min-width:800px;  max-width:calc(90% + 3rem); padding:0 0 0 0; margin:0 auto; position:relative; }
.inner_small{ max-width:900px; min-width:660px; width:calc(70% + 6rem); padding:0 3rem; margin:0 auto; position:relative; }

.title{ padding: 0 0 3rem;}
.title .gf{ font-size: 6.8rem; color: #4a70b3; font-weight: 300;}
.title small{ display:block;}

.bubble{ position:relative;}
.bubble::after{position:absolute; content:""; display: block; bottom:-2.5rem; right: 5rem; background: url(../img/bubble.svg) top center no-repeat; background-size:cover; width: 5.7rem; height: 6.7rem; z-index: 3;}

/* top -------------------------------------*/
#main__{}

[class^="cube__"]{ position:absolute; content: "";  display: block; z-index: 3;}
.cube__01{ top:32rem; left:calc(50% - 60rem); background: url(../img/top_cube01.png) top center no-repeat; background-size:cover; width: 15rem; height: 30rem;}
.cube__02{ top:60rem; left: calc(50% + 54rem); background: url(../img/top_cube02.png) top center no-repeat; background-size:cover; width: 9.5rem; height: 17.5rem;}
.cube__03{ bottom:-5rem; left: -6rem; background: url(../img/top_cube03.png) top center no-repeat; background-size:cover; width: 19.7rem; height: 17.1rem;}
.cube__04{ bottom:-2rem; left: calc(50% + 42rem); background: url(../img/top_cube04.png) top center no-repeat; background-size:cover; width: 18.4rem; height: 17rem;}

#top__fv{ width:100%; height:74rem; padding: 3rem; margin: 0 0 10rem;}
#top__fv .bg{ width:100%; height:68rem; position:relative; background: url(../img/bg_top.jpg) top center no-repeat; background-size:cover; border-left:none; border-radius: 10rem;  }
#top__fv .bg::before{ position:absolute; content:""; display: block; top:-2rem; left: -3rem; background: url(../img/fv_deco1.png) top center no-repeat; background-size:cover; width: 38.9rem; height: 41.1rem; z-index: 3;}
#top__fv .bg::after{ position:absolute; content: "";  display: block; top:-3.7rem; right: -1rem; background: url(../img/fv_deco2.png) top center no-repeat; background-size:cover; width: 64.8rem; height: 79.9rem; z-index: 3;}
#top__fv .txt{ position:relative; position: absolute; left: 7vw; top:15rem; color: #000;}
#top__fv .txt img{ width:48rem; padding: 0 0 5rem; }
#top__fv .txt h1{ font-size:2rem; font-weight: bold; padding: 0 0 1rem;}
#top__fv .txt h2{ font-size:4rem; font-weight: bold; padding: 0 0 1rem;}
#top__fv .txt p{ font-size:4rem; font-weight: 500; color:#4a70b3; }

.produced{ position: absolute; right: -1.5rem; top: -1.5rem; background: #fff; color: #0a3e6e; padding: 1.5rem 2rem; font-size: 1.1rem; text-align: left; line-height: 1; z-index: 10; border-radius: 5rem; box-shadow: 0 0 2rem rgba(74,112,179,0.01);}
.produced span{ padding: 0 1rem 0 0;}
.produced img{ width: 7rem; vertical-align: middle;}

.information{ position: relative; position: absolute; left:0; bottom: -7rem; z-index: 10; background: #fff; border-radius: 2.5rem; width: 60rem; padding: 3.5rem 4rem; box-shadow: 0 0 2rem rgba(74,112,179,0.02);}
.information.none{ opacity: 0; transform: translate(0,-1rem);}
.information dl dt{ padding:0 0 0.5rem; font-size: 2rem; font-weight: 500;}
.information #information_slide{ overflow: hidden; padding: 0; }
	
/*#bridge__ .btn__pink {font-size: 1.8rem; padding: 2rem 5rem;}*/
#bridge__ .btn__pink {font-size: 2rem; padding: 3rem 6rem;}
	
#concept__{ padding:7rem 0; position: relative; }
#concept__ .txt{ width:76%; margin: 0 0 0 auto;}
#concept__ .txt p{ padding:0 0 2rem; line-height: 2;}

#mission__{ padding:7rem 0; position: relative; }
#mission__ .txt{ width:76%; margin: 0 0 0 auto;}
#mission__ .txt p{ padding:0 0 2rem; line-height: 2;}
#mission__ .row { position: relative; background: #fff; border-radius: 2.5rem; padding: 2.5rem 4rem 3.5rem; margin-bottom: 8rem; box-shadow: 0 0 2rem rgba(74,112,179,0.02);}
#mission__ .row dt{ font-size:2rem; color: #d8e1f0; text-align: right; display:block; padding: 2rem 0; font-weight: 300; margin: 0 0 1rem; }
#mission__ .row dt span {border-left:1px solid #d8e1f0; padding: 0 0 0 3rem;}
#mission__ .row::before{ position:absolute; left: 1rem; top:0.7rem; line-height: 1; font-size: 7rem;font-weight: 400; color: #d8e1f0; font-family: 'Jost', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; letter-spacing:0.01rem;}
#mission__ .row:nth-of-type(1)::before{ content: "01";}
#mission__ .row:nth-of-type(2)::before{ content: "02";}
#mission__ .row:nth-of-type(3)::before{ content: "03";}
#mission__ .row:nth-of-type(4)::before{ content: "04";}
#mission__ .row:nth-child(2n){ transform: translate(0,5rem);}

#bizgate__{ padding:3rem 0;}
#bizgate__  .inner{ background:rgba(255,255,255,0.5); box-shadow: 0 0 5rem rgba(123,130,141,0.1); border-radius: 3rem; padding:2rem 5rem 5rem;}
#bizgate__  h3{ margin:-5.5rem 0 0; text-align: center; padding: 0 0 2rem;}
#bizgate__  h3 span{font-size: 5rem;}
#bizgate__ p{ text-align:center; margin: 0 0 2.5rem; font-size: 1.8rem; font-weight: bold;}
#bizgate__ ul li{ padding:1.5rem 2rem; border-bottom: 1px solid #d8e1f0;}
#bizgate__ ul li:first-child{ border-top: 1px solid #d8e1f0;}
#bizgate__ ul li span{ width:10rem; margin: 0 2rem 0 0; display: inline-block; color: #4a70b3;}

#speakers__{ padding:7rem 0; position: relative; }
#speakers__ h4.title{ text-align:center;}
#speakers__ h4.title .gf{ font-size: 5rem;}
#speakers__ .column__04 .row {text-align:center;}
#speakers__ .column__04 .row a dt{ margin:4rem 0 1.5rem; overflow: hidden; border-radius: 2.5rem; background:#fff; position:relative; transition: 0.3s;}
#speakers__ .column__04 .row a dt::before{ position:absolute; left:0; top:0; content:""; width:100%; height:100%; display:block; z-index:99; background: #4a70b3; opacity:0; transition: 0.3s;}
#speakers__ .column__04 .row a dt img{transition: 0.3s;}
#speakers__ .column__04 .row a:hover dt::before{ opacity:0.8;}
#speakers__ .column__04 .row a dt::after{ position:absolute; left:0; bottom:calc(50% - 0.8rem); content:"view more"; font-family: 'Jost', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; letter-spacing:0.04rem; font-size:1.5rem; color:#fff; width:100%; display:block; z-index:99; opacity:0; transition: 0.3s;}
#speakers__ .column__04 .row a:hover dt::after{ opacity:1;}
#speakers__ .column__04 .row a:hover dt img{transform:scale(1.05);}
#speakers__ .column__04 .row a dd{ font-size:2rem; font-weight: bold;}
#speakers__ .column__04 .row a dd small{ font-size:1.1rem; line-height: 1.5; opacity: 0.6; font-weight: 600; display:block;}
#speakers__ .column__04 .row a dd small.sm { font-size:1rem;}
#speakers__ hr.space__ { display: block; height: 0; border: 0; border-top: 3px solid #005979; width:4rem; margin: 0 auto; padding: 0; }
	
#program__{ padding:7rem 0; position: relative; }
#program__ .title{ text-align:center;}
#program__ .title .gf{ font-size: 5rem;}
#program__ .subtitle { font-size:4rem; color: #d8e1f0; font-weight:600; display: flex; justify-content: space-between;  align-items: flex-end;}	
#program__ .subtitle small{ font-size:2rem; font-weight:normal; /*border-left:1px solid #d8e1f0; padding: 0 0 0 3rem;*/}
#program__ .frame{ background:#fff; border-radius: 2.5rem; padding: 2rem 4rem;}
#program__ .program_table table{ padding: 2rem 0; border-bottom: 1px solid #e5ebf5; display: flex;}
#program__ .program_table table:last-child{ border-bottom:none;}
#program__ .frame .session dt{ padding: 0 2rem 0 0; width:11rem;}
#program__ .frame .session dd dl{ width:100%; display: flex; padding: 0 0 0.5rem; }
#program__ .frame .session dd dl dt{ width: 11rem; color:#4a70b3; font-size:1.3rem; font-weight: bold;}

#program__ .frame .session dd dl dd small{ font-size:1.2rem; padding: 0 0 0 1rem; opacity: 0.6; vertical-align: middle;}
#program__ .frame .session dd dl dd a{ text-decoration:underline;}
#program__ .frame .session dd dl dd a:hover{ text-decoration:none;}
#program__ dl.session img{width:2.5rem;}
#program__ span.supplement{display: inline-block;  margin-top: 2rem; font-size: 1.3rem;    font-weight: 300;}

	
	
/*#program__ .program_table {text-align:left; padding:0 0 2rem;}*/
#program__ .program_table table{ width: 100%; background:#fff; padding:3rem 0;}
#program__ .program_table table tr{ width:100%;}
/*#program__ .program_table table th, #program__ .program_table table td { border: 1px solid #d4dcdf; padding:2rem; vertical-align:top; font-weight:normal;}*/
#program__ .program_table table th{font-size:2rem; text-align:center; font-weight:bold; vertical-align:middle; padding:2rem 0.5rem;}
#program__ .program_table table th small{ display:block; font-weight:normal;}
#program__ .program_table table td{ font-size:1.4rem; position:relative;}
#program__ .program_table table td.bg_blue{ background:#f8f8f8; border: 1px solid #d4dcdf;}
#program__ .program_table table td time{padding:0 0 0.5rem;}
#program__ .program_table table td h3{ text-align:center; padding:0 0 2rem; color:#005979; font-size:1.6rem;}
#program__ .program_table table td ul{ list-style:disc; display:block; margin:0 0 0 2rem;}
#program__ .program_table table td ul li{ padding:0 0 2rem;}
#program__ .program_table table td ul li strong{ display:block; padding:0 0 0.5rem;}
#program__ .program_table table td ul li span{ margin:0 0 0 1rem; display:block; color:#abaaaa; font-size:1.4rem;}
#program__ .program_table table td ul li span small{ font-size:1rem !important;}
#program__ .program_table small{ font-size:1.2rem;}




	
/*追加分*/
#program__ .program_table  .session-time time{ background: #dee8f4; border-radius: 3rem; color:#4a70b3; font-size: 1.4rem; font-weight: 500; padding: 0.2rem 1rem; width: 100%; display: block; text-align: center;}
#program__ .program_table  .session-time time.end{font-size:1.35rem;}		
#program__ .program_table .session-block {display: flex; align-items: center;}
#program__ .program_table .session-time {min-width:11rem;  margin:0 2rem 0 0; align-self: flex-start;}
#program__ .program_table  h5{ font-size:2rem; padding: 0 0 1rem;}
#program__ .program_table  h5 small{ font-size:1.4rem; padding: 0 1rem 0 0; vertical-align: middle;}	
#program__ .program_table  h5 a:hover{ opacity:0.5;  transition: 0.5s;}			
#program__ .program_table p{ font-size:1.4rem; padding: 0 0 2rem; font-weight:300; }
#program__ .program_table table td dl{ display:table; width:100%; margin:0 0 1.3rem;}
#program__ .program_table table td dl:last-child{ margin:0;}
#program__ .program_table table td dl dt{ display:table-cell;     width: 11rem;    color: #4a70b3;   font-size: 1.3rem;    font-weight: bold;}
#program__ .program_table table td dl dt a{ color:#2bb19e; text-decoration: underline; transition: 0.3s;}
#program__ .program_table table td dl dd{ width: calc(100% - 13rem); display:table-cell; font-weight: 600;
    font-size: 1.6rem; line-height:1.7rem;}
#program__ .program_table table td dl dd p{ padding:0 0 0.4rem; margin:0; font-size:1.4rem; font-weight:normal;}
#program__ .program_table table td dl dd small{ font-size:1rem; color:#777;}

#program__ .program_table table td dl dd small{ font-size:1.2rem; padding: 0 0 0 1rem; opacity: 0.; vertical-align: middle;}
#program__ .program_table table td dl dd a{ text-decoration:underline;}
#program__ .program_table table td dl dd a:hover{ text-decoration:none;}
	
	
	
	
	
#outline__{ padding:7rem 0; position: relative; }
#outline__ .inner{ padding: 0 10%;}
#outline__ .title{ text-align:center;}
#outline__ .title .gf{ font-size: 5rem;}
#outline__ .btn__line{ font-size: 1.3rem; padding: 1rem;}
/*#outline__ .btn__pink{ font-size: 1.8rem; padding: 2rem 5rem;}*/
#outline__ .btn__pink{ font-size:2rem; padding: 3rem 6rem;}	
/*#outline__ .btn__pink small{ font-size: 1.7rem;}*/
#outline__ .notes_inner {margin: 3rem auto 0;	 background: rgba(255, 255, 255, 0.5);  box-shadow: 0 0 5rem rgba(123, 130, 141, 0.1);  border-radius: 3rem;  padding: 2rem 5rem 3rem; }	
#outline__ ul { list-style-position : outside; list-style-type: disc; }	
#outline__ .notes_inner  p {text-align: center; margin-bottom:1.5rem;}	
#outline__ .notes_inner li {font-size:1.4rem; opacity:0.7; margin:0 0 1rem 1rem;}
	

#sponsors__{ padding:7rem 0; position: relative; }
#sponsors__ .title{ text-align:center;}
#sponsors__ .title .gf{ font-size: 5rem;}
#sponsors__ h5{ text-align:center; font-weight: normal; font-size: 2.2rem; padding: 0 0 1.5rem;}
#sponsors__ img{ box-shadow:0 0 2rem rgba(74,112,179,0.02); border-radius: 1rem;}
#sponsors__ [class*="column__"]{ justify-content: center;}

#contact__{ width: 100%; padding: 3rem; text-align: center;}
#contact__ .frame{ border-radius: 2.5rem; background: linear-gradient(to right, #648ed4, #b352bd); color: #fff; padding: 4rem 0;}
#contact__ .frame h4{ font-size:4.8rem; padding: 0 0 1.5rem; font-weight: 300;}
#contact__ .frame p{ font-size:2.2rem; padding: 0 0 2.5rem; font-weight: bold;}
#contact__ .frame .btn__wline{ padding:2rem 8rem; font-size: 1.8rem; font-weight: bold;}


/* Content styles */
.md-modal {position: fixed;top: 50%;left: 50%; width: 50%; max-width: 85rem; min-width: 85rem; height: auto; z-index: 2000;visibility: hidden;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;	backface-visibility: hidden;-webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}
.md-show {visibility: visible;}
.md-overlay { position: fixed; width: 100%; height: 100%; visibility: hidden; top: 0;left: 0;z-index: 1000; opacity: 0; background: rgba(74,112,179,0.8); transition: 0.3s;}
.md-show ~ .md-overlay { opacity: 1; visibility: visible; }

.md-content { position: relative; color:#000; background:#fff; border-radius: 2.5rem; padding:4.5rem 3rem 4.5rem 4.5rem; margin:0 auto; }
.md-content .md-scroll{ max-height:70vh; overflow-y:scroll; -ms-overflow-style: none; scrollbar-width: none;}
.md-content .md-scroll::-webkit-scrollbar { display:none;}
.md-content ::-webkit-scrollbar{ width:0.5rem; height:auto;}
.md-content ::-webkit-scrollbar-track{ border-radius: 2rem; background: #444;}
.md-content ::-webkit-scrollbar-thumb{ border-radius: 2rem; background: #777;}

.md-content h3 { font-size:1.6rem; padding: 0 0 1rem;}
.md-content h3 small{ font-size:1.2rem;}
.md-content dl{ display: table; width:100%; padding:0 0 2rem;}
.md-content dl dt{ display:table-cell; width:30%; }
.md-content dl dt img{ border-radius: 2.5rem; overflow:hidden; width:100%;}
.md-content dl dd{ display:table-cell; width:70%; vertical-align:middle; padding:0 2rem; font-size:2.2rem; font-weight: bold;}
.md-content dl dd small{ font-size:1.2rem; opacity: 0.6; display:block;}
.md-content .txt { font-size: 1.4rem;line-height:2; padding:0 1.5rem 0 0;}
.md-content .txt p { margin: 0; padding: 0;}

.md-close{ position:absolute; right:-2rem; top:-2rem;}
.md-close i{ height:4rem; width:4rem; background:#4a70b3; border-radius: 50%; display:block; margin:0 auto; position:relative;}
.md-close i:before, .md-close i:after{ display: block; content: ""; position: absolute; left: 1rem; top:2rem; width:2rem; height: 1px; background: #fff;}
.md-close i:before{ transform: rotate(45deg);}
.md-close i:after{ transform: rotate(-45deg);}
.md-close i:hover{ cursor:pointer;}


.pg-content { position: relative; color:#fff; background:#050a1a;  padding:3.5rem 2rem 3.5rem 3.5rem; margin:0 auto; }
.pg-content .pg-scroll{ max-height:70vh; overflow-y:scroll;}
.pg-content ::-webkit-scrollbar{ width:0.5rem; height:auto;}
.pg-content ::-webkit-scrollbar-track{ border-radius: 2rem; background: #444;}
.pg-content ::-webkit-scrollbar-thumb{ border-radius: 2rem; background: #777;}

.pg-content h3 { font-size:1.6rem; padding: 0 0 1rem;}
.pg-content h3 small{ font-size:1.2rem;}
.pg-content dl{ display: table; width:100%; padding:0 0 2rem;}
.pg-content dl dt{ display:table-cell; width:25%;}
.pg-content dl dt img{ border-radius:0.5rem; overflow:hidden; width:100%;}
.pg-content dl dd{ display:table-cell; width:75%; vertical-align:middle; padding:0 0rem; font-size:2.2rem;}
.pg-content dl dd time{ font-size:1.3rem; color:#adaeb3; display:block;}
.pg-content dl dd small{ font-size:1.2rem; }
.pg-content .txt { color:#fff; font-size: 1.4rem;line-height:2; padding:0 1.5rem 0 0;}
.pg-content .txt p {margin: 0;	padding: 0 0 1rem;}	


#modal-archives{}
#modal-archives h5{ font-size:4rem; display: block; padding: 0 0 2rem; color:#4a70b3; font-weight: normal;}
#modal-archives ol{ position:relative; padding: 2rem 0 1rem;}
#modal-archives ol::before{ position: absolute; content: ""; left:0; top:0; width: 0.3rem; height: calc(100% - 6rem); background: rgba(0,0,0,0.2);}
#modal-archives ol li{ position:relative; padding: 0 0 3rem 2.5rem; line-height: 1.6;}
#modal-archives ol li::before{ position: absolute; content: ""; left:-0.6rem; top:0.4rem; width: 1.4rem; height: 1.4rem; border-radius:3rem; background:#4a70b3;}
#modal-archives ol li:last-child{ padding:0 0 0 2.5rem;}
#modal-archives ol li span{ font-size:1.6rem; display: block; color:#4a70b3; font-weight: bold;}
#modal-archives ol li strong{ font-size:2.5rem; display: block;}
}


@media screen and (max-width:980px) {

.sp{ display:inline;}
.pc{ display:none !important;}

.mb_ss{ margin-bottom:1rem !important;}
.mb_s{ margin-bottom:2rem !important;}
.mb_m{ margin-bottom:3rem !important;}
.mb_l{ margin-bottom:4rem !important;}
.mb_xl{ margin-bottom:8rem !important;}
.mr_m{ margin-right:3rem !important;}
.mr_s{ margin-right:2rem !important;}
.mt_ss{ margin-top:1rem !important;}

.pt_ss{ padding-top:2rem !important;}
.pt_s{ padding-top:9rem !important;}
.pt_l{ padding-top:10rem !important;}

.font_s{ font-size:1.2rem !important;}
.font_m{ font-size:1.6rem !important;}
.font_l{ font-size:2.5rem !important;}
.font_xl{ font-size:3.5rem !important;}
.font_xxl{ font-size:4.5rem !important;}
.bigger{ font-size:150% !important;}

[class*="btn__"] { display:inline-block; text-align:center; padding:1.3rem 3rem; min-width:18rem; color:#fff; font-size:1.6rem; line-height:1; position:relative; overflow:hidden; z-index: 1; border-radius:7rem; transition: 0.4s;}
[class*="btn__"]:hover{ }
[class*="btn__"]::after{ z-index:-1; position: absolute; content:""; width:100%; height:100%; left:0; bottom:0; background: linear-gradient(to right, #648ed4, #b352bd); transition: 0.4s;}
[class*="btn__"]:hover::after{ width:250%; }

.btn__pink{ background: #bc3fc7;}
.btn__pink:hover{ background: #a62eb1;}
.btn__pink::after{ background: none;}

.btn__line{ border: 1px solid #4a70b3; color: #4a70b3;}
.btn__line:hover{ background: #4a70b3; color: #fff;}
.btn__line::after{ background: none;}

.btn__wline{ border: 1px solid #fff; color: #fff;}
.btn__wline:hover{ background: #fff; color: #b352bd;}
.btn__wline::after{ background: none;}

[class*="column__"] { display: flex; flex-wrap: wrap; width:100%; }
[class*="column__"] .row{ position:relative;}

.column__02 .row{ width:48.3%; margin:0 0 3% 3.4%;}
.column__02 .row:nth-child(2n+1){ margin:0 0 3%;}

.column__03 .row{ width:31.066%; margin:0 0 3% 3.4%;}
.column__03 .row:nth-child(3n+1){ margin:0 0 3%;}

.column__04 .row{ width:23.5%; margin:0 0 3% 2%;}
.column__04 .row:nth-child(4n+1){ margin:0 0 3%;}
	
.column__05 .row{ width:23.5%; margin:0 0 3% 2%;}
.column__05 .row:nth-child(4n+1){ margin:0 0 3%;}

.column__06 .row{ width:15%; margin:0 0 2% 2%;}
.column__06 .row:nth-child(6n+1){ margin:0 0 2%;}

[class*="table__"]{}
[class*="table__"] dl{ border-bottom:1px solid #c5d1e1; display: flex; flex-wrap: wrap; width:100%; font-size: 1.4rem; line-height: 1.6; }
[class*="table__"] dl:first-child{}
[class*="table__"] dl dt{ width:100%; padding:1.5rem 1rem 0; font-weight:bold;}
[class*="table__"] dl dd{ width:100%; padding:1rem 1rem 1.5rem;}
[class*="table__"] dl ul{ list-style:disc; margin:0 0 0 2rem;}
[class*="table__"] dl ul li{ padding:0 0 0.5rem;}

/* header__ -------------------------------------*/
[id^="header__"] { width:100%; height:6rem; position:fixed; z-index:888;}
[id^="header__"] .logo{ position:absolute; top:1rem; left:1rem; text-align:center;}
[id^="header__"] .logo img[src$=".svg"]{ height:auto; width:4.5rem;}

.btn_nav{ position:absolute; top:1rem; right:1rem; width:4.5rem; height:4.5rem; background: rgba(74,112,179,0.9); border-radius: 1rem; z-index:9999;}
.icon_menu{ position: absolute; top: calc(50% - 0.2rem); left: calc(50% - 1.2rem); opacity: 1; transition: .2s; width: 2.6rem; height: 1px;}
.icon_menu:before, .icon_menu:after{ display: block; content: ""; position: absolute; left: 0; width: 2.4rem; height: 2px; transition: .2s; background: #fff;}
.icon_menu:before{margin-top: -0.4rem;}
.icon_menu:after{ margin-top: 0.4rem;}
.btn_nav.close .icon_menu{ height:0; width: 0;}
.btn_nav.close .icon_menu:before, .btn_nav.close .icon_menu:after{background: #fff;}
.btn_nav.close .icon_menu:before{margin-top:0;transform: rotate(45deg);}
.btn_nav.close .icon_menu:after{ margin-top: 0;transform: rotate(-45deg);}

.nav__all { position:relative; position:fixed; top:-100vh; left:0; width:100vw; height:100vh; background: rgba(74,112,179,0.9); z-index:-1; opacity:0; font-size:1.4rem; text-align:left; color:#fff;}
.nav__all a{ color:#fff;}
.nav__all.op{ opacity:1; top:0; z-index:999;}


[id^="nav__"] { padding:8rem 5vw 2rem; text-align:center;}
[id^="nav__"] .menu{ padding: 0 0 1.5rem;}
[id^="nav__"] .menu li{ display: block; font-size:2.2rem; font-weight: 500;}
[id^="nav__"] .menu li a{ position:relative; overflow:hidden; display:inline-block; transition: 0.4s; z-index:1;}
[id^="nav__"] .menu li a::after{ z-index:-1; position: absolute; content:""; width:0; height:0.2rem; left:auto; right:0; bottom:0.5rem; background:#b352bd; transition: 0.3s;}
[id^="nav__"] .menu li a:hover, [id^="nav__"] li.active a{ color:#b352bd;}
[id^="nav__"] .menu li a:hover::after, [id^="nav__"] li.active a::after{ width:100%; left:0; }
[id^="nav__"] .btn{ padding: 0 0 3rem;}
[id^="nav__"] .btn [class*="btn__"]{ font-size: 2.2rem; padding: 2rem; width: 80vw;}
[id^="nav__"] .btn [class*="btn__"] small{ font-size: 2rem;}
[id^="nav__"] .sns li{ display: inline-block; padding: 0 0.3rem; position: relative;}
[id^="nav__"] .sns li::after{ position: absolute; content:""; width:4rem; height:4rem; left:calc(50% - 2rem); top:calc(50% - 2.3rem); background: #fff; display: block; transition: 0.3s; border-radius: 3rem; z-index: -1;}
[id^="nav__"] .sns svg{ width:1.7rem; }
[id^="nav__"] .sns path,[id^="nav__"] .sns circle{ fill:rgba(74,112,179,1); transition: 0.4s; }
[id^="nav__"] .sns a{ padding:1.5rem 1.2rem;}
[id^="nav__"] .sns a:hover path, .side_fix .sns a:hover circle{ fill:rgba(74,112,179,1);}
	
[id^="nav__"] { padding:8rem 5vw 2rem; text-align:center;}
[id^="nav__"] .archives{ padding: 4rem 0 1.5rem 0;}
[id^="nav__"] .archives li{ display: block; font-size:2.2rem; font-weight: 400;}
[id^="nav__"] .archives li a{ position:relative; overflow:hidden; display:inline-block; transition: 0.4s; z-index:1; font-size:2rem;}
[id^="nav__"] .archives li a::after{ z-index:-1; position: absolute; content:""; width:0; height:0.2rem; left:auto; right:0; bottom:0.5rem; background:#b352bd; transition: 0.3s;}
[id^="nav__"] .archives li a:hover, [id^="nav__"] li.active a{ color:#b352bd;}
[id^="nav__"] .archives li a:hover::after, [id^="nav__"] li.active a::after{ width:100%; left:0; }	

.nav__all .nav_logo{ position:absolute; top:1rem; left:1rem; text-align:center;}
.nav__all .nav_logo img[src$=".svg"]{ height:auto; width:4.5rem;}


/* footer -------------------------------------*/
[id^="footer__"] { width:100%; color: #000; padding:2rem 0; position:relative; font-size:1.2rem;}
[id^="footer__"] .column__03 {  display: flex;  flex-wrap: wrap;  justify-content: space-between;  gap: 2rem; /* 必要に応じて調整 */}

[id^="footer__"] .column__03 .row { width: 43%; /* 50%だと余白ゼロになるので少し余裕を */  text-align: left;}
    
[id^="footer__"] .column__03 .row:first-child{margin-left:1.7rem;}     
[id^="footer__"] .column__03 .row:not(:last-child) { text-align: left !important;}    
[id^="footer__"] .column__03 .row:last-child {  width: 100%;  border-top: 1px solid #c5d1e1;  padding: 2rem 0;  margin: 3rem 0 0;  text-align: center;}
[id^="footer__"] .column__03 .gf{ font-size: 1.1rem;}

[id^="footer__"] .logo-1{ width:15rem;}
[id^="footer__"] .logo-2{ width:8rem; margin: 0 0 0 0.6rem;}
[id^="footer__"] .footer-branding {  display: flex;  flex-direction: column;  align-items: center;  gap:1.5rem;  text-align: center;}    
[id^="footer__"] .archives__wrap { display: flex;  flex-direction: column; }
[id^="footer__"] .archives__wrap h4{font-size:2rem!important; font-weight:500; margin-bottom:0.5rem;}   
[id^="footer__"] .archives__wrap li{font-size:1.5rem;} 
[id^="footer__"] .archives { display: grid;  gap:0 2em;  padding: 0;  margin: 0;  list-style: none;}
    
/* main -------------------------------------*/
[id^="main__"] { position:relative; font-size:1.6rem; min-height:100vh;}
[class^="section__"] { position:relative; }

canvas { display: none;}

.inner,.inner_small{ width:100%; padding: 0 2rem; position:relative; }

.title{ padding: 0 0 2rem; text-align: center;}
.title .gf{ font-size: 4rem; color: #4a70b3; font-weight: 300;}
.title small{ display:block; font-size: 1.1rem;}

.bubble{ position:relative;}
.bubble::after{position:absolute; content:""; display: block; bottom:-1.5rem; right: 3rem; background: url(../img/bubble.svg) top center no-repeat; background-size:cover; width: 4rem; height: 4.6rem; z-index: 3;}


/* top -------------------------------------*/
#main__{ width: 100%; overflow-x: hidden;}

[class^="cube__"]{ position:absolute; content: "";  display: block; z-index: 3;}
.cube__01{ top:-5rem; left: -8.5rem; background: url(../img/top_cube01.png) top center no-repeat; background-size:cover; width: 19rem; height: 20.8rem; transform: scale(0.5, 0.5); z-index: -1;}
.cube__02{ top:1rem; right: -2rem; background: url(../img/top_cube02.png) top center no-repeat; background-size:cover; width: 9.5rem; height: 7.5rem; transform: scale(0.7, 0.7); z-index: -1;}
.cube__03{ bottom:-2rem; left: -10rem; background: url(../img/top_cube03.png) top center no-repeat; background-size:cover; width: 19.7rem; height: 17.1rem; z-index: -1;}
.cube__04{ bottom:-10rem; right: -8rem; background: url(../img/top_cube04.png) top center no-repeat; background-size:cover; width: 14.4rem; height: 13rem; z-index: -1;}


#top__fv{ width:100%; padding: 2rem; margin: 0;}
#top__fv .bg{ width:100%; height:65vh; min-height: 50rem; position:relative; background: url(../img/bg_top_sp.jpg) top center no-repeat; background-size:cover; border-left:none; border-radius: 3rem; margin: 0 0 2rem; }
#top__fv .bg::before{ position:absolute; content:""; display: block; top:3rem; left: -2rem; background: url(../img/fv_deco1.png) top center no-repeat; background-size:cover; width: 38.9rem; height: 41.1rem; z-index: 3; transform: scale(1.15, 1.15);}
#top__fv .bg::after{ position:absolute; content: "";  display: block; top:-4rem; right: -45rem; background: url(../img/fv_deco2.png) top center no-repeat; background-size:cover; width: 64.8rem; height: 79.9rem; z-index: -1; transform: scale(0.7, 0.7);}
#top__fv .txt{ position:relative; position: absolute; left: 2.4rem; bottom:7rem; width: 100%; color: #000;}
#top__fv .txt img{ width:70vw; max-width: 40rem; padding: 0 0 4rem; }
#top__fv .txt h1{ font-size:1.3rem; font-weight: bold; padding: 0 0 1rem;}
#top__fv .txt h2{ font-size:2.2rem; font-weight: bold; padding: 0 0 0.5rem;}
#top__fv .txt p{ font-size:2.4rem; font-weight: 500; color:#4a70b3; }

.produced{ position: absolute; right: 1.5rem; bottom: 1.5rem; color: #0a3e6e; background: #fff;  padding: 1rem 1.5rem; border-radius: 5rem; box-shadow: 0 0 2rem rgba(74,112,179,0.01); font-size: 1rem; text-align: left; line-height: 1; z-index: 10;}
.produced span{ padding: 0 0.5rem 0 0;}
.produced img{ width: 5.5rem; vertical-align: middle;}

.information{ position: relative;  background: #fff; border-radius: 1.5rem; width: 100%; padding: 2rem; box-shadow: 0 0 2rem rgba(74,112,179,0.02); z-index: 10;}
.information dl dt{ padding:0 0 0.5rem; font-size: 2rem; font-weight: 500;}
.information dl dd{ font-size:1.4rem;}
.information #information_slide{ overflow: hidden; padding: 0; }
	
#bridge__ .btn__pink {padding: 1.5rem 5rem;}	
#bridge__ .btn__pink small{ font-size: 1.7rem; line-height: 2.2rem;}	
	
#concept__{ padding:4rem 0 0; position: relative; }
#concept__ .txt{ width:100%; }
#concept__ .txt p{ padding:0 0 2rem; line-height: 2;}

#mission__{ padding:4rem 0 0; position: relative; }
#mission__ .txt{ width:100%; margin: 0;}
#mission__ .txt p{ padding:0 0 2rem; line-height: 2;}
#mission__ .row { width: 100%; position: relative; background: #fff; border-radius: 2.5rem; padding: 2rem 3rem 2.5rem; margin:0 0 4rem; box-shadow: 0 0 2rem rgba(74,112,179,0.02);}
#mission__ .row dt{ font-size:2rem; color: #d8e1f0; text-align: right; display:block; padding: 2rem 0; font-weight: 300;}
#mission__ .row dt span { border-left:1px solid #d8e1f0; padding: 0 0 0 2rem;}
#mission__ .row::before{ position:absolute; left: 1rem; top:0.7rem; line-height: 1; font-size: 7rem;font-weight: 400; color: #d8e1f0; font-family: 'Jost', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; letter-spacing:0.01rem;}
#mission__ .row:nth-of-type(1)::before{ content: "01";}
#mission__ .row:nth-of-type(2)::before{ content: "02";}
#mission__ .row:nth-of-type(3)::before{ content: "03";}
#mission__ .row:nth-of-type(4)::before{ content: "04";}

#bizgate__{ padding:3rem 0 0; margin: 2rem;}
#bizgate__  .inner{ background:rgba(255,255,255,0.5); box-shadow: 0 0 5rem rgba(123,130,141,0.1); border-radius: 3rem; padding:2rem 2rem 3rem;}
#bizgate__  h3{ margin:-4rem 0 0; text-align: center; padding: 0 0 2rem;}
#bizgate__  h3 span{ font-size: 3.5rem;}
#bizgate__ p{ text-align:center; margin: 0 0 2.5rem; font-size: 1.5rem; line-height: 1.4; font-weight: bold;}
#bizgate__ ul li{ padding:1.5rem 2rem; border-bottom: 1px solid #d8e1f0; font-size: 1.4rem; line-height: 1.4;}
#bizgate__ ul li:first-child{ border-top: 1px solid #d8e1f0;}
#bizgate__ ul li span{ margin: 0 0 0.2rem; display: block; color: #4a70b3;}


#speakers__{ padding:4rem 0 0; position: relative; }
#speakers__ h4.title{ text-align:center;}
#speakers__ h4.title .gf{ font-size: 3rem;}
#speakers__ .column__04 .row{ width:48.3%; margin:0 0 3% 3.4%; text-align:center;}
#speakers__ .column__04 .row:nth-child(2n+1){ margin:0 0 3%;}

#speakers__ .column__04 .row a dt{ margin:2rem 0 1.5rem; overflow: hidden; border-radius: 2.5rem; background:#fff; position:relative; transition: 0.3s;}
#speakers__ .column__04 .row a dt::before{ position:absolute; left:0; top:0; content:""; width:100%; height:100%; display:block; z-index:99; background: #4a70b3; opacity:0; transition: 0.3s;}
#speakers__ .column__04 .row a dt img{transition: 0.3s;}
#speakers__ .column__04 .row a dd{ font-size:1.8rem; font-weight: bold;}
#speakers__ .column__04 .row a dd small{ font-size:1rem; line-height: 1.5; opacity: 0.6; font-weight: 600; display:block;}
#speakers__ .column__04 .row a dd small.sm { font-size:1rem;}
#speakers__ hr.space__ { display: block; height: 0; border: 0; border-top: 3px solid #005979; width:4rem; margin: 0 auto; padding: 0; }

#program__{ padding:4rem 0 0; position: relative; }
#program__ .title{ text-align:center;}
#program__ .title .gf{ font-size: 3rem;}
#program__ .subtitle { font-size:3rem; color: #d8e1f0; font-weight:600; display: flex; justify-content: space-between;  align-items: flex-end;}	
#program__ .subtitle small{ font-size:1.8rem; font-weight:normal; /*border-left:1px solid #d8e1f0; padding: 0 0 0 3rem;*/}	
#program__ .frame{ background:#fff; border-radius: 2.5rem; padding: 2rem 2rem;}
#program__ .program_table table{ padding: 2rem 0; border-bottom: 1px solid #e5ebf5; display: block; width: 100%;}
#program__ .program_table table:last-child{ border-bottom:none;}

#program__ .frame .session dt time{ background: #dee8f4; border-radius: 3rem; color:#4a70b3; font-size: 1.2rem; font-weight: 500; padding: 0.2rem 1rem; width: 100%; display: block; text-align: center;}
#program__ .frame .session dd { width:100%;}
#program__ .frame .session dd h5{ font-size: 1.8rem; padding: 0 0 1rem;}
#program__ .frame .session dd h5 small{ font-size:1.2rem; padding: 0 1rem 0 0; font-weight: normal; display: block;}
#program__ .frame .session dd p{ font-size:1.4rem; padding: 0 0 2rem;}
#program__ .frame .session dd dl{ width:100%; display: block; padding: 0 0 1.5rem; }
#program__ .frame .session dd dl dt{ color:#4a70b3; font-size:1.2rem; font-weight: bold; padding: 0;}
#program__ .frame .session dd dl dd{ font-weight: 600; font-size:1.6rem;}
#program__ .frame .session dd dl dd small{ font-size:1.2rem; display: block; opacity: 0.6; line-height: 1;}
#program__ .frame .session dd dl dd a{ text-decoration:underline;}
#program__ .frame .session dd dl dd a:hover{ text-decoration:none;}
#program__ dl.session img{width:2.5rem;}		
#program__ span.supplement{ display: inline-block; margin-top: 2rem; font-size: 1.3rem;  font-weight: 300;}
	

	
#program__ .program_table  .session-time time{ background: #dee8f4; border-radius: 3rem; color:#4a70b3; font-size: 1.4rem; font-weight: 500; padding: 0.2rem 1rem; width: 100%; display: block; text-align: center;}
#program__ .program_table  .session-time time.end{font-size:1.35rem;}		
#program__ .program_table .session-block {display: flex; align-items: center; flex-direction: column;}
#program__ .program_table .session-time {    padding: 0 0 1rem;  width: 10rem;   align-self: flex-start;}
#program__ .program_table  h5{ font-size:1.8rem; padding: 0 0 1rem;}
#program__ .program_table  h5 small{ font-size: 1.2rem;  padding: 0 1rem 0 0;    vertical-align: middle;    display: block;    font-weight: 300;}	
#program__ .program_table  h5 a:hover{ opacity:0.5;  transition: 0.5s;}			
#program__ .program_table p{    font-size: 1.4rem;    padding: 0 0 2rem;}
#program__ .program_table table td dl{ display:grid; width:100%; margin:0 0 1.3rem;}
#program__ .program_table table td dl:last-child{ margin:0;}
#program__ .program_table table td dl dt{ display:table-cell; width: 11rem;  color:#4a70b3; font-size: 1.3rem;  font-weight: bold;  margin-bottom: 0.5rem;}
#program__ .program_table table td dl dt a{ color:#2bb19e; text-decoration: underline; transition: 0.3s;}
#program__ .program_table table td dl dd{ width: calc(100% - 13rem); display:table-cell; font-weight: 600;
    font-size: 1.7rem; line-height:1.7rem;}
#program__ .program_table table td dl dd p{ padding:0 0 0.4rem; margin:0; font-size:1.4rem; font-weight:normal;}
#program__ .program_table table td dl dd small{ font-size:1rem; color:#777;}
#program__ .program_table table td dl dd small{ font-size: 1.2rem; padding: 0.5rem 0 0;  opacity: 0.8; vertical-align: middle;  display: block;}
#program__ .program_table table td dl dd a{ text-decoration:underline;}
#program__ .program_table table td dl dd a:hover{ text-decoration:none;}	
	
	
	
	
#outline__{ padding:4rem 0 0; position: relative; }
#outline__ .title .gf{ font-size: 3rem;}
#outline__ .btn__line{ font-size: 1.3rem; padding: 1rem;}
/*#outline__ .btn__pink{ font-size: 1.8rem; padding: 2rem 5rem;}*/
#outline__ .btn__pink {padding: 1.5rem 5rem;}	
#outline__ .btn__pink small{ font-size: 1.7rem; line-height: 2.2rem;}	
#outline__ .notes_inner {margin: 3rem auto 0;	 background: rgba(255, 255, 255, 0.5);  box-shadow: 0 0 5rem rgba(123, 130, 141, 0.1);  border-radius: 3rem;  padding: 2rem 3rem 3rem; }	
#outline__ ul { list-style-position : outside; list-style-type: disc; }	
#outline__ .notes_inner  p {text-align: center; margin-bottom:1.3rem;}	
#outline__ .notes_inner li {font-size:1.3rem; opacity:0.7; margin: 0 0 1rem 1rem;}	
		
	
#sponsors__{ padding:4rem 0; position: relative; }
#sponsors__ .title{ text-align:center;}
#sponsors__ .title .gf{ font-size: 3rem;}
#sponsors__ h5{ text-align:center; font-weight: normal; font-size: 2rem; padding: 0 0 1.5rem;}
#sponsors__ img{ box-shadow:0 0 2rem rgba(74,112,179,0.02); border-radius: 1rem;}
#sponsors__ [class*="column__"]{ justify-content: center;}


#contact__{ width: 100%; padding: 1rem; text-align: center;}
#contact__ .frame{ border-radius: 2.5rem; background: linear-gradient(to right, #648ed4, #b352bd); color: #fff; padding: 3rem;}
#contact__ .frame h4{ font-size:2.8rem; padding: 0 0 1.5rem; font-weight: 300;}
#contact__ .frame p{ font-size:1.6rem; padding: 0 0 2rem; line-height: 1.6; font-weight: bold;}
#contact__ .frame .btn__wline{ padding:2rem 2rem; font-size: 1.6rem; width: 100%; font-weight: bold;}


.md-modal { position: relative; position: fixed; overflow-x:scroll; padding:1rem 1rem; -webkit-overflow-scrolling: touch; top: 0;left:0; width: 100%; height:100%; z-index:2000; visibility: hidden;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;	backface-visibility: hidden;}

.md-show {visibility: visible;}
.md-overlay {position: fixed;width: 100%; height: 100%; visibility: hidden; top: 0;left: 0;z-index: 1000; opacity: 0; background: rgba(74,112,179,0.8); transition: 0.3s;}
.md-show ~ .md-overlay { opacity: 1; visibility: visible; }

/* Content styles */
.md-content { background:#fbfbfb; color:#000; min-height: 70vh; border-radius: 2.5rem; padding:0; margin:0 auto; }
.md-content dl{ display: table; width:100%; padding:2rem;}
.md-content dl dt{ display:table-cell; width:40%;}
.md-content dl dt img{ width:100%; border-radius: 2.5rem; }
.md-content dl dd{ display:table-cell; width:60%; vertical-align:middle; padding:0 0 0 2rem; font-size:1.8rem; font-weight: bold;}
.md-content dl dd small{ font-size:1.1rem; line-height: 1.5; opacity: 0.6; display:block; padding:0.5rem 0 0;}
.md-content .txt { font-size: 1.3rem;line-height:1.8; padding:0 2rem 2rem; color:#000;}
.md-content .txt p {margin: 0; padding: 0 0 1.5rem;}

.md-close{ position:fixed; right:0; top:0;}
.md-close i{ height:4rem; width:4rem; background:#4a70b3; display:block; border-radius: 50%; margin:0 auto; position:relative;}
.md-close i:before, .md-close i:after{ display: block; content: ""; position: absolute; left: 0.75rem; top:1.9rem; width:2.5rem; height: 2px; background: #fff;}
.md-close i:before{ transform: rotate(45deg);}
.md-close i:after{ transform: rotate(-45deg);}

.pg-content { background:#fff; padding:0; margin:0 auto; }
.pg-content dl{ display: table; width:100%; padding:2rem 0rem;}
.pg-content dl dt{ display:table-cell; width:40%;}
.pg-content dl dt img{ width:100%; border-radius: 0.5rem; }
.pg-content dl dd{ display:table-cell; width:60%; vertical-align:middle; padding:0 0 0 2rem; font-size:1.5rem;}
.pg-content dl dd small{ font-size:1.1rem; line-height: 1.5; color:#777; display:block; padding:0.5rem 0 0;}
.pg-content .txt { color:#3d3a35; font-size: 1.3rem;line-height:1.8; padding:0 2rem 2rem;}
.pg-content .txt p {margin: 0; padding: 0 0 1.5rem;}	

#modal-archives{}
#modal-archives h5{ font-size:3rem; display: block; padding: 4rem 0 2rem; color:#4a70b3; font-weight: normal; text-align: center;}
#modal-archives ol{ position:relative; padding: 2rem 0 1rem; margin: 0 2rem;}
#modal-archives ol::before{ position: absolute; content: ""; left:0; top:0; width: 0.3rem; height: calc(100% - 6rem); background: rgba(0,0,0,0.2);}
#modal-archives ol li{ position:relative; padding: 0 0 3rem 2.5rem; line-height: 1.6;}
#modal-archives ol li::before{ position: absolute; content: ""; left:-0.6rem; top:0.3rem; width: 1.4rem; height: 1.4rem; border-radius:3rem; background:#4a70b3;}
#modal-archives ol li:last-child{ padding:0 0 0 2.5rem;}
#modal-archives ol li span{ font-size:1.3rem; display: block; color:#4a70b3; font-weight: bold;}
#modal-archives ol li strong{ font-size:2rem; display: block;}
}

@media screen and (max-width:420px) {
}


@media print{
}

@-webkit-keyframes scrollAct { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 30% { opacity: 0.6; } 60% { opacity: 1; -webkit-transform: translateY(10px); transform: translateY(10px); } 70% { opacity: 0; -webkit-transform: translateY(13px); transform: translateY(13px); } 100% { opacity: 0; } } @keyframes scrollAct { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 30% { opacity: 0.6; } 60% { opacity: 1; -webkit-transform: translateY(10px); transform: translateY(10px); } 70% { opacity: 0; -webkit-transform: translateY(13px); transform: translateY(13px); } 100% { opacity: 0; } }


/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#fff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
