@charset "utf-8";
* {
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: 16px;
line-height: 1.6;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #333;
font-size: 100%;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
font-family: 'Noto Sans JP', sans-serif;
width: 100%;
height: 100%;
}
li{
list-style: none;
}
a {
color: #29B5E8;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
/* wrap
-------------------------------------------------------*/
#wrap {
min-width: 320px;
padding-top: 80px;
background: url("../images/visual_bg.jpg") no-repeat right 80px / 100% auto #50007F;
background-attachment: fixed;
}

#wrap * {
box-sizing: border-box;
}
img {
vertical-align: top;
width: auto;
max-width: 100%;
}
#wrap .area {
position: relative;
clear: both;
display: block;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
padding: 0 10px;
width: 100%;
max-width: 1200px;
min-width: 320px;
}
	@media screen and (max-width: 768px) {
	#wrap {
	font-size: 90%;
	padding-top: 60px;
	background-position: right 60px;
	background-image:  url("../images/visual_bg_sp.jpg");
	}
	}
.contents {
background: rgba(255,255,255,0.8);
}
	@media screen and (max-width: 768px) {
	.contents {
	}
	}
/*
.contents.active {
background-attachment: fixed;
background-position-y: 100px;
}
*/
/* header
-------------------------------------------------------*/
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1;
background: #000;
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
z-index: 999;
}
#header .area_in {
height: 100%;
max-width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
padding-right: 0;
}
#header .branding {
position: relative;
flex: 1 0 0%;
align-self: center;
display: flex;
color: #091E42;
font-size: 70%;
}
#header .logo {
align-self: center;
}
#header .logo img {
align-self: center;
flex: 0 1 160px;
height: 50px;
}
#header .logo + span {
flex: 1 0 0%;
padding-left: 10px;
line-height: 1.2;
max-width: 400px;
align-self: flex-end;
}
#header a {
transition: 0.5s;
}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	#header .area_in {
	padding-left: 10px;
	padding-right: 50px;
	}
	#header .logo + span br {
	display: none;
	}
	}
	@media screen and (max-width: 420px) {
	#header .logo img {
	height: 40px;
	}
	#header .text > * {
	padding-left: 120px;
	}
	}
/* menu
-------------------------------------------------------*/
#menubtn {
display: none;
position: absolute;
z-index: 99999;
width: 30px;
height: 24px;
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: 4px;
background-color: #ddd;
border-radius: 0;
}
#menubtn span:nth-of-type(1) {
top: 0;
}
#menubtn span:nth-of-type(2) {
top: 10px;
}
#menubtn span:nth-of-type(3) {
bottom: 0;
}
#menubtn.active span {
background: #fff;
}
#menubtn.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}
	@media screen and (max-width: 768px) {
	#menubtn {
	display: block;
	}
	}
#menu ul {
display: flex;
width: 100%;
height: 100%;
max-width: 800px;
align-items: center;
font-size: 90%;
}
#menu ul li {
}
#menu ul li a {
display: inline-block;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
text-align: center;
padding: 10px;
}
#menu li a.comp span {
display: inline-block;
background: rgba(0,143,211,1);
background: #CC00DD;
padding: 10px 20px;
border-radius: 30px;
font-weight: bold;
color: #fff;
}
#menu li a.comp:hover {
opacity: 0.7;
}
#menu li a.contact_end {
background: #999;
}
	@media screen and (max-width: 1000px) {
	#menu ul li a {
	padding: 5px;
	font-size: 90%;
	}
	#menu li a.comp span {
	padding: 10px 10px;
	border-radius: 30px;
	}
	}
	@media screen and (max-width: 800px) {
	#menu ul {
	max-width: 600px;
	}
	}
	@media screen and (max-width: 768px) {
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
	background: #00aaea;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	background: #000;
	}
	#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;
	}
	}
/* visual
-------------------------------------------------------*/
#visual {
width: 100%;
height: 700px;
position: relative;
background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.9));
background: linear-gradient(to bottom, rgba(80,0,127,0), rgba(80,0,127,0.9));
}
#visual .area_in {
position: relative;
z-index: 10;
padding: 0;
display: flex;
align-items: center;
justify-content: flex-start;
height: 100%;
width: 100%;
max-width: inherit;
}
#visual .area_in img {
margin: 0;
width: 100%;
height: 700px;
}
.sp {
display: none;
}
.pc {
display: block;
}
@media screen and (max-width: 1200px) {
	#visual .area_in img {
	width: 100%;
	height: calc(100vw * (700 / 1200));
	}
}
/*
@media screen and (min-width:768px) and ( max-width:1100px) {
#visual {
background-size: 120% auto;
}
}
*/
@media screen and (max-width: 768px) {
	#visual {
	height: auto;
	}
    #visual .area_in {
	background: url(../images/visual_sp.png) center center / contain no-repeat;
	}
	#visual .area_in img {
	width: 100%;
	height: calc(100vw * (650 / 800));
	opacity: 0;
	}
	#visual .image {
	right: 50%;
	top: inherit;
	bottom: 0;
	transform: translate(50%,0);
	width: 90%;
	max-width: 800px;
	}
	.sp {
	display: block;
	}
	.pc {
	display: none;
	}
}
@media screen and (max-width: 320px) {
	#visual .area_in img {
	height: auto;
	}
}
/* footer
-------------------------------------------------------*/
#footer {
padding: 50px 0;
background: #fff;
}
.companylogo {
padding: 30px;
text-align: center;
}
#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 #666;
}
#nav ul li:last-child {
border-right: none;
}
#nav ul li a {
color: #333;
font-weight: bold;
display: inline-block;
text-decoration: none;
padding: 0 20px;
}
	@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;
    text-decoration: none;
    }
    }
/* pagetop
-------------------------------------------------------*/
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: all 0.3s linear;
opacity: 0;
}
#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;
	}
	}
/* lead
-------------------------------------------------------*/
#lead_area {
clear: both;
background: rgba(0,0,0,0.6);
}
#lead_area .area_in {
max-width: inherit;
padding: 0;
}
.lead_box .box:nth-child(1) {
color: #fff;
}
.lead_box .box:nth-child(2) {
background: rgba(0,0,0,0.1);
background: #fff;
}
.lead_box .layout {
display: flex;
max-width: 1200px;
margin: 0 auto;
padding: 50px;
justify-content: space-between;
}
.lead_box .layout .info {
flex: 1 0 0%;
}
.lead_box .layout .image {
padding: 0 20px;
}
.lead_box .text {
font-size: 110%;
padding: 30px 0;
line-height: 1.4;
}
.lead_box .tit {
font-size: 170%;
padding-bottom: 0;
font-weight: bold;
}
	@media screen and (max-width: 768px) {
    #lead_area {
    padding-top: 20px;
    }
	.lead_box .layout {
	display: block;
	padding: 30px;
	}
	.lead_box .text {
	padding: 20px 0;
	}
	.lead_box .layout .image {
	text-align: center;
	}
	}
/* event
-------------------------------------------------------*/
#event_area {
clear: both;
padding: 50px 0;
}
#event_area .area_in {
}
.event_box {
display: grid;
gap: 20px;
}
.event_box .box {
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.event_box .box:nth-child(2) {
}
.event_box .layout {
display: flex;
max-width: 1200px;
margin: 0 auto;
padding: 50px;
justify-content: space-between;
}
.event_box .layout .info {
flex: 1 0 0%;
}
.event_box .layout .image {
padding: 0 20px;
}
.event_box .text {
font-size: 110%;
padding: 30px 0;
line-height: 1.4;
}
.event_box .tit {
font-size: 170%;
padding-bottom: 0;
font-weight: bold;
}
	@media screen and (max-width: 768px) {
    #event_area {
    padding-top: 20px;
    }
	.event_box .layout {
	display: block;
	padding: 30px;
	}
	.event_box .text {
	padding: 20px 0;
	}
	.event_box .layout .image {
	text-align: center;
	}
	}
/* contact
-------------------------------------------------------*/
.contact_area {
clear: both;
background: none;
padding: 40px 20px 0 20px;
}
.contact_area .title {
text-align: center;
font-size: 200%;
margin: 0 auto;
padding-bottom: 20px;
line-height: 1.4;
max-width: 760px;
}
.contact_area .title > * {
display: inline-block;
}
.contact_area .title b {
font-weight: normal;
color: #29B5E8;
}
.contact_btn_box {
text-align: center;
padding-bottom: 40px;
font-size: 90%;
}
.contact_btn_box .txt {
display: block;
text-align: center;
padding-top: 20px;
font-size: 90%;
max-width: 600px;
margin: 0 auto;
}
	@media screen and (max-width: 768px) {
    .contact_area {
    padding: 20px;
    }
	.contact_btn_box {
	padding-bottom: 0;
	}
	}
.contact_btn {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
max-width: 600px;
margin: 0 auto;
height: 85px;
border-radius: 45px;
background: #CC00DD;
text-align: center;
color: #fff;
font-size: 200%;
font-weight: bold;
text-decoration: none;
transition: all 0.3s linear;
}
.contact_btn:hover {
opacity: 0.7;
}
.contact_btn > * {
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 10px;
}
.contact_btn > *:before {
content: "";
position: absolute;
right: 40px;
top: 50%;
width: 15px;
height: 15px;
margin-top: -9px;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
.contact_btn.contact_end {
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#999;
background-size: 100% 100%;
box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.3);
}
.contact_btn.contact_end > * {
text-shadow: 1px 1px 1px #666;
}
	@media screen and (max-width: 768px) {
	.contact_area .title {
	font-size: 150%;
	}
	}
	@media screen and (max-width: 520px) {
	.contact_area .title {
	font-size: 120%;
	}
	.contact_area .title > * {
	display: inline;
	}
	.contact_btn {
	font-size: 180%;
	}
	}
	@media screen and (max-width: 420px) {
	.contact_btn {
	font-size: 140%;
	height: 65px;
	}
	.contact_btn > *:before {
	width: 10px;
	height: 10px;
	right: 10px;
	margin-top: -7px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	}
	}
/* bar
-------------------------------------------------------*/
.base_title {
font-size: 300%;
text-align: center;
color: #333;
font-weight: bold;
padding: 40px 0;
line-height: 1.2;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
line-height: 1;
}
.base_title > span {
display: block;
padding: 0 20px;
}
.base_bar {
padding: 30px 0 10px 0;
margin-bottom: 30px;
color: #333;
font-size: 150%;
text-align: center;
font-weight: bold;
}
.base_bar > b > span {
display: inline-block;
}
.base_text {
line-height: 1.6;
margin-bottom: 1.6em;
}
	@media screen and (max-width: 768px) {
	.base_title {
	font-size: 200%;
	padding: 20px 0;
	}
	}
	@media screen and (max-width: 420px) {
	.base_title {
	font-size: 150%;
	padding: 20px 0;
	}
	.base_bar {
	padding: 20px 0 10px 0;
	margin-bottom: 20px;
	font-size: 120%;
	}
	}
/* popup
-------------------------------------------------------*/
.popup {
cursor: pointer;
transition: .3s;
}
.popup:hover {
opacity: 0.7;
}
.mfp-bg {
opacity: 0.8;
background: #000;
}
.popup_contents {
display: none;
}
.mfp-content {
max-width: 700px!important;
max-width: inherit!important;
}
.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;
font-size: 0px!important;
cursor: pointer!important;
}
.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::before,
button.mfp-arrow.mfp-arrow-left::after,
button.mfp-arrow.mfp-arrow-right::before,
button.mfp-arrow.mfp-arrow-right::after {
display: none;
}
button.mfp-arrow.mfp-arrow-left {
background: url(../js/prev.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
button.mfp-arrow.mfp-arrow-right {
background: url(../js/next.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;
}
.popup-contents {
display: none;
}.mfp-content {
max-width: 800px!important;
}
.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;
}

/* about_area
-------------------------------------------------------*/
#about_area {
padding-bottom: 50px;
}
#about_area .area_in {
max-width: 1200px;
}
#about_area .base_title {
font-size: 200%;
}
@media screen and (max-width: 768px) {
#about_area .base_title {
font-size: 150%;
}
}
#about_area .base_title span {
font-size: 70%;
}
.accordion_box {
background: #fff;
height: 100%;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
.accordion_box > .bar {
font-size: 150%;
font-weight: bold;
text-align: center;
padding: 30px;
}
.accordion {
position: relative;
cursor: pointer;
padding-right: 100px!important;
}
.accordion::after {
content: "";
width: 15px;
height: 15px;
border: 0px;
border-bottom: solid 4px #29B5E8;
border-left: solid 4px #29B5E8;
transform: translate(0,-50%) rotate(-45deg);
position: absolute;
right: 30px;
top: 50%;
transition: .3s;
}
.accordion.active::after {
transform: translate(0,-50%) rotate(-225deg);
}
.about_list {
display: flex;
flex-flow: row wrap;
width: 100%;
gap: 20px;
}
.about_list > * {
flex: 1 0 calc(25% - 20px);
justify-content: space-between;
text-align: center;
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.about_list > *:nth-child(1),
.about_list > *:nth-child(2),
.about_list > *:nth-child(3) {
flex: 1 0 calc(33.33% - 20px);
}
.about_list > * .item {
display: block;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
height: 100%;
padding: 20px;
}
.about_list .image img {
width: auto;
max-width: 100%;
}
.about_list .layout {
display: grid;
gap: 10px;
}
.about_list .layout .info {
padding: 10px 20px 20px;
display: grid;
gap: 20px;
}
.about_list .tit {
text-align: center;
font-weight: bold;
font-size: 120%;
line-height: 1.2;
}
.about_list .txt {
text-align: left;
}


.about_list.type2 > * {
flex: 1 0 calc(50% - 20px);
}
.about_list.type2 .layout {
grid-template-columns: 100px 1fr;
}
.about_list.type2 .layout .image {
padding: 20px;
align-self: center;
}
@media screen and (max-width: 768px) {
#about_area {
padding-bottom: 30px;
}
.about_list > * {
flex: 0 1 calc(50% - 20px)!important;
}
.about_list.type2 > * {
flex: 1 0 100%!important;
}
}
@media screen and (max-width: 420px) {
.about_list > * {
flex: 1 0 100%!important;
}
}
@media screen and (min-width:500px) and ( max-width:768px) {
}
.video {
text-align: center;
padding: 0 30px 30px;
}
/*
.about_list_box > .bar {
font-size: 200%;
font-weight: bold;
text-align: center;
}
.about_list {
display: flex;
width: 100%;
flex-flow: row wrap;
background: rgba(148,218,243,0.5);
background: url("../images/bg02.png") no-repeat center top / contain rgba(148,218,243,0.5);
box-shadow: 0 0 10px rgba(41,181,232,0.3);
margin-bottom: 100px;
padding: 20px;
}
.about_list > * {
flex: 1 0 50%;
padding: 20px;
justify-content: space-between;
}
.about_list .layout {
padding: 20px;
background: #fff;
height: 100%;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
display: flex;
}
.about_list .image {
flex: 0 1 60px;
}
.about_list .info {
flex: 1 0 0%;
padding-left: 20px;
}
.about_list .title {
font-weight: bold;
margin-bottom: 20px;
font-size: 130%;
color: #29B5E8;
}
.about_list .title span {
display: inline-block;
}
.about_list_box .bar + * {
text-align: center;
padding: 20px 0;
}
@media screen and (max-width: 768px) {
	.about_list {
	display: block;
	}
	.about_list_box > .bar {
	font-size: 140%;
	}
	.about_list .layout {
	display: block;
	}
	.about_list .image {
	text-align: center;
	}
	.about_list .image img {
	max-width: 60px;
	}
	.about_list .info {
	padding-left: 0;
	}
	.about_list .title {
	text-align: center;
	}
}
/* speakers_area
-------------------------------------------------------*/
#speakers_area {
}
#speakers_area .area_in {
max-width: 1400px;
}
.photolist_box > .bar {
font-size: 200%;
font-weight: bold;
text-align: center;
}
/*
.photolist {
display: flex;
flex-flow: row wrap;
justify-content: center;
padding: 30px 0;
}
*/
.photolist {
}
.photolist li > *.link,
.photolist li > *.nolink,
.photolist li > *.popup {
position: relative;
transition: .3s;
cursor: pointer;
display: block;
padding: 0;
overflow: hidden;
}
.photolist li > *:hover {
opacity: 1;
transform: translate(0,-10px);
box-shadow: 0 0 10px rgb(0,0,0,0.5);
box-shadow: 0 0 10px rgb(14,107,175,0.5);
background: #fff;
}
.photolist li > *:hover .txt {
color: #0E6BAF;
}
.photolist .info {
position: absolute;
left: 0;
top: 100%;
display: flex;
width: 100%;
height: 100%;
color: #fff;
transition: .3s;
justify-content: center;
align-items: center;
background: rgb(0,0,0,0.6);
padding: 10px;
}
.photolist li > *:hover .info {
top: 0;
}





.photolist li {
flex: 0 1 20%;
padding: 10px;
}
.photolist li > *:hover {
background: #fff;
background: rgba(255,255,255,0.5);
box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.photolist img {
}
.photolist .company {
line-height: 1.2;
padding: 10px 0;
}
.photolist .company > * {
display: block;
text-align: center;
}
.photolist .company > *.name {
font-size: 120%;
margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
	.photolist_box > .bar {
	font-size: 140%;
	}
	.photolist li {
	flex: 0 1 33.33%;
	}
}
@media screen and (max-width: 768px) {
.photolist .info {
position: relative;
left: inherit;
top: inherit;
display: flex;
width: 100%;
height: auto;
color: #000;
transition: .3s;
justify-content: center;
align-items: center;
background: #fff;
}

}

.slide-arrow {
max-width: 40px!important;
position: absolute;
top: 50%;
z-index: 10;
cursor: pointer;
padding: 0;
transform: translateY(-20px);
}
.prev-arrow {
left: 0;
}
.next-arrow {
right: 0;
}
.slick-dots {
bottom: 0!important;
}
.slick-list {
padding-top: 10px!important;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
color: #fff!important;
}
.slick-dotted.slick-slider {
margin-bottom: 0!important;
}
.slick-track {
margin: 0 auto;
}
.popup_box.type_speaker {
padding: 30px;
}
@media screen and (max-width: 768px) {
.popup_box.type_speaker .layout {
    display: block;
    padding-bottom: 30px;
}
.popup_box.type_speaker .photo + .info {
padding-top: 20px;
    padding-left: 0;
}

.popup_box.type_speaker .company {
    margin-bottom: 0;
}
}
/* timetable_area
-------------------------------------------------------* /
.program_nav {
display: flex;
align-items: center;
flex-flow: row wrap;
justify-content: center;
box-sizing: border-box;
}
.program_nav li {
flex: 1 0 0%;
display: flex;
flex-flow: row wrap;
}
.program_nav li > *.tit {
flex: 1 0 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
font-weight: bold;
background: rgba(0,0,0,0.9);
color: rgba(250,168,0,1);
font-size: 120%;
}
.program_nav li > *.item {
flex: 0 1 50%;
position: relative;
padding: 0;
display: block;
text-align: center;
letter-spacing: 0.05em;
color: #333;
letter-spacing: -0.05em;
text-decoration: none;
transition: all 0.2s linear;
cursor: pointer;
}
.program_nav li > *.item > * {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 60px;
padding-bottom: 10px;
background: rgba(0,0,0,0.7);
font-weight: bold;
color: #fff;
transition: .3s;
}
.program_nav li > *.item > *:after {
content: "";
display: inline-block;
position: absolute;
left: 50%;
bottom: 15px;
width: 8px;
height: 8px;
margin: -6px -9px 0 0;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
transform: rotate(-45deg);
transition: .3s;
}
.program_nav li > *.item:hover > *:after,
.program_nav li > *.item > *.active:after {
border-color: #111;
}
.program_nav li > *.item > *:hover,
.program_nav li > *.item > *.active {
background: rgba(250,168,0,0.3);
color: #111;
}
.program_nav li:nth-child(2) > *.tit {
color: rgba(79,184,28,1);
}
.program_nav li:nth-child(2) > *.item > *:hover,
.program_nav li:nth-child(2) > *.item > *.active {
background: rgba(79,184,28,0.3);
}
@media screen and (max-width: 1000px) {
.program_nav li {
min-width: 25%;
}
.program_nav li > * {
padding-top: 5px;
padding-bottom: 20px;
}
.program_nav li > *:after {
bottom: 10px;
}
}
@media screen and (max-width: 768px) {
.program_nav {
display: block;
}
.program_nav li > *.tit {
padding: 10px;
}
}
@media screen and (max-width: 600px) {
.program_nav li {
min-width: 50%;
}
}



.program {
background: rgba(250,168,0,0.3);
box-shadow: 0 0 10px rgba(250,168,0,0.3);
margin-bottom: 100px;
padding: 30px 0;
}
#track02.program,
#track04.program {
background: rgba(79,184,28,0.3);
box-shadow: 0 0 10px rgba(79,184,28,0.3);
}
.program_head > dl {
display: flex;
display: none;
}
.program_head > dl dt {
flex: 0 1 180px;
padding: 20px 20px 0;
padding: 0 20px;
line-height: 1.2;
}
.program_head > dl dt b {
display: block;
text-align: center;
font-size: 160%;
font-weight: bold;
line-height: 1;
}
.program_head > dl dt span {
font-weight: bold;
display: block;
text-align: center;
font-size: 150%;
}
.program_head > dl dd {
flex: 1 0 0;
padding: 20px 20px 0;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 120%;
}
.program_head > dl dd span {
display: inline-block;
background: #333;
color: #fff;
padding: 5px 10px;
}
@media screen and (max-width: 768px) {
	.program_head > dl {
	display: block;
	text-align: center;
	}
	.program_head > dl dt b br {
	display: none;
	}
	.program_head > dl dd {
	display: inline-block;
	padding: 5px;
	}
}
.program_body > dl {
display: flex;
flex-flow: row wrap;
padding: 0 20px;
}
.program_body > dl dt {
flex: 0 1 100%;
line-height: 1.2;
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: flex-start;
padding: 10px;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 130%;
}
.program_body > dl dt span {
display: inline-block;
}

.program_body > dl.col1 dd {
flex: 0 1 100%;
} 
.program_body > dl.col2 dd {
flex: 0 1 50%;
} 
.program_body > dl.col3 dd {
flex: 0 1 33.33%;
flex: 0 1 50%;
flex: 0 1 33.33%;
} 
.program_body > dl.col4 dd {
flex: 0 1 25%;
flex: 0 1 50%;
}
.program_body > dl.col5 dd {
flex: 0 1 20%;
flex: 0 1 50%;
flex: 0 1 33.33%;
}
.program_body > dl.col6 dd {
flex: 0 1 33.33%;
} 



.program_body > dl dd {
padding: 20px 20px 20px 0;
padding: 10px;
} 
.program_body > dl dd .track {
display: none;
}
.program_body > dl dd .id {
padding: 10px 10px 0;
display: none;
}
.program_body > dl dd .id > * {
display: inline-block;
padding: 5px 10px;
background: #333;
color: #fff;
line-height: 1;
}
.program_body > dl dd .theme {
font-weight: bold;
display: flex;
align-items: center;
justify-content: flex-end;
line-height: 1;
padding-bottom: 10px;
font-size: 90%;
}
.program_body > dl dd .theme::after {
display: inline-block;
content: "";
width: 12px;
height: 12px;
border-radius: 6px;
background: #008fd3;
margin-left: 5px;
}
.program_body > dl dd.format-0 .theme::after {
background-color: #008fd3;
}
.program_body > dl dd.format-1 .theme::after {
background-color: #be008c;
}
.program_body > dl dd.format-2 .theme::after {
background-color: #760a85;
}
.program_body > dl dd.format-3 .theme::after {
background-color: #eb7300;
}
.program_body > dl dd.format-4 .theme::after {
background-color: #f0ab00;
}
.program_body > dl dd.format-5 .theme::after {
background-color: #bc3618;
}
.program_body > dl dd.format-6 .theme::after {
background-color: #93c939;
}
.program_body > dl dd.format-7 .theme::after {
background-color: #348b26;
}

.program_body > dl dd .date {
display: none;
}
.program_body > dl dd .title {
padding: 10px;
font-size: 110%;
line-height: 1.3;
}
.program_body > dl dd > *.link,
.program_body > dl dd > *.nolink,
.program_body > dl dd > *.popup {
display: block;
background: #fff;
padding: 10px;
height: 100%;
}
.program_body > dl dd {
flex: 1 0 0%;
}
.program_body > dl.col1 dd .layout_box {
display: flex;
flex-flow: row wrap;
}
.program_body > dl.col1 dd .layout_box > * {
flex: 1 0 33.33%;
}
.program_body > dl dd .layout {
display: flex;
padding: 10px;
}
.program_body > dl dd .photo {
width: 100px;
}
.program_body > dl dd .info {
flex: 1 0 0%;
}
.program_body > dl dd .company {
line-height: 1.2;
}
.program_body > dl dd .company span:not(.name){
font-size: 70%;
}
.program_body > dl dd .photo + .info .company {
padding-left: 10px;
}
.program_body > dl dd .prof {
display: none;
}
@media screen and (max-width: 1000px) {
	.program_body > dl.col1 dd .layout_box > * {
	flex: 1 0 50%;
	}
}
@media screen and (min-width:768px) and ( max-width:1000px) {
	.program_body > dl.col3 dd .layout {
	display: block;
	padding-top: 10px;
	}
}
@media screen and (min-width:500px) and ( max-width:768px) {
	.program_body > dl dd .layout_box {
	display: flex;
	flex-flow: row wrap;
	}
	.program_body > dl dd .layout_box > * {
	flex: 1 0 50%;
	}
}
@media screen and (max-width: 768px) {
	.program_head {
	display: none;
	}
	.program_body > dl {
	display: block;
	}
	.program_body > dl dt {
	flex: 0 1 80px;
	flex-flow: row wrap;
	}
	.program_body> dl dd {
	padding: 20px 0;
	}
	.program_body > dl dd .track {
	display: block;
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #111;
	font-weight: bold;
	}
}
@media screen and (max-width: 500px) {
	.program_body > dl dd .layout_box {
	display: block!important;
	}
}
.popup_box.type2 .id span,
.program_body > dl dd.type2 .id > span,
.program_head > dl dd span.type2 {
background: #23A7D9;
}
.popup_box.type3 .id span,
.program_body > dl dd.type3 .id > span,
.program_head > dl dd span.type3 {
background: #00AFC1;
}
.popup_box.type4 .id span,
.program_body > dl dd.type4 .id > span,
.program_head > dl dd span.type4 {
background: #984C9B;
}




.tab .program {
display: none;
}
.program.active {
display: block;
}

/* program_area
-------------------------------------------------------*/
#timetable_area {
background: none;
padding: 50px 0;
padding: 10px 0;
}
#timetable_area .base_title {
text-align: left;
justify-content: flex-start;
}
/*
#timetable_area .base_tit {
color: #0E6BAF;
}
#timetable_area .base_tit > b::before {
background: #0E6BAF;
}
*/

.timetable_box {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
margin-bottom: 100px;
padding: 0;
border-radius: 10px;
}
	@media screen and (max-width: 768px) {
.timetable_box {
margin-bottom: 0;
}
}
/*
.program_nav {
display: flex;
justify-content: space-between;
border-radius: 0px;
}
.program_nav li {
flex: 1 0 33.33%;
}
.program_nav li > * {
display: flex;
width: 100%;
align-items: center;
background: #fff;
text-align: center;
color: #000;
justify-content: center;
align-items: center;
padding: 20px;
cursor: pointer;
text-decoration: none;
transition: .3s;
font-weight: bold;
font-size: 140%;
height: 100%;
}
.program_nav li > *:hover {
background: #eee;
}
.program_nav li > * > .day * {
font-style: normal;
line-height: 1;
}
.program_nav li > * > .day b {
font-size: 70%;
letter-spacing: 0.2em;
text-align: center;
display: block;
}
.program_nav li > * > .day span {
font-weight: bold;
}
.program_nav li > * > .day em {
font-style: normal;
font-size: 80%;
}
.program_nav li > *.active {
background: #000;
color: #fff;
}
*/
.program_box {
position: relative;
margin-bottom: 0;
background: rgba(0,0,0,0.7);
background: #50007F;
border-radius: 10px 0 10px 10px;
padding-top: 20px;
}
.tab .program_box {
display: none;
}
.tab .program_box.active {
display: block;
}
.program_bar {
position: absolute;
bottom: 100%;
right: 0;
display: inline-block;
padding: 20px;
text-align: center;
background: rgba(0,0,0,0.7);
background: #50007F;
border-radius: 10px 10px 0 0;
color: #fff;
font-size: 140%;
font-weight: bold;
}
	@media screen and (max-width: 500px) {
	.program_bar {
	font-size: 110%;;
	}
	}
.program_bar b {
display: flex;
margin-right: 20px;
}
.program_bar span:nth-child(2) {
margin-right: 20px;
}
.track_list {
display: flex;
padding: 0 15px;
margin-bottom: 10px;
}
.track_list > * {
flex: 1 0 33.33%;
padding: 5px;
}
.track_list > * span {
color: #fff;
display: block;
padding: 5px;
text-align: center;
background: rgba(255,255,255,0.1);
border-radius: 5px;
}
.program_table {
margin: 0 auto;
margin-bottom: 20px;
border: none;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
box-shadow: none;
}
/*
.program_table_bar {
background: #0B568C;
background: rgba(14,107,175,0.6);
border: none;
padding: 20px;
margin-bottom: 20px;
color: #fff;
}
.program_table_bar * {
display: inline-block;
margin-right: 5px;
}
.program_table_bar span {
font-size: 100%;
font-weight: 500;
}
.program_table_bar em {
font-style: normal;
font-size: 150%;
font-weight: 600;
}
*/
.program_table dl.program {
display: flex;
flex-flow: row wrap;
background: none;
border-radius: 0;
padding: 0 15px 15px;
}
.program_table dl.program:not(:last-child) {
}
.program_table dt {
flex: 0 1 100%;
font-weight: bold;
font-size: 140%;
letter-spacing: 0.05em;
color: #fff;
margin-bottom: 15px;
}
.program_table dt .day > *:not(.time) {
display: none;
}
.program_table dl.col1 dd {
width: 100%;
flex: 1 0 100%;
}
.program_table dd {
flex: 1 0 0%;
padding: 10px 5px;
}
.program_table .program.col3 dd {
flex: 0 1 33.33%;
}
.program_table dd.no_data {
flex: 0 1 5%;
background: none;
border: none;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
color: #fff;
font-size: 120%;
padding: 10px;
}

.program_table dd > *.box {
display: block;
padding: 20px 20px 10px 20px;
}
/*
.program_table dd.type_c > * {
display: block;
padding: 20px 20px 10px 20px;
}
*/
.program_table dd > *.popup {
display: block;
padding: 20px;
background: #fff;
border-radius: 5px;
cursor: pointer;
transition: .3s;
height: 100%;
}
.program_table dd > *.nolink {
position: relative;
display: block;
padding: 20px;
background: #fff;
border-radius: 5px;
cursor: default;
transition: .3s;
height: 100%;
}
.program_table dd > *.popup:hover {
box-shadow: 0 0 10px rgb(14,107,175,0.4);
box-shadow: 0 0 10px rgb(0,0,0,0.1);
transform: translate(0,-10px);
opacity: 1.0;
}
/*
.program_table dd.type_a > *.popup:hover {
background: rgba(69,105,226,0.1);
}
.program_table dd.type_b > *.popup:hover {
background: rgba(119,37,148,0.1);
}
*/
.program_table dd .date {
display: none;
}
.program_table dd .id b {
display: none;
}
/*
.program_table dd .id .icon {
display: none;
border-radius: 15px;
padding: 5px 10px;
align-items: center;
color: #fff;
background: #0E6BAF;
}
.program .track {
display: inline-block;
padding: 5px 10px;
background: #333;
color: #fff;
border-radius: 3px;
line-height: 1;
margin-right: 5px;
}
*/
.program .icon {
display: inline-block;
padding: 5px 10px;
background: #333;
color: #fff;
border-radius: 3px;
line-height: 1;

color: #222;
background: none;
position: absolute;
right: 20px;
top: 20px;
}
	@media screen and (max-width: 500px) {
	.program .icon {
	display: block;
	position: relative;
	right: inherit;
	top: inherit;
	text-align: right;
	margin-top: -10px;
	}
	}
.program .title {
font-size: 160%;
line-height: 1.4;
padding-bottom: 10px;
}
.program .title .bikou {
font-size: 90%;
font-weight: normal;
display: block;
}
.program .title .id {
display: inline-block;
display: none;
margin: 5px 5px 5px 0;
line-height: 1;
}
.program .title .id > * {
display: flex;
align-items: center;
justify-content: center;
background: #0E6BAF;
padding: 0 10px 0 10px;
color: #fff;
height: 30px;
font-weight: normal;
border-radius: 5px;
margin-right: 5px;
}
.program .title .ico {
display: inline-block;
margin: 5px 5px 5px 0;
line-height: 1;
vertical-align: top;
}
.program .title .ico > * {
display: flex;
align-items: center;
justify-content: center;
background: #0E6BAF;
padding: 0 10px 0 10px;
color: #fff;
height: 30px;
font-weight: normal;
border-radius: 5px;
letter-spacing: 0.05em;
}
.program .title .tit {
display: block;
display: inline-block;
padding: 5px;
padding-left: 0;
font-size: 150%;
color: #000;
}
.program .txt.gaiyou {
font-size: 110%;
margin-bottom: 20px;
line-height: 1.6;
}
.program .layout {
display: flex;
padding-bottom: 0;
column-gap: 20px;
align-items: flex-start;
}
.program .layout + .layout {
padding-top: 20px;
padding: 10px 0 10px;
border-top: 1px solid #ddd;
}
.program .layout:first-child + .layout {
margin-top: 10px;
}
.program .layout .photo {
flex: 0 1 200px;
aspect-ratio: 1 / 1;
overflow: hidden;
}
.program .layout .photo img {
border-radius: 100%;
width: 100%;
height: 100%;
object-fit: cover;
}
.program .layout .info {
flex: 1 0 0%;
}
.program .layout_bar {
background: #eee;
padding: 10px;
margin-bottom: 10px;
font-weight: bold;
}
.program .txt > * {
display: block;
}
.program .txt .name {
line-height: 1.6;
font-size: 130%;
margin-bottom: 10px;
}
.program .txt.prof {
margin-top: 20px;
font-size: 90%;
}
/*
.program .txt.prof {
display: none;
}
.program .name_bar {
display: none;
}
.program .txt.gaiyou + .layout .name_bar,
.program .txt.gaiyou + .layout + .layout .name_bar {
display: inline-block;
}
*/

	@media screen and (max-width: 768px) {
	.program_nav {
	display: block;
	height: auto;
	}
	.program_nav li > * {
	padding: 10px;
	font-size: 110%;
	}
	.program_nav li > * br {
	display: none;
	}
	.program_table dl.program {
	display: block;
	}
	/*
	.program_table dl.program > * {
	display: block;
	}
	*/
	.program_table dt.time {
	text-align: center;
	padding: 0;
	border-right: none;
	font-size: 110%;
	}
	.program_table dd {
	}
	.program_table dt.time > * {
	display: inline;
	}
	.program .box {
	padding: 20px;
	}
	}
	@media screen and (max-width: 520px) {
	/*
	.program .layout {
	display: block;
	}
	*/
	.program .title .tit {
	font-size: 130%;
	}
	.program .layout .photo {
	flex: 0 1 50px;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	}
	.program .layout .info {
	flex: 1 0 0%;
	}
	}
/* program_area
-------------------------------------------------------*/
.popup_box {
background: #fff;
border-radius: 0;
padding: 0;
border-radius: 10px;
margin: 60px 10px 10px 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.6);
overflow: hidden;
}
.popup_box .num {
margin-bottom: 10px;
display: flex;
flex-flow: row wrap;
}
.popup_box .id {
display: inline-block;
margin-right: 10px;
display: none;
}
.popup_box .id span {
display: inline-block;
letter-spacing: 0.1em;
font-weight: normal;
color: #fff;
background: #000;
line-height: 1;
padding: 10px 20px;
}


.popup_box .date {
display: flex;
padding: 20px 30px;
background: #333;
color: #fff;
justify-content: space-between;
}
.popup_box .date .time {
text-align: right;
font-weight: bold;
}
.popup_box .date * {
}
.popup_box .date .day * {
font-style: normal;
line-height: 1;
font-weight: bold;
display: inline-block;
}
.popup_box .date .day b {
letter-spacing: 0.2em;
margin-right: 20px;
}
.popup_box .date .day span {
font-weight: bold;
}
.popup_box .date .day em {
font-style: normal;
font-size: 80%;
}
	@media screen and (max-width: 520px) {
	.popup_box .date {
	display: block;
	}
	.popup_box .date > * {
	display: block;
	text-align: center!important;
	}
	}
.popup_box .data {
padding: 30px;
}
.popup_box .track {
display: inline-block;
padding: 5px 10px;
background: #333;
color: #fff;
border-radius: 3px;
line-height: 1;
margin-right: 5px;
}
.popup_box .data .icon {
display: inline-block;
padding: 5px 10px;
background: #333;
color: #fff;
border-radius: 3px;
line-height: 1;
}
.popup_box .title {
font-weight: normal;
font-size: 160%;
margin-bottom: 20px;
color: #000;
line-height: 1.4;
}
.popup_box .title .bikou {
color: #ccc;
font-size: 70%;
font-weight: normal;
display: block;
}
.popup_box .gaiyou {
padding: 20px;
background: #f4f4f4;
margin-bottom: 20px;
}
.popup_box .text {
margin-bottom: 20px;
}
.popup_box .bar {
text-align: center;
background: #eee;
padding: 10px;
margin-bottom: 20px;
}
.popup_box .layout {
display: flex;
padding-bottom: 30px;
}
.popup_box .layout:not(:last-child) {
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
}
.popup_box .photo {
flex: 0 1 40%;
}
.popup_box .info {
flex: 1 0 0%;
}
.popup_box .photo + .info {
padding-left: 20px;
}
.popup_box .info .com {
display: block;
margin-bottom: 20px;
}
.popup_box .info .name {
display: block;
font-size: 120%;
}
.popup_box .company .name {
font-size: 120%;
margin-bottom: 3px;
}
.popup_box .company span:not(.name) {
font-size: 100%;
}
.popup_box .prof {
font-size: 90%;
}
/* color
-------------------------------------------------------*/
.track_list > *.A span {
background: #760A85;
}
.track_list > *.B span {
background: #E35500;
}
.track_list > *.C span {
background: #F0AB00;
}
.track_list > *.D span {
background: #00B050;
}
.track_list > *.E span {
background: #00B0F0;
}
.track_list > *.F span {
background: #E60B42;
}
.program .data.A .track,
.program .data.A .icon,
.popup_box.A .date,
.popup_box.A .track,
.popup_box.A .icon {
background: #760A85;
}
.program .data.B .track,
.program .data.B .icon,
.popup_box.B .date,
.popup_box.B .track,
.popup_box.B .icon {
background: #E35500;
}
.program .data.C .track,
.program .data.C .icon,
.popup_box.C .date,
.popup_box.C .track,
.popup_box.C .icon {
background: #F0AB00;
}
.program .data.D .track,
.program .data.D .icon,
.popup_box.D .date,
.popup_box.D .track,
.popup_box.D .icon {
background: #00B050;
}
.program .data.E .track,
.program .data.E .icon,
.popup_box.E .date,
.popup_box.E .track,
.popup_box.E .icon {
background: #00B0F0;
}
.program .data.F .track,
.program .data.F .icon,
.popup_box.F .date,
.popup_box.F .track,
.popup_box.F .icon {
background: #E60B42;
}
/* overview_area
-------------------------------------------------------*/
#overview_area {
padding-bottom: 50px;
background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
#overview_area + .contact_area {
background: #fff;
}
.dlist {
padding: 60px 20px 100px;
background: rgba(255,255,255,0.8);
padding: 10px;
height: 100%;
border-radius: 10px;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
.dlist .area_ttl {
text-align: center;
}
.dlist .txt_head {
text-align: center;
margin:0 0 40px;
}
.dlist dl {
max-width: 700px;
margin: 0 auto;
padding: 25px 0;
display: table;
width: 100%;
}
.dlist dl:not(:last-child) {
border-bottom: 1px solid #cccccc;
}
.dlist dl > * {
display: table-cell;
vertical-align: middle;
line-height: 1.8;
}
.dlist dl dt {
font-weight: bold;
width: 190px;
color: #070203;
}
.dlist a {
color:#CC00DD;
text-decoration: underline;
}
.dlist a.end {
color:#999;
}
.dlist_txt {
max-width: 700px;
margin: 0 auto;
padding-top: 60px;
font-size: 90%;
}
.dlist a.m {
background: rgba(246,255,0,0.8);
background: rgba(0,145,212,0.2);
font-weight: bold;
}
@media screen and (max-width: 768px) {
    .dlist {
    padding: 40px 20px;
    }
	.dlist .txt_head {
	margin: 0 0 30px;
	}
	.dlist dl {
	padding:15px 0;
	}
	.dlist dl > * {
	line-height: 1.2;
	display: block;
	}
	.dlist dl dt {
	font-weight: bold;
	width: inherit;
	margin:0 0 10px;
	}
	.dlist dl dd {
	word-break: break-all;
	}
	.overview_txt {
	padding-top: 30px;
	}
}

/* sponsor_area
-------------------------------------------------------*/
#sponsor_area {
padding-bottom: 50px;
}

.sponsor_box {
background: rgba(255,255,255,0.8);
padding: 60px;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
.sponsor_box ul li {
display: inline-block;
padding: 10px;
}
.sponsor_box p {
font-size: 90%;
text-align: right;
}
@media screen and (max-width: 768px) {
    .sponsor_box {
    padding: 20px;
    }
}
.logolist_box {
background: #fff;
padding: 50px 50px 20px 50px;
height: 100%;
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.logolist > ul {
display: flex;
display: block!important;
flex-flow: row wrap;
justify-content: center;
margin: 0 auto 30px;
margin: 0 auto 50px;
}
.logolist + .bar + .logolist {
justify-content: center;
}
.logolist > ul > * {
flex: 0 1 33%;
padding: 10px;
text-align: center;
}
.logolist.type2 > ul > * {
flex: 0 1 20%;
}
.logolist a {
display: block;
transition: all 0.2s linear;
}
.logolist a:hover {
opacity: 0.7;
}
.logolist img {
}
.logolist_box .bar {
text-align: center;
padding-bottom: 30px;
}
.logolist_txt {
text-align: right;
padding: 0 20px;
}
@media screen and (max-width: 768px) {
	.logolist > ul > * {
	flex: 0 1 48%!important;
	padding: 0;
	}
	.logolist > * > *:not(:last-child) {
	margin-bottom: 10px;
	}
}
