@charset "UTF-8";
/**
 * RIMD'S（りむでぃーず）研究者たちの素顔
 *
 */
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation: FadeInUp 0.8s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

/* ==========================================================================
   01. メインヘッダー
   ========================================================================== */
@media screen and (min-width: 768px) {
  .main-ttl {
    margin-top: 20px;
  }
  .main-ttl .sub::before {
    content: "／";
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .main-ttl .sub {
    display: block;
    padding-left: 0;
  }
}

.main-head {
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-head {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
.main-head .main-ttl {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-head .main-ttl img {
    width: 58.67vw;
    height: auto;
  }
}
.main-head .main-lead {
  animation-delay: 0.15s;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .main-head .main-lead {
    margin-top: 8vw;
  }
  .main-head .main-lead img {
    width: 74.67vw;
    height: auto;
  }
}

.past-ttl {
  display: block;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 2px #ddd;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .past-ttl {
    padding-bottom: 2.67vw;
    margin-bottom: 4vw;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  #main {
    background: url(img/bg_interview.gif) no-repeat right top;
  }
}
/* ==========================================================================
   インタビュー一覧
   ========================================================================== */
.interview-box-wrap {
  animation-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .interview-box-wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .interview-box-wrap {
    padding-top: 2.67vw;
  }
}

@media screen and (min-width: 768px) {
  .-incumbentMember, .-pastMember {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .-incumbentMember, .-pastMember {
    margin-top: 10.67vw;
  }
}

@media screen and (min-width: 768px) {
  .-pastMember {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .-pastMember {
    padding-bottom: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .interview-box {
    width: 33.33%;
  }
  .interview-box:nth-child(n+4) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .interview-box + .interview-box {
    margin-top: 8vw;
  }
}
.interview-box a {
  display: block;
}
@media screen and (min-width: 768px) {
  .interview-box a {
    padding: 30px;
    transition: background-color 0.3s ease;
    text-decoration: none;
  }
  .interview-box a:hover {
    background-color: #fdeeee;
  }
}
.interview-box-comment {
  background: url(img/comment_line.png) no-repeat left bottom;
  background-size: contain;
  font-weight: bold;
  line-height: 1.59;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .interview-box-comment {
    display: flex;
    align-items: center;
    padding-bottom: 23px;
  }
  .interview-box-comment p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .interview-box-comment {
    height: auto !important;
    padding-bottom: 6.13vw;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.interview-box-prof {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .interview-box-prof {
    margin-top: 5.33vw;
  }
}
.interview-box-prof .prof-img {
  border-radius: 60px;
  height: 120px;
  width: 120px;
  overflow: hidden;
}
.interview-box-prof .prof-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .interview-box-prof .prof-img {
    border-radius: 13.33vw;
    height: 26.67vw;
    width: 26.67vw;
  }
}
.interview-box-prof .prof-text {
  color: #6d6d6d;
  flex: 1;
  padding-left: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .interview-box-prof .prof-text {
    padding-left: 4vw;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.interview-box-prof .prof-name {
  line-height: 1.2;
}
.interview-box-prof .prof-name span {
  color: #1f1f1f;
  padding-right: 0.3em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .interview-box-prof .prof-name span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.interview-box-prof .prof-field {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .interview-box-prof .prof-field {
    margin-top: 1.6vw;
  }
}

/* 過去メンバーアコーディオン */
.pastMember-acc-wrapp {
  position: relative;
  margin-bottom: 60px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .pastMember-acc-wrapp {
    margin-top: 21.33vw;
  }
}
.pastMember-acc-wrapp .pastMember-acc {
  height: 0px;
  overflow: hidden;
}
.pastMember-acc-wrapp .show_more,
.pastMember-acc-wrapp .show_more2 {
  position: absolute;
  width: 400px;
  text-align: center;
  cursor: pointer;
  transition: bottom 0.2s;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  border: solid 1px #000;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .pastMember-acc-wrapp .show_more,
.pastMember-acc-wrapp .show_more2 {
    width: 100%;
    height: 8vw;
    margin-top: 16vw;
    line-height: 8vw;
    padding: 2.67vw;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pastMember-acc-wrapp .show_more:hover,
.pastMember-acc-wrapp .show_more2:hover {
  transition: 0.5s;
  background: #000;
  color: #fff;
}
.pastMember-acc-wrapp .show_more {
  position: absolute;
  bottom: 0px;
}
.pastMember-acc-wrapp .show_more::after {
  content: "▲";
}
.pastMember-acc-wrapp .show_more2 {
  position: absolute;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .pastMember-acc-wrapp .show_more2 {
    bottom: 0;
  }
}
.pastMember-acc-wrapp .show_more2::after {
  content: "▼";
  padding-left: 10px;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: middle;
}
.pastMember-acc-wrapp .active {
  position: absolute;
  bottom: 0px;
  display: inline-block;
}
.pastMember-acc-wrapp .active::after {
  content: "▲";
  padding-left: 10px;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: middle;
}

/* ==========================================================================
   インタビュー詳細
   ========================================================================== */
.top-description a {
  text-decoration: underline;
}
.top-description a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .top-description {
    padding-bottom: 30px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .top-description {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .interview-detail {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .interview-detail-prof {
    width: 510px;
  }
}
.interview-detail-prof .prof-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .interview-detail-prof .prof-btns {
    margin-top: 40px;
  }
  .interview-detail-prof .prof-btns li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .interview-detail-prof .prof-btns {
    display: flex;
    margin-top: 5.33vw;
    padding-right: 2.67vw;
  }
  .interview-detail-prof .prof-btns li {
    margin-right: 2.67vw;
    width: 50%;
  }
  .interview-detail-prof .prof-btns li:nth-child(2n) {
    margin-right: -2.67vw;
  }
}

@media screen and (min-width: 768px) {
  .interview-detail-qa {
    flex: 1;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .interview-detail-qa {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .interview-detail-qa .qa-set {
    position: relative;
  }
  .interview-detail-qa .qa-set::before {
    background-color: #e5e5e5;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 12px;
  }
}
.interview-detail-qa .qa-set + .qa-set {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .interview-detail-qa .qa-set + .qa-set {
    margin-top: 8vw;
  }
}
.interview-detail-qa .qa-set-q {
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .interview-detail-qa .qa-set-q {
    padding-left: 130px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .interview-detail-qa .qa-set-q {
    z-index: 9;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.interview-detail-qa .qa-set-q .q-num {
  background-color: #fff;
  color: #c02d2f;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .interview-detail-qa .qa-set-q .q-num {
    overflow: hidden;
    padding-right: 17px;
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .interview-detail-qa .qa-set-q .q-num {
    display: inline-block;
    padding-right: 0.5em;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.interview-detail-qa .qa-set-q .q-text {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-detail-qa .qa-set-q .q-text {
    margin-top: 0.8vw;
  }
}
.interview-detail-qa .qa-set-q .q-text::before {
  background-color: #e5e5e5;
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  position: absolute;
  left: -18px;
  top: 13px;
  transform: translateX(-100%);
}
.interview-detail-qa .qa-set-a {
  color: #6d6d6d;
  line-height: 1.7;
  margin-top: 10px;
  padding-left: 130px;
}
@media screen and (max-width: 767px) {
  .interview-detail-qa .qa-set-a {
    margin-top: 2.67vw;
    padding-left: 0;
  }
}
.interview-detail-qa .qa-set-a a {
  color: #6d6d6d;
  text-decoration: underline;
}
.interview-detail-qa .qa-set-a a:hover {
  text-decoration: none;
}

.bottom-description {
  padding-top: 50px;
}
.bottom-description a {
  text-decoration: underline;
}
.bottom-description a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .bottom-description {
    padding-top: 8vw;
  }
}

.interview-top-btn {
  text-align: center;
  margin-top: 60px;
}
.interview-top-btn .btn-cmn {
  padding: 14px 40px 12px 20px !important;
}
@media screen and (max-width: 767px) {
  .interview-top-btn {
    margin-top: 16vw;
  }
  .interview-top-btn .btn-cmn {
    padding: 5.33vw 6.67vw 5.33vw 1.33vw !important;
  }
}
