@charset "utf-8";
/* CSS Document */

.home .p-visual__nav__list {
	gap: 1%;
}

.home .p-visual__nav__item a {
	font-size: 11px;
}

.home .p-visual__container {
	height: 60%;
}

.home .p-visual__container__logo {
	max-width: 180px;
	margin-top: 0px;
}

.home .p-visual__container__catch {
	max-width: 218px;
}

.home .p-visual__container__text {
	max-width: 694px;
}

.home .p-voice {
	border-top:4px solid #21a5dd;
}

.home .p-reason {
	border-bottom:4px solid #21a5dd;
	border-top:4px solid #21a5dd;
}

.home .p-gallery {
	background-image:url(../images/object-back.webp);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	border-bottom:4px solid #21a5dd;
}

.home .p-teachers {
	background-image:url(../images/object-back.webp);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	border-bottom:4px solid #21a5dd;
}


.teacher-title {
	display: block;
	text-align: center;
}

.home .p-teachers__guradute__icon {
	width: 180px;
}

.c-gallery__required {
	font-size:12px;
	font-weight:700;
	margin-top:6px;
}

.p-teachers__guradute {
	justify-content: center;
}