@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
	overflow: hidden;
}
.main {
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	position: absolute;
}
.main#main-logo {
	position: static !important;
}
#main img {
	width: 100%;
	height: auto;
}



/****************************************************************************************************
content
****************************************************************************************************/
#content {
	width: 1200px;
	margin: auto;
	padding: 90px 0 60px 0;
	text-align: left;
}
#about {
}
#about h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.2em;
	color: #545454;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.0;
	text-align: center;
}
#about h2 figure {
	position: relative;
	transform: translate(0, -9px);
	padding-right: 1.2em;
}
#about h2 figure::after {
	position: absolute;
	content: "";
	display: inline-block;
	height: 30px;
	width: 1px;
	right: 0;
	bottom: 0;
	background: #FFCD95;
}
.col-about {
	color: #00C5FF;
}
#about p {
	margin-top: 30px;
	line-height: 2.4;
	text-align: center;
}
#about .contents-btn {
	margin-top: 30px;
}
.sec-ttl {
	text-align: center;
}
.sec-ttl h3 {
	color: #33006A;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.0;
}
.sec-ttl h3 .col-seminar {
	color: #00C5FF;
}
.sec-ttl h3 .col-event {
	color: #FFB96C;
}
.sec-ttl .sub {
	margin-top: 0.7em;
	font-size: 1rem;
	line-height: 1.0;
}
.sec-ttl + .sec-body {
	margin-top: 1.8rem;
}
.contents-btn ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	gap: 10px;
}
.contents-btn ul li a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	width: 570px;
	height: 120px;
	padding: 28px 30px 30px 30px;
	background: #18006A;
	color: #FFF;
	font-size: 1.866rem;
	line-height: 1.2;
}
#seminar .contents-btn ul li a {
	background: #00C5FF;
	height: 150px;
}
#event .contents-btn ul li a {
	background: #FFB973;
	height: 150px;
}
.contents-btn ul li a .indent {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.contents-btn ul li a .sub {
	display: block;
	margin-top: 0.4em;
	font-size: 1rem;
	font-family: "Century Gothic", sans-serif;
}
.contents-btn ul li a::after {
	position: absolute;
	content: "more";
	display: inline-block;
	padding-left: 20px;
	height: 16px;
	right: 32px;
	bottom: 28px;
	background: url(../img/common/arrow-wh.png) no-repeat left 1px;
	background-size: 15px;
	font-size: 1rem;
	line-height: 1.0;
}

#seminar-event {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px;
	margin-top: 80px;
}
#seminar-event > * {
	width: 570px;
}
#news {
	margin-top: 80px;
}
#report {
	margin-top: 66px;
}
#news-block,
#report-block {
	padding: 30px 0;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
#news-block dl,
#report-block dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5em;
}
#news-block dl + dl,
#report-block dl + dl {
	margin-top: 0.6em;
}
#news-block dl dt,
#report-block dl dt {
	color: #00C4FF;
}
#report-block dl dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5em;
}
#report-block dl dt .category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70px;
	height: 16px;
	margin-top: 0.58rem;
	background: #1A0066;
	color: #FFF;
	font-size: 0.666rem;
}
#report-block dl dt .category.event {
	background: #FFBF00;
}
#report-block dl dt .category.educational-programs {
	background: #00C4FF;
}
#report-block dl dt .category.public-offering {
	background: #FF9326;
}
#report-block dl dt + dd a + a {
	flex: 1;
}
.link-btn {
	margin-top: 22px;
	text-align: center;
	letter-spacing: 1px;
}
.link-btn a {
	color: #555;
}
.link-btn a::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: url(../img/common/arrow-bl.png) no-repeat center center;
	background-size: 15px;
	vertical-align: middle;
}
.tab {
	margin-top: 30px;
}
.tab dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2em;
	line-height: 1.0;
}
.tab dl dt {
}
.tab dl dt {
	padding-right: 2em;
	border-right: 1px solid #777;
}
.tab dl .select a {
	color: #00C5FF;
}






@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main {
		position: relative;
	}
	.main {
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		position: absolute;
	}
	
	
	
	/****************************************************************************************************
	content
	****************************************************************************************************/
	#content {
		width: 100%;
		padding: 8vw 4vw 10vw 4vw;
	}
	#about h2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4.5vw;
		font-size: 1.266rem;
	}
	#about h2 figure {
		transform: translate(0, 0);
		padding-right: 0;
		padding-bottom: 4.5vw;
		width: 40vw;
		margin: auto;
	}
	#about h2 figure::after {
		height: 1px;
		width: 60vw;
		right: -10vw;
	}
	#about p {
		margin-top: 1.6em;
		font-size: 0.866rem;
		line-height: 2.0;
	}
	#about .contents-btn {
		margin-top: 4vw;
	}
	.sec-ttl h3 {
		font-size: 2.0rem;
	}
	.sec-ttl .sub {
		font-size: 0.866rem;
	}
	.sec-ttl + .sec-body {
		margin-top: 6vw;
	}
	.contents-btn ul {
		gap: 2vw;
	}
	.contents-btn ul li a {
		width: 92vw;
		height: 24vw;
		padding: 4vw;
		font-size: 1.466rem;
	}
	#seminar .contents-btn ul li a,
	#event .contents-btn ul li a {
		height: 28vw;
	}
	.contents-btn ul li a .indentSp {
		padding-left: 1.1em;
		text-indent: -1.1em;
	}
	.contents-btn ul li a .sub {
		margin-top: 0.4em;
		font-size: 0.866rem;
	}
	.contents-btn ul li a::after {
		padding-left: 1rem;
		height: 0.8rem;
		right: 4vw;
		bottom: 4vw;
		background: url(../img/common/arrow-wh.png) no-repeat left center;
		background-size: 0.8rem;
		font-size: 0.8rem;
	}
	.contents-btn ul li img {
		object-fit: cover;
		width: 100%;
		height: 28vw;
	}
	
	#seminar-event {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10vw;
		margin-top: 10vw;
	}
	#seminar-event > * {
		width: 92vw;
	}
	#news {
		margin-top: 10vw;
	}
	#report {
		margin-top: 10vw;
	}
	#news-block,
	#report-block {
		padding: 6vw 0;
	}
	#news-block dl,
	#report-block dl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0 1.5em;
		font-size: 0.866rem;
	}
	#news-block dl + dl,
	#report-block dl + dl {
		margin-top: 1.0em;
	}
	#report-block dl dt {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1em;
	}
	#report-block dl dt .category {
		width: 7.5em;
		height: 1.8em;
		margin-top: 0;
		font-size: 0.6rem;
	}
	.link-btn {
		margin-top: 4vw;
	}
	.link-btn a::before {
		width: 1em;
		height: 1em;
		margin-right: 1vw;
		background-size: contain;
	}
	.tab {
		margin-top: 7vw;
		font-size: 0.8rem;
	}
	.tab dl {
		gap: 1em;
	}
	.tab dl dt {
	}
	.tab dl dt {
		padding-right: 1em;
	}
	
}
@media screen and (max-width: 960px) and (orientation: landscape) {
}