.sec01{
	padding: 100px 0;
	background: #ffffff;
}
.top__newsbox{
	display: flex;
}
.top__newstitlebox{
	width: 25%;
	box-sizing: border-box;
	padding-right: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.top__newstitle{
	font-size: 28px;
	line-height: 35px;
	width: 100%
}
.top__newstitle-text{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.top__newsimg{
	width: 100%;
	text-align: center;
}
.top__newsimg img{
	width: 60%;
	padding-top: 30px;
}
.top__newslink  a{
	text-align: center;
	color:#2CA9E1;
	font-size: 17px;
	font-weight: normal;
}
.top__newslink a:hover{
	opacity: 0.6;
}
.top__newscontentbox{
	width: 75%;
	}
.top__newscontent:first-child{
	border-top: solid 1px #000;
}
.top__newscontent:last-child{
	border-bottom: solid 1px #000;
}
.top__newscontent{
	border-bottom: solid 1px #BEBEBE;
	font-size: 18px;
	position: relative;

}
.top__newscontent a{
	width: 100%;
	padding: 18px 0;
	color:#000;
	display: flex;
}
.top__newscontent a:hover{
	background: #FDF3CC;
}
	.top__newscontent .date{
		width: 185px;
		display: flex;
		font-size: 16px;
		color: #7E7E7E;
		padding: 0 0 0 15px;
		align-items: center;
	}
	.top__newscontent .date .point{
		font-size: 18px;
		padding-right: 5px;
		color:#f4c201;
		display: inline-block;
	}
	.top__news-cat{
		font-size:16px;
		border-radius: 8px;
		color: #D75F55;
		border: solid 1px #D75F55;
		width: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 4px;
		line-height: 1;
		margin: auto 15px auto 5px;
	}
	.top__news-cat.ather{
		 color: #2CA9E1;
		 border: solid 1px #2CA9E1;
	}
	.top__news-cat.student{
		 color: #4BBC36;
		 border: solid 1px #4BBC36;
	}
	.top__news-cat.application{
		 color: #FDC800;
		 border: solid 1px #FDC800;
	}
	 .top__news-cat.communication{
		 color: #000;
		 border: solid 1px #000;

	}
	.significant{
		color: #D75F55;
		padding-right: 10px;
	}

	.top__news-btn{
    background: #92D7E7;
		border: solid 1px #92D7E7;
    color: #fff;
    display: block;
    padding: 0 10px;
    border-radius: 30px;
    width: 120px;
    font-size: 16px;
    text-align: center;
		position: absolute;
		right: 20px;
		top: 18px;
		cursor: pointer;
	}
	.top__news-btn:hover{
    color: #92D7E7;
	   background: #fff;
	}
	.top__newscontent-title {
		width: calc(100% - 450px);
	}
	@media only screen and (max-width: 769px) {
		.sec01{
			padding: 60px 10px;;
		}
		.top__newsbox{
			display: block;
		}
		.top__newstitlebox{
			width: 100%;
			padding-right: 0;
		}
		.top__newstitle{
			font-size: 28px;
			line-height: 35px;
			width: 100%
		}
		.top__newstitle{
			width: 50%;
			box-sizing: border-box;
			padding-top: 25px;
		}
		.top__newsimg{
			width: 50%;
			text-align: center;
			box-sizing: border-box;
		}
		.top__newsimg img{
			width: 100px;
			padding-top: 0;
		}
		.top__news-btn{
			display: none;
		}
		.top__newscontentbox{
			width: 100%;
		}
		.top__newscontent a{
			flex-wrap: wrap;}
		.top__newscontent .date {
    font-size: 16px;
    color: #7E7E7E;
		}
.significant{
	padding-left: 15px;
	 width: 100%;
	 box-sizing: border-box;
}
		.top__newscontent-title
		{padding-left: 15px;
		width: 100%;
		 box-sizing: border-box;
		}
	}

	.sec02{
		position: relative;
		overflow: hidden;
	}
	#video {
			position: absolute;
			z-index: -1;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 100vw;
			min-height: 100%;
			min-width: 100%;
	}
 .sec02-item a{
		width: 147px;
		height: 147px;
		border-radius: 100px;
		color: #fff;
		background: #F4C202;
		border: solid 1px #F4C202;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin: 10px;
		font-size: 24px;
	}
	.sec02-item a:hover{
		opacity: 0.6;
	}
 .sec02-content{
	 display: flex;
	 align-items: center;
	 justify-content:space-between;
	 text-align: center;
	 width: 900px;
	 height: 515px;
	 margin: auto;
 }
	@media only screen and (max-width: 769px) {
		.sec02{
			background: url(../img/top/sec02_bg.jpg);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}
		#video {
			display: none;
		}
		.sec02-content{
			display: block;
			width: 100%;
			box-sizing: border-box;
		}
		.sec02-item a{
				width: 130px;
				height: 130px;
				margin: 38px auto;
				font-size: 21px;
			}
	}
	.sec03{
		position: relative;
		overflow: hidden;
		padding: 60px 0;
		background: #ffffff;
	}
	.sec03__ttl {
			display: flex;
			align-items: center;
			justify-content: center;
	}
	.sec03__catch{
		font-size: 18px;
		text-align: center;
	}
	.sec03__ttl img{
			width: 415px;
			padding-bottom: 5px;
	}
	.sec03__ttl a{
		text-align: center;
		color:#2CA9E1;
		font-size: 18px;
	}
	.sec03__ttl a:hover{
		opacity: 0.5;
	}
	.sec03__flex{
		 display: flex;
		 align-items: center;
		 justify-content:space-between;
		 text-align: center;
		 width: 1000px;
		 margin: auto;
		 padding: 20px 0;
	 }
	 .sec03__catch{
		 font-size: 18px;
		 padding: 10px 0;
		 text-align: center;
	 }
	 .sec03__content{
		 width: 30%;
	 }

	 .sec03__content a{
		 width: 30%;
	 }
	 .sec03__content-img{
		 overflow: hidden;
 		 box-sizing: border-box;
 		 border-radius: 15px;
		 aspect-ratio : 1/1;
	 }
	.sec03__content-img img{
		 width: 100%;
		 transition: 0.4s;
		 aspect-ratio: 1/1;
		 object-fit: cover;
	 }
	.sec03__content-img img:hover{
		 transform: scale(1.2);
	 }
	 .sec03__content-ttl{
		 font-size: 18px;
		 padding-top: 10px;
	 }
	 .sec03__content-date{
		 font-size: 16px;
		 color: #7E7E7E;
	 }
	 .sec03__content-link{
			text-align: center;
			color:#2CA9E1;
			font-size: 15px;
	 }
	 .sec03__content-link:hover{
		 opacity: 0.6;
	 }
		@media only screen and (max-width: 769px) {
			.sec03{
				position: relative;
				overflow: hidden;
				padding: 30px 10px;
			}
			.sec03__ttl {
				text-align: center;
				display: block;
			}
			.sec03__ttl img{
					max-width: 80%;
					padding-bottom: 5px;
					display: block;
					margin: 0 auto;
			}
			.sec03__flex{
				display: block;
				width: 100%;
				padding: 20px 70px;
			}
			.sec03__content{
				padding-bottom: 30px;
				width: 100%;
			}
			.sec03__ttl01{
				text-align: center;
				margin: 0 auto;
			}
	 	 .sec03__ttl01 a {
			    text-align: center;
			    color: #2CA9E1;
			    font-size: 18px;
			}
			.sec03__ttl02	{
				text-align: center;
			}
			.sec03__ttl img{
 					width: 215px;
					padding-bottom: 5px;
			}
				.sec03__ttl02		img {
				 width: 170px;
				 padding-top: 5px;
			}
		}



.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    border: solid 1px #ffffff;
}
.slide__text{
	position: absolute;
	position: absolute;
  bottom: 20px;
	left: 8%;
  z-index: 1;
}
.slide__text img{
	width: 58%;
}
		@media only screen and (max-width: 769px) {
			.slide__text{
			  top: unset;
				bottom:40px;
				left: 5%;
				transform: translate(0 , 0);
				-webkit-transform: translate(0 , 0);
				-ms-transform: translate(0 , 0);
				width: 90%;
				 height: fit-content;
			}
			.slide__text img{
				width: 100%;
			}
		}



#main{
	position: relative;/
}

#video-area{
	position: fixed;
	z-index: -1;/*最背面に設定*/
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
}

#video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
}




.sec-calendar{
	padding: 100px 0;
	background: #ffffff;
}
.top__calendarbox{
	display: flex;
}
.top__calendartitlebox{
	width: 25%;
	box-sizing: border-box;
	padding-right: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.top__calendartitle{
	font-size: 28px;
	line-height: 35px;
	width: 100%
}
.top__calendartitle-text{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.top__calendarimg{
	width: 100%;
	text-align: center;
}
.top__calendarimg img{
	width: 90%;
	padding-top: 30px;
}
.top__calendarlink  a{
	text-align: center;
	color:#2CA9E1;
	font-size: 17px;
	font-weight: normal;
}
.top__calendarlink a:hover{
	opacity: 0.6;
}
.top__calendarcontentbox{
	width: 75%;
	}
.ecs-event-list{
	width: 100%;
	}
.ecs-event:first-child{
	border-top: solid 1px #000;
}
.ecs-event:last-child{
	border-bottom: solid 1px #000;
}
.ecs-event{
	border-bottom: solid 1px #BEBEBE;
	font-size: 18px;
	position: relative;
  display: flex;
  width: 100%;
}
.duration{
  position: absolute;
  left: 15px;
	pointer-events: none;
	display: flex;
  align-items: center;
	top:50%;
 	transform: translate(0, -50%);
 	-webkit-transform: translate(0, -50%);
 	-ms-transform: translate(0, -50%);
z-index: 1;
}
.tribe-event-date-start{
  display: flex;
  align-items: center;
  padding: 13px 5px 13px 0;
  font-size: 18px;

}
.tribe-event-date-start:before{
	content:"❖";
	font-size: 18px;
  padding-right: 5px;
  color: #f4c201;
  display: inline-block;

}
.tribe-event-date-end{
	display: none;
}
.top__calendarcontentbox .point {
    padding-right: 5px;
    padding-bottom: 2px;
    font-size: 18px;
		color:#f4c201;
    box-sizing: border-box;
}
.ecs-event span.day{
  font-size: 30px;
  line-height: 1;
  padding: 0px 5px 7px 10px;
  width: 50px;
  text-align: right;
	display: inline-block;
}
.ecs-event span.month{
	display: inline-block;
  width: 42px;
  text-align: right;
}
.entry-title{
  display: block;
  width: 100%;
}
.entry-title a{
	width: 100%;
  padding: 17px 0 17px 220px;
  display: block;
	color: #000;
  box-sizing: border-box;
}
.entry-title a:hover{
	background: #FDF3CC;
}
	.top__calendarcontent .date{
		width: 170px;
		display: flex;
		font-size: 16px;
		color: #7E7E7E;
		padding: 4px 0 0 15px;
	}
	.top__calendarcontent .date span{
		padding-top: 2px;
		line-height: 1;
	}
	.top__calendarcontent .date img{
		padding-right: 5px;
		padding-bottom: 2px;
		width: 25px;
		margin: -5px 0 0 0;
		box-sizing: border-box;
	}
	.significant{
		color: #D75F55;
	}
	.top__calendar-btn{
    background: #92D7E7;
		border: solid 1px #92D7E7;
    color: #fff;
    display: block;
    padding: 0 10px;
    border-radius: 30px;
    width: 120px;
    font-size: 16px;
    text-align: center;
		position: absolute;
		right: 20px;
		top: 18px;
		cursor: pointer;
	}
	.top__calendar-btn:hover{
    color: #92D7E7;
	   background: #fff;
	}
	@media only screen and (max-width: 769px) {
		.sec01{
			padding: 60px 10px;;
		}
		.top__calendarbox{
			display: block;
		}
		.top__calendartitlebox{
			width: 100%;
			padding-right: 0;
		}
		.top__calendartitle{
			font-size: 28px;
			line-height: 35px;
			width: 100%
		}
		.top__calendartitle{
			width: 50%;
			box-sizing: border-box;
			padding-top: 25px;
		}
		.top__calendarimg{
			width: 50%;
			text-align: center;
			box-sizing: border-box;
		}
		.top__calendarimg img{
			width: 180px;
			padding-top: 0;
		}
		.top__calendar-btn{
			display: none;
		}
		.top__calendarcontentbox{
			width: 100%;
		}
		.top__calendarcontent a{
			display: block;
		}
		.top__calendarcontent .date {
    width: 100%;
    font-size: 18px;
    color: #7E7E7E;
		}

		.top__calendarcontent-title{padding-left: 15px;}
	}

	@media only screen and (max-width: 450px) {
		.duration {
		    position: absolute;
		    left: 15px;
		    pointer-events: none;
		    display: flex;
		    align-items: center;
		    top:5px;
			 	transform: translate(0, 0);
			 	-webkit-transform: translate(0, 0);
			 	-ms-transform: translate(0, 0);
		}
		.entry-title a {
		    width: 100%;
		    padding: 55px 10px 17px 20px;
		    display: block;
		    color: #000;
		    box-sizing: border-box;
		}


	}
