@charset "utf-8";


/**
* Project
**/

.p-mv {

}

@media only screen and (max-width: 767px) {
    .p-mv {
    }
}

.p-mv img {
	width: 100%;
}

.p-intro {
	padding: 12px min(8vw,40px) 40px;
}

@media only screen and (max-width: 767px) {
    .p-intro {
    	padding: 20px min(8vw,40px) 40px;
    }
}

.p-intro img {
	width: 100%;
}

.p-intro__inner {
	max-width: 750px;
	margin: 0 auto;
}

.p-intro__btn {
	margin-bottom: 40px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-intro__btn {
		margin-bottom: 32px;
	}
}

.p-intro__txt h2 {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}


@media only screen and (max-width: 767px) {
    .p-intro__txt h2 {
    	margin-bottom: 12px;
    	font-size: 18px;
    	text-align: left;
    }
}

.p-intro__txt p {
	font-size: 16px;
}

.p-overview {
	padding: 40px min(8vw,40px) 40px;
	background: #E9F3F9;
}

@media only screen and (max-width: 767px) {
	.p-overview {
		padding: 28px min(8vw,28px) 28px;
	}
}

.p-overview__inner {
	max-width: 670px;
	margin: 0 auto;
}

.p-overview__data {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

@media only screen and (max-width: 767px) {
	.p-overview__data {
		gap: 32px;
	}
}

.p-overview__dl {
	display: flex;
	align-items: center;
	gap: 30px;
}

@media only screen and (max-width: 767px) {
	.p-overview__dl {
		flex-direction: column;
		gap: 8px;
	}
}

.p-overview__dl dt {
	width: 146px;
	min-width: 146px;
	padding: 8px 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #0084D9;
}

@media only screen and (max-width: 767px) {
	.p-overview__dl dt {
		width: 100%;
		min-width: 100%;
		padding: 3px 0 1px;
		font-size: 16px;
	}
}

.p-overview__dl dd {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.p-overview__dl dd {
		font-size: 16px;
	}
}

.p-overview__dl dd small {
	font-size: 16px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.p-overview__dl dd small {
		font-size: 14px;
	}
}

.p-speakers {
	padding: 40px min(8vw,40px) 40px;
}

@media only screen and (max-width: 767px) {
	.p-speakers {
		padding: 28px min(8vw,28px) 28px;
	}
}

html[lang="zh-cmn-Hant-TW"] .p-speakers {
	background: #FEF7F0;
}

.p-speakers__info {
	max-width: 320px;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	line-height: 2;
	font-weight: 700;
}

.p-speakers__info span {
	color: #0084D9;
}

.p-speakers__list {
	display: flex;
	gap: 50px; 
	max-width: 820px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.p-speakers__list {
		flex-direction: column;
		gap: 50px; 
	}
}

.p-speakers__item {
	width: calc((100% - 150px) / 4);
}

@media only screen and (max-width: 767px) {
	.p-speakers__item {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		width: 100%;
	}
}

.p-speakers__img {
	border-bottom: 5px solid #0084D9;
}

@media only screen and (max-width: 767px) {
	.p-speakers__img {
		position: relative;
		width: 38%;
		min-width: 38%;
		padding-right: 16px;
		border-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.p-speakers__img:before {
		content: "";
		position: absolute;
		right: 0;
		width: 3px;
		height: 100%;
		transform: translate(0, 0);
		background: linear-gradient(to bottom, #EA5504 50%, #0084D9 50%);
	}
}

.p-speakers__txt {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.p-speakers__txt {
		margin-top: 0;
		position: relative;
	}
}

.p-speakers__name {
	margin-bottom: 12px;
	padding-left: 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	border-left: 5px solid #F33900;
}


@media only screen and (max-width: 767px) {
	.p-speakers__name {
		margin-bottom: 6px;
		padding-left: 0;
		border-left: 0;
		font-size: 16px;
	}
}

.p-speakers__desc {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}

.p-program {
	padding: 40px min(8vw,40px) 40px;
	background: #FEF0F0;
}

@media only screen and (max-width: 767px) {
	.p-program {
		padding: 28px min(8vw,28px) 28px;
	}
}

.p-program__inner {
	max-width: 820px;
	margin: 0 auto;
}

.p-program__table th {
	padding: 5px 20px 4px;
	color: #fff;
	background: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	border-bottom: 6px solid #FEF0F0;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.p-program__table th {
		padding: 3px 12px 2px;
		line-height: 1.2;
	}
}

.p-program__table th:first-child {
	border-right: 6px solid #FEF0F0;
	text-align: center;
}

.p-program__table td {
	padding: 16px 24px 16px;
	background: #fff;
	font-size: 16px;
	vertical-align: middle;
	border-bottom:  6px solid #FEF0F0;
}

@media only screen and (max-width: 767px) {
	.p-program__table td {
		padding: 14px 12px 14px;
		font-size: 13px;
	}
}

.p-program__table td {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.p-program__table td {
		font-size: 13px;
		line-height: 1.2;
	}
}

.p-program__table td strong {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.p-program__table td strong {
		font-size: 14px;
		margin-bottom: 4px;
	}
}


.p-program__table td:first-child {
	width: 20%;
	font-size: 18px;
	line-height: 1.4;
	border-right: 6px solid #FEF0F0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-program__table td:first-child {
		width: 16%;
		font-size: 16px;
		line-height: 1.1;

	}
}


.p-program__table td .end:before {
	content: "-";
	display: inline-block;
	margin-right: 8px;
}

@media only screen and (max-width: 767px) {
	.p-program__table td .end:before {
		content: "";
		display: block;
		margin-right: 0;
		margin: 2px auto 6px;
		width: 1px;
		height: 16px;
		background: #000;
	}
}

.p-program__table tr:nth-child(2n+1) td {
	background: #FFF7F7;
}

.p-partner {
	padding: 40px min(8vw,40px) 40px;
}

@media only screen and (max-width: 767px) {
	.p-partner {
		padding: 28px min(8vw,28px) 28px;
	}
}

.p-partner__inner {
	max-width: 820px;
	margin: 0 auto;
}

.p-partner__table tr:nth-child(2) img {
	width: 94%;
}

.p-partner__table tr:nth-child(3) img {
	width: 94%;
}

.p-partner__table tr:nth-child(4) img {
	width: 94%;
}

.p-partner__table tr:nth-child(5) img {
	width: 94%;
}

.p-partner__table tr:nth-child(6) img {
	width: 94%;
}

.p-partner__table tr:nth-child(7) img {
	width: 82%;
}

.p-partner__table tr:nth-child(8) img {
	width: 94%;
}

.p-partner__table tr:nth-child(9) img {
	width: 94%;
}

.p-partner__table tr:nth-child(10) img {
	width: 94%;
}

.p-partner__table tr:nth-child(11) img {
	width: 94%;
}

.p-partner__table tr:nth-child(12) img {
	width: 94%;
}

.p-partner__table tr:nth-child(13) img {
	width: 64%;
}

@media only screen and (max-width: 767px) {
	.p-partner__table tr:nth-child(2) img {
		width: 54%;
	}

	.p-partner__table tr:nth-child(3) img {
		width: 64%;
	}

	.p-partner__table tr:nth-child(4) img {
		width: 64%;
	}

	.p-partner__table tr:nth-child(5) img {
		width: 46%;
	}

	.p-partner__table tr:nth-child(6) img {
		width: 64%;
	}

	.p-partner__table tr:nth-child(7) img {
		width: 44%;
	}

	.p-partner__table tr:nth-child(8) img {
		width: 64%;
	}

	.p-partner__table tr:nth-child(9) img {
		width: 64%;
	}

	.p-partner__table tr:nth-child(10) img {
		width: 50%;
	}

	.p-partner__table tr:nth-child(11) img {
		width: 58%;
	}

	.p-partner__table tr:nth-child(12) img {
		width: 58%;
	}

	.p-partner__table tr:nth-child(13) img {
		width: 38%;
	}
}

@media only screen and (max-width: 767px) {
	.p-partner__table tr {
		display: block;
		padding: 32px 0;
		border-bottom: 1px solid #000;
	}
	.p-partner__table tr:first-child {
		display: none;
		padding: 0;
		border-bottom: 0;
	}
	.p-partner__table tr:nth-child(2) {
		padding: 32px 0 32px;
		border-top: 1px solid #000;
	}
	.p-partner__table tr img {
		width: 64%;
		margin: 0 auto;
		padding: 0;
	}
}
.p-partner__table th {
	padding: 6px 20px 5px;
	background: #ECECEC;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.p-partner__table th {
		display: none;
	}
}

.p-partner__table th:first-child {
	width: 28%;
	text-align: left;
	border-right: 10px solid #fff;
}

@media only screen and (max-width: 767px) {
	.p-partner__table th:first-child {
		display: none;
	}
}

.p-partner__table td {
	padding: 24px 0 24px 10px;
	background: #fff;
	font-size: 12px;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	.p-partner__table td {
		display: block;
		width: 100%;
		padding: 0px;
		border-top: 0;
	}
}

.p-partner__table td {
	font-size: 12px;
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
	.p-partner__table td {
		display: block;
		width: 100%;
		padding: 18px 0 0 ;
		border-bottom: 0;
	}
}

.p-partner__logo {
	display: block;
}
@media only screen and (max-width: 767px) {
	.p-partner__logo {
		margin-bottom: 8px;
	}
}
.p-partner__table td strong {
	font-size: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.p-partner__table td strong {
	}
}

.p-partner__table td:first-child {
	width: 28%;
	padding: 24px 0 24px;
	font-size: 18px;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.p-partner__table td:first-child {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

.p-partner__table td .end:before {
	content: "-";
	display: inline-block;
	margin-right: 8px;
}

.p-partner__table td a {
	display: inline-block;
	margin-top: 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #45B3F7;
	text-align: left;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.p-partner__table td a {
		margin-top: 10px;
		font-size: 16px;
		text-align: center;
	}
}

.p-partner__logo img {
	padding-right: 20px;
}

@media only screen and (max-width: 767px) {
	.p-partner__logo img {
		padding-right: 32px;
	}
}

.p-outro {
	padding: 40px min(8vw,40px) 40px;
}

@media only screen and (max-width: 767px) {
	.p-outro {
		padding: 12px min(8vw,28px) 28px;
	}
}

.p-outro__inner {
	max-width: 820px;
	margin: 0 auto;
}

.p-outro__art {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

@media only screen and (max-width: 767px) {
	.p-outro__art {
		gap: 40px;
	}
}

.p-outro__sec {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.p-outro__sec {
		flex-direction: column;
	}
	html[lang="zh-cmn-Hant-TW"] .p-outro__sec {
		flex-direction: row;
	}
}

.p-outro__ttl {
	position: relative;
	padding-right: 24px;
	padding-top: 4px;
	margin-right: 38px;
	padding-bottom: 4px;
	width: 210px;
	min-width: 210px;
	font-size: 24px;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.p-outro__ttl {
		padding-bottom: 14px;
		line-height: 1.2;
		padding-right: 0;
		padding-top: 0;
		margin-right: 0;
		margin-bottom: 18px;
		width: inherit;
		min-width: inherit;
		font-size: 22px;
		text-align: center;
	}
}


.p-outro__ttl:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7px;
    height: 100%;
    transform: translate(-50%, 0);
    background: linear-gradient(to bottom, #EA5504 50%, #0084D9 50%);
}

@media only screen and (max-width: 767px) {
	.p-outro__ttl:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 40px;
		height: 4px;
		transform: translate(-50%, 0);
		background: linear-gradient(to left, #EA5504 50%, #0084D9 50%);
	}
}

html[lang="zh-cmn-Hant-TW"] .p-outro__ttl {
	width: 140px;
	min-width: 140px;
}

@media only screen and (max-width: 767px) {
	html[lang="zh-cmn-Hant-TW"] .p-outro__ttl {
		display: flex;
		flex-direction: column;
		justify-content: center;

		width: 100px;
		min-width: 100px;
		margin-bottom: 0;
		margin-right: 18px;
		padding-bottom: 0;
		padding-right: 20px;
		font-size: 18px;
		text-align: left;
	}
}


html[lang="zh-cmn-Hant-TW"] .p-outro__ttl:after {
	background: linear-gradient(to bottom, #EB9510 50%, #0084D9 50%);
}

@media only screen and (max-width: 767px) {
	html[lang="zh-cmn-Hant-TW"] .p-outro__ttl:after {
		height: 100%;
		width: 6px;
		right: 0;
		left: auto;
		top: 0;
		transform: translate(0, 0);
		background: linear-gradient(to bottom, #EB9510 50%, #0084D9 50%);
	}
}

.p-outro__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.p-outro__list {
		gap: 12px;
		justify-content: flex-start;
	}
}

.p-outro__list li {
	display: flex;
	align-items: center;
	width: calc((100% - 40px) / 3);
}

@media only screen and (max-width: 767px) {
	.p-outro__list li {
		width: calc((100% - 24px) / 3);
	}
}


.p-outro__list li img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

.p-outro__list li a {
	display: block;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.p-outro__list li {
		width: calc((100% - 20px) / 2);
	}
	html[lang="zh-cmn-Hant-TW"] .p-outro__list li {
		width: 100%;
	}
}

.p-outro__list.is-01 li:first-child img {
	width: 70%;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.p-outro__list.is-01 li:first-child img {
		width: 94%;
	}
	.p-outro__list.is-01 li {
		margin: 0 auto;
	}
	html[lang="zh-cmn-Hant-TW"] .p-outro__list.is-01 li {
		margin: 0;
	}
	html[lang="zh-cmn-Hant-TW"] .p-outro__list.is-01 li:first-child img {
		width: 60%;
	}
}


@media only screen and (max-width: 767px) {
	.p-outro__list.is-01 li {
		width: calc((100% - 20px) / 2);
	}
}

.p-outro__list li:first-child img {
	width: 66%;
}

.p-outro__list li:nth-child(2) img {
	width: 100%;
}

.p-outro__list li:nth-child(3) img {
	width: 90%;
}

.p-outro__list li:nth-child(4) img {
	width: 80%;
}

.p-outro__list li:nth-child(5) img {
	width: 98%;
}

.p-outro__list li:nth-child(6) img {
	width: 86%;
}

.p-outro__sec p {
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.p-outro__sec p {
		font-size: 16px;
		text-align: center;
	}
	html[lang="zh-cmn-Hant-TW"] .p-outro__sec p {
		text-align: left;
	}
}

html[lang="zh-cmn-Hant-TW"] .p-outro__sec p b {
	font-size: 16px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	html[lang="zh-cmn-Hant-TW"] .p-outro__sec {
		align-items: inherit;
	}
	html[lang="zh-cmn-Hant-TW"] .p-outro__sec p b {
		font-size: 14px;
	}
}

.p-outro__sec strong {
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.p-outro__sec strong.city {
		display: inline-block;
		font-size: 14px;
		line-height: 1.4;
	}
}

.p-outro__btn {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-top: 120px;
}

@media only screen and (max-width: 767px) {
	.p-outro__btn {
		flex-direction: column;
		gap: 24px;
		margin-top: 44px;
	}
}

.p-outro__btn .c-btn {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.p-outro__btn .c-btn {
		margin: 0 auto;
	}
}

/**
* Compornent
**/

.c-contTtl {
	margin-bottom: 28px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.c-contTtl {
		margin-bottom: 28px;
		text-align: center;
	}
}

.c-contTtl__main {
	position: relative;
	padding-bottom: 30px;
	font-weight: 700;
	font-size: 38px;
	font-family: "futura-pt", sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.c-contTtl__main {
		padding-bottom: 18px;
		font-size: 24px;
		line-height: 1.2;
	}
}

.c-contTtl__main.is-spacing {
	letter-spacing: 0.02em;
}

.c-contTtl__main small {
	font-size: 28px;
	line-height: 0.6;
}

@media only screen and (max-width: 767px) {
	.c-contTtl__main small {
		font-size: 24px;
	}
}
.c-contTtl__main:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 7px;
	transform: translate(-50%,0);
	background: linear-gradient(to left, #EA5504 50%, #0084D9 50%);
}

@media only screen and (max-width: 767px) {
	.c-contTtl__main:after {
		height: 4px;
		width: 64px;
	}
}

html[lang="zh-cmn-Hant-TW"] .c-contTtl__main:after {
	background: linear-gradient(to left, #EB9510 50%, #0084D9 50%);
}

.c-desc {
	margin-bottom: 40px;
	font-size: 16px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.c-desc {
		margin-bottom: 28px;
		line-height: 1.4;
		text-align: left;
	}
}

.c-btn {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 16px 12px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border-radius: 80px;
	text-align: center;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.c-btn {
		padding: 14px 10px;
		font-size: 18px;
	}
}

.c-btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 28px;
	height: 28px;
	background: url(../img/icon-arrow-blue.svg) no-repeat;
	background-size: 100%;
	transform: translate(0,-50%);
}

.c-btn.is-orange {
	background: #EA5504;
}

.c-btn.is-orange:after {
	background: url(../img/icon-arrow-orange.svg) no-repeat;
	background-size: 100%;
}

.c-btn.is-blue{
	background: #0084D9;
}

.c-btn.is-blue:after {
	background: url(../img/icon-arrow-blue.svg) no-repeat;
	background-size: 100%;
}

.c-btn.is-yellow {
	background: #EB9510;
}

.c-btn.is-yellow:after {
	background: url(../img/icon-arrow-yellow.svg) no-repeat;
	background-size: 100%;
}

.c-btn.is-lightblue{
	background: #0084D9;
}

.c-btn.is-lightblue:after {
	background: url(../img/icon-arrow-lightblue.svg) no-repeat;
	background-size: 100%;
}