@charset "utf-8";
/* initialize */
#contents-area p, h1, h2, h3, h4, h5, h6, ul, ol {
  color: #000;
}
ol {
  list-style-type: none;
  margin: 0;
}
img.pdficon, img.wmvicon, img.xlsicon, img.flipicon, img.rssicon, img.zipicon, img.mailicon, img.newwindowicon, img.videoicon, img.pcicon, img.icon-new {
  width: 16px;
}
/* utility */
.u-pc-mt-10 {
  margin-top: 10px;
}
.u-pc-mt-20 {
  margin-top: 20px;
}
.u-pc-mt-30 {
  margin-top: 30px;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
/* contents */
.section-container {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.section-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 3.47vw;
  padding-right: 3.47vw;
  box-sizing: border-box;
}
.item-image {
  width: 100%;
}
.item-image.-disno{
  display: none;
}
.contents-flex {
  display: flex;
  margin: 0 auto;
}
#member-category.section-container {
  padding-top: 100px;
  padding-bottom: 0;
}
#member-category .section-inner {
  padding-left: 0;
}
#member-profile .contents-inner .title-lv2::after {
  display: none;
}
.member-profile-detail-list {
  margin-top: 50px;
}
.member-profile-detail-list-item {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}
.member-profile-detail-list-item:last-child {
  padding-bottom: 0;
}
.member-profile-detail-list-item a {
  background-image: linear-gradient(90deg, #707070, #707070);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.5s;
  padding-bottom: 0.28vw;
  background-size: 100% 1px;
  color: #000;
}
.member-profile-detail-list-item a:hover {
  color: #757575;
  /*opacity: 0.7;*/
  /*background-size: 100% 1px;*/
}
/* .member-profile-detail-list-item a:hover::after {
  width: 100%;
} */
.member-profile-detail-title {
  display: table-cell;
  width: 105px;
  font-size: 14px;
  color: #757575;
}
.member-profile-detail-text {
  display: table-cell;
  padding-left: 40px;
  font-size: 14px;
  line-height: 28px;
  word-break: normal;
}
.member-profile-detail-text .text {
  font-size: 14px;
  line-height: 28px;
  margin-top: 30px;
}
.member-profile-detail-text .text:first-child {
  margin-top: 0;
}
#member-category .list-title {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
}
#member-category .list-title:first-child {
  margin-top: 0;
}
#member-category .dots-list-item {
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
  position: relative;
  padding-left: 10px;
  word-break: normal;
}
#member-category .dots-list-item::before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
}
#member-category .dots-list-item:first-child {
  margin-top: 0;
}
.number-list-item {
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
}
.number-list-item .list-number {
  display: table-cell;
  padding-right: 10px;
}
.number-list-item .number-list-text {
  display: table-cell;
}
.number-list-item > .number-list {
  padding-left: 20px;
}
.section-member-photo-box {
  background-color: #eee;
  padding: 50px;
  box-sizing: border-box;
}
.section-member-photo {
  /* min-width: 465px; */
  width: 465px;
}
#member-profile.section-container {
  position: relative;
  padding-top: 0;
  padding-left: 70px;
  width: calc(100% - 465px);
}
#member-profile .contents-inner {
  padding-right: 5.21vw;
}
#member-profile .title-lv2 {
  font-size: 30px;
  line-height: 1.2;
  color: #aaa;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  right: 0;
}
#member-profile .title-lv2 .title-lv1-ja {
  font-size: 12px;
  color: #aaa;
  font-weight: bold;
  line-height: 1;
}
.member-detailscategory-list {
  margin-top: 12px;
  font-size: 12px;
  color: #aaa;
  min-height: 30px;
  display: flex;
  flex-wrap: wrap;
  gap:.3em .5em;/* flexgap */
}
#member-profile .member-detailscategory-list {
  height: initial;
  margin-top: 50px;
  font-size: 14px;
  color: #757575;
  display: block;
}
.member-profile-affiliation {
  font-size: 18px;
  margin-top: 40px;
}
.member-profile-name {
  font-size: 40px;
  margin-top: 10px;
}
.member-profile-direct {
  display: inline-block;
  background-color: #f6f6f6;
  color: #757575;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 50px;
  margin-top: 35px;
  position: relative;
}
.member-profile-direct-link {
  display: inline-block;
  padding-left: 5px;
  width: 18px;
  cursor: pointer;
}
.member-profile-explain {
  background-color: #000;
  width: 410px;
  padding: 11px;
  border-radius: 10px;
  position: absolute;
  bottom: 45px;
  left: 75px;
  opacity: 0;
  transition: 0.5s;
}
.member-profile-explain::after {
  content: '';
  display: block;
  border-style: solid;
  border-width: 13px 7px 0 7px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 54%;
}
.member-profile-direct-link:hover + .member-profile-explain {
  opacity: 1;
  transition: 0.5s;
}
.member-profile-explain-title, .member-profile-explain-text {
  font-size: 12px;
  color: #fff !important;
}
.member-profile-explain-title {
  font-weight: bold;
}
.member-profile-explain-text {
  margin-top: 10px;
}
.team-member-list-link:hover {
  filter: brightness(60%);
  transition: 0.2s;
}
.member-detailscategory-list-item:last-child {
  margin-right: 0;
}
.section-container .title-lv2 {
  font-size: 30px;
  position: relative;
  margin-top: 0;
  font-weight: 500;
  color: #000;
}
.section-container .title-lv2::after, .section-container .title-lv1::after {
  content: '';
  display: block;
  position: absolute;
  vertical-align: middle;
  width: 5px;
  height: 2px;
  border-top: 2px solid #757575;
  bottom: -20px;
  left: 0;
}
.section-container .title-lv1::after {
  bottom: -45px;
}
.section-container .title-lv2-ja, .section-container .title-lv1-ja {
  display: block;
  font-size: 12px;
  color: #757575;
  font-weight: bold;
}
.section-bg-gray {
  background-color: #f6f6f6;
}
#researchers-story.section-container {
  padding-bottom: 90px;
  box-sizing: border-box;
}
#researchers-story .team-category-list {
  margin-top: 80px;
}
#researchers-story .team-category-list.no-margin {
  margin-top: 0px;
}
.team-category-list-link {
  cursor: pointer;
}
.team-category-list-link.active {
  color: #000;
}
.team-category-list-link, .team-member-list-link {
  transition: 0.3s;
}
.team-category-list-link:hover {
  color: #000;
}
.team-category-list-item {
  color: #aaa;
  font-size: 14px;
  margin-top: 15px;
}
.team-category-list-item:first-child {
  margin-top: 0;
}
#researchers-story .team-category-list-item {
  display: inline-block;
  margin-right: 30px;
  color: #757575;
}
#researchers-story .team-category-list-item.active {
  color: #000;
}
.story-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.78vw;
}
#team-category.section-container {
  padding-bottom: 200px;
}
#team-category .contents-flex {
  margin-top: 100px;
}
.section-side {
  min-width: 280px
}
#team-member {
  width: 100%;
}
.team-member-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-right: -2.78vw
}
.team-member-list-item {
  width: calc(100% / 5 - 2.78vw);
  margin-right: 2.78vw;
  margin-top: 60px;
}
.member-details-affiliation {
  font-size: 14px;
  margin-top: 1.04vw;
}
.member-details-mane {
  font-size: 20px;
  margin-top: 12px;
}
a.team-member-list-link:not([href]) {
  pointer-events: none;
}
[data-app-class="section-bg-gray"]{
  background-color: #f6f6f6;
}