@charset "UTF-8";
/* CSS Document */


.staff-sec{
	margin: 0px auto 150px;
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;

}

.staff-sec-inner{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
}
.staff-sec-inner:nth-child(3n){
	
	margin-right: 0%;
	
}

.post{
	font-size: clamp(12px, 0.78vw, 18px);
	margin-top: 20px;
	
}

.shikaku{
	font-size: clamp(10px, 0.62vw, 14px);
	margin-bottom: 5px;
}
.name{
	font-size: clamp(18px, 1.25vw, 32px);
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}

.d-text{
	margin-bottom: 20px;

}
.staff-main {
  height: 800px;
  overflow: hidden;
}

.staff-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* はみ出しを許して中央にフィット */
  object-position: center center;  /* 中央寄せ */
}

.d-certification{
	margin-bottom: 20px;
	
}

.d-certification span{
	font-size: clamp(12px, 0.78vw, 18px);
	display: inline-block;
	padding: 5px 20px;
	border-radius: 40px;
	background-color: #6A6C1F;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #fff;
}


@media only screen and (max-width: 767px) {
  
	.gaiyo-hyo {

		display: block;
	  justify-content: space-between;
	  
	  
	  }
	  .gaiyo-hyo dt {
	  width: 100%;
		  font-weight: bold;
		  border-bottom: 1px solid #ccc;
		  padding-bottom: 10px;
		
		
		}
		.gaiyo-hyo dd {
		  width: 100%;
		  border-bottom: 1px solid #333;
		  padding-bottom: 10px;  
			
			
			}
	  
}

/* ラインタイトル */


	
  
.h3-line {
	display: flex;
	align-items: center;
	
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 40px;
  }

  .h3-line:after {
	border-top: 1px solid #000661;
	content: "";
	flex-grow: 1;
  }

  .h3-line:after {
	margin-left: 1rem;
  }


@media all and (min-width: 781px) and (max-width: 1100px) {
  

  .h3-line {
	display: flex;
	align-items: center;
  }

  .h3-line:after {
	border-top: 1px solid #000661;
	content: "";
	flex-grow: 1;
  }

  .h3-line:after {
	margin-left: 1rem;
  }
}

@media all and (max-width: 780px) {
  .post {
    font-size: clamp(12px, 0.78vw, 18px);
    margin-top: 10px;
	  line-height: 1;
	  margin-bottom: 10px;
}
	.shikaku{
		line-height: 1;
		 margin-bottom: 10px;
	}
	
	.name{
		line-height: 1;
	}

  .h3-line {
    display: flex;
    align-items: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}

  .h3-line:after {
	border-top: 1px solid #000661;
	content: "";
	flex-grow: 1;
  }

  .h3-line:after {
	margin-left: 1rem;
  }
.page_ttl--list {
    background-color: #fff!important;
}

  .staff-sec-inner{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 50px;
}
}

.page_ttl--list{
	background: var(--bg-sub);
}