/* ####################################### */
/* スライドショー */
/* ####################################### */

.slider div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	margin: 0;
}
.slider div{
	width: 100%;
}
.slider div img{
	width: 100%;
	height: 600px;
	object-fit: cover;
	filter: brightness(50%);
}
.slider .slick-dots {
	bottom: -30px;
	z-index: +1;
}
@media screen and (max-width: 768px){
	.slider div img{
		width: 100%;
		height: 400px;
		object-fit: cover;
		filter: brightness(50%);
	}
}

/* ####################################### */
/* main */
/* ####################################### */

.menu1{
	margin-top: 8vh;
}

.menu1 .content{
	display: flex;
	gap: 0px 60px;
}
.menu1 .content div{
	width: 50%;
}
@media screen and (max-width: 768px){
	.menu1 .content{
		display: block;
		gap: 0px 0px;
	}
	.menu1 .content div{
		width: 100%;
		margin: 40px auto;
	}
}

.top-bt a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #324ca2;
	padding: 30px;
	border-radius:10px;
	
}
.top-bt a:hover{
	background-color: #6f81be;
}

.top-bt a span{
	position: relative;
	display: inline-block;
}
.top-bt a span:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: -30%;
	bottom: 0;
	margin: auto;
}


.news{
	background-color: #eef2fa;
}

.news p{
	color: #1c2862;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 3vh 0;
}
.news dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 3vh 0;
}

.news dt {
  width: 20%;
  padding: 0 0px 20px 20px;
  margin-bottom: 10px;
	font-weight: bold;
}

.news dd {
  width: 80%;
  padding: 0 20px 20px 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){	
	.news dl{
		display: block;
		flex-wrap: wrap;
		width: 94%;
		margin: 0 auto;	
	}

	.news dt {
  		width: 100%;
  		padding: 0;
  		margin-bottom: 5px;
	}

	.news dd {
  		width: 100%;
  		padding: 0 ;
  		margin-bottom: 3vh;
	}
}


.menu2 .content{
	display: flex;
	flex-wrap: wrap;
	gap:50px 60px;
}
.menu2 .content div{
	width: calc(50% - 30px);
	height:auto; 
}
.menu2 .content div:nth-of-type(odd){

}

@media screen and (max-width: 768px){
	.menu2 .content{
		display: block;
		gap: 0px 0px;
	}
	.menu2 .content div{
		width: 100%;
		margin: 40px auto;
	}
}
.top-menu{
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
}

.top-menu p{
	position: absolute;
	top:0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	border: 10px solid rgb(255, 255, 255,0.5);
	border-radius:10px;
}

.top-menu p .deco{
	position: absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	font-size: 140%;
	line-height: 1.6em;

}
.top-menu p .deco .fonts{
	font-size:80%;
}
.top-menu img{
	width: 100%;
	height: auto;
	filter: brightness(50%);
	border-radius:10px;
}

.top-menu a:hover img{
	filter: brightness(20%);
}

.top-menu a:hover p {
	border: 10px solid rgb(255, 255, 255,0.5);
}
@media screen and (max-width: 768px){
	.top-menu p{
	position: absolute;
	top:0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	border: 6px solid rgb(255, 255, 255,0.5);
	border-radius:10px;
}
	
	.top-menu a:hover p {
	border: 5px solid rgb(255, 255, 255,0.5);
}
}
