@charset 'utf-8';

/*一覧*/



.parachi_index {
  padding-bottom: 60px;
}

/* 活動報告一覧ボックス */
.parachi_list {
  margin-bottom: 24px;
  padding: 40px 30px;
  background: #fff;
  background: #f7f7f7;
  border-radius: 12px;
}

.parachi_list .txt {
  margin-bottom: 16px;
}

.parachi_list h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.parachi_list h3 a{
  text-decoration: underline;
  color: #0F3286;
}

.parachi_list .date {
  margin: 0 0 12px;
  color: #999;
  font-size: 14px;
}

.parachi_list .school {
  margin-bottom: 6px;
  color: #666;
  font-size: 14px;
}

.parachi_list .name {
  font-size: 18px;
  font-weight: bold;
}

.parachi_list .name span {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 13px;
  font-weight: normal;
}

.parachi_list .img  {
  margin-bottom: 30px;
}
.parachi_list .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* PC */
@media screen and (min-width: 768px) {
  .parachi_list {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px;
  }

  .parachi_list .txt {
    flex: 1;
    margin-bottom: 0;
  }

  .parachi_list h3 {
    font-size: 22px;
  }

  .parachi_list .name span {
    display: inline;
    margin: 0 0 0 8px;
  }

  .parachi_list .img {
    width: 235px;
    flex-shrink: 0;
    margin: 0;
  }
}


/*詳細*/


#interview {
  text-align: left;
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
#interview {
  padding: 40px 20px 200px;
}

}/*PC*/

/* インタビュー詳細：モバイルファースト */
#interview02 {
  padding: 30px 16px;
  line-height: 1.8;
  color: #333;
}

#interview02 h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

#interview02 .date {
  margin: 0 0 24px;
  color: #999;
  font-size: 14px;
}

/* プロフィール */
#interview02 .profile {
  margin-bottom: 40px;
  padding: 18px;
  background: #f7f7f7;
  border-radius: 12px;
}

#interview02 .profile .school {
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
}

#interview02 .profile .name {
  font-size: 21px;
  font-weight: bold;
}

#interview02 .profile .name span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

#interview02 .profile .img {
  margin-top: 18px;
}

#interview02 .profile .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* 本文 */
#interview02 .interview02_c01,
#interview02 .interview02_c02 {
  margin-bottom: 45px;
}

#interview02 .common_tit01 {
  margin: 0 0 42px;
  padding: 10px 14px;
  background: #0F3286;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
}

#interview02 h5 {
  margin: 28px 0 10px;
  padding-left: 12px;
  border-left: 5px solid #0F3286;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}

#interview02 p {
  margin: 0 0 18px;
  font-size: 15px;
}

/* ボタン */
#interview02 .common_btn01 {
  margin-top: 30px;
  text-align: center;
}

#interview02 a.common_btn01 {
  display: inline-block;
  min-width: 180px;
  padding: 15px 30px;
  background: #0F3286;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: all .3s ease;
}

#interview02 a.common_btn01:hover {
  background: #0F3286;
}
.back_index {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

/* PC */
@media screen and (min-width: 768px) {
  #interview02 {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 20px;
  }

  #interview02 h3 {
    font-size: 28px;
  }

  #interview02 .date {
    margin-bottom: 30px;
  }

  #interview02 .profile {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
    padding: 24px;
  }

  #interview02 .profile .txt {
    flex: 1;
  }

  #interview02 .profile .name {
    font-size: 24px;
  }

  #interview02 .profile .name span {
    display: inline;
    margin: 0 0 0 8px;
  }

  #interview02 .profile .img {
    width: 235px;
    margin-top: 0;
    flex-shrink: 0;
  }

  #interview02 .common_tit01 {
    font-size: 22px;
  }

  #interview02 h5 {
    font-size: 19px;
  }

  #interview02 p {
    font-size: 16px;
  }
}