@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* 薄いブルー */
/* グレー背景 */
/* タイトル背景 */
/* media query */
/* 最新研究成果
*****************************************************************/
.tab_menu {
  display: none;
}
@media all and (max-width: 896px) {
  .tab_menu {
    display: block;
  }
}

.list_press {
  border-top: 1px dotted #CECECE;
}
.list_press > li {
  text-indent: 0;
  border-bottom: 1px dotted #CECECE;
  font-size: 1.5rem;
  line-height: 1.6em;
}
.list_press > li::before {
  content: none;
}
.list_press > li > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 10px 0 10px 1em;
}
.list_press > li > a::before {
  content: url("../../common/images/arrow01.svg");
  position: absolute;
  left: 0;
  top: 9px;
}
.list_press .date_list {
  width: 120px;
}
@media all and (max-width: 480px) {
  .list_press .date_list {
    width: 100%;
  }
}
.list_press .ttl_list {
  width: calc(100% - 130px);
}
@media all and (max-width: 480px) {
  .list_press .ttl_list {
    width: 100%;
  }
}

.block_news_list_box ul {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.block_news_list_box ul li {
  width: calc(25% - 20px);
  margin: 15px 10px;
  font-size: 1.6rem;
  line-height: 1.6em;
  background: #F2F6FD;
}
@media all and (max-width: 896px) {
  .block_news_list_box ul li {
    width: calc(50% - 20px);
    font-size: 1.5rem;
    padding: 10px 0;
  }
}
@media all and (max-width: 480px) {
  .block_news_list_box ul li {
    width: 100%;
    margin: 5px 0;
  }
}
.block_news_list_box ul li a {
  color: #333;
}
@media all and (max-width: 896px) {
  .block_news_list_box ul li a {
    flex-wrap: wrap;
  }
}
.block_news_list_box ul li a:hover {
  color: #DA6A38;
}
.block_news_list_box ul li a .img_news {
  width: 100%;
  position: relative;
  padding-top: 60%;
}
.block_news_list_box ul li a .img_news .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.block_news_list_box ul li a .img_news .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_news_list_box ul li a .box_news {
  padding: 15px;
}
.block_news_list_box .date {
  white-space: nowrap;
}
.block_news_list_box .label_news > div {
  padding: 5px 20px 5px 25px;
  width: 8em;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.block_news_list_box .label_news > div::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 研究者インタビュー
*****************************************************************/
body.interview .interview_detail .block_detail {
  background: transparent;
  padding: 0;
}
body.interview .interview_detail .camel_paging_sp {
  padding: 39px 0 0;
}
@media all and (max-width: 896px) {
  body.interview .interview_detail .camel_paging_sp {
    padding: 29px 0 0;
  }
}
body.interview .interview_list ul {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
@media all and (max-width: 896px) {
  body.interview .interview_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 480px) {
  body.interview .interview_list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.interview .interview_list ul li {
  background: #F2F6FD;
  padding: 0 !important;
  text-indent: 0 !important;
}
body.interview .interview_list ul li::before {
  content: "" !important;
  padding: 0 !important;
}
body.interview .interview_list ul li a {
  color: #333;
}
@media all and (max-width: 896px) {
  body.interview .interview_list ul li a {
    flex-wrap: wrap;
  }
}
body.interview .interview_list ul li a:hover {
  color: #DA6A38;
}
body.interview .interview_list ul li a .img_news {
  width: 100%;
  position: relative;
  padding-top: 60%;
}
body.interview .interview_list ul li a .img_news .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  margin: 0;
}
body.interview .interview_list ul li a .img_news .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.interview .interview_list ul li a .box_news {
  padding: 15px;
}
body.interview .interview_list ul li a .box_news .label_news > div {
  padding: 5px 20px 5px 25px;
  width: 8em;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
body.interview .interview_list ul li a .box_news .label_news > div::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.interview .interview_list ul li a .box_news .nc_news::before {
  background-color: #4068A8;
}
body.interview .interview_list ul li a .box_news .nc_awards_t::before {
  background-color: #C43E7D;
}
body.interview .interview_list ul li a .box_news .nc_awards_s::before {
  background-color: #E6609F;
}
body.interview .interview_list ul li a .box_news .nc_message::before {
  background-color: #765414;
}
body.interview .interview_list ul li a .box_news .nc_research::before {
  background-color: #3CB0A0;
}
body.interview .interview_list ul li a .box_news .nc_press::before {
  background-color: #D89731;
}
body.interview .interview_list ul li a .box_news .nc_media::before {
  background-color: #609E59;
}
body.interview .interview_list ul li a .box_news .nc_success::before {
  background-color: #2D8DBE;
}
body.interview .interview_list ul li a .box_news .nc_club::before {
  background-color: #5CD2EF;
}
body.interview .interview_list .date {
  white-space: nowrap;
}
body.interview .interview_list .btn_link {
  padding-top: 30px;
  text-align: center;
}
body.interview .interview_list .btn_link a {
  padding: 16px 35px 16px 25px;
}
body.interview h1.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
body.interview .block_detail .box_detail ul li::before {
  content: none;
}
body.interview .camel_paging_sp ul li {
  padding: 0;
  font-size: 100%;
  line-height: 1.6em;
  padding-left: 0;
  text-indent: 0;
}
body.interview .camel_paging_sp ul li.mostprev {
  font-size: 0rem;
  width: 25px;
  box-sizing: border-box;
}
body.interview .camel_paging_sp ul li.prev {
  font-size: 0rem;
  width: 25px;
  box-sizing: border-box;
}
body.interview .camel_paging_sp ul li.next {
  font-size: 0rem;
  width: 25px;
  box-sizing: border-box;
}
body.interview .camel_paging_sp ul li.mostnext {
  font-size: 0rem;
  width: 25px;
  box-sizing: border-box;
}