.executive-flexbox {
	display: flex ;
  	flex-wrap: wrap;
  	justify-content: center;

}

.executive {
	 max-width: 450px ;
	 margin: 40px 40px;
}

.executive-item {
	display: flex;



}

.executive-name {
	padding: 0 0 20px 0;
	font-family: serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	color: #080059;
}

.executive-item p {
	max-width: 490px;
	margin: 0 8px 0  0;
}

.executive-item  img {
	max-width: 220px;
}

.teachers-flexbox-wrap{
	max-width: 800px;
	margin: 0 auto;
	}
	
.teachers-flexbox {
	display: flex ;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	align-items: stretch;
	}


.teachers-flexitem {
	margin: 40px 10px;
}


.gt-name {
	padding: 0 0 2px 0;
	text-align:center;
	font-family: serif;
	font-weight: bold;
	font-size: 20px;
	color: #080059;
}


.modal-content {
	overflow:auto;
	position:relative;
	display:none;
	width:80%;
	max-width:450px;
	max-height:90%;
	background:#fff;
	padding: 20px 20px 10px 20px;
}


.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}


.modal-open:hover {
	cursor:pointer;
	color:#f00;
	opacity: 0.6;
}

.modal-name {
	padding: 0px 0 12px 0;
	text-align:center;
	font-family: serif;
	font-weight: bold;
	font-size: 20px;
	color: #080059;
}

.modal-photo {
	margin:auto ; 
	max-width: 270px;
	text-align:center;
}


.text-main {
	padding: 10px 0px;
}

.text-sub {
	padding: 10px 0  ;
	font-size: 14px;
	border-top: 1px solid #000;
}
.close-btn {
 text-align:center;
}
.close-btn-mini {
  position: absolute;
  top: -10px;
  right: 0;
}

.close-btn-mini .modal-close{
 	position: absolute;
 	top: 0px;
 	right: 0;
 	padding: 0px 5px 9px 5px;
	color: #080059;
	background: #fff;
	}

.close-btn-mini  a{
	font-size: 40px;
	font-weight: bold;
	}

.modal-close {
	display: inline-block;
	font-weight: bold;
	padding: 0 30px;
	margin: 10px 0 20px 0;
	text-decoration: none;
	color: #FFF;
	background: #777;
	/*border-radius: 4px;*/
}


.modal-close:hover {
	cursor:pointer;
	opacity: 0.6;

}


/*　SP版　*/
@media (max-width: 767px){

	.executive {
	margin: 40px 70px;
	}

	.executive-item {
		display: block;
	}
	.executive-name {
	padding: 0;
	font-size: 20px;
	line-height: 140%;
	}
	.executive-item p {
		max-width:220px;
		text-align: left;
		line-height: 160%;
		margin: 0px 0 5px 0 ;
	}
	.executive-item  img {
		margin: 10px 0 0 0;
	}

.teachers-flexbox {
	display: flex ;
  	flex-wrap: wrap;
  	justify-content: center;
  	align-items: stretch;
}
.teachers-flexbox::after{
  display: none;
}
	.teachers-flexitem{
	max-width: 45%;
	margin :15px 7px;
	}
	
	.gt-name {
	font-size: 13px;
	}

	
}
