﻿@charset "utf-8";
/* reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 14px;
line-height: 1.3;
}
body {
padding: 0;
margin: 0;
background: #000;
color: #000;
font-size: 100%;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
font-family: 'Noto Sans JP', sans-serif;
font-weight: normal;
width: 100%;
height: 100%;
}
li{
list-style: none;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
img {
max-width: 100%;
vertical-align: top;
}
a {
color: #fff;
}
/* reset end */

/* wrap */
#wrap {
min-width: 320px;
padding-top: 80px;
}
#header {
min-width: 320px;
}
#wrap * {
box-sizing: border-box;
}
#wrap img {
vertical-align: top;
max-width: 100%;
height: auto;
}
#wrap .area {
position: relative;
clear: both;
display: block;
z-index: 10;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
padding: 0 20px;
width: 100%;
max-width: 1000px;
}
	@media screen and (max-width: 768px) {
	#wrap {
	background-position: center top;
	padding-top: 60px;
	}
	}
.pc {
display: block;
}
.sp {
display: none;
}
	@media screen and (max-width: 768px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
	}
/* wrap end */


/* effect */
@media screen and (min-width: 768px) {
.effectdelay {
opacity: 0;
transition: 0.8s;
}
.effectdelay.effect_active {
opacity: 1;
transform: translateY(0);
}
.effect {
opacity: 0;
transition: 1.2s;
transform: translateY(-70px);
}
.effect.effect_active {
opacity: 1;
transform: translateY(0);
}
}
/* effect end */

/* header */
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1;
z-index: 999;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
transition: 0.2s;
}
#header * {
transition: 0.2s;
}
#header .area_in {
height: 100%;
max-width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
padding: 0;
}
#header .branding {
position: relative;
flex: 1 0 0%;
align-self: center;
display: flex;
}
#header .logo {
align-self: center;
padding: 10px;
}
#header .logo a {
display: flex;
height: 100%;
}
#header .logo img {
max-height: 40px;
height: auto;
}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	#header .area_in {
	padding-left: 0;
	padding-right: 50px;
	}
	}
#header .logo_txt {
font-size: 80%;
align-self: center;
}
	@media screen and (max-width: 768px) {
	#header .logo_txt {
	display: none;
	}
	}
/* header end */

/* menubtn */
#menubtn {
display: none;
position: absolute;
z-index: 99999;
width: 30px;
height: 23px;
right: 13px;
top: 17px;
cursor: pointer;
}
#menubtn {
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
display: inline-block;
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: #ccc;
border-radius: 0;
}
#menubtn span:nth-of-type(1) {
top: 0;
}
#menubtn span:nth-of-type(2) {
top: 11px;
}
#menubtn span:nth-of-type(3) {
bottom: 0;
}
#menubtn.active span {
background: #fff;
}
#menubtn.active span:nth-of-type(1) {
transform: translateY(11px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
transform: translateY(-11px) rotate(45deg);
}
	@media screen and (max-width: 768px) {
	#menubtn {
	display: block;
	}
	}
/* menubtn end */

/* menu */
#menu ul {
display: flex;
width: 100%;
height: 100%;
max-width: 800px;
align-items: center;
font-size: 90%;
}
#menu ul li a {
display: inline-block;
width: 100%;
height: 100%;
text-decoration: none;
text-align: center;
padding: 10px;
font-weight: bold;
color: #000;
}
#menu ul li a:hover {
color: #000;
}
#menu li a.comp span {
display: inline-block;
background: linear-gradient(to right, #00B8A7, #3A62AD);
color: #fff;
background: linear-gradient(to right, #FFF553, #FFF553);
color: #244178;
border: 2px solid #244178;
padding: 10px 20px;
border-radius: 0;
font-weight: bold;
border-radius: 30px;
}
#menu li a.comp:hover {
opacity: 0.7;
}
#menu li a.comp.contact_end span {
background: #999;
}
	@media screen and (max-width: 800px) {
	#menu ul {
	max-width: 600px;
	}
	}
	@media screen and (max-width: 768px) {
	#menu ul li a {
	padding: 5px;
	font-size: 90%;
	color: #fff;
	}
	#menu li a.comp span {
	padding: 10px 10px;
	border-radius: 30px;
	}
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
	background: #000;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	}
	#menu.active {
	left: 0;
	}
	#menu ul {
	border: none;
	display: block;
	width: 100%;
	max-width: 100%;
	}
	#menu ul li {
	display: block;
	}
	#menu ul li a {
	border: none;
	width: 100%;
	font-size: 130%;
	}
	#menu li > a > * {
	padding: 20px;
	color: #fff;
	}
	#menu ul li a.comp {
	padding: 20px;
	}
	#menu ul li a.comp span {
	display: block;
	background: #fff;
	color: #000;
	}
	}

#menu ul {
max-width: 800px;
}
#menu ul li.sns {
display: flex;
justify-content: center;
}
#menu ul li.sns a {
padding: 10px;
}
#menu ul li.sns img {
max-width: 30px;
vertical-align: bottom;
opacity: 1;
}
#menu ul li.sns .fb span {
display: inline-block;
background: url("../images/icon_f_w.png") no-repeat center center / contain;
}
#menu ul li.sns .tw span {
display: inline-block;
background: url("../images/icon_x_w.png") no-repeat center center / contain;
}
	@media screen and (max-width: 768px) {
	#menu ul li.sns .tw span img,
	#menu ul li.sns .fb span img {
	opacity: 0;
	}
	}
/* menu end */

/* footer */
#footer {
padding: 50px 0;
background: #fff;
}
#footer a {
transition: 0.3s;
}
#footer a:hover {
opacity: 0.7;
}
.company_logo {
padding: 30px;
text-align: center;
max-width: 260px;
margin: 0 auto;
}
#footer .text {
text-align: center;
}
#footer .copy {
text-align: center;
font-size: 90%;
padding: 20px;
}
#nav {
clear: both;
padding: 20px;
}
#nav ul {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
line-height: 1;
}
#nav ul li {
border-right: 1px solid #ddd;
}
#nav ul li.sns {
display: none;
}
#nav ul li:last-child {
border-right: none;
}
#nav ul li a {
font-weight: bold;
display: inline-block;
text-decoration: none;
padding: 0 20px;
color: #000;
}
.footer_link {
text-align: center;
font-size: 90%;
}
.footer_link a {
text-decoration: none;
}
	@media screen and (max-width: 768px) {
    #nav {
    padding: 0 0 20px 0;
    }
    #nav ul {
    flex-flow: column wrap;
    justify-content: flex-start;
    }
    #nav ul li {
    border-right: none;
    border-bottom: 1px solid #ddd;
    }
    #nav ul li:last-child {
    }
    #nav ul li a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    }
	}
#footer .txt {
margin-bottom: 20px;
}
#footer {
background: #0b0726;
}
#footer {
color: #fff;
}
#footer #nav ul li a {
color: #fff;
}
#footer .footer_link a {
color: #fff;
}
#footer .copy {
color: #fff;
}
#footer {
background: none;
}
/* footer end */

/* pagetop */
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: all 0.3s linear;
opacity: 0;
z-index: 100;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: 60px;
height: 60px;
border-radius: 30px;
background: rgba(0,0,0,0.8);
text-indent: -9999px;
}
#pagetop a:before {
content: "";
position: absolute;
right: 50%;
top: 50%;
width: 15px;
height: 15px;
margin: -6px -9px 0 0;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
	@media screen and (max-width: 768px) {
	#pagetop.active,
	#pagetop:hover {
	opacity: 0.8;
	}
	#pagetop a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}
	#pagetop a:before {
	width: 10px;
	height: 10px;
	margin: -4px -6px 0 0;
	}
	}
/* pagetop end */

/* visual */
#visual {
position: relative;
width: 100%;
height: 625px;
}
#visual .area_in {
position: relative;
z-index: 10;
padding: 0;
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
max-width: 1000px;
}
#visual .area_in img {
width: 100%;
height: 625px;
}
#visual .contact_btn_box {
width: 100%;
padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
#visual {
height: auto;
}
#visual .area_in img {
height: calc(100vw * (625 / 1000));
}
}
@media screen and (max-width: 768px) {
	#visual {
	height: auto;
	}
	/*
	#visual .area_in {
	background: url("../images/visual_sp.png") no-repeat left top / contain;
	}
	#visual .area_in img {
	width: 100%;
	height: calc(100vw * (800 / 800));
	opacity: 0;
	}
	*/
}
/* visual end */

/* lead */
#lead_area {
text-align: center;
background: rgba(11,7,38,0.7);
padding: 50px 0;
}
.lead_txt {
text-align: left;
max-width: 900px;
margin: 0 auto 20px;
line-height: 1.8;
font-size: 120%;
}
.lead_txt em {
font-style: normal;
display: block;
font-size: 150%;
font-weight: 600;
color: #FF61C2;
text-align: center;
line-height: 1.4;
}
.lead_txt b {
display: block;
font-weight: bold;
line-height: 2;
font-size: 115%;
font-weight: 600;
}
.lead_txt span {
font-size: 80%;
font-weight: 400;
line-height: 1.2;
}
	@media screen and (max-width: 768px) {
	.lead_txt {
	font-size: 100%;
	}
	}
.lead_img {
text-align: center;
margin-bottom: 20px;
}
#lead_area {
color: #fff;
}
/* lead end */

/* contact */
.contact_area {
padding: 40px 0;
background: rgba(0,0,0,0.0);
}
.contact_tit {
text-align: center;
font-size: 200%;
margin: 0 auto;
padding-bottom: 20px;
line-height: 1.4;
max-width: 760px;
}
.contact_tit > * {
display: inline-block;
}
.contact_tit b {
font-weight: normal;
color: #005BAC;
}
	@media screen and (max-width: 768px) {
	.contact_tit {
	font-size: 150%;
	}
	}
	@media screen and (max-width: 520px) {
	.contact_tit {
	font-size: 120%;
	}
	.contact_tit > * {
	display: inline;
	}
	}
.contact_btn {
position: relative;
display: flex;
width: 100%;
height: 100px;
max-width: 600px;
margin: 0 auto;
align-items: center;
justify-content: center;
font-weight: 500;
text-decoration: none;
text-align: center;
font-size: 200%;
transition: 0.3s;
border-radius: 50px;
transition: .3s;
background: linear-gradient(to right, #00B8A7, #3A62AD);
color: #fff;
border: 5px solid #fff;
background: linear-gradient(to right, #FFF553, #FFF553);
color: #244178;
border: 3px solid #244178;
box-shadow: 0 0 10px rgba(127,238,255,0.7);
box-shadow: none;
}
.contact_btn em {
font-style: normal;
font-weight: bold;
font-size: 80%;
display: block;
text-align: center;
}
.contact_btn b {
display: block;
text-align: center;
}
.contact_btn:hover {
opacity: 0.7;
}
.contact_btn span {
display: inline-block;
}
.contact_btn > *:before {
content: "";
position: absolute;
right: 30px;
top: 50%;
width: 15px;
height: 15px;
margin-top: -9px;
border-bottom: 2px solid #ccc;
border-right: 2px solid #ccc;
border-bottom: 2px solid #244178;
border-right: 2px solid #244178;
transform: rotate(-45deg);
}
.contact_btn.contact_end {
background: #999;
}
.contact_txt {
text-align: center;
margin-top: 10px;
}
.contact_btn_box .txt {
text-align: center;
margin-top: 10px;
}
	@media screen and (max-width: 520px) {
	.contact_btn {
	width: 100%;
	height: 60px;
	font-size: 130%;
	}
	.contact_btn span {
	padding-right: 20px;
	}
	.contact_btn > *:before {
	width: 10px;
	height: 10px;
	right: 20px;
	margin-top: -7px;
	transform: rotate(-45deg) scale(.8);
	}
	}
.contact_area {
color: #fff;
}
/* contact end */

/* title */
.base_tit {
position: relative;
margin-bottom: 50px;
text-align: center;
}
.base_tit b {
position: relative;
display: inline-block;
font-weight: 600;
font-size: 150%;
}
.base_tit span {
position: relative;
display: inline-block;
font-weight: bold;
font-weight: 600;
font-size: 130%;
}
	@media screen and (max-width: 768px) {
	.base_tit {
	margin-bottom: 30px;
	}
	.base_tit b {
	font-size: 130%;
	}
	.base_tit span {
	font-size: 110%;
	}
	}
.base_tit {
display: flex;
flex-flow: column-reverse nowrap;
justify-content: center;
align-items: center;
color: #fff;
}
.base_tit b {
margin-top: 10px;
padding-top: 15px;
font-size: 110%;
}
.base_tit b::before {
content: "";
position: absolute;
left: 50%;
top: 0;
display: block;
width: 100px;
height: 5px;
background: linear-gradient(to right, #FF61C2 0%, #FF61C2 100%);
transform: translate(-50%,0);
}
.base_tit span {
font-size: 250%;
font-weight: 800;
}
@media screen and (max-width: 768px) {
.base_tit {
font-size: 90%;
}
.base_tit b::before {
width: 70px;
height: 3px;
}
}
@media screen and (max-width: 500px) {
.base_tit {
font-size: 80%;
}
}
/* title end */

/* program */
.program .date {
display: flex;
flex-flow: row wrap;
padding: 0 0 10px;
margin-bottom: 20px;
border-bottom: 1px solid #7FEEFF;
}
.program .s {
display: inline-block;
font-weight: 500;
padding: 5px 10px;
margin-right: 10px;
line-height: 1;
background: #000;
color: #fff;
font-size: 80%;
}
.program .i {
display: inline-block;
font-weight: 500;
padding: 5px 10px;
margin-right: 10px;
line-height: 1;
background: #000;
color: #fff;
font-size: 80%;
}
.program .d {
display: inline-block;
line-height: 1.4;
}
.program .d > * {
display: inline-block;
font-weight: bold;
font-style: normal;
margin-right: 10px;
}
.program .t {
display: inline-block;
font-weight: bold;
font-style: normal;
color: #7FEEFF;
}
.program .title {
font-weight: 400;
line-height: 1.2;
padding: 0 0 20px 0;
}
.program .nolayout .title {
padding: 0;
}
.program .layout_box {
display: flex;
flex-flow: row wrap;
padding-top: 10px;
}
.program .layout {
display: flex;
flex: 1 0 100%;
}
.program .layout_box .layout + .layout {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #ddd;
}
.program .layout .photo {
flex: 0 1 200px;
}
.program .layout .info {
flex: 1 0 0%;
}
.program .layout .photo + .info {
padding-left: 10px;
}
.program .txt {
display: flex;
flex-flow: column wrap;
align-items: flex-start;
justify-content: center;
font-weight: 500;
}
.program .txt.gaiyou {
padding: 20px;
margin-bottom: 20px;
background: #f2f2f2;
}
.program .txt.prof {
font-size: 90%;
margin-top: 20px;
}
.program .name {
display: block;
font-style: normal;
font-size: 110%;
font-weight: bold;
}
.program .com {
line-height: 1.3;
display: inline-block;
margin-right: 5px;
font-size: 90%;
}
.program .job {
line-height: 1.3;
display: inline-block;
margin-right: 5px;
font-size: 90%;
}
.program.col1 .layout {
flex: 1 0 50%;
}
@media screen and (min-width: 768px) {
.program.col1 .layout_box .layout:first-child + .layout {
padding-top: 0;
margin-top: 0;
border-top: none;
}
}
@media screen and (min-width:768px) and ( max-width:1100px) {
}
@media screen and (max-width: 768px) {
.program.col1 .layout {
flex: 1 0 100%;
}
}
/* program end */

/* timetable_area */
#timetable_area {
padding: 50px 0;
}
.timetable_box {
padding-bottom: 50px;
}
.program_box {
}
	@media screen and (max-width: 768px) {
	#timetable_area {
	padding: 30px 0;
	}
	.timetable_box {
	padding-bottom: 30px;
	}
	}
	@media screen and (max-width: 420px) {
	#timetable_area {
	padding: 20px 0;
	}
	.timetable_box {
	padding-bottom: 20px;
	}
	}
/* timetable_area end */

/* program_nav */
.program_nav {
display: flex;
flex-flow: row wrap;
justify-content: center;
padding-bottom: 0;
margin: 0 auto;
padding: 5px;
}
.program_nav li {
display: flex;
flex: 1 0 0%;
padding: 5px;
}
.program_nav li > * {
display: flex;
flex: 1 0 0%;
flex-flow: row wrap;
background: #fff;
text-decoration: none;
transition: 0.3s;
cursor: pointer;
padding: 10px;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
color: #444;
}
	@media screen and (max-width: 768px) {
	.program_nav {
	flex-flow: column wrap;
	}
	.program_nav li {
	padding: 0 5px;
	}
	.program_nav li > * {
	width: 100%;
	padding: 10px;
	}
	}
.program_nav li > * > * {
display: inline-block;
font-weight: bold;
font-style: normal;
font-size: 100%;
padding: 5px;
}
.program_nav li > * > b {
margin-right: 10px;
}
.program_nav li > * > span {
}
.program_nav li > * > em {
font-style: normal;
display: block;
}
	@media screen and (max-width: 768px) {
	.program_nav li > * > span {
	margin-right: 10px;
	}
	.program_nav li > * > em {
	display: inline-block;
	margin: 0;
	}
	}
.program_nav li > *.active {
background: #444;
color: #fff;
}
.program_nav li > *:not(.active):hover {
background: #444;
color: #fff;
}
/* program_nav end */

/* program_table */
.program_table {
margin: 0 auto;
}
.program_table > dl {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
padding: 0;
}
.program_table > dl dt {
flex: 1 0 100%;
padding: 10px;
line-height: 1;
font-size: 130%;
font-weight: bold;
}
.program_table > dl dt > * {
display: block;
}
.program_table > dl dd {
flex: 1 0 20%;
padding: 10px;
}
.program_table > dl.col1 dd {
flex: 0 1 100%;
}
.program_table > dl.col2 dd {
flex: 0 1 50%;
}
.program_table > dl.col3 dd {
flex: 0 1 33.33%;
}
.program_table > dl.col4 dd {
flex: 0 1 25%;
}
.program_table > dl dd > *.popup,
.program_table > dl dd > *.nolink {
display: flex;
flex-flow: column;
padding: 0;
height: 100%;
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 20px;
}
.program_table .layout .photo {
flex: 0 1 80px;
}
.program_table .layout_box .layout + .layout {
padding-top: 10px;
margin-top: 10px;
}
.program_table .date {
}
.program_table .txt.prof {
display: none;
}
.program_table > dl dd > *.popup {
cursor: pointer;
transition: .3s;
}
.program_table > dl dd > *.popup:hover {
transform: translate(0,-10px);
opacity: 0.7;
}
	@media screen and (min-width:768px) and ( max-width:970px) {
	.program_table > dl.col4 dd {
	flex: 0 1 33.33%;
	}
	}
	@media screen and (max-width: 768px) {
	.program_table > dl {
	display: block;
	}
	}
/* program_table end */

/* program_table_head */
.program_table_head {
padding: 30px 0;
font-size: 150%;
text-align: center;
}
.program_table_head > * {
text-align: center;
}
@media screen and (max-width: 768px) {
.program_table_head {
padding: 20px 0;
}
}
@media screen and (max-width: 420px) {
.program_table_head {
padding: 10px 0;
}
}
/* program_table_head end */

/* popup */
.mfp-bg {
opacity: 0.9;
background: #000;
}
.popup_contents {
display: none;
}
.mfp-content {
max-width: 700px!important;
max-width: inherit!important;
padding: 50px 50px;
}
.mfp-close {
position: fixed!important;
top: 15px!important;
right: 15px!important;
width: 30px!important;
height: 30px!important;
opacity: 1!important;
text-indent: -9999px;
position: relative;
}
.mfp-close:before,
.mfp-close:after {
position: absolute;
left: 0;
top: 50%;
content: "";
width: 30px;
height: 2px;
background: #fff;
}
.mfp-close:before {
transform: rotate(45deg);
}
.mfp-close:after {
transform: rotate(-45deg);
}
.mfp-close:hover {
opacity: 0.7!important;
}
button.mfp-arrow.mfp-arrow-left {
background: url(../js/prev_w.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
button.mfp-arrow.mfp-arrow-right {
background: url(../js/next_w.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
/*
左右矢印を中央に寄せる
	@media screen and (min-width: 768px) {
	button.mfp-arrow.mfp-arrow-left {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-370px, -25px);
	}
	button.mfp-arrow.mfp-arrow-right {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(320px, -25px);
	}
	}
*/
	
.mfp-arrow:after,
.mfp-arrow:before {
display: none;
}
.pop_prev,
.pop_next {
position: fixed;
top: 50%;
z-index: 100;
display: block;
width: 50px;
height: 50px;
cursor: pointer;
text-indent: -9999px;
transition: .3s;
}
.pop_prev {
left: 10px;
background: url(../js/prev_w.png) no-repeat center center / cover;
}
.pop_next {
right: 10px;
background: url(../js/next_w.png) no-repeat center center / cover;
}
.pop_prev:hover,
.pop_next:hover {
opacity: 0.7;
}
button.mfp-arrow.mfp-arrow-left,
button.mfp-arrow.mfp-arrow-right {
display: none;
}
/* popup end */

/* popup_box */
.popup_box {
margin: 60px 10px 10px 10px;
background: #fff;
border-radius: 0px;
padding: 30px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
max-width: 900px;
margin: 0 auto;
font-weight: 400;
font-size: 120%;
}
.popup_box.program .layout .photo {
flex: 0 1 250px;
}
@media screen and (max-width: 768px) {
.popup_box.program .layout {
flex-flow: column nowrap;
}
.popup_box.program .layout .photo {
text-align: center;
flex: 1 0 0%;
}
.popup_box.program .layout .info {
padding: 20px 0 0 0;
}
}
/* popup_box end */

/* speakers_area */
#speakers_area {
padding: 50px 0;
}
.photolist_box {
padding: 0 0 50px;
}
.photolist_box .bar {
position: relative;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 10px;
color: #fff;
text-align: center;
font-size: 150%;
}
	@media screen and (max-width: 768px) {
	#speakers_area {
	padding: 30px 0;
	}
	.photolist_box {
	padding: 0 0 30px;
	}
	.photolist_box .bar {
	font-size: 120%;
	}
	}
	@media screen and (max-width: 420px) {
	#speakers_area {
	padding: 20px 0;
	}
	.photolist_box {
	padding: 0 0 20px;
	}
	.photolist_box .bar {
	font-size: 120%;
	}
	}
.photolist {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.photolist li {
padding: 10px;
flex: 0 1 33.33%;
}
.photolist li > *.popup_prof,
.photolist li > *.link,
.photolist li > *.nolink,
.photolist li > *.popup {
transition: .3s;
position: relative;
cursor: pointer;
display: block;
padding: 0;
border-radius: 0px;
overflow: hidden;
}
/*
.photolist li > *:hover {
opacity: 0.6;
transform: translate(0,-10px);
}
*/
.photolist li > *:hover img {
opacity: 1;
}
.photolist img {
width: 100%;
height: auto;
transition: .3s;
}
.photolist .layout {
padding-bottom: 10px;
display: block;
}
.photolist .layout .photo + .info {
padding: 0;
}
.photolist .txt {
align-items: center;
justify-content: flex-start;
padding-top: 10px;
line-height: 1.6;
}
.photolist .program .txt .com,
.photolist .program .txt .job,
.photolist .program .txt .name {
margin: 0;
padding: 0;
}
	@media screen and (max-width: 768px) {
	.photolist li {
	flex: 0 1 50%;
	}
	}
	@media screen and (max-width: 520px) {
	.photolist li {
	flex: 0 1 100%;
	}
	}
/* speakers_area end */

/* overview_area */
#overview_area {
padding: 50px 0;
}
.overviewe_box {
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 50px 50px 100px;
margin: 0 auto;
}
	@media screen and (max-width: 768px) {
	.overview_txt {
	padding-top: 30px;
	}
	#overview_area {
	padding: 30px 0;
	}
	.overviewe_box {
	padding: 30px 30px 60px;
	}
	}
	@media screen and (max-width: 420px) {
	#overview_area {
	padding: 20px 0;
	padding-bottom: 40px;
	}
	.overviewe_box {
	padding: 20px 20px 40px;
	}
	}
.dlist {
max-width: 700px;
margin: 0 auto;
}
.dlist dl {
display: flex;
width: 100%;
border-bottom: 1px solid rgba(0,0,0,0.3);
}
.dlist dl dt {
flex: 0 1 200px;
font-weight: bold;
position: relative;
padding: 40px 0;
vertical-align: middle;
text-align: left;
}
.dlist dl dd {
flex: 1 0 0%;
position: relative;
padding: 40px 0;
word-break: break-all;
}
.dlist a {
text-decoration: underline;
}
.dlist_txt {
text-align: center;
margin-top: 20px;
}
	@media screen and (max-width: 768px) {
	.dlist {
	padding: 0;
	}
	.dlist .txt_head {
	margin: 0 0 30px;
	}
	.dlist dl {
	display: block;
	padding: 0;
	}
	.dlist dl dt {
	padding: 20px 0;
	}
	.dlist dl dd {
	padding: 0 0 20px;
	}
	}
	@media screen and (max-width: 420px) {
	.dlist {
	}
	.dlist .txt_head {
	margin: 0 0 20px;
	}
	}
.dlist {
color: #fff;
}
.dlist dl {
border-bottom: 1px solid rgba(255,255,255,0.3);
}
.dlist_txt {
color: #fff;
}
/* overview_area end */


/* sponsor_area */
#sponsor_area {
padding: 50px 0;
}
.sponsor_box {
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 50px;
}
.sponsor_box .bar {
text-align: center;
padding-bottom: 30px;
font-weight: bold;
}
	@media screen and (max-width: 768px) {
	#sponsor_area {
	padding: 30px 0;
	}
	.sponsor_box {
	padding: 30px;
	}
	}
	@media screen and (max-width: 420px) {
	#sponsor_area {
	padding: 20px 0;
	}
	.sponsor_box {
	padding: 20px;
	}
	.sponsor_box .bar {
	padding-bottom: 20px;
	}
	}
.logolist > ul {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: 0 auto 30px;
}
.logolist > ul > * {
flex: 0 1 34%;
padding: 10px;
text-align: center;
}
.logolist.col2 > ul > * {
flex: 0 1 50%;
}
.logolist.col3 > ul > * {
flex: 0 1 33.33%;
}
.logolist.col4 > ul > * {
flex: 0 1 25%;
}
.logolist.col5 > ul > * {
flex: 0 1 20%;
}
.logolist.col6 > ul > * {
flex: 0 1 16.66%;
}
.logolist a {
display: block;
transition: all 0.2s linear;
}
.logolist a:hover {
opacity: 0.7;
}
.logolist img {
max-width: 100%;
width: 100%;
}
.logolist_txt {
text-align: right;
padding: 0 20px;
}
	@media screen and (max-width: 768px) {
	.logolist_box {
	}
	.logolist_box .bar {
	}
	.logolist > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col2 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col3 > ul > * {
	flex: 0 1 33.33%;
	}
	.logolist.col4 > ul > * {
	flex: 0 1 33.33%;
	}
	.logolist.col5 > ul > * {
	flex: 0 1 33.33%;
	}
	.logolist.col6 > ul > * {
	flex: 0 1 33.33%;
	}
	}
	@media screen and (max-width: 500px) {
	.logolist > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col2 > ul > * {
	flex: 0 1 100%;
	}
	.logolist.col3 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col4 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col5 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col6 > ul > * {
	flex: 0 1 50%;
	}
	}
/* sponsor_area end */

/* benefits_area */
#sponsor_area {
padding: 50px 0;
}
.benefits_box {
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 50px;
}
/* benefits_area end */


/* TECH+ */
body {
}
#wrap {
/*
background: url(../images/bg01.jpg) no-repeat left top / 50% auto,url(../images/bg02.jpg) no-repeat right bottom / 50% auto;*/
background: url("../images/bg.webp") repeat-x center top / auto 100%;
background-attachment: fixed;
/*
animation: bg 300s infinite linear;
*/
}

	@keyframes bg {
	0% {
	background-position: 0 0;
	}
	100% {
	background-position: -5000px 0;
	}
	}
	@keyframes bg_sp {
	0% {
	background-position: 0 0;
	}
	100% {
	background-position: -2500px 0;
	}
	}
	/*
	@media screen and (max-width: 768px) {
	#wrap {
	background-size: auto 500px;
	animation: bg_sp 100s infinite linear;
	}
	}

*/
.contents {
}
.contents2 {
background: linear-gradient(to bottom, rgba(8, 57, 97, 0.0), rgba(8, 57, 97, 0.9));
}
#header {
transition: .6s;
opacity: 0;
transform: translate(0,-100px);
}
body.effect_active #header {
opacity: 1;
transform: translate(0,0);
}
#header .logo img {
max-height: 50px;
height: auto;
}
	@media screen and (max-width: 768px) {
	#header .logo img {
	max-height: 40px;
	}
	#menu {
	background: #000;
	}
	#menu.active {
	height: 100vh;
	}
	}
#footer .techlogo {
max-width: 150px;
margin: 0 auto;
padding-bottom: 20px;
}
#visual h1 {
opacity: 0;
transform: translate(0,100px);
transition: .6s;
}
body.effect_active #visual h1 {
opacity: 1;
transform: translate(0,0);
}
.effect {
opacity: 0;
transform: translate(0,100px);
transition: .6s;
}
.effect.effect_active {
opacity: 1;
transform: translate(0,0);
}
.base_tit {
display: flex;
flex-flow: column-reverse nowrap;
text-align: center;
text-shadow: 0 0 10px rgba(127, 238, 255, 0.9);
}
.base_tit b {
display: inline-block;
font-weight: 400;
font-weight: bold;
font-size: 100%;
color: #fff;
color: #083961;
}
.base_tit span {
position: relative;
display: inline-block;
font-weight: 400;
font-weight: bold;
font-size: 250%;
color: #083961;
/*
text-shadow: 0 0 10px rgba(255,255,255,0.8);
font-family: poppins;
font-family: "Noto Serif JP", serif;
*/
}
.base_tit b::before {
content: "";
position: absolute;
left: 50%;
top: 0;
display: block;
width: 100px;
height: 4px;
background: linear-gradient(to right, #083961, #083961);
transform: translate(-50%,0);
box-shadow: 0 0 10px rgba(127, 238, 255, 0.9);
}
	@media screen and (max-width: 768px) {
	.base_tit {
	font-size: 120%;
	}
	}
#lead_area {
background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.7));
background: none;
}
	#lead_area .base_tit {
	margin-bottom: 0;
	}
	@media screen and (max-width: 768px) {
	#lead_area .base_tit span {
	font-size: 200%;
	}
	}
	@media screen and (max-width: 500px) {
	#lead_area .base_tit {
	padding: 0 20px;
	}
	#lead_area .base_tit span {
	font-size: 160%;
	}
	#lead_area .area_in {
	padding: 0;
	}
	}

#lead_area {
background: rgba(8, 57, 97, 0.7);
padding: 50px 0;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
background: linear-gradient(to bottom, rgba(8, 57, 97, 0.6), rgba(8, 57, 97, 0.7));
}
#lead_area .base_tit span {
color: #fff;
font-size: 200%;
}

#lead_area .contact_btn_box {
margin-bottom: 50px;
}
.lead_txt {
padding: 0 40px;
border-radius: 0;
max-width: 1000px;
}
	@media screen and (max-width: 768px) {
	.lead_txt {
	padding: 20px;
	}
	}
.lead_txt b {
color: #fff;
text-shadow: 0 0 10px rgba(255,255,255,0.6);
}
#speakers_area .area_in {
color: #fff;
}
.photolist_box {
}
.photolist {
display: block;
}
.photolist li {
max-width: 100%;
}
.photolist li > *.popup,
.photolist li > *.nolink {
background: rgba(8,57,97,0.9);
border: 2px solid #7FEEFF;
box-shadow: 0 0 10px rgba(127,238,255,0.9);
padding: 20px;
border-radius: 10px;
color: #fff;
height: 100%;

color: #000;
background: none;
background: rgba(8,57,97,0.9);

background: #fff;
border: 2px solid #7FEEFF;
box-shadow: 0 0 10px rgba(127,238,255,0.9);
border-radius: 10px;
cursor: default;

}
.photolist li .layout {
display: flex;
flex-flow: row wrap;
}
.photolist li .ico {
position: absolute;
left: 0;
top: 0;
padding: 10px;
background: #00B8A7;
color: #fff;
}
.photolist .program .layout .photo {
flex: 0 1 300px;
}
.photolist li .info {
flex: 1 0 0%;
text-align: left;
padding: 0 0 0 30px!important;
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
#speakers_area .photolist .program .title {
border-bottom: 2px solid #083961;
margin-bottom: 10px;
padding-bottom: 20px;
}
.photolist .program .title b {
font-weight: bold;
}
.photolist .info .txt {
align-items: flex-start;
justify-content: flex-start;
}
.photolist .info .txt .com,
.photolist .info .txt .job {
font-size: 120%;
}
.photolist .info .txt .name {
font-size: 150%;
}
	@media screen and (max-width: 768px) {
	.photolist {
	max-width: 600px;
	margin: 0 auto;
	}
	.photolist .layout .photo,
	.photolist .layout .info {
	flex: 1 0 100%;
	}
	.photolist .program .layout .photo {
	text-align: center;
	flex: 1 0 100%;
	padding-bottom: 20px;
	}
	.photolist .program .layout .photo img {
	max-width: 300px!important;
	}
	.photolist li .info {
	padding: 0!important;
	}
	}
#point_area .area_in {
color: #fff;
}
.point_box {
}
.point_list {
display: flex;
flex-flow: row wrap;
}
.point_list li {
flex: 0 1 25%;
padding: 10px;
}
.point_list li .popup {
cursor: pointer;
transition: .3s;
}
.point_list li .popup:hover {
opacity: 0.7;
}

.popup_box.type_point {
background: #000;
color: #fff;
border: 2px solid #fff;
}
.popup_box.type_point .tit {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 2px solid #fff;
}
.popup_box.type_point .tit b {
display: block;
text-align: center;
font-size: 200%;
font-weight: bold;
/*
font-family: "Noto Serif JP", serif;
*/
color: #fff;
}
.popup_box.type_point .tit span {
display: block;
text-align: center;
font-size: 150%;
font-weight: bold;
/*
font-family: "Noto Serif JP", serif;
*/
color: #fff;
}
.popup_box.type_point .txt {
line-height: 2;
}
	@media screen and (max-width: 768px) {
	.point_list li {
	flex: 0 1 50%;
	}
	}

#recommend_area {
background: rgba(8, 57, 97, 0.7);
padding: 50px 0;
box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
#recommend_area .base_tit span,
#recommend_area .base_tit b {
color: #fff;
}
#recommend_area .base_tit b::before {
background: #fff;
}
.recommend_list_box {
color: #fff;
}
.recommend_list_box .bar {
font-size: 150%;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #fff;
}
.recommend_list {
display: flex;
flex-flow: row wrap;
}
.recommend_list li {
flex: 0 1 25%;
padding: 10px;
}
.recommend_list li .txt {
padding: 10px 0;
}
.recommend_box {
color: #fff;
max-width: 600px;
margin: 0 auto;
padding: 50px 0 0;
}
.recommend_box .layout {
display: flex;
}
.recommend_box .layout .techlogo {
flex: 0 1 200px;
}
.recommend_box .layout .info {
flex: 1 0 0%;
padding-left: 20px;
align-items: center;
}
.recommend_box .tit {
height: 100%;
display: flex;
align-items: center;
font-size: 150%;
}
.overviewe_box {
background: rgba(8,57,97,0.9);
border: 2px solid #7FEEFF;
box-shadow: 0 0 10px rgba(127,238,255,0.9);
border-radius: 10px;
padding: 40px;
max-width: 1000px;
margin-bottom: 50px;
}
.recommend_box .txt {
padding: 30px 0;
line-height: 1.6;
}
.recommend_box .txt b {
background: #083961;
color: #fff;
display: inline-block;
margin: 5px 0;
}
	@media screen and (max-width: 768px) {
	.recommend_list li {
	flex: 0 1 50%;
	}
	.recommend_box .layout {
	display: block;
	text-align: center;
	}
	.recommend_box .layout .techlogo {
	padding-bottom: 20px;
	}
	.recommend_box .layout .techlogo img {
	max-width: 150px!important;
	}
	.recommend_box .layout .info {
	flex: 1 0 0%;
	padding-left: 0;
	align-items: center;
	}
	.recommend_box .tit {
	height: auto;
	display: block;
	}
	}

.program_txt {
color: #fff;
text-align: center;
}
.program_table_head {
padding: 10px;
color: #000;
background: #fff;
font-size: 120%;
font-weight: 500;
margin: 30px 10px;
}
.program_box {
margin: 0 auto 30px;
max-width: 1000px;
}
.program_table > dl {
padding-bottom: 20px;
}
.program_table > dl dt {
flex: 0 1 140px;
padding: 10px;
line-height: 1;
font-size: 120%;
font-weight: bold;
color: #fff;
font-family: poppins;
letter-spacing: 0.1em;
}
.program_table > dl dt > span {
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.program_table > dl dt > span .t {
font-weight: 400;
}
.program_table > dl.col1 dd {
flex: 1 0 0%;

}
.program_table > dl dd > *.popup,
.program_table > dl dd > *.nolink {
display: flex;
flex-flow: column;
padding: 0;
height: 100%;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 20px;
color: #fff;
background: rgba(8,57,97,0.9);
border: 2px solid #7FEEFF;
box-shadow: 0 0 10px rgba(127,238,255,0.9);
border-radius: 10px;
}
.program_table > dl dd > *.popup {
}
.program_table > dl dd > *.nolink {
background: rgba(8,57,97,0.9);
border: 2px solid #7FEEFF;
box-shadow: 0 0 10px rgba(127,238,255,0.9);
border-radius: 10px;
}
.program_table .program .layout_box .layout + .layout {
flex: 1 0 100%;
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid rgba(255,255,255,0.3);
}
.program_table .program.col1 .layout_box .layout:first-child {
padding-top: 0;
margin-top: 0;
border-top: none;
}
.program_table .program.col1 .layout_box .layout:first-child + .layout {
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid rgba(255,255,255,0.3);
}
.program .title {
font-weight: 400;
line-height: 1.2;
padding: 0 0 20px 0;
font-size: 150%;
}
.program .nolink .title,
.program .nolayout .title {
padding-bottom: 0;
}
.program .title b {
font-weight: 400;
display: inline;
}
.program .i {
display: inline-block;
font-weight: 500;
padding: 4px 10px;
margin-right: 10px;
line-height: 1;
background: #fff;;
color: #000;
font-size: 70%;
}
.program .s {
display: inline-block;
font-weight: 500;
padding: 4px 10px;
margin-right: 10px;
line-height: 1;
background: #26C6DE;
color: #fff;
font-size: 70%;
}
.popup_box.program .i,
.popup_box.program .s {
background: #000;
color: #fff;
padding: 6px 10px;
font-size: 60%;
}
	@media screen and (max-width: 768px) {
	.program_box {
	padding: 20px;
	}
	}
	@media screen and (max-width: 500px) {
	.program_box {
	padding: 10px;
	}
	}
.program .txt.gaiyou {
padding: 20px 0;
margin-bottom: 0;
background: none;
text-align: left;
display: block;
}
	@media screen and (max-width: 500px) {
	.logolist > ul > * {
	flex: 0 1 100%;
	}
	}
/* TECH+ end * /

/* TECH+EXPO * /

/* TECH+EXPO end */

/* features */
.features_list li {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-start;
background: rgba(0,0,0,0.6);
border: 2px solid rgba(255,255,255,0.8);
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-image: linear-gradient(to right bottom, rgba(255,255,255,1), rgba(255,255,255,0.7), rgba(255,255,255,1)) 1;
border-image-slice: 1;
border-image-slice: 1;
box-shadow: 0 0 10px rgba(255,255,255,0.4);
box-shadow: 0 0 10px rgba(0,0,0,0.6);
padding: 20px;
border-radius: 0;
max-width: 1300px;
color: #fff;
height: 100%;
}
.features_list li:not(:last-child) {
margin-bottom: 20px;
}
.features_list li .img {
width: 30%;
margin-right: 20px;
}
.features_list li dl {
width: 70%;
}
.features_list li dl dt {
font-size: 130%;
margin-bottom: 20px;
}
.features_list li dl dd {
line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
	.features_list li {
	flex-flow: column;
	align-items: center;
	justify-content: center;
	}
	.features_list li:not(:last-child) {
	margin-bottom: 20px;
	}
	.features_list li .img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	}
	.features_list li dl {
	width: 100%;
	}
	.features_list li dl dt {
	font-size: 120%;
	margin-bottom: 10px;
	}
	.features_list li dl dd {
	line-height: 1.6rem;
	}
}

.program .txt .ii {
font-size: 90%;
color: #7FEEFF;
}
.popup_box.program .i, .popup_box.program .s {
background: #C70404;
}
@media screen and (max-width: 768px) {
	#visual .area_in img {
	height: calc(100vw * (600 / 800));
height: calc(100vw * (625 / 1000));
	}
}
#lead_area {
}
/* features end */

/* css end */









