main section.visual {
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: 0;
	background-color: #ffffff;
	&::before {
		content: "";
		display: block;
		height: 65px;
/*		background-color: #000000;*/
		@media screen and (min-width:768px) { height:118px; }
	}
	iframe {
		width: 100%;
		height: 100%;
	}
}
main section.news {
	color: #666666;
	background-color: #ffffff;
	text-align: left;
	padding: 40px;
	article {
		@media screen and (min-width:768px) {
			max-width: 800px;
			margin: 0 auto;
		}
	}
	h2 {
		color: #7bb23b;
		font-weight: 700;
		font-size: 5.5vw;
		margin-bottom: 0;
		@media screen and (min-width:768px) { font-size: 187.5%; }
	}
	.link { margin-top: -25px;
		a::after {
			content: url(../img/common/ico-pgtop.svg);
			transform: rotate(90deg);
		}
	}
	dl {
		height: 6em;
		overflow-y: auto;
		margin-top: 20px;
		font-weight: 400 !important;
		margin-bottom: 5px;
		@media screen and (min-width: 768px) {
			display: grid;
			gap: 10px 20px;
			grid-template-columns: auto 1fr;
            }
	}
}
main section#school {
	background-color: #7bb23b;
	font-weight: 700;
	article h2 { font-size: 10vw;
		@media screen and (min-width:768px) { font-size: 400%;}
	}
	ul {
		margin-top: 30px;
		display: grid;
		gap: 15px;
		text-align: left;
		@media screen and (min-width:768px) { 
			grid-template-columns: repeat(3, 1fr);
			gap: 40px;
		}
		li a {
			width: 100%;
			display: block;
			font-size: 5vw;
			@media screen and (min-width:768px) { font-size: 125%; }
			img {
				margin-bottom: 10px;
			}
		}
		li a::after {
			content: url(../img/common/ico-arrow.svg);
			display: inline-block;
			width: 1.5em;
			height: 1.5em;
			margin-left: 10px;
			vertical-align: middle;
		}
	}
}
main section#staff {
	font-weight: 700;
	padding: 0;
	background-color: #ffffff;
	color: #333333;
	@media screen and (min-width:768px) { 
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		place-items: center;
	}
	div.img {
		width: 100%;
		img {
			border-radius: 0;
		}
	}
	article {
		padding: 100px 5%;
		h2, p {text-align: left;}
			p.link {
	   		text-align: center;
	   		margin-top: 40px;
	   		a {
	   			border: 1px solid #333333;
	   			padding: 10px 30px;
	   			&::after {
	   				content: url(../img/common/ico-pgtop.svg);
	   				transform: rotate(90deg);
	   			}
	   		}
	   	}
	}
}
