@charset "UTF-8";

#five-college-26 .block-hero video{
	width: 100%;
	vertical-align: middle;
}
#five-college-26 .block-hero .title{
	position: relative;
}
#five-college-26 .block-hero .title::before{
	background-image: url(../images/five_college/2026/back.jpg);
	background-size: 131px 128px;
	background-repeat: repeat;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border: 0;
	right: 0;
	left: 0;
	margin: auto;
	opacity: .4;
}
#five-college-26 .block-hero .title h1{
	position: relative;
	max-width: 1000px;
	width: 90%;
	margin: auto;
	padding: 30px 0;
	box-sizing: border-box;
}

#five-college-26 .sec1{
	background-color: #fff;
}
#five-college-26 .sec1 .container{
	margin: auto;
}
#five-college-26 .sec1 .container .flex-dep{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 10px auto;
}
#five-college-26 .sec1 .container .flex-dep .box{
	width: calc(100% / 2 - 40px);
	margin: 0 20px 40px;
}
#five-college-26 .sec1 .container .flex-dep .box.color01{
	background-color: rgba(141,194,31,.43);
}
#five-college-26 .sec1 .container .flex-dep .box.color02{
	background-color: rgba(95,166,219,.4);
}
#five-college-26 .sec1 .container .flex-dep .box.color03{
	background-color: rgba(245,170,0,.44);
}
#five-college-26 .sec1 .container .flex-dep .box.color04{
	background-color: rgba(229,0,18,.26);
}
#five-college-26 .sec1 .container .flex-dep .box.color05{
	background-color: rgba(234,109,156,.27);
}
#five-college-26 .sec1 .container .flex-dep .box.color06{
	background-color: rgba(0,174,235,.27);
}
#five-college-26 .sec1 .container .flex-dep .box.color07{
	background-color: rgba(196,234,209,1);
}
#five-college-26 .sec1 .container .flex-dep .box .text{
	padding: 5% 7%;
	box-sizing: border-box;
}
#five-college-26 .sec1 .container .flex-dep .box .text .dep{
	margin: 20px auto;
}
#five-college-26 .sec1 .container .flex-dep .box .text .link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#five-college-26 .sec1 .container .flex-dep .box .text .link div{
	width: 100%;
	position: relative;
	margin: auto;
}
#five-college-26 .sec1 .container .flex-dep .box .text .link a{
	background-color: #fff;
	text-align: center;
	padding: 5px 15px;
	box-sizing: border-box;
	position: relative;
	font-size: clamp(0.75rem, 0.021rem + 1.56vw, 1.188rem);
	text-decoration: none;
	display: block;
	font-weight: bold;
	transition: all .5s;
}
#five-college-26 .sec1 .container .flex-dep .box.color01 .text .link a{
	border: 2px solid #4daa8c;
	color: #4daa8c;
}
#five-college-26 .sec1 .container .flex-dep .box.color01 .text .link a:hover{
	background-color: #4daa8c;
	color: #fff;
}
#five-college-26 .sec1 .container .flex-dep .box.color02 .text .link a{
	border: 2px solid #009fe8;
	color: #009fe8;
}
#five-college-26 .sec1 .container .flex-dep .box.color02 .text .link a:hover{
	background-color: #009fe8;
	color: #fff;
}
#five-college-26 .sec1 .container .flex-dep .box.color03 .text .link a{
	border: 2px solid #ef8200;
	color: #ef8200;
}
#five-college-26 .sec1 .container .flex-dep .box.color03 .text .link a:hover{
	background-color: #ef8200;
	color: #fff;
}
#five-college-26 .sec1 .container .flex-dep .box.color04 .text .link a{
	border: 2px solid #e50012;
	color: #e50012;
}
#five-college-26 .sec1 .container .flex-dep .box.color04 .text .link a:hover{
	background-color: #e50012;
	color: #fff;
}
#five-college-26 .sec1 .container .flex-dep .box.color05 .text .link a{
	border: 2px solid #e84d7e;
	color: #e84d7e;
}
#five-college-26 .sec1 .container .flex-dep .box.color05 .text .link a:hover{
	background-color: #e84d7e;
	color: #fff;
}
#five-college-26 .sec1 .container .flex-dep .box.color06 .text .link a{
	border: 2px solid #00aeeb;
	color: #00aeeb;
}
#five-college-26 .sec1 .container .flex-dep .box.color06 .text .link a:hover{
	background-color: #00aeeb;
	color: #fff;
}
#five-college-26 .sec1 .container .flex-dep .box.color07 .text .link a{
	border: 2px solid #02a99d;
	color: #02a99d;
}
#five-college-26 .sec1 .container .flex-dep .box.color07 .text .link a:hover{
	background-color: #02a99d;
	color: #fff;
}
#five-college-26 .sec1 .container .flex-dep .box .text .link a::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
	transition: all .5s;
}
#five-college-26 .sec1 .container .flex-dep .box.color01 .text .link a::after{
	background-image: url(../images/five_college/2026/arrow01.png);
}
#five-college-26 .sec1 .container .flex-dep .box.color02 .text .link a::after{
	background-image: url(../images/five_college/2026/arrow02.png);
}
#five-college-26 .sec1 .container .flex-dep .box.color03 .text .link a::after{
	background-image: url(../images/five_college/2026/arrow03.png);
}
#five-college-26 .sec1 .container .flex-dep .box.color04 .text .link a::after{
	background-image: url(../images/five_college/2026/arrow04.png);
}
#five-college-26 .sec1 .container .flex-dep .box.color05 .text .link a::after{
	background-image: url(../images/five_college/2026/arrow05.png);
}
#five-college-26 .sec1 .container .flex-dep .box.color06 .text .link a::after{
	background-image: url(../images/five_college/2026/arrow06.png);
}
#five-college-26 .sec1 .container .flex-dep .box.color07 .text .link a::after{
	background-image: url(../images/five_college/2026/arrow07.png);
}
#five-college-26 .sec1 .container .flex-dep .box .text .link a:hover::after{
	background-image: url(../images/five_college/2026/arrow00.png);
}
#five-college-26 .sec1 .container .flex-dep .box .fsg-logo{
	width: 60%;
	margin: auto;
}

#five-college-26 .sec1 .container .flex-dep .box .text .link div ul{
	position: absolute;
	width: 100%;
}
#five-college-26 .sec1 .container .flex-dep .box .text .link div ul li a{
	height: 0;
	padding: 0;
	margin: 0;
	border: none !important;
	overflow: hidden;
	transition: all 0s;
}
#five-college-26 .sec1 .container .flex-dep .box .text .link div:hover a{
	height: 100%;
}
#five-college-26 .sec1 .container .flex-dep .box .text .link div:hover ul li a{
	border: 2px solid #e84d7e !important;
}



@media screen and (max-width: 750px){
	#five-college-26 .sec1 .container .flex-dep .box{
		width: calc(100% / 2 - 10px);
		margin: 0 5px 10px;
	}
	#five-college-26 .sec1 .container .flex-dep .box .text{
		padding: 4%;
	}
}

@media screen and (max-width: 640px){
	#five-college-26 .block-hero .title h1{
		padding: 20px 0;
	}
	#five-college-26 .block-hero .title::before{
		background-size: 50px 64px;
	}
	#five-college-26 .container{
		width: 100%;
	}
	#five-college-26 .sec1 .container .flex-dep .box{
		width: 100%;
		margin: auto;
	}
	#five-college-26 .sec1 .container .flex-dep .box .text{
		padding: 4% 4% 10%;
	}
	#five-college-26 .sec1 .container .flex-dep .box .text .link a{
		font-size: 13px;
	}
	#five-college-26 .sec1 .container .flex-dep .box .text .link a::after{
		width: 6px;
		height: 10px;
	}
}






