@charset "UTF-8";
#app .main_visual .contents_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#app .member_list {
  display: grid;
  gap: 0;
  grid-template-columns: 228px 1fr 140px;
  /* 1列目は300px、2列目は余った幅全て */
  border-bottom: 1px solid #CCC;
}
#app .member_list li {
  display: flex;
  align-items: center;
  padding: 18px 8px 13px;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}
#app .member_list li.m_info {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.75;
}
#app .member_list li.m_info .info {
  color: #666;
  font-weight: 300;
}
#app .member_list li:first-of-type {
  width: 228px;
  font-weight: 400;
}
#app .member_list.tableheader {
  height: 30px;
  border-bottom: none;
}
#app .member_list.tableheader li {
  padding: 2px 8px 0;
  background: #6f7f89;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
}
#app .members .main_visual {
  height: 150px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#app .members .main_visual .publications_img_caption {
  width: 100%;
}
#app .members .section_title {
  font-weight: 500;
}
#app .members .section_title .members_name_sholder {
  font-size: 24px;
  font-weight: normal;
  display: block;
  line-height: 1.5;
}
#app .content .section_title {
  margin-bottom: 32px;
  color: #6f7f89;
}
#app .members article {
  padding: 64px 0 0;
}
#app .members .content .section_title {
  margin-bottom: 40px;
}
#app .members .content .same_style .same_style_block:nth-of-type(2) .same_style_title {
  font-family: 'Noto Sans JP', sans-serif;
}
#app .members .same_style_title {
  font-family: 'Noto Sans JP', sans-serif;
}
#app .alumni-sort {
  display: flex;
  flex-direction: column;
}
#app .alumni-sort .sort2020 {
  order: 10;
}
#app .alumni-sort .sort2021 {
  order: 9;
}
#app .alumni-sort .sort2022 {
  order: 8;
}
#app .alumni-sort .sort2023 {
  order: 7;
}
#app .alumni-sort .sort2024 {
  order: 6;
}
#app .alumni-sort .sort2025 {
  order: 5;
}
#app .alumni-sort .sort2026 {
  order: 4;
}
#app .back_to_btn__men {
  background: #6f7f89;
  border: 1px solid #6f7f89;
  color: #FFF;
  font-size: 16px;
  /*line-height: 2;*/
  line-height: 1.5;
  padding: 4px 16px;
  text-align: center;
  margin-top: 80px;
  width: 100%;
  display: flex;
  text-decoration: none;
  text-align: center;
  transition: background .3s;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}
#app .back_to_btn__men .in_btn {
  color: #FFF;
  font-size: 16px;
  transition: color .3s;
}
@media (any-hover: hover) {
  #app .back_to_btn__men:hover {
    background: #FFF;
  }
  #app .back_to_btn__men:hover .in_btn {
    color: #6f7f89;
  }
}
#app .back_to_btn__wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#app .back_to_btn__wrap .back_to_btn__men {
  margin-top: 0;
}

.students-template-default #app .members .content .section_title {
  color: #505050;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #app .member_list li {
    font-size: 14px;
  }
  #app .content .section_title {
    margin-bottom: 28px;
  }
  #app .members article {
    padding: 32px 0 0;
  }
  #app .members .content .section_title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  #app .member_list {
    display: flex;
    flex-direction: column;
    padding: 20px 0 16px;
    border-top: 1px solid #d0d0d0;
    border-bottom: none;
  }
  #app .member_list:last-of-type {
    border-bottom: 1px solid #d0d0d0;
  }
  #app .member_list.tableheader {
    display: none;
  }
  #app .member_list li,
  #app .member_list li:last-of-type,
  #app .member_list li:first-of-type {
    width: 100%;
    position: relative;
    padding: 0 0 0;
    padding-left: 120px;
    font-size: 14px;
    font-weight: 400;
  }
  #app .member_list li span,
  #app .member_list li:last-of-type span,
  #app .member_list li:first-of-type span {
    display: block;
    width: 100%;
  }
  #app .member_list li:nth-of-type(2) {
    font-weight: 400;
  }
  #app .member_list li:before {
    content: "";
    display: flex;
    align-items: center;
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  #app .member_list li:first-of-type:before {
    content: "Position";
  }
  #app .member_list li:nth-of-type(2):before {
    content: "Name";
    font-weight: 400;
  }
  #app .member_list li:last-of-type:before {
    content: "Introduction";
  }
  #app .member_list.alumni li:first-of-type:before {
    content: "Graduation year";
  }
  #app .member_list.alumni li:last-of-type:before {
    content: "Degree";
  }
  #app .members .main_visual {
    height: auto;
    background: none;
  }
  #app .members .main_visual .img_count {
    height: 76px;
    overflow: hidden;
  }
  #app .members .main_visual .publications_img_caption p {
    margin-top: 4px;
  }
  #app .members .section_title .members_name_sholder {
    font-size: 14px;
  }
  #app .members article {
    padding: 52px 0 0;
  }
  #app .members .content .section_title {
    margin-bottom: 48px;
  }
  #app .members .section:last-of-type {
    margin-top: 72px;
  }
  #app .back_to_btn__men {
    height: 64px;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #app .back_to_btn__wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
#app .main_visual .contents_title {
  font-size: clamp(28px, 4vw, 56px);
}
@media screen and (max-width: 767px) {
  #app .main_visual .contents_title {
    font-size: clamp(28px, 4vw, 56px);
  }
}

/*# sourceMappingURL=members.css.map */
