
/*単体ページ用 イメージありタイトル*/
.fv_category.single{
  height: 200px;
  overflow: hidden;
  position: relative;
}

.fv_category.single picture{
  display: block;
  height: 200px;
  width: 110%;
  overflow: hidden;
}
.fv_category.single picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fv_category .heading_single {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 980px;
}
.heading_single_jp{
  display: block;
  margin-left: -0.2em;
}
.heading_single .small_en{
  font-size: 16px;
  display: block;
  color: #bb9f5b;
}
/*単体ページ用 イメージありタイトル*/

/*---single  common---*/
.single_ttl{
    font-size: 22px;
    margin-bottom: 8px;
}
.single_con{
    margin-bottom: 110px;
}
/*---common single--*/
.container {
    width: 880px;
    margin: 60px auto 120px;
}
/*---staff----*/
.staff_inner{
  width: 100%;
    display:flex;
	justify-content: space-between;
	margin-bottom: 30px;

}
.staff_inner2{
    display:block;

}
.staff_inner .picture{
width: 360px;
}
.staff_inner .staff_prof{
width: 470px;
}

.staff_comment {

  margin: 20px 0 25px;

  letter-spacing: 0.1em;
  text-align: justify;
}

.staff_prof_name {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.staff_ttl_l{
padding-bottom: 3px;
	margin-bottom: 15px;
	color: #bb9f5b;
	border-bottom: 1px solid #bb9f5b;
	font-size: 18px;
}
.staff_prof_ttl{font-size:18px; margin-bottom: 5px;}
.staff_prof_cat{font-size:16px;}
.staff_prof_ttl, .staff_prof_cat{
  line-height: 1.3;
  vertical-align: top;
  letter-spacing: 1.5;
  color: #bb9f5b;
}
.affiliation{
	padding-left: 15px;
}
.affiliation li{
	list-style: disc;
}
.affiliation li::marker {
  color: #bb9f5b;
}
.prof_point{
	margin-bottom: 30px;
}

.ma_top{margin-top: 40px;}

.staff_inner .uchida{
text-align: center;
}
.staff_inner .uchida img{
	width:70%;
	margin: 0 auto;
	text-align: center;
}




/*
.kiji_table.staff_Tbl{
  width: 100%; margin-top: 35px;
}
.kiji_table.staff_Tbl dd, .kiji_table.staff_Tbl dt{
  padding: 10px 0; margin: 0;
}
.kiji_table.staff_Tbl dt{font-weight: bold;}
.kiji_table.staff_Tbl dd{margin-left: 30px;}
.staff_story_Tbl{
  background: #FAF8F2;
  padding: 40px 50px;
  margin: 30px 0;
}
.staff_story_Tbl dl{margin-top: 20px;}
.staff_story_Tbl dl:first-child{margin: 0;}
.staff_story_Tbl dt{
  font-weight: bold;
  color: #bb9f5b;
  margin-bottom: 0.05em;
}
.staff_story_Tbl dd{
  margin-bottom: 0.05em;
}

.staff_story_reki{
  list-style-type: none;
  display: flex;
}

.staff_story_reki .nen{
  margin-right: 1em;
}*/