@charset "UTF-8";


* {
	font-feature-settings: "palt" 1;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	/*font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
	/*font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	color: #333;
	line-height: 1.6;
	letter-spacing: 0.04em;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}
.Roboto { font-family: "Roboto", sans-serif; }
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
body {
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
body {
	font-size: 2vw;
}
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
img.txt__link__icon {
	width: auto;
	height: 1em;
}

figure {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: 700;
}

#topcontrol {
	bottom: 10px!important;
	right: 10px!important;
}
#pagetop {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #041225;
/*	border-radius: 5px;*/
	position: relative;
}
#pagetop::before {
	content: "";
	width: 44%;
	height: 44%;
	background: url(../images/icon_arr01_W_top.png) no-repeat center center / cover;
}

.pc {
display: block!important;
}
.sp {
display: none!important;
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.pc {
display: none!important;
}
.sp {
display: block!important;
}
}

.noLink {
	pointer-events: none;
}

.styleRE {
	-webkit-appearance: none;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.1;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.input__text {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 2px solid #333;
}
.input__text:focus {
	background-color: #e1efff;
}

.table__type01 {
	border: 1px solid #ccc;
}
.table__type01 th,
.table__type01 td {
	border: 1px solid #ccc;
	padding: .5em;
}
.table__type01 th {
	font-weight: 600;
	background-color: #f6f6f6;
}

.txt__L {
	text-align: left;
}
.txt__C {
	text-align: center;
}
.txt__R {
	text-align: right;
}


.container {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
}
.main__contents {
	width: 1200px;
	background-color: #fff;
	padding: 10px;
}

.para {}
.list__disc {
	list-style-type: disc;
	padding-left: 1em;
}





/* ================================================= */
/* header */
/* ================================================= */
.header {
}


/* mainvisual__blcok */
/* ================================================= */
.mainvisual__blcok {
	display: flex;
	justify-content: center;
}
.mainvisual__blcok .mainvisual {
	width: 100%;
	max-width: 1280px;
}


/* nav__block */
/* ================================================= */
.nav__block {
	display: flex;
	justify-content: center;
	margin: 10px 0 30px;
	padding: 0 10px;
}
.nav__block .nav__block__main {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2;
}


.nav__block .gnav__list,
.nav__block .utility__list {
	display: flex;
}

.nav__block .gnav__list .item,
.nav__block .utility__list .item {
	display: flex;
}
.nav__block .gnav__list .nav,
.nav__block .utility__list .nav {
	display: flex;
	text-decoration: none;
}


/* gnav__list */
.nav__block .gnav__list {
	gap: 20px;
}
.nav__block .gnav__list .nav {
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.1em;
	color: #3a3a3a;
	border-bottom: 2px solid #b273c2;
	padding: 0 1em;
	position: relative;
	transition: .3s;
}
.nav__block .gnav__list .nav::after {
	width: 100%;
	height: 3px;
	background-image: linear-gradient(150deg, rgba(228, 239, 243, 1) 10%, rgba(209, 229, 238, 1) 55%, rgba(226, 194, 196, 1) 90%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.nav__block .gnav__list .nav .icon {
	font-size: 1.2em;
	transform: rotate(90deg);
	margin-left: .3em;
	transition: .3s;
}
.nav__block .gnav__list .nav:hover {
	color: #417ab3;
	border-color: #417ab3;
}
.nav__block .gnav__list .nav:hover .icon {
	transform: rotate(90deg) translateX(30%);
}

.nav__block .gnav__list .nav.noLink {
	color: #999;
	border-color: #999;
}


/* utility__list */
.nav__block .utility__list {
	gap: 10px;
}
.nav__block .utility__list .nav {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: .9em;
	color: #fff;
	text-align: center;
	background-color: #333;
	border-radius: .2em;
	padding: .5em 1em;
	transition: .3s;
}
.nav__block .utility__list .nav.entry {
	background-color: #c61347;
}
.nav__block .utility__list .nav.mypage {
	background-color: #1f31ad;
}
.nav__block .utility__list .nav.mypage .sub {
	font-size: .9em;
	margin-top: .2em;
}

.nav__block .utility__list .nav:hover {
	opacity: .8;
}


.btn__sp__menu {
	display: none;
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.nav__block {
	margin: 10px 0;
	padding: 0 30px;
}
.nav__block .nav__block__main {
	flex-direction: column;
	align-items: center;
	font-size: 1.5em;
	gap: 10px;
}
.nav__block .gnav__list,
.nav__block .utility__list {
	justify-content: center;
	width: 100%;
}

.nav__block .gnav__list .item {
	width: calc(100% / 3);
}
.nav__block .gnav__list .nav {
	padding: .4em 0 .6em;
}
.nav__block .gnav__list .nav:hover {
	color: #3a3a3a;
	border-color: #b273c2;
}
.nav__block .gnav__list .nav:hover .icon {
	transform: rotate(90deg) translateX(0%);
}

.nav__block .utility__list .item {
	width: 100%;
}

.nav__block .utility__list .nav:hover {
	opacity: 1;
}
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.nav__block {
	padding: 0 10px;
}
.nav__block .gnav__list {
	gap: 10px;
}
}




/* ================================================= */
/* footer */
/* ================================================= */
.footer {
	display: flex;
	justify-content: center;
	width: 100%;
	font-size: 80%;
	color: #ffffff;
	text-align: right;
	background-color: #000;
	padding: 20px;
}
.footer .footer__main {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
}
.footer .footer__main .footer-logo {
	width: 80px;
	height: auto;
	margin: 0.5em 1.5em;
}
.footer .footer__main .footer-nav a {
	display: inline-block;
	font-size: 1.6em;
	color: #fff;
	line-height: 1.4;
	text-decoration: none;
	text-align: right;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: .5em .25em;
	padding: .3em .5em;
	transition: .3s;
}
.footer .footer__main .footer-nav a:hover {
	opacity: .8;
}
.footer .footer__main .footer-nav a.noLink {
	color: #999;
	border-color: #999;
}
.footer .footer__main .footer-nav span a {
	border: none;
	border-radius: 0px;
	padding-bottom: .25em;
	border-bottom: 1px solid #fff;
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.footer .footer__main .footer-nav span {
	margin-right: 40px;
}
}





.section__title {
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	background-image: linear-gradient(39deg, rgba(52, 49, 98, 1) 10%, rgba(141, 114, 187, 1) 90%);
	padding: .5em .7em;
}


.common__table {
	width: 100%;
	border: 1px solid #666;
}
.common__table th,
.common__table td {
	border: 1px solid #666;
	padding: .5em 1em;
}
.common__table th {
	font-weight: 700;
	background-color: #f2f2f2;
}





/* ================================================= */
/* section__guest */
/* ================================================= */
.section__guest {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 60px 0;
	position: relative;
}
.section__guest::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(39deg, rgba(160, 132, 159, 1) 10%, rgba(141, 114, 187, 1) 90%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: .3;
}

.section__guest .title {
	font-size: 3.6em;
	font-weight: 700;
	color: #464283;
	line-height: 1.2;
	margin-bottom: 50px;
	position: relative;
	z-index: 10;
}

.section__guest .guest__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	width: 100%;
	max-width: 1280px;
	position: relative;
	z-index: 10;
}
.section__guest .guest__box {
	display: flex;
	flex-direction: column;
	width: calc(100% / 5.5);
}
.section__guest .guest__box .logo {
	padding-top: 35%;
	background-color: #fff;
	position: relative;
}
.section__guest .guest__box .logo img {
	width: auto;
	height: auto;
	max-width: 70%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.section__guest .guest__box .guest__profile {
	flex-grow: 1;
	font-size: 1.2em;
	color: #fff;
	background-color: #041225;
	padding: 1em 1.5em;
}
.section__guest .guest__box .guest__profile .name {
	display: flex;
	align-items: baseline;
	margin-top: .3em;
}
.section__guest .guest__box .guest__profile .name .main {
	font-size: 1.4em;
}
.section__guest .guest__box .guest__profile .name .sub {
	margin-left: .5em;
}

/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.section__guest {
	padding: 50px 0;
}
.section__guest .guest__box {
	width: calc(100% / 5);
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__guest {
	padding: 40px 20px;
}
.section__guest .title {
	font-size: 3.6em;
	margin-bottom: 40px;
}
.section__guest .guest__list {
	width: 96%;
	gap: 20px;
}
.section__guest .guest__box {
	width: calc((100% - 40px) / 3);
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__guest {
	padding: 20px 10px;
}
.section__guest .guest__list {
	width: 95%;
	gap: 20px;
}
.section__guest .guest__box {
	width: calc((100% - 20px) / 2);
}
.section__guest .guest__box .guest__profile {
	padding: 1em;
}
}





/* ================================================= */
/* section__description */
/* ================================================= */
.section__description {
	display: flex;
	justify-content: center;
	background-image: linear-gradient(150deg, rgba(216, 246, 255, 1) 10%, rgba(216, 222, 255, 1) 90%);
	padding: 100px 20px;
}
.section__description .section__main {
	width: 100%;
	max-width: 1280px;
	overflow: hidden;
	padding: 40px;
	position: relative;
}
.section__description .section__main::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.59) 10%, rgba(255, 255, 255, 0.32) 90%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.section__description .main__inner {
	font-size: 2em;
	line-height: 2;
	position: relative;
	z-index: 10;
}

/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {
.section__description {
	padding: 60px 20px;
}
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.section__description {
	padding: 50px 20px;
}
.section__description .main__inner {
	font-size: 1.8em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__description {
	padding: 40px 20px;
}
.section__description .section__main {
	padding: 30px;
}
.section__description .main__inner {
	font-size: 1.6em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__description {
	padding: 20px;
}
}





/* ================================================= */
/* section__overview */
/* ================================================= */
.section__overview {
	display: flex;
	justify-content: center;
	padding: 80px 20px;
}
.section__overview .section__main {
	width: 100%;
	max-width: 1280px;
	position: relative;
	z-index: 10;
}
.section__overview .section__title {
	margin-bottom: 20px;
}
.section__overview .overview__table {
	font-size: 1.6em;
}

/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {
.section__overview {
	padding: 60px 20px;
}
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.section__overview {
	padding: 40px 20px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__overview {
	padding: 20px;
}
.section__overview .overview__table {
	font-size: 1.4em;
}
.section__overview .overview__table th,
.section__overview .overview__table td {
	display: block;
}
}





/* ================================================= */
/* section__seminar */
/* ================================================= */
.section__seminar {
	display: flex;
	justify-content: center;
	padding: 80px 20px;
	position: relative;
}
.section__seminar::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(39deg, rgba(160, 132, 159, 1) 10%, rgba(141, 114, 187, 1) 90%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: .3;
}
.section__seminar .section__main {
	width: 100%;
	max-width: 1280px;
	position: relative;
	z-index: 10;
}
.section__seminar .section__title {
	margin-bottom: 20px;
}



.section__seminar .timetable__container {
	display: flex;
	font-size: 1.5em;
	line-height: 1.4;
	background-color: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	position: relative;
	z-index: 10;
}


/* 共通 */
.timetable__container .time__box,
.timetable__container .hall__name,
.timetable__container .seminar__box {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.timetable__container .time__box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	line-height: 1.2;
	background-color: #f2f2f2;
	padding: 10px 0;
}
.timetable__container .time__box .hyphen {
	width: 2px;
	height: .5em;
	background-color: #333;
	margin: .4em 0;
}

.timetable__container .seminar__box {
/*	font-size: 1.2em;*/
}



/* gridType */
.section__seminar .timetable__container.pickup {
	display: grid;
	grid-template-columns: 4.5em 1fr;
	margin-bottom: 30px;
}



/* gridType */
.section__seminar .timetable__container.gridType {
	display: block;
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 4.5em repeat(4, 1fr);
	grid-template-rows: repeat(6, auto);
}

.timetable__container.gridType .timetable__time__line {
	background-color: #ccc;
}
.timetable__container.gridType .timetable__time__line::before {
/*	content: "";*/
}
.timetable__container.gridType .timetable__time__line,
.timetable__container.gridType .timetable__hall__line,
.timetable__container.gridType .timetable__hall__line .hall__line__inner,
.timetable__container.gridType .swiper-wrapper {
	display: contents;
}

.timetable__container.gridType .seminar__box.sinple__info {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
	text-align: center;
}
.timetable__container.gridType .seminar__box.sinple__info .contents {
	font-size: 1.2em;
}

.timetable__container.gridType .timetable__hall__line .time__box {
	display: none;
}

.timetable__container.gridType .hall__name {
	font-weight: 700;
	text-align: center;
	background-color: #f2f2f2;
	padding: 10px 0;
}


.timetable__container.gridType .seminar__box.A01 {
	grid-row: auto / span 2;
}
.timetable__container.gridType .seminar__box.A04 {
	grid-column: auto / span 2;
}
.timetable__container.gridType .seminar__box.A05 {
	grid-column: auto / span 2;
}
.timetable__container.gridType .seminar__box.B04,
.timetable__container.gridType .seminar__box.B05 {
	display: none;
}
.timetable__container.gridType .seminar__box.C01 {
	grid-row: auto / span 4;
}
.timetable__container.gridType .seminar__box.D01 {
	grid-row: auto / span 5;
}



/* seminar__box共通 */
.timetable__container .seminar__box {
	padding: 10px;
}
.timetable__container .seminar__box .sem__category {
	display: flex;
	line-height: 1.2;
	margin-bottom: 5px;
}
.timetable__container .seminar__box .sem__category span {
	font-size: .9em;
	font-weight: 700;
	color: #fff;
	background-color: #333;
	padding: .2em .3em;
}
.timetable__container .seminar__box .sem__title {
	display: flex;
	flex-direction: column;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.4;
}
.timetable__container .seminar__box .sem__title .sub {
	font-size: .9em;
}

.timetable__container .seminar__box .sem__speaker {
	margin-top: 10px;
}
.timetable__container .seminar__box .speaker__box {
	display: grid;
	grid-template-columns: 6em 1fr;
	grid-gap: 10px;
}
.timetable__container .seminar__box .speaker__box+.speaker__box {
	border-top: 2px dashed #999;
	margin-top: 8px;
	padding-top: 8px;
}

.timetable__container.pickup .seminar__box .speaker__box {
	grid-template-columns: 8em 1fr;
}


.timetable__container .seminar__box .btn__block {
	display: flex;
	margin-top: 10px;
}
.timetable__container .seminar__box .btn__block .btn__detail {
	font-size: .9em;
	color: #fff;
	text-decoration: none;
	background-color: #7b35c7;
	padding: .3em 1em;
	transition: .3s;
}
.timetable__container .seminar__box .btn__block .btn__detail:hover {
	opacity: .8;
}


.timetable__container .seminar__box.opening .sem__category span {
	background-color: #6c59a7;
}
.timetable__container .seminar__box.keynote .sem__category span {
	background-color: #366ffd;
}
.timetable__container .seminar__box.special01 .sem__category span {
	background-color: #1c803f;
}
.timetable__container .seminar__box.panel .sem__category span {
	background-color: #b8953b;
}

/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {
.section__seminar {
	padding: 60px 20px;
}
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.section__seminar {
	padding: 40px 20px;
}
.section__seminar .timetable__container {
	font-size: 1.4em;
}
}
/* screens smaller than 980---------------------------------------------------------- */
@media only screen and (max-width:980px) {
.timetable__container.gridType .seminar__box .speaker__box {
	grid-template-columns: 1fr;
}
.timetable__container.gridType .seminar__box .speaker__box .speaker__img {
	width: 6em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__seminar {
	padding: 20px;
}

.timetable__container.gridType .swiper-wrapper {
	display: flex;
}
.timetable__container.gridType .timetable__time__line {
	display: none;
}
.timetable__container.gridType .timetable__hall__line {
	display: block;
}
.timetable__container.gridType .timetable__hall__line .hall__line__inner {
	display: grid;
	grid-template-columns: 4.5em 1fr;
	grid-template-rows: 3em 1fr;
	height: 100%;
}
.timetable__container.gridType .hall__name {
	grid-column: 1 / span 2;
/*	height: 3em;*/
}
.timetable__container.gridType .timetable__hall__line .time__box {
	display: flex;
	min-height: 17em;
}

.timetable__container.gridType .seminar__box .speaker__box {
	grid-template-columns: 8em 1fr;
}
.timetable__container.gridType .seminar__box .speaker__box .speaker__img {
	width: 100%;
}

.timetable__container.gridType .seminar__box.A04 {
	grid-column: auto / span 1;
}
.timetable__container.gridType .seminar__box.A05 {
	grid-column: auto / span 1;
}
.timetable__container.gridType .seminar__box.B04,
.timetable__container.gridType .seminar__box.B05 {
	display: flex;
}
.timetable__container.gridType .seminar__box.C01 {
	grid-row: auto / span 4;
}
.timetable__container.gridType .seminar__box.D01 {
	grid-row: auto / span 5;
}
}





/* ================================================= */
/* 下層共通 */
/* ================================================= */
.section__page__title {
	display: flex;
	justify-content: center;
	font-size: 4em;
	margin-bottom: 1.5em;
	padding: 1.6em 0;
	position: relative;
}
.section__page__title::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(39deg, rgba(160, 132, 159, 1) 10%, rgba(141, 114, 187, 1) 90%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: .3;
}
.section__page__title .page__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .3em;
	font-weight: 700;
	color: #464283;
	line-height: 1.2;
	position: relativere;
	z-index: 10;
}
.section__page__title .page__title .en {
	font-size: .6em;
	color: #8582b4;
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__page__title {
	font-size: 3.4em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__page__title {
	padding: 1.4em 0;
}
}





/* ================================================= */
/* section__btn__entry */
/* ================================================= */
.section__btn__entry {
	display: flex;
	justify-content: center;
	padding: 40px 20px;
	position: relative;
}
.section__btn__entry .section__main {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1280px;
	position: relative;
	z-index: 10;
}
.section__btn__entry .section__main .btn__entry {
	width: 100%;
	max-width: 600px;
	font-size: 2.4em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #c61347;
	border-radius: .2em;
	padding: 1em;
	transition: .3s;
}
.section__btn__entry .section__main .btn__entry:hover {
	opacity: .8;
}





/* ================================================= */
/* section__sponsor */
/* ================================================= */
.section__sponsor {
	display: flex;
	justify-content: center;
	padding: 80px 20px;
	position: relative;
}
/*.section__sponsor::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(39deg, rgba(160, 132, 159, 1) 10%, rgba(141, 114, 187, 1) 90%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: .3;
}*/
.section__sponsor .section__main {
	width: 100%;
	max-width: 1280px;
	position: relative;
	z-index: 10;
}
.section__sponsor .section__title {
	margin-bottom: 20px;
}

.section__sponsor .sponsor__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section__sponsor .sponsor__list .sponsor__box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4%;
}

.section__sponsor .sponsor__list.grade01 .sponsor__box {
	width: calc(100% / 3);
}
.section__sponsor .sponsor__list.grade02 .sponsor__box {
	width: calc(100% / 4);
}
.section__sponsor .sponsor__list.grade03 {
	padding: 0 14%;
}
.section__sponsor .sponsor__list.grade03 .sponsor__box {
	width: calc(100% / 3);
}

.section__sponsor .sponsor__list .sponsor__box.most__big {
	padding-left: 1%;
	padding-right: 1%;
}
.section__sponsor .sponsor__list .sponsor__box.more__big {
	padding-left: 2%;
	padding-right: 2%;
}
.section__sponsor .sponsor__list .sponsor__box.big {
	padding-left: 3%;
	padding-right: 3%;
}
.section__sponsor .sponsor__list .sponsor__box.bit__big {
	padding-left: 3.5%;
	padding-right: 3.5%;
}
.section__sponsor .sponsor__list .sponsor__box.bit__mid {
	padding-left: 4.5%;
	padding-right: 4.5%;
}
.section__sponsor .sponsor__list .sponsor__box.mid {
	padding-left: 5%;
	padding-right: 5%;
}
.section__sponsor .sponsor__list .sponsor__box.more__mid {
	padding-left: 6%;
	padding-right: 6%;
}
.section__sponsor .sponsor__list .sponsor__box.most__mid {
	padding-left: 7%;
	padding-right: 7%;
}
.section__sponsor .sponsor__list .sponsor__box.small {
	padding-left: 8%;
	padding-right: 8%;
}
.section__sponsor .sponsor__list .sponsor__box.more__small {
	padding-left: 9%;
	padding-right: 9%;
}
.section__sponsor .sponsor__list .sponsor__box.most__small {
	padding-left: 10%;
	padding-right: 10%;
}
.section__sponsor .sponsor__list .sponsor__box.very__small {
	padding-left: 11%;
	padding-right: 11%;
}
.section__sponsor .sponsor__list .sponsor__box.morevery__small {
	padding-left: 12%;
	padding-right: 12%;
}

/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {
.section__sponsor {
	padding: 60px 20px;
}
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.section__sponsor {
	padding: 40px 20px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__sponsor {
	padding: 20px;
}
.section__sponsor .sponsor__list .sponsor__box {
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__sponsor .sponsor__list .sponsor__box {
	width: calc(100% / 3);
}
}





/* exhibition */
/* ================================================= */
/* section__exhibitor__catch */
/* ================================================= */
.section__exhibitor__catch {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
	padding: 0 20px;
	position: relative;
}
.section__exhibitor__catch .section__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	position: relative;
	z-index: 10;
}
.section__exhibitor__catch .title {
	font-size: 2.2em;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	letter-spacing: .08em;
	background-image: linear-gradient(39deg, rgba(52, 49, 98, 1) 10%, rgba(141, 114, 187, 1) 90%);
	margin-bottom: 1em;
	padding: .5em 1em;
}
.section__exhibitor__catch .title strong {
	font-size: 1.4em;
}
.section__exhibitor__catch .catch__detail {
	font-size: 2em;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
.section__exhibitor__catch .concept__fusion {
	display: grid;
	grid-template-columns: 1fr 2em 1fr;
	font-size: 2.4em;
	margin-top: 2em;
}
.section__exhibitor__catch .concept__fusion .ex__box {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	background-color: #ccc;
	border-radius: .2em;
	padding: 1em 2em;
}
.section__exhibitor__catch .concept__fusion .ex__box.real {
	background-color: #c3e6fd;
}
.section__exhibitor__catch .concept__fusion .ex__box.onlne {
	background-color: #ffdcab;
}
.section__exhibitor__catch .concept__fusion .ex__box .hall {
	text-align: center;
}
.section__exhibitor__catch .concept__fusion .ex__box .type {
	font-size: .8em;
	text-align: center;
	background-color: #fff;
	margin-top: 1em;
}

.section__exhibitor__catch .concept__fusion .cross {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.section__exhibitor__catch {
	font-size: .9em;
	margin-bottom: 40px;
}
}
/* screens smaller than 900---------------------------------------------------------- */
@media only screen and (max-width:900px) {
.section__exhibitor__catch {
	font-size: .8em;
	margin-bottom: 30px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__exhibitor__catch .concept__fusion {
	font-size: 2.2em;
}
.section__exhibitor__catch .concept__fusion .ex__box {
	padding: 1em 1.5em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__exhibitor__catch .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	font-size: 2.2em;
	text-align: center;
	padding: 1em;
}
.section__exhibitor__catch .title strong {
	font-size: 1.6em;
	margin-top: .3em;
}
.section__exhibitor__catch .catch__detail {
	font-size: 2.3em;
	line-height: 1.8;
	text-align: left;
}
.section__exhibitor__catch .concept__fusion {
	grid-template-columns: 1fr;
	font-size: 3em;
	margin-top: 1.5em;
}
}


/* ================================================= */
/* section__exhibitor__list */
/* ================================================= */
.section__exhibitor__list {
	display: flex;
	justify-content: center;
	padding: 40px 20px;
	position: relative;
}
.section__exhibitor__list .section__main {
	width: 100%;
	max-width: 1280px;
	position: relative;
	z-index: 10;
}

.section__exhibitor__list .exhibitor__block {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	padding: 0 20px;
}
.section__exhibitor__list .exhibitor__block+.exhibitor__block {
	border-top: 3px dashed #d7d7db;
	margin-top: 50px;
	padding-top: 50px;
}
.section__exhibitor__list .exhibitor__info {
	display: grid;
	grid-template-columns: 26em 1fr auto;
}
.section__exhibitor__list .exhibitor__info .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 10em;
}
.section__exhibitor__list .exhibitor__info .logo.fujitsu {
	max-height: 12em;
}
.section__exhibitor__list .exhibitor__info .logo.mid {
	padding: 0 1em;
}
.section__exhibitor__list .exhibitor__info .logo.more__mid {
	padding: 0 1.5em;
}
.section__exhibitor__list .exhibitor__info .logo.most__mid {
	padding: 0 2em;
}
.section__exhibitor__list .exhibitor__info .logo.small {
	padding: 0 2.5em;
}
.section__exhibitor__list .exhibitor__info .logo.more__small {
	padding: 0 3em;
}
.section__exhibitor__list .exhibitor__info .logo.most__small {
	padding: 0 3.5em;
}
.section__exhibitor__list .exhibitor__info .logo.very__small {
	padding: 0 5em;
}
.section__exhibitor__list .exhibitor__info .logo.st__small {
	padding: 0 6em;
}
.section__exhibitor__list .exhibitor__info .logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.section__exhibitor__list .exhibitor__info .company {
	display: flex;
	align-items: center;
	font-size: 3em;
	font-weight: 700;
	padding: 0 .7em 0 1.5em;
}

.section__exhibitor__list .exhibitor__info .type {
	display: flex;
	justify-content: flex-end;
}
.section__exhibitor__list .exhibitor__info .type__list {
	display: flex;
	gap: .5em;
	font-size: 1.7em;
	line-height: 1.2;
}
.section__exhibitor__list .exhibitor__info .type .type__box {
	display: flex;
	align-items: center;
	width: 10em;
}
.section__exhibitor__list .exhibitor__info .type .type__box > span {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #333;
	border-radius: .2em;
	padding: .5em 0;
}
.section__exhibitor__list .exhibitor__info .type .type__box.real > span {
	background-color: #0065c5;
}
.section__exhibitor__list .exhibitor__info .type .type__box.online > span {
	background-color: #ee9a26;
}

.section__exhibitor__list .booth__info {
	font-size: 1.6em;
	line-height: 1.8;
	word-break: break-all;
	background-color: #f4f4f4;
	padding: 1em;
}
.section__exhibitor__list .booth__info p+p {
	margin-top: .6em;
}

/* screens smaller than 1240---------------------------------------------------------- */
@media only screen and (max-width:1240px) {
.section__exhibitor__list .exhibitor__block {
	font-size: .9em;
}
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.section__exhibitor__list .exhibitor__info {
	grid-template-columns: 24em 1fr;
	grid-gap: 2em 0;
}
.section__exhibitor__list .exhibitor__info .company {
	font-size: 2.8em;
	padding: 0 0 0 1.3em;
}
.section__exhibitor__list .exhibitor__info .type {
	grid-column: 1 / span 2;
	display: flex;
	justify-content: flex-end;
}
.section__exhibitor__list .exhibitor__info .type__list {
	font-size: 1.5em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__exhibitor__list .exhibitor__block {
	padding: 0 10px;
}
.section__exhibitor__list .exhibitor__block+.exhibitor__block {
	border-top: 2px dashed #d7d7db;
	margin-top: 40px;
	padding-top: 40px;
}
.section__exhibitor__list .exhibitor__info {
	grid-template-columns: 20em 1fr;
	grid-gap: 2em 0;
}
.section__exhibitor__list .exhibitor__info .company {
	font-size: 2.5em;
	padding: 0 .5em 0 1em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__exhibitor__list .exhibitor__block {
	padding: 0;
}
.section__exhibitor__list .exhibitor__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
}
.section__exhibitor__list .exhibitor__info .company {
	padding: 1em 0 1em;
}
.section__exhibitor__list .exhibitor__info .logo {
	width: 60%;
}
.section__exhibitor__list .exhibitor__info .type__list {
	font-size: 1.6em;
}
}



/* ================================================= */
/* program__wrapper */
/* ================================================= */
.program__wrapper {
	background-color: rgba(255, 255, 255, .5);
	padding: 20px;
}
.program__wrapper .program__block {
	font-size: 1.8em;
	background-color: #fff;
	padding: 1.5em;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.program__wrapper .program__block+.program__block {
	margin-top: 1em;
}
.program__wrapper .program__block .program__category {
	display: flex;
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-bottom: .5em;
}
.program__wrapper .program__block .program__category > span {
	background-color: #484076;
	padding: .2em .4em;
}
.program__wrapper .program__block .program__title {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: .3em;
}
.program__wrapper .program__block .program__overview {
	background-color: #f4f4f4;
	margin-bottom: 1em;
	padding: 1em;
}
.program__wrapper .program__block .program__info {
	display: grid;
	grid-template-columns: 160px 1fr;
	grid-gap: 20px;
}
.program__wrapper .program__block .program__info__profile {
	padding-top: .3em;
}
.program__wrapper .program__block .program__info__profile .name {
	display: flex;
	align-items: baseline;
}
.program__wrapper .program__block .program__info__profile li+.name {
	margin-top: .2em;
}
.program__wrapper .program__block .program__info__profile .name .main {
	font-size: 1.2em;
	font-weight: 700;
}
.program__wrapper .program__block .program__info__profile .name .sub {
	margin-left: .5em;
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.program__wrapper .program__block {
	font-size: 1.4em;
}
.program__wrapper .program__block .program__info {
	grid-template-columns: 130px 1fr;
	grid-gap: 10px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.program__wrapper {
	padding: 10px;
}
.program__wrapper .program__block .program__info {
	grid-template-columns: 90px 1fr;
	grid-gap: 10px;
}
}





/* screens smaller than 1240---------------------------------------------------------- */
@media only screen and (max-width:1240px) {
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
}


