/* ベースクラス
========================================*/
body {
	animation: loading 1s;
	line-height: 1.6;
	min-width: 1080px;
}

@keyframes loading {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

html {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	color: #222222;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.875;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	letter-spacing: 0.5px;
}

a {
	outline: none;
	text-decoration: none;
	color: #005A6A;
}

a img {
	-webkit-transition: all .23s ease-out;
	transition: all .23s ease-out;
}

a:focus-visible {
	outline: 3px solid #005A6A;
	outline-offset: 4px;
}

sup {
	font-size: 80%;
	vertical-align: baseline;
	position: relative;
	top: -0.5ex;
	margin-right: 2px;
}

/* 共通クラス
========================================*/

.is-sp {
	display: none !important;
}

.is-pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.is-sp {
		display: block !important;
	}

	.is-pc {
		display: none !important;
	}
}


/* メインコンテンツ
========================================*/

/*kv*/
.mext {
	position: absolute;
	top: 0;
	right: 0;
}

.mext a {
	background: var(--White, #FFF);
	padding: 16px 24px;
	display: block;
}

.mext img {
	width: 150px;
}

.key-visual {
	background: url(../img/kv_pc.jpg) no-repeat 0 0;
	background-size: cover;
	position: relative;
	height: 700px;
}

.dots {
	background: url(../img/dots.png) repeat;
	height: 700px;
}

@media screen and (max-width: 767px) {
	.dots {
		height: 512px;
	}
}

.key-visual-inner {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tagline {
	font-size: 4.8rem;
	font-weight: 800;
	padding-bottom: 16px;
	letter-spacing: 1px;
}

.main-title h1 {
	padding: 18px 32px 16px;
	border-radius: 8px;
	border: 1px solid var(--Text-Black, #323232);
	background: var(--White, #FFF);
	box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.25)
}

.banner {
	margin: 24px auto 0;
	display: flex;
	justify-content: center;
}

.banner-inner {
	border-radius: 16px;
	border: 8px solid var(--BackGround, #FAFCFD);
	background: var(--Kokuban, #1C6D51);
	box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.40);
	padding: 16px 24px 24px;
	font-size: 1.8rem;
	color: var(--BackGround, #FAFCFD);
	font-weight: 700;
}

.date {
	color: var(--BackGround, #FAFCFD);
	text-align: center;
	font-family: Barlow Condensed;
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 1px;
}

.btn-to-events {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-top: 1px solid var(--White, #FFF);
	border-bottom: 1px solid var(--White, #FFF);
	padding: 8px 0;
	width: 100%;
	margin-top: 8px;
}

/*introduction*/
.introduction {
	/*background: url(../img/dots.png) repeat;*/
	padding: 80px 0;
	border-top: 1px solid var(--Text-Black, #323232);
	border-bottom: 1px solid var(--Text-Black, #323232);
}

.introduction h2 {
	color: var(--Text-Black, #323232);
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1px;
	padding-bottom: 32px;
}

.mainlead {
	font-size: 1.8rem;
	line-height: 220%;
	font-weight: 700;
	text-align: center;
	padding-bottom: 48px;
}

/*section01*/
.speechBubble {
	position: relative;
	display: inline-block;
	margin-bottom: 32px;
	padding: 16px;
	border: 2px solid var(--Text-Black, #323232);
	border-radius: 8px;
	background-color: var(--White, #FFF);
	text-align: center;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--Text-Black, #323232);
	width: calc(100% - 32px);
	box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.25)
}

.speechBubble::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 32px 24px 0 24px;
	border-color: var(--Text-Black, #323232) transparent transparent;
	translate: -50% 100%;
}

.speechBubble::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 28.7px 21.5px 0 21.5px;
	border-color: var(--White, #FFF) transparent transparent;
	translate: -50% 100%;
}

.section01 {
	background: var(--BackGround_B, #EEF6F5);
}

.inner-container {
	width: 1024px;
	margin: 0 auto;
	padding: 80px 0;
}

.section01 h3 {
	color: var(--Text-Black, #323232);
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1px;
	padding: 32px 0;
}

.maintext {
	width: 800px;
	margin: 0 auto;
}

.maintext p {
	color: var(--Text-Black, #323232);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 220%;
	letter-spacing: 1px;
}

.cautions a {
	color: var(--Text-Black, #323232);
	text-decoration: underline;
}

.cautions a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	width: fit-content;
}

.circles {
	text-align: center;
	padding: 32px 0;
}

.cautions {
	color: var(--Text-Black, #323232);
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 1px;
}

.type-card {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	width: 316px;
	gap: 16px;
}

.type-card h4 {
	color: var(--NextGreenBlue, #1C6D51);
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1px;
	border-left: 1px solid var(--NextGreenBlue, #1C6D51);
	border-right: 1px solid var(--NextGreenBlue, #1C6D51);
	padding: 0 32px;
	height: 88px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

.type-card h4 span {
	font-size: 1.4rem;
}

.card-img {
	width: 100%;
	border-radius: 16px;
}

.type ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 38px;
	padding: 48px 0 0;
}

.type-card p {
	color: var(--Text-Black, #323232);
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 1px;
}

.type-card h5 {
	color: var(--Text-Black, #323232);
	text-align: center;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 160%;
	display: flex;
	height: 68px;
	align-items: center;
}

.btn {
	width: 320px;
	margin: 0 auto;
}

.btn a {
	display: flex;
	padding: 16px;
	border-radius: 32px;
	background: var(--Kokuban, #1C6D51);
	color: var(--White, #FFF);
	font-size: 1.4rem;
	align-items: center;
	gap: 32px;
	justify-content: space-between;
	text-decoration: none;
}

/*section2*/
.section02 {
	background: url(../img/dots.png) repeat;
}

.section02 .inner-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.section02 h2 {
	color: var(--NextGreenBlue, #1C6D51);
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1px;
}

.news-feed time {
	width: 128px;
	text-decoration: none;
}

.news-feed ul {
	display: flex;
	gap: 16px;
	flex-direction: column;
}

.news-feed li a {
	display: flex;
	background-color: var(--White, #FFF);
	border-radius: 8px;
	border: 1px solid var(--Text-Black, #323232);
	padding: 24px 16px;
	gap: 24px;
	width: 760px;
	font-size: 1.4rem;
	line-height: 110%;
	color: var(--Text-Black, #323232);
	align-items: center;
}

.news-feed li div p {
	text-decoration: none;
}

.news-feed li div {
	display: flex;
	background-color: var(--White, #FFF);
	border-radius: 8px;
	border: 1px solid var(--Text-Black, #323232);
	padding: 24px 16px;
	gap: 24px;
	width: 760px;
	font-size: 1.4rem;
	line-height: 110%;
	color: var(--Text-Black, #323232);
	align-items: center;
}

.news-feed li a p {
	text-decoration: underline;
}

/*section03*/

.section03 {
	background: var(--NextLightBlue, #A7EBEB);
}

.schedule {
	text-align: center;
	border-top: 1px solid var(--text-black, #404040);
	border-bottom: 1px solid var(--text-black, #404040);
	width: 540px;
	margin: 24px auto 0;
	color: var(--Text-Black, #323232);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1px;
	padding: 32px 0 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.section03 h3 {
	color: var(--text-black, #404040);
	text-align: center;
	font-size: 4.8rem;
	font-weight: 800;
	line-height: 120%;
	/* 57.6px */
	letter-spacing: 1px;
}

.Day1 {
	font-family: Barlow Condensed;
	font-size: 2.4rem;
	font-weight: 600;

}

.Day1 span {
	font-size: 6.4rem;
	margin: 0 16px;
}

.place {
	font-weight: 400;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.kickoff {
	color: var(--Text-Black, #323232);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1px;
	background-color: var(--White, #FFF);
	padding: 8px 0;
	border: 1px solid var(--text-black, #404040);
	width: 800px;
	margin: 48px auto 16px;
	text-align: center;
	border-radius: 8px;
}

.Speaker {
	width: 940px;
	margin: 0 auto;
}

.Speaker li {
	position: relative;
}

.Speaker h4 {
	color: var(--Text-Black, #323232);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1px;
	text-align: center;
	border-top: 1px solid var(--text-black, #404040);
	border-bottom: 1px solid var(--text-black, #404040);
	padding: 8px 0;
	margin-top: 48px;
}

.Speaker ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 48px;
	padding-top: 32px;
}

.speaker-card {
	width: 280px;
}

.speaker-card img {
	width: 100%;
	border-radius: 16px;
}

.speaker-card h5 {
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	margin: 8px 0 0;
	line-height: 140%;
	height: 104px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.speaker-card h5 span {
	font-size: 2.4rem;
	line-height: 140%;

}

.speaker-card p {
	color: var(--Text-Black, #323232);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 1px;
}

.Speaker02 {
	width: 940px;
	margin: 0 auto;
}

.Speaker02 li {
	position: relative;
}

.Speaker02 h4 {
	color: var(--Text-Black, #323232);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1px;
	text-align: center;
	border-top: 1px solid var(--text-black, #404040);
	border-bottom: 1px solid var(--text-black, #404040);
	padding: 8px 0;
	margin-top: 48px;
}

.Speaker02 ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 24px;
	padding-top: 32px;
}

.speaker02-card {
	width: 170px;
}

.speaker02-card img {
	width: 100%;
	border-radius: 16px;
}

.speaker02-card h5 {
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	margin: 8px 0 0;
	line-height: 140%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.speaker02-card h5 span {
	font-size: 2.4rem;
	line-height: 140%;

}

.speaker02-card p {
	color: var(--Text-Black, #323232);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 1px;
}

.roll {
	color: var(--White, #FFF);
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1px;
	width: 280px;
	background: var(--Kokuban, #1C6D51);
	padding: 8px 0;
	border-radius: 16px 16px 0 0;
	position: absolute;
	top: 0;
}

.timetable {
	width: 800px;
	margin: 48px auto 0;
}

.timetable h5 {
	color: var(--Text-Black, #323232);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 120%;
	/* 21.6px */
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.timetable ul {
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
	border-top: 2px solid var(--Text-Black, #323232);
}

.timetable li {
	display: flex;
	border-bottom: 1px solid var(--Text-Black, #323232);
	padding: 16px 0;
}

.timetable li time {
	width: 120px;
}

.flyer {
	display: flex;
	gap: 32px;
	justify-content: center;
	padding-top: 64px;
}

.flyer a img {
	width: 100%;
}

.form ul {
	display: flex;
	justify-content: center;
	gap: 32px;
	padding-top: 48px;
}

.form li p {
	background: var(--NextgBlue, #1C6D51);
	color: var(--White, #FFF);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1px;
	padding: 8px;
}

.form li a {
	color: var(--Text-Black, #323232);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 220%;
	letter-spacing: 1px;
	text-decoration: underline;
}

.form li {
	display: flex;
	gap: 8px;
	flex-direction: column;
	width: 384px;
}

.form li div {
	display: flex;
	align-items: center;
	gap: 16px;
}

.form ul li a img {
	margin-left: 8px;
}



/*sectiou04*/
.section04 {
	background: url(../img/dots.png) repeat;
}

.pdf {
	width: 1024px;
}

.pdf ul {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	border-top: 1px solid var(--IllustGrey, #D8D8D8);
	border-bottom: 1px solid var(--IllustGrey, #D8D8D8);
	padding: 16px 0 0;
	width: 1024px;
	margin-top: 16px;
}

.pdf li {
	width: 334px;
}

.pdf a {
	display: flex;
	gap: 8px;
	color: var(--Text-Black, #323232);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 1px;
	margin-bottom: 16px;
	text-decoration: underline;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

/*section05*/
.section05 {
	background: var(--BackGround_B, #EEF6F5);
}

.manabikaeru {
	text-align: center;
}

.manabikaeru img {
	width: 400px;
	height: auto;
	border-radius: 16px;
	box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.25);
}

/*footer*/
.foot {
	border-top: 1px solid var(--Text-Black, #323232);
}

.footer-logo {
	text-align: center;
}

.foot-tagline {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.footer-logo img {
	width: 280px;
	background: var(--White, #FFF);
	border: 1px solid var(--Text-Black, #323232);
	border-radius: 2px;
	padding: 12px;
	margin-top: 8px;
}

.footer-inner {
	padding: 80px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}

.footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	flex-wrap: nowrap;
	gap: 24px;
}

.agreement {
	display: flex;
	gap: 24px;
}

.agreement a {
	color: var(--Text-Black, #323232);
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 100%;
	}

	.mext a {
		padding: 8px 16px;
	}

	.mext img {
		width: 100px;
	}

	/* kv */
	.key-visual {
		background-image: url(../img/kv_sp.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 512px;
	}

	.tagline {
		font-size: 2.0rem;
		line-height: 120%;
		padding-bottom: 8px;
		letter-spacing: 1px;
	}

	.main-title h1 img {
		width: 260px;
	}

	.main-title h1 {
		padding: 14px 24px 12px;
	}

	.banner {
		width: 100%;
		margin: 80px auto 0;
	}

	.banner-inner {
		padding: 16px;
		margin: 0 auto;
		border: 6px solid var(--BackGround, #FAFCFD);
	}

	.date {
		font-size: 3.2rem;
	}

	.btn-to-events {
		padding: 8px 0;
	}

	/*introduction*/
	.introduction {
		padding: 48px 24px;
	}

	.introduction h2 {
		font-size: 2.4rem;
		line-height: 120%;
	}

	.mainlead {
		font-size: 1.6rem;
		line-height: 180%;
		text-align: left;
		letter-spacing: 1px;
		padding-bottom: 24px;
	}

	/* section01 */
	.speechBubble {
		margin-bottom: 24px;
		padding: 12px;
		font-size: 2.4rem;
	}

	.speechBubble::before {
		border-width: 18px 9px 0 9px;
	}

	.speechBubble::after {
		border-width: 13.5px 6.8px 0 6.8px;
	}

	.inner-container {
		width: auto;
		padding: 48px 24px;
	}

	.maintext {
		width: 100%;
	}

	.maintext p {
		font-size: 1.6rem;
	}

	.type-card {
		width: 100%;
	}

	.type-card h4 {
		font-size: 2.0rem;
	}

	.type-card h5 {
		height: auto;
	}

	.circles img {
		width: 100%;
	}

	.cautions {
		line-height: 180%;
	}

	.type ul {
		flex-direction: column;
		gap: 32px;
	}

	.section01 h3 {
		padding: 16px 0;
	}

	/* section02 */
	.section02 .inner-container {
		flex-direction: column;
		gap: 24px;
	}

	.section02 h2 {
		font-size: 2.4rem;
	}

	.news-feed li a {
		width: auto;
	}

	.news-feed li div {
		width: auto;
	}

	/* section03 */
	.schedule {
		width: 100%;
		padding: 16px 0;
	}

	.section03 h3 {
		font-size: 2.4rem;
	}

	.Day1 span {
		font-size: 4.8rem;
		line-height: 120%;
	}

	.kickoff {
		width: 100%;
	}

	.Speaker {
		width: 100%;
	}

	.Speaker li {
		width: calc(50% - 8px);
	}

	.Speaker ul {
		flex-wrap: wrap;
		gap: 16px;
	}

	.speaker-card {
		width: 100%;
	}

	.speaker-card h5 {
		height: auto;
		padding: 8px 0;
	}


	.Speaker02 {
		width: 100%;
	}

	.Speaker02 li {
		width: calc(50% - 8px);
	}

	.Speaker02 ul {
		flex-wrap: wrap;
		gap: 16px;
	}

	.speaker02-card {
		width: 100%;
	}

	.speaker02-card h5 {
		height: auto;
		padding: 8px 0;
	}

	.roll {
		width: 100%;
	}

	.timetable {
		width: 100%;
	}

	.timetable li time {
		width: 72px;
	}

	.flyer {
		flex-direction: column;
		text-align: center;
		gap: 16px;
		padding-top: 48px;
	}

	.flyer a img {
		width: 70%;
	}

	.form ul {
		gap: 24px;
		padding-top: 32px;
		flex-direction: column;
	}

	.form li {
		width: 100%;
	}

	/* section04 */
	.pdf {
		width: 100%;
	}

	.pdf ul {
		width: 100%;
	}

	.pdf li {
		width: 100%;
	}

	/* section05 */
	.manabikaeru img {
		width: 80%;
	}

	/* footer */
	.footer-inner {
		gap: 32px;
	}

	.footer-logo img {
		width: 80%;
	}

	.footer-inner {
		padding: 48px;
		flex-direction: column;
	}

	.footer-right {
		align-items: center;
	}
}

/* lower */
.inner-container-w800 {
	width: 800px;
	margin: 0 auto;
	padding: 80px 0;
}

.lower-page {
	background: var(--BackGround_B, #EEF6F5);
}

.mext-lower {
	text-align: center;
	padding: 16px 0;
}

.lower-page h1 {
	color: var(--Text-Black, #323232);
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 160%;
	/* 51.2px */
	letter-spacing: 1px;
}

.lower-page h2 {
	color: var(--Text-Black, #323232);
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 160%;
	/* 51.2px */
	letter-spacing: 1px;
	padding: 32px 0 0;
}

.lower-maintext {
	color: var(--Text-Black, #323232);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 240%;
	/* 38.4px */
	letter-spacing: 1px;
	padding-top: 16px;
}

.lower-maintext-small {
	color: var(--Text-Black, #323232);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 180%;
	/* 22.4px */
	letter-spacing: 1px;
	padding-top: 16px;
}

.lower-maintext-small a {
	color: var(--Text-Black, #323232);
	text-decoration: underline;
}

.mb16 {
	margin-bottom: 16px;
}

.lower-btn a {
	margin-top: 48px;
	color: var(--White, #FFF);
	text-decoration: none;
}

.newsdate {
	color: #404040;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 180%;
	/* 25.2px */
	letter-spacing: 1px;
	margin: 8px 0 16px;
}

@media screen and (max-width: 767px) {
	.inner-container-w800 {
		width: auto;
		margin: 0 auto;
		padding: 48px 24px;
	}
}

@media screen and (min-width: 768px) {
	a:hover {
		text-decoration: none;
	}

	.banner-inner:hover {
		background: #54AEC2;
		transition: all .23s ease-out;
	}

	.btn a:hover {
		background: #54AEC2;
		transition: all .23s ease-out;
	}

	/*.news-feed a:hover {
		background: var(--BackGround_B, #EEF6F5);
		transition: all .23s ease-out;
	}

	.news-feed a:hover p {
		text-decoration: none;
	}*/

	.flyer a:hover {
		opacity: 0.8;
		transition: all .23s ease-out;
	}

	.form li a:hover {
		text-decoration: none;
	}

	.manabikaeru a:hover {
		opacity: 0.8;
		transition: all .23s ease-out;
	}
}

/*260806add*/
.close {
	color: var(--NextgBlue, #1C6D51);
	border: 1px solid var(--NextgBlue, #1C6D51);
	background-color: var(--White, #FFF);
	padding: 4px;
	font-size: 1.6rem;
	font-weight: 600;
}

.divider {
	color: var(--Text-Black, #323232);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1px;
	background-color: var(--White, #FFF);
	padding: 8px 0;
	border: 1px solid var(--text-black, #404040);
	width: 100%;
	margin: 48px auto 0;
	text-align: center;
	border-radius: 8px;
}