/* -------------------------------------
#title
----------------------------------------*/
#title {
  background: #F4F6FB;
}
#title .inner {
  width: 95%;
  padding: 30px 0;
  margin: 0 auto;
}
#title h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #title .inner {
    max-width: 1080px;
    padding: 40px 0;
  }
  #title h1 {
    font-size: 40px;
  }
}

/* -------------------------------------
#breadcrumb
----------------------------------------*/
#breadcrumb {
  margin-bottom: 0;
}

/* -------------------------------------
#researcher
----------------------------------------*/
#researcher {
  padding: 50px 0;
}
#researcher .inner {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
#researcher .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 50px;
}
#researcher .profile .textWrap {
  margin-top: 30px;
}
#researcher .profile .textWrap .name {
  margin-bottom: 20px;
}
#researcher .profile .textWrap .name h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#researcher .profile .textWrap .name p {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.05em;
}
#researcher .profile .textWrap .name p.ja {
  margin-right: 20px;
}
#researcher .profile .textWrap .name p.en {
  color: #A5A5A5;
}
#researcher .profile .textWrap .other p {
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
#researcher .profile .textWrap .other p.univ.kitami {
  background: #006098;
}
#researcher .profile .textWrap .other p.univ.otaru {
  background: #7E0B14;
}
#researcher .profile .textWrap .other p.univ.obihiro {
  background: #008D39;
}
#researcher .profile .textWrap .other p.position {
  margin-top: 10px;
  background: #46B2E7;
}
#researcher .profile .imgWrap {
  height: 200px;
  max-width: 400px;
}
#researcher .profile .imgWrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#researcher .info {
  border: 1px solid #e0e0e0;
}
#researcher .info dl + dl {
  border-top: 1px solid #e0e0e0;
}
#researcher .info dl dt {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #FFFFFF;
  background: #363C56;
  border-right: 1px solid #e0e0e0;
}
#researcher .info dl dd {
  padding: 10px 16px;
}
#researcher .info dl dd p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#researcher .info dl dd p + p {
  margin-top: 5px;
}
#researcher .info dl dd a {
  display: inline-block;
  line-height: 1.6;
  text-decoration: underline;
}
#researcher .info dl dd a + a {
  margin-top: 5px;
}
#researcher .info dl dd a span {
  padding-left: 21px;
  position: relative;
}
#researcher .info dl dd a span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("/img/common/icon-blank.svg");
  background-repeat: no-repeat;
}
#researcher .info dl dd .imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#researcher .info dl dd .imgList .imgWrap {
  width: calc((100% - 24px) / 3);
}
#researcher .info dl dd .imgList .imgWrap:nth-of-type(n+4) {
  margin-top: 10px;
}
#researcher .info dl dd .imgList .imgWrap:not(:last-of-type) {
  margin-right: 8px;
}
@media (min-width: 500px) {
  #researcher .info dl dd .imgList .imgWrap {
    width: calc((100% - 40px) / 5);
  }
  #researcher .info dl dd .imgList .imgWrap:nth-of-type(n+4) {
    margin-top: 0;
  }
  #researcher .info dl dd .imgList .imgWrap:nth-of-type(n+6) {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #researcher {
    padding: 80px 0;
  }
  #researcher .profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  #researcher .profile .textWrap {
    width: calc(100% - 200px);
    margin-top: 0;
  }
  #researcher .profile .textWrap .name {
    margin-bottom: 30px;
  }
  #researcher .profile .textWrap .name h2 {
    margin-bottom: 16px;
    font-size: 38px;
  }
  #researcher .profile .textWrap .name p {
    font-size: 22px;
  }
  #researcher .profile .textWrap .name p.ja {
    margin-right: 24px;
  }
  #researcher .profile .textWrap .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #researcher .profile .textWrap .other p {
    padding: 10px;
    margin-top: 5px;
    font-size: 18px;
    margin-right: 15px;
  }
  #researcher .profile .textWrap .other p.position {
    margin-top: 5px;
    background: #46B2E7;
  }
  #researcher .info {
    border: 1px solid #e0e0e0;
  }
  #researcher .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #researcher .info dl dt {
    width: 200px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
  }
  #researcher .info dl dd {
    width: calc(100% - 200px);
    padding: 10px;
  }
  #researcher .info dl dd p {
    font-size: 15px;
  }
  #researcher .info dl dd p + p {
    margin-top: 8px;
  }
  #researcher .info dl dd a + a {
    margin-top: 8px;
  }
  #researcher .info dl dd .imgList .imgWrap {
    width: calc((100% - 48px) / 6);
    max-width: 145px;
  }
  #researcher .info dl dd .imgList .imgWrap:nth-of-type(n+6) {
    margin-top: 0;
  }
  #researcher .info dl dd .imgList .imgWrap:nth-of-type(n+7) {
    margin-top: 15px;
  }
}

/* -------------------------------------
.link
----------------------------------------*/
.link {
  margin-bottom: 50px;
}
.link .inner {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
.link a {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-decoration: underline;
}
.link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 10px;
  height: 7px;
  background: url("/img/common/icon-arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .link {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=researchers.css.map */