/* CSS Document */

#pagePath{
	display: none;
	}

#main{
	overflow: hidden;
	}
	#main header,
	#main section+section{
		padding-top: 0;
		}
	#main header,
	#main section:last-child{
		padding-bottom: 0;
		}

#hero{
	padding: 0;
	position: relative;
	overflow: hidden;
	}
	#hero:before{
		content: "";
		position: absolute;
		top: -5px;
		bottom: -5px;
		left: -5px;
		right: -5px;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		background-image: url(../images/heroPhoto.jpg);
		background-position: center;
		background-size: cover;
		filter: blur(5px);
		opacity: 0.5;
		}
	#hero>div{
		position: relative;
		z-index: 1;
		}
		#hero>div ul{
			list-style: none;
			}
		#hero>div li:nth-of-type(1),
		#hero>div li:nth-of-type(2){
			position: absolute;
			}
		#hero>div li:nth-of-type(1){
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			overflow: hidden;
			z-index: -1;
			}
		#hero>div li:nth-of-type(2){
			width: 8em;
			height: auto;
			top: 0;
			right: 0;
			z-index: 0;
			}
		#hero>div li:nth-of-type(3){
			width: 50%;
			height: auto;
			top: 0;
			left: 0;
			padding: 6em 0 6em 3em;
			z-index: 1;
			}

#about{}
	#about p{
		font-size: 1.2em;
		}
	#about .buttonSet a:hover{
		opacity: 0.7;
		}

#list{
	position: relative;
	}
	#list:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url("../images/listBg.jpg") no-repeat center;
		background-size: cover;
		opacity: 0.7;
		}
	#list header{
		position: relative;
		}
	#list li{
		background: #fff;
		}
		#list li:hover img{
			opacity: 0.7;
			}
	#list dl{
		position: relative;
		display: flex;
		flex-direction: column;
		}
	#list dt{
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 6em;
		padding: 1em;
		margin-top: 0.5em;
		background: rgba(0,0,53,0.6);
		color: #fff;
		line-height: 1.4em;
		z-index: 1;
		order: 2;
		}
	#list dd:nth-of-type(1){
		order: 1;
		}
		#list dd:nth-of-type(1) .thumb{
			padding-top: 100%;
			}
	#list dd>a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-indent: -999999px;
		z-index: 1;
		}
	#list .slick-arrow{
		background: rgba(66,99,234,0.8);
		}

#report{
	position: relative;
	}

#reportBnr{}
	#reportBnr ul{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		}
	#reportBnr li{
		position: relative;
		letter-spacing: 0.1em;
		border-radius: 8px;
		overflow: hidden;
		}
		#reportBnr li:after{
			content: "";
			position: absolute;
			width: 4em;
			height: 2em;
			top: 0.5em;
			left: 0.5em;
			background: url("../images/reportBnrLogo.svg") no-repeat;
			background-size: contain;
			}
		#reportBnr li img{
			opacity: 0.7;
			}
			#reportBnr li:hover img{
				opacity: 1;
				}
		#reportBnr li:nth-of-type(2){
			background: #0036ce;
			}
		#reportBnr li:nth-of-type(3){
			background: #2bc548;
			}
		#reportBnr li:nth-of-type(4){
			background: #b6008b;
			}
		#reportBnr li:nth-of-type(5){
			background: #c0be00;
			}
		#reportBnr li:nth-of-type(6){
			background: #e65555;
			}
		#reportBnr li.imgBnr img{
			opacity: 1;
			}
			#reportBnr li.imgBnr:after{
				display: none;
				}
			#reportBnr li.imgBnr .thumb{
				object-fit: contain;
				padding: 45% 0 0 0;
				}
	#reportBnr dl{
		position: relative;
		}
	#reportBnr dt{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 1em;
		font-weight: bold;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
		z-index: 1;
		}
	#reportBnr dd:nth-of-type(1){
		order: 1;
		}
		#reportBnr dd:nth-of-type(1) .thumb{
			padding-top: 50%;
			}
	#reportBnr dd>a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-indent: -999999px;
		z-index: 1;
		}

#reportList{}
	#reportList li{}
		#reportList li:hover img{
			opacity: 0.7;
			}
	#reportList dl{
		position: relative;
		display: flex;
		flex-direction: column;
		}
	#reportList dt{
		padding: 1em 0;
		line-height: 1.4em;
		z-index: 1;
		order: 2;
		}
	#reportList dd:nth-of-type(1){
		order: 1;
		}
	#reportList dd>a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-indent: -999999px;
		z-index: 1;
		}

#event{
	position: relative;
	}
	#event:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url("../images/eventBg.jpg") no-repeat center;
		background-size: cover;
		opacity: 0.2;
		}
	#event header{
		position: relative;
		}
	#event li{}
		#event li:hover img{
			opacity: 0.7;
			}
	#event dl{
		position: relative;
		display: flex;
		flex-direction: column;
		}
	#event dt{
		height: 6em;
		padding: 1em 0;
		line-height: 1.4em;
		z-index: 1;
		order: 2;
		}
	#event dd:nth-of-type(1){
		position: relative;
		border-top: 1px solid rgba(0,0,53,1);
		padding: 0.5em 0 0.5em 5.5em;
		font-size: 0.8em;
		color: rgba(0,0,53,1);
		order: 3;
		}
		#event dd:nth-of-type(1):before{
			content: attr(data-time);
			position: absolute;
			top: 0;
			left: 0;
			background: rgba(0,0,53,1);
			color: #fff;
			padding: 0.5em;
			}
	#event dd:nth-of-type(2){
		order: 1;
		}
	#event dd>a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-indent: -999999px;
		z-index: 1;
		}

#corona{
	position: relative;
	}
	#corona ul{
		list-style: none;
		}
	#corona a{}
		#corona a:hover{
			opacity: 0.7;
			}

#sns{
	position: relative;
	background-color: #EBF9FF;
	}
	#sns li{}
		#sns li:hover img{
			opacity: 0.7;
			}
	#sns dl{
		position: relative;
		display: flex;
		flex-direction: column;
		}
	#sns dt{
		padding-top: 1em;
		line-height: 1.4em;
		z-index: 1;
		order: 2;
		}
	#sns dd:nth-of-type(1){
		order: 1;
		}
	#sns dd>a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-indent: -999999px;
		z-index: 1;
		}
	#sns .thumb{
		padding-top: 100%;
		background: #fff;
		background-position: top; /* IE */
		object-position: top;
		}


/* for all */
@media (max-width: 1199px) {
/*1199px以下*/
}
@media (max-width: 991px) {
/*991px以下*/
#hero{}
	#hero>div{
		width: 100%;
		}
		#hero>div li:nth-of-type(1){}
			#hero>div li:nth-of-type(1) .thumb{
				padding-top: 100%;
				}
		#hero>div li:nth-of-type(2){
			width: 4em;
			}
		#hero>div li:nth-of-type(3){
			width: 100%;
			padding: 2em;
			}
#logoActivity{
	display: none;
	}
#about{}
	#about div+div{
		margin-top: 1em;
		}
	#about .buttonSet{
		margin-top: 1em;
		}
#list{}
	#list section{
		width: calc(100% - 2em);
		margin: auto;
		}
	#list dt{
		height: 4.5em;
		}
/*	#list .slick-prev {
		left: -0.75em;
		}
	#list .slick-next {
		right: -0.75em;
		}*/
#report{
	position: relative;
	}
#reportBnr{
	padding-bottom: 2em;
	}
	#reportBnr li{
		width: 100%;
		font-size: 1.4em;
		}
		#reportBnr li+li{
			margin-top: 0.5em;
			}
	#reportBnr dd:nth-of-type(1){}
		#reportBnr dd:nth-of-type(1) .thumb{
			padding-top: 40%;
			}
#reportList{
	position: relative;
	}
/*	#reportList .slick-prev {
		left: -0.75em;
		}
	#reportList .slick-next {
		right: -0.75em;
		}*/
#event{}
	#event dt{
		height: 4.5em;
		}
/*	#event .slick-prev {
		left: -0.75em;
		}
	#event .slick-next {
		right: -0.75em;
		}*/
#corona{}
	#corona li{}
		#corona li+li{
			margin-top: 1em;
			}
#sns{}
/*	#sns .slick-prev {
		left: -0.75em;
		}
	#sns .slick-next {
		right: -0.75em;
		}*/
.slick-arrow{
	background: rgba(66,99,234,0.8);
	}
}


/* for mobile */
@media (max-width: 767px) {
/*767px以下*/
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
}


/* for TabletPC */
@media (min-width: 768px) {
/*768px以上*/
}
@media (min-width: 768px) and (max-width: 1199px) {
/*768px～1199px*/
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
#about{}
	#about .buttonSet img{
		width: 100%;
		max-width: 25em;
		}
	#reportBnr ul{
		justify-content: space-between;
		}
	#reportBnr li{
		font-size: 1.8em;
		width: calc(50% - 0.55em);
		}
		#reportBnr li:after{
			width: 2.5em;
			height: 1em;
			top: 0.25em;
			left: 0.25em;
			}
		#reportBnr li+li{
			margin-top: 0;
			}
/*		#reportBnr li:nth-of-type(1){
			margin-left: 2em;
			}
		#reportBnr li:nth-of-type(2){
			margin-right: 2em;
			}*/
		#reportBnr li:nth-of-type(3n){
			margin-top: 1em;
			}
		#reportBnr li:nth-of-type(n+4){
			margin-top: 1em;
			}
		#reportBnr dd:nth-of-type(1) .thumb{
			padding-top: 45%;
			}
#reportList{}
	#reportList .slick-slide{
		margin: 0 1em;
		}
#reportList{}
	#reportList .slick-slide{
		margin: 0 1em;
		}
#event{}
	#event .slick-slide{
		margin: 0 1em;
		}
#sns{}
	#sns .slick-slide{
		margin: 0 1em;
		}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#hero{}
	#hero>div li:nth-of-type(2){
		display: none;
		}
#logoActivity{
	position: absolute;
	width: 8em;
	top: 3em;
	right: 0;
	z-index: 1;
	}
#about{
	padding-top: 0;
	}
	#about .wrap{
		max-width: calc(100% - 4em);
		}
	#about section{
		display: flex;
		justify-content: space-between;
		}
		#about section>div{
			justify-content: space-between;
			}
		#about section>div:nth-of-type(1){
			width: calc(50% - 1em);
			position: relative;
			}
			#about figure{
				position: absolute;
				right: 0;
				top: 0;
				width: calc(50vw - 1em);
				height: 100%;
				}
		#about section>div:nth-of-type(2){
			width: calc(50% - 1em);
			margin-top: 0;
			padding: 1em 0;
			display: flex;
			flex-direction: column;
			justify-content: center;
			}
			#about section>div:nth-of-type(2) .buttonSet{
				flex-direction: column;
				align-items: center;
/*				padding: 0 2em; */
				}
				#about section>div:nth-of-type(2) .buttonSet>a+a{
					margin-top: 1em;
					margin-left: 0;
					}
		#about p+p{
			margin-top: 1em;
			}
	#about .buttonSet img{
		width: 100%;
		max-width: 600px;
		}
	#about .thumb{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-position: bottom;
		padding: 0;
		}
#list{}
	#list:after{
		content: url("../images/listParts.svg");
		position: absolute;
		top: -2em;
		left: 1em;
		width: calc(100% - 2em);
		height: auto;
		}
	#list .slick-prev {
		left: 1em;
		}
	#list .slick-next {
		right: 1em;
		}
#reportBnr{
	padding-bottom: 4em;
	}
	#reportBnr dd:nth-of-type(1) .thumb{
		padding-top: 45%;
		}
	#reportBnr ul{
		justify-content: center;
		}
	#reportBnr li{
		font-size: 1.8em;
		width: calc(33.33% - 1em);
		margin-right: 1em;
		}
/*		#reportBnr li:nth-of-type(1){
			margin-left: 2em;
			}
		#reportBnr li:nth-of-type(2){
			margin-right: 2em;
			}*/
		#reportBnr li:nth-of-type(3n){
			margin-right: 0;
			}
		#reportBnr li:nth-of-type(n+4){
			margin-top: 1em;
			}
		#reportBnr li:last-of-type{
			margin-right: 0;
			}
#reportList{}
	#reportList>div{
/*		display: flex;*/
		}
	#reportList>div{
/*		flex-direction: column;
		align-items: stretch;*/
		}
	#reportList ul{
/*		width: calc(100vw - 6em);
		align-self: center;*/
		}
	#reportList .slick-arrow{
		background: none;
		}
		#reportList .slick-arrow svg{
			fill: #666;
			}
	#reportList .slick-slide{
		margin: 0 1em;
		}
	#reportList .slick-prev {
		left: -1em;
		}
	#reportList .slick-next {
		right: -1em;
		}
#event{}
	#event:after{
		content: url("../images/eventParts.svg");
		position: absolute;
		top: -2em;
		left: 2em;
		width: 15em;
		height: auto;
		}
	#event section>div{
		display: flex;
		}
	#event section>div{
		flex-direction: column;
		align-items: stretch;
		}
	#event ul{
		width: calc(100vw - 6em);
		align-self: center;
		}
	#event .slick-arrow{
		background: none;
		}
		#event .slick-arrow svg{
			fill: #666;
			}
	#event .slick-slide{
		margin: 0 1em;
		}
	#event .slick-prev {
		left: -1em;
		}
	#event .slick-next {
		right: -1em;
		}
#corona{}
	#corona:after{
		content: url("../images/coronaParts.svg");
		position: absolute;
		top: -2em;
		right: 2em;
		width: 12em;
		height: auto;
		}
	#corona ul{
		display: flex;
		justify-content: center;
		}
	#corona li{
		width: calc(50% - 1em);
		}
		#corona li+li{
			margin-left: 2em;
			}
#sns{}
	#sns:after{
		content: url("../images/snsParts.svg");
		position: absolute;
		top: -2em;
		left: 3em;
		width: 9em;
		height: auto;
		}
	#sns section>div{
		display: flex;
		}
	#sns section>div{
		flex-direction: column;
		align-items: stretch;
		}
	#sns ul{
		width: calc(100vw - 6em);
		align-self: center;
		}
	#sns .slick-slide{
		margin: 0 1em;
		}
	#sns .slick-prev {
		left: -1em;
		}
	#sns .slick-next {
		right: -1em;
		}
	#sns .slick-arrow{
		background: none;
		}
		#sns .slick-arrow svg{
			fill: #666;
			}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1199px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
}


/* Edge */
@supports (-ms-ime-align:auto) {
}


/* ie */
@media all and (-ms-high-contrast: none){
}




