@charset "UTF-8";
/************** ヘッダー ***************/
.header .site_logo span.site_name span.en {
  font-size: 18px;
}
.header .site_logo span.institute span.en::before {
  display: none;
}
.header .menu ul.depth1 li.lm30, .header .menu ul.depth1 li.lm31 {
  display: none;
}
@media print, screen and (max-width: 1200px) {
  .header {
    height: 72px;
  }
  .header .menu ul.depth1 li {
    max-width: 115px;
  }
  .contents_wrap {
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .wholewrapper.scroll .header .site_logo span.site_name span.en {
    font-size: 18px;
  }
  .wholewrapper.scroll .header .site_logo a {
    max-width: calc(100vw - 70px);
  }
}
@media screen and (max-width: 980px) {
  .header .menu ul.depth1 li {
    max-width: none;
  }
  .header .menu ul.depth1 li.lm30, .header .menu ul.depth1 li.lm31 {
    display: block;
    width: 50%;
    text-align: center;
    font-weight: 700;
    font-family: var(--font-roboto);
  }
  .header .menu ul.depth1 li.lm30 a {
    color: var(--color-primary);
    transition: color 0.2s;
  }
  .header .menu ul.depth1 li.lm30 a:hover {
    color: var(--color-text);
  }
  .header .menu ul.depth1 li.lm31 {
    margin-top: -54px;
    margin-left: 50%;
    background: var(--color-primary);
    pointer-events: none;
  }
  .header .menu ul.depth1 li.lm31 a {
    color: white;
  }
}
/************** 下層ページ ***************/
#main .pankuzu_wrap ul.pankuzu li.home {
  display: none;
}
.member_list li .info .profile span.ja {
  display: none;
}
.member_list li .info .profile span.en {
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0;
}
#main .member.detail .member_outline .info .profile span.ja {
  display: none;
}
#main .member.detail .member_outline .info .profile span.en {
  margin-top: 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: 0;
}
#main .outline .section_title {
  font-family: var(--font-roboto);
}
#main .outline .section_title::before {
  width: 52vw;
}
/*# sourceMappingURL=./common_en.css.map */