@charset "UTF-8";
/* research.css
================================================== */
/* define.css
========================================================== */
/* FONT */
/* ブレイクポイント(for MediaQuery - max-width(PC->sp)) : オリジナルは scss/_variables.scss */
/* 悶加慌宥 */
/* 喘カラ` */
/* Animation vB */
/* 喘 Mixin */
/*
==================================================
 1.0 - 縮T匯E?冩梢匯E
--------------------------------------------------
*/
.hl_common {
  position: relative;
  margin-bottom: 40px;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .hl_common {
    margin-bottom: 20px;
  }
}
/* フィルタ`
-------------------------------------------------- */
.list_filter .headline {
  display: flex;
  display: -ms-flexbox;
  /* for IE10 */
  -ms-flex-pack: center;
  /* for IE10 */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  align-items: flex-start;
  padding-left: 24px;
  background: url(/img/common/ico_filter01.svg) 0 50% no-repeat;
  background-size: 16px 16px;
}

.filter_list .more_toggle_wrap {
  margin-bottom: 20px;
}
.filter_list .more_toggle_wrap .toggle_item_hl {
  font-size: 1.3rem;
}
.filter_list .more_toggle_wrap .more_toggle {
  right: 0;
}
.filter_list .ul_filter {
  flex-wrap: wrap;
  margin-left: 0;
  font-size: 1.3rem;
}
.filter_list .ul_filter.open {
  display: flex;
}
.filter_list .ul_filter li {
  margin-left: 1em;
  margin-bottom: 0.75em;
  width: 100%;
  color: #a2d9d8;
}
.filter_list .ul_filter a {
  color: #000000;
}
.filter_list .ul_filter a:hover {
  color: #a2d9d8;
}

@media screen and (min-width: 960px) {
  .list_filter,
.filter_list {
    padding-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .filter_list .ul_filter {
    font-size: 1.4rem;
  }
  .filter_list .ul_filter li {
    margin-left: 1.25em;
    width: calc(33.3333333333% - 1.25em);
  }
}
@media screen and (max-width: 519px) {
  .filter_list .ul_filter li {
    width: calc(50% - 1.25em);
  }
}
.list_filter_options {
  margin-bottom: 20px;
}
.list_filter_options a.cancel-select {
  position: relative;
  display: block;
  padding: 0.5rem;
  padding-left: 30px;
  border: 1px solid #e3e3e3;
  font-size: 1.3rem;
  font-weight: 700;
}
.list_filter_options a.cancel-select::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  height: 1em;
  width: 1em;
  background: transparent url(../img/common/ico_deletebox.svg) center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
}
.list_filter_options a.cancel-select:hover::before {
  opacity: 0.5;
}
.list_filter_options .thumbnail {
  width: 100%;
  height: 120px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.list_filter_options .thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .list_filter_options .thumbnail {
    display: none;
  }
}
.list_filter_options .thumbnail-note {
  position: relative;
  display: block;
  background-color: #f0f0f0;
  padding: 0.8rem;
  padding-right: 30px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000000;
  transition: color 0.3s ease;
}
.list_filter_options .thumbnail-note::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  right: 0.8rem;
  height: 1em;
  width: 1em;
  background: transparent url(../img/common/ico_link_arrow01.svg) center center no-repeat;
}
.list_filter_options .hovered .thumbnail-note {
  color: #005d59;
}

/* 碧
-------------------------------------------------- */
.list_search fieldset {
  position: relative;
  margin-bottom: 40px;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 400;
}
.list_search fieldset .input_form_search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 30px 0 24px;
  max-width: none;
  width: 100%;
  height: 100%;
  border: none;
  background: #ffffff url(../img/common/ico_search01.svg) 0 50% no-repeat;
  background-size: 16px 16px;
  font-size: 1.4rem;
  outline: none;
  cursor: text;
}
.list_search fieldset .input_form_search:not(:placeholder-shown) + a {
  display: block;
}
.list_search fieldset a {
  position: absolute;
  display: none;
  top: 1.3rem;
  right: 0.8rem;
  height: 1em;
  width: 1em;
  background: transparent url(../img/common/ico_deletebox.svg) center center no-repeat;
  background-size: cover;
}
.list_search fieldset a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 959px) {
  .list_search {
    margin-bottom: 1.25em;
  }
}
/* Kび
-------------------------------------------------- */
.list_sort fieldset {
  position: relative;
  margin-bottom: 40px;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
  background: url(/img/common/ico_sort01.svg) 0 50% no-repeat;
  background-size: 16px 16px;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 400;
}
.list_sort fieldset .form_control {
  position: absolute;
  top: 0;
  left: 20px;
  padding-right: 20px;
  max-width: none;
  width: calc(100% - 20px);
  height: 100%;
  border: none;
  background: #ffffff url(../img/common/ico_arrow02.svg) 100% 50% no-repeat;
  background-size: 16px 16px;
  font-size: 1.3rem;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.list_sort fieldset .form_control::-ms-expand {
  display: block;
}

@media screen and (min-width: 960px) {
  .list_sort {
    padding-right: 0;
  }
}
/* 匯E
-------------------------------------------------- */
.search_result_list {
  position: relative;
}
.search_result_list .ul_faculty {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px;
  padding-left: 0;
  width: 100%;
  list-style: none;
}
.search_result_list .ul_faculty .li_faculty_item {
  position: relative;
  margin: 0;
  padding: 30px 0 20px 115px;
  min-height: 115px;
  border-bottom: 1px solid #e3e3e3;
}
.search_result_list .ul_faculty .li_faculty_item .img_faculty {
  position: absolute;
  top: 27px;
  left: 15px;
  width: 76px;
  height: 76px;
  border-radius: 38px;
}
.search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link {
  font-size: 2rem;
}
.search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link span {
  display: inline-block;
  padding-right: 1em;
  transition: all 0.3s ease;
}
.search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link .faculty_name {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
}
.search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link .faculty_position {
  color: #282728;
}
.search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link .faculty_name_en {
  color: #a2d9d8;
}
.search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link:hover span {
  color: #a2d9d8;
}
.search_result_list .ul_faculty .li_faculty_item .more-content {
  padding-top: 10px;
}
.search_result_list .ul_faculty .li_faculty_item dl {
  margin-bottom: 20px;
}
.search_result_list .ul_faculty .li_faculty_item dl.faculty_division {
  margin: 0;
  padding-top: 15px;
}
.search_result_list .ul_faculty .li_faculty_item dt {
  margin: 0 0 10px;
  padding-left: 24px;
  background: #ffffff url(../img/common/ico_connectdevelop.svg) 0 50% no-repeat;
  background-size: 16px 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 400;
}
.search_result_list .ul_faculty .li_faculty_item dd {
  margin: 0;
}
.search_result_list .ul_faculty .li_faculty_item .link_box {
  margin-top: 30px;
}
.search_result_list .ul_research {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding-left: 0;
  width: 100%;
  list-style: none;
}
.search_result_list .ul_research .li_research_item {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
  width: 32%;
}
.search_result_list .ul_research .li_research_item .a_research_item_link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  text-decoration: none;
}
.search_result_list .ul_research .li_research_item .a_research_item_link .bg_img {
  display: block;
  padding-top: 120%;
  width: 100%;
  background: #f0f0f0 url(../img/common/logo_circle.png) 50% 50% no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
}
.search_result_list .ul_research .li_research_item .a_research_item_link .research_hl {
  margin: 30px 20px 20px;
  color: #000000;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.search_result_list .ul_research .li_research_item .a_research_item_link .research_tags {
  margin: 0 20px 30px;
}
.search_result_list .ul_research .li_research_item .a_research_item_link .research_tags span {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 0 10px;
  background-color: #a2d9d8;
  color: #000000;
  font-size: 1.2rem;
  text-decoration: none;
}
.search_result_list .ul_research .li_research_item .a_research_item_link .research_faculty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px 20px;
}
.search_result_list .ul_research .li_research_item .a_research_item_link .research_faculty .img_faculty {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.search_result_list .ul_research .li_research_item .a_research_item_link .research_faculty .faculty_name_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 75px);
}
.search_result_list .ul_research .li_research_item .a_research_item_link .research_faculty .faculty_name_wrap .faculty_name {
  max-width: 65%;
  min-width: 27%;
  color: #000000;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
}
.search_result_list .ul_research .li_research_item .a_research_item_link .research_faculty .faculty_name_wrap .faculty_position {
  margin-left: 12px;
  color: #8e8e8e;
  font-size: 1.2rem;
}
.search_result_list .ul_research .li_research_item .a_research_item_link:hover .bg_img {
  opacity: 0.8;
}
.search_result_list .ul_research .li_research_item .a_research_item_link:hover .research_hl {
  color: #a2d9d8;
}
.search_result_list .ul_research::after {
  display: block;
  width: 32%;
  height: 0;
  content: "";
}

@media screen and (max-width: 1199px) {
  .search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link {
    font-size: 1.8rem;
  }
  .search_result_list .ul_research .li_research_item {
    width: 48%;
  }
  .search_result_list .ul_research::after {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .search_result_list {
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .search_result_list .ul_faculty .li_faculty_item {
    padding-left: 100px;
  }
  .search_result_list .ul_faculty .li_faculty_item .img_faculty {
    top: 20px;
    left: 0;
  }
  .search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link {
    display: block;
    background-position: 100% 50%;
    font-size: 1.6rem;
  }
  .search_result_list .ul_faculty .li_faculty_item .more-content {
    margin-left: -100px;
    padding-top: 15px;
  }
  .search_result_list .ul_faculty .li_faculty_item dl.faculty_division {
    padding-top: 10px;
  }
  .search_result_list .ul_research {
    padding-top: 15px;
  }
  .search_result_list .more_toggle {
    top: unset;
    bottom: 2px;
    margin: 0;
  }
}
@media screen and (max-width: 519px) {
  .search_result_list .ul_faculty .li_faculty_item {
    padding: 20px 0 10px 90px;
  }
  .search_result_list .ul_faculty .li_faculty_item .img_faculty {
    top: 15px;
  }
  .search_result_list .ul_faculty .li_faculty_item .more-content {
    margin-left: -90px;
  }
  .search_result_list .ul_research .li_research_item {
    width: 100%;
  }
}
/*
==================================================
 2.0 - 縮T?冩梢
--------------------------------------------------
*/
/* 
-------------------------------------------------- */
.db_detail h1::after,
.db_detail h2::after,
.db_detail h3::after {
  width: calc(30% + 5px);
}

/* 縮T */
.faculty_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faculty_head .faculty_name {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 2.8rem;
}
.faculty_head .faculty_name::before, .faculty_head .faculty_name::after {
  bottom: -5px;
  height: 5px;
}
.faculty_head .faculty_name span {
  display: inline-block;
  margin-right: 0.5em;
}
.faculty_head .faculty_position {
  color: #8e8e8e;
  font-size: 1.8rem;
}
.faculty_head .faculty_name_en {
  color: #a2d9d8;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 400;
}

.faculty_info {
  margin: 40px auto;
}
.faculty_info dl {
  position: relative;
  padding-bottom: 0.5em;
}
.faculty_info dl::before {
  position: absolute;
  bottom: 0;
  left: -5px;
  right: -5px;
  height: 1px;
  background-color: #e3e3e3;
  content: "";
}
.faculty_info dt {
  font-size: 1.4rem;
}
.faculty_info dd {
  margin-left: 0;
}

.faculty_head,
.faculty_data {
  padding-left: 55px;
}

@media screen and (max-width: 1199px) {
  .faculty_head,
.faculty_data {
    padding-left: 45px;
  }
}
@media screen and (max-width: 959px) {
  .faculty_head {
    padding-left: 25px;
  }
  .faculty_head .faculty_name {
    font-size: 2.5rem;
  }
  .faculty_head .faculty_position {
    font-size: 1.6rem;
  }
  .faculty_head .faculty_name_en {
    font-size: 1.6rem;
  }

  .faculty_data {
    padding-left: 15px;
  }
}
@media screen and (max-width: 519px) {
  .faculty_photo_inner {
    margin: 0 auto 20px;
    max-width: 180px;
  }

  .faculty_head {
    padding-left: 15px;
  }
}
/* 冩梢 */
.db_detail .research_title {
  margin-bottom: 20px;
  font-size: 2.6rem;
}
.db_detail .research_title span {
  display: block;
}
.db_detail .research_title .secondary {
  margin-top: 0.25em;
}

.row_direction_img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin: 0 -15px;
  list-style: none;
}
.row_direction_img li {
  display: flex;
  display: -ms-flexbox;
  /* for IE10 */
  -ms-flex-pack: center;
  /* for IE10 */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  gap: normal;
  padding: 15px;
  width: 33.3333333333%;
}
.row_direction_img li a {
  display: block;
  padding: 15px;
  border: 1px solid rgba(40, 39, 40, 0.1);
}
.row_direction_img li img {
  display: block;
  width: 100%;
}
.row_direction_img li .img_caption_text {
  display: block;
  margin-top: 10px;
  max-width: 100%;
  color: #282728;
  font-size: 1.3rem;
  line-height: 1.25;
  white-space: normal;
}
.row_direction_img::after {
  display: block;
  width: 33.3333333333%;
  height: 0;
  content: "";
}

.db_detail .search_result_list .ul_faculty .li_faculty_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: none;
}
.db_detail .search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link {
  font-size: 1.6rem;
}
.db_detail .search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link .faculty_position {
  font-size: 1.5rem;
}
.db_detail .search_result_list .ul_faculty .li_faculty_item .a_faculty_item_link .faculty_name_en {
  font-size: 1.5rem;
}

.sidebar_item {
  font-size: 1.4rem;
}
.sidebar_item .hl {
  margin-top: 45px;
  margin-bottom: 20px;
  padding: 0;
  color: #494f4f;
  font-size: 1.5rem;
}
.sidebar_item .hl::before, .sidebar_item .hl::after {
  display: none;
}
.sidebar_item .sidebar_item_link {
  color: #000000;
}
.sidebar_item .sidebar_item_link:hover {
  color: #a2d9d8;
}
.sidebar_item dl {
  margin-top: 0.5em;
  color: #8cbdbc;
}
.sidebar_item dt,
.sidebar_item dd {
  display: inline-block;
  margin: 0;
}
.sidebar_item dt {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 400;
}
.sidebar_item dt::after {
  content: "";
}
.sidebar_item dd::after {
  content: ", ";
}
.sidebar_item dd:last-child::after {
  content: "";
}

.research_tags {
  overflow: hidden;
  margin-bottom: -10px;
  padding: 0 5px;
}
.research_tags .research_tag {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0.25em 0.8em;
  border: 1px solid #a2d9d8;
  background-color: #a2d9d8;
  color: #000000;
  font-size: 1.4rem;
  text-decoration: none;
}
.research_tags .research_tag:hover {
  background-color: #ffffff;
}

@media screen and (min-width: 960px) {
  .research_data_sidebar {
    padding-left: 30px;
  }
}
@media screen and (max-width: 959px) {
  .research_head .research_title {
    font-size: 2.4rem;
  }
  .research_head .research_title .research_title_secondary {
    font-size: 2.2rem;
  }

  .row_direction_img li {
    width: 50%;
  }
  .row_direction_img::after {
    width: 50%;
  }
}
@media screen and (max-width: 519px) {
  .research_head .research_title {
    font-size: 2.2rem;
  }
  .research_head .research_title .research_title_secondary {
    font-size: 2rem;
  }

  .row_direction_img {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    width: auto;
    -webkit-overflow-scrolling: touch;
  }
  .row_direction_img li {
    width: auto;
  }
  .row_direction_img li img {
    max-width: none !important;
    width: 79vw;
  }
  .row_direction_img::after {
    display: none;
  }
}
/*
==================================================
 3.0 - 咫泡喘{屁
--------------------------------------------------
*/
@media print {
  .search_result_list {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
  .search_result_list .ul_faculty {
    display: block;
    position: relative;
  }
  .search_result_list .ul_faculty .li_faculty_item {
    break-inside: avoid;
  }

  .list_filter,
.filter_list,
.list_search,
.list_sort {
    display: none;
  }

  .search_result_list .ul_research {
    position: relative;
    display: block;
    width: 100%;
    flex-wrap: nowrap;
  }
  .search_result_list .ul_research .li_research_item {
    display: inline-block;
    vertical-align: top;
  }
  .search_result_list .ul_research .li_research_item .research_info {
    position: relative;
    display: block;
  }
  .search_result_list .ul_research .li_research_item .a_research_item_link {
    position: relative;
    display: block;
  }
  .search_result_list .ul_research .li_research_item .a_research_item_link .bg_img {
    padding-top: inherit;
    height: 300px;
  }

  @-moz-document url-prefix() {
    .main {
      padding-bottom: 100px;
      page-break-after: always;
    }

    .contents_wrap > .container > .row {
      display: block;
    }
  }
}

/*# sourceMappingURL=research.css.map */
