@charset "utf-8";
.section-container {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.section-container:last-child {
  padding-bottom: 200px;
}
.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;
}
.title-lv2 {
  position: relative;
  font-size: 60px;
  color: #000;
  font-weight: 500 !important;
  line-height: 1.2;
}
.title-lv2-ja {
  display: block;
  font-size: 20px;
  color: #757575;
  font-weight: bold;
}
.title-copy {
  display: block;
  font-size: 14px;
  /* color: #757575; */
  margin-top: 25px;
  font-weight: bold;
}
#team-category.contents-flex {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  /* margin-top: 9.72vw; */
  margin-top: 6.2vw;
}
.section-side {
  min-width: 280px
}
.team-category-list {
  margin-left: 3.47vw;
}
.team-category-list-item {
  color: #aaa;
  font-size: 14px;
  margin-top: 1.04vw;
}
.team-category-list-item:first-child {
  margin-top: 0;
}
.team-category-list-link.active {
  color: #000;
}
.team-category-list-link, .team-member-list-link {
  transition: 0.2s;
}
.team-category-list-link:hover {
  color: #000;
  transition: 0.2s;
  cursor: pointer;
}
#team-member {
  width: 100%;
}
.team-member-list {
  display: flex;
  flex-wrap: wrap;
}
.team-member-list-item {
  width: calc(20% - 2.78vw);
  display: block;
  margin-right: 2.78vw;
  margin-top: 4.17vw;
}
.member-detailscategory-list {
  margin-top: 12px;
  min-height: 30px;
  font-size: 12px;
  color: #aaa;
  display: flex;
  flex-wrap: wrap;
  gap:.3em .5em;/* flexgap */
}
/* .team-member-list-link:hover {
  filter: brightness(60%);
  transition: 0.2s;
} */
.member-details-affiliation {
  font-size: 14px;
  margin-top: 1.04vw;
}
.member-details-mane {
  font-size: 20px;
  /* margin-top: 0.69vw; */
  margin-top: 12px;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
a.team-member-list-link:not([href]) {
  pointer-events: none;
}
[data-app-class="section-bg-gray"]{
  background-color: #f6f6f6;
}

/* add 2025.08 */
.member-details-img{
  position: relative;
}

.member-details-img img{
  position: relative;
  z-index: 1;
  transition: 0.2s;
}
.member-details-img:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%);
  height: 48px;
  z-index: 2;
}
.member-details-img:after{
  content: '';
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 100%;
  background: url(/corp/set/data/technology/research/team/img/p/more-btn.svg) center center no-repeat;
  width: 26px;
  height: 26px;
  transition: background-image .2s;
  z-index: 3;
}

.team-member-list-link:hover .member-details-img:after{
  background-image: url(/corp/set/data/technology/research/team/img/p/more-btn_ov.svg);
}
.team-member-list-link:hover .member-details-img img{
  filter: brightness(60%);
}

a.team-member-list-link:not([href]) .member-details-img:before,
a.team-member-list-link:not([href]) .member-details-img:after{
  display: none;
}

/* add 2025.09 */
.section-container{
  padding-top: 45px;
}
.pageTop{
  position: relative;
  height: 185px;
}
.pageTop .recruitBtn{
  position: absolute;
  top: 20px;
  right: 3.47vw;
  width: 45%;
  max-width: 650px;
}

.pageTop .recruitBtn a:hover{
  opacity: .7;
}