@charset "UTF-8";
/* c-inpage-nav
----------------------------------------------------------------*/
.c-profile-small {
  text-align: right;
}
.c-profile-small :last-child {
  margin-bottom: 0;
}
.c-profile-small .c-profile-cont .__head .name {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-profile-small .c-profile-cont .__head .name {
    margin-bottom: 0.5em;
  }
}
.c-profile-small .c-profile-cont .__head .name .ja {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-profile-small .c-profile-cont .__head .name .ja {
    display: block;
    line-height: 1.2;
    font-size: 1.4rem !important;
  }
}
.c-profile-small .c-profile-cont .__head .name .en {
  margin-left: 1em;
  color: #af4935;
  font-family: "Orbitron", sans-serif;
}
.c-profile-small .c-profile-cont .__head .position {
  color: #878686;
  font-size: 1.2rem;
}

/* アンカーリンク先が固定ヘッダーにかぶらないようオフセット */
.section[id^=anchor] {
  scroll-margin-top: 300px !important;
}

.c-inpage-nav {
  position: relative;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .c-inpage-nav {
    margin: 40px 0;
    padding: 10px 0;
  }
}
.c-inpage-nav::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.7);
}
.c-inpage-nav .c-inpage-nav__list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-inpage-nav .c-inpage-nav__list {
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-inpage-nav .c-inpage-nav__list > li {
    width: 100%;
  }
}
.c-inpage-nav .c-inpage-nav__list > li a {
  display: block;
  padding: 0.625em 13px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-inpage-nav .c-inpage-nav__list > li a {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-inpage-nav .c-inpage-nav__list > li a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 7px;
  border-left-color: #af4935;
  margin-right: 6px;
  vertical-align: middle;
}

.blockLink {
  margin-bottom: 40px;
}
.blockLink a {
  display: block;
  position: relative;
  padding: 0.75em 50px 0.75em 30px;
  background-image: url(../../img/bg_blockLink01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  text-decoration: none;
}
.blockLink a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 15px;
  height: 1em;
  margin: auto;
  background-image: url(../../common/img/ico_linkArw01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.blockLink a p {
  margin-bottom: 0;
}

.c-profile-large {
  display: flex;
  position: relative;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(41, 41, 41, 0.7);
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-profile-large {
    display: block;
    padding: 25px 3.90625vw;
    margin: 0 -3.90625vw;
    margin: 0 auto;
  }
}
.c-profile-large::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  border-width: 15px 15px 0 0;
  border-top-color: #af4935;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-profile-large.type01 {
    margin-right: -140px;
    padding-right: 140px;
  }
}
.c-profile-large .position {
  margin-bottom: 1px;
}

/* TEAMページ：プロジェクト構成リスト（階層がわかるデザイン） */
.c-team-structure {
  list-style: none;
  margin: 1.5em 0 0;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #333;
}
.c-team-structure ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-left: 0.6em;
  margin-top: 0.35em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-team-structure ul {
    margin-left: 0;
    padding-left: 0;
  }
}
.c-team-structure li {
  position: relative;
  padding: 0.2em 0 0.2em 0;
}
@media screen and (max-width: 767px) {
  .c-team-structure li {
    padding: 0.1em 0 0.1em 0;
    line-height: 1.3;
    font-size: 1.4rem !important;
  }
}
.c-team-structure li:not(:first-child) {
  margin-top: 0.15em;
}
.c-team-structure {
  /* 第1階層：ルート */
}
.c-team-structure > li {
  font-weight: 700;
  font-size: 1.05em;
  color: #fff;
  padding-left: 0.5em;
  border-left: 4px solid #b24a36;
  margin-bottom: 0.3em;
}
.c-team-structure > li::before {
  content: "";
  display: none;
}
.c-team-structure {
  /* 第2階層 */
}
.c-team-structure > li > ul > li {
  font-weight: 600;
  color: #ffffff;
  border-left: none;
  padding-left: 0;
  font-size: 1.2em;
}
.c-team-structure > li > ul > li::before {
  content: "└";
  display: inline-block;
  margin-right: 0.4em;
  color: #b24a36;
  font-weight: 400;
}
.c-team-structure > li > ul > li p {
  font-weight: 300;
  margin-bottom: 0;
  padding-left: 26px;
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .c-team-structure > li > ul > li p {
    font-size: 1.3rem !important;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.c-team-structure {
  /* 第3階層 */
}
.c-team-structure > li > ul > li > ul {
  border-left-color: #e0e0e0;
  margin-left: 0.5em;
  padding-left: 0.8em;
}
.c-team-structure > li > ul > li > ul > li {
  font-weight: 400;
  font-size: 0.95em;
  color: #ffffff;
}
.c-team-structure > li > ul > li > ul > li::before {
  content: "・";
  margin-right: 0.35em;
  color: #888;
}

.c-team-structure-note {
  margin-top: 1.5em;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.3;
}

/* サイエンスコミュニティ所属団体 */
.c-science-community .org-en {
  font-size: 0.9em;
  color: #666;
}

/* サイエンスボード：ワーキングチーム項目（タイトル+説明） */
.c-science-board > li > ul > li {
  display: block;
}
.c-science-board > li > ul > li::before {
  content: "";
  display: none;
}
.c-science-board > li > ul > li .wt-title {
  display: block;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.3em;
}
.c-science-board > li > ul > li .wt-desc {
  margin: 0 0 0.8em 0;
  padding-left: 0;
  font-weight: 400;
  font-size: 0.95em;
  color: #555;
  line-height: 1.7;
}/*# sourceMappingURL=style.css.map */