@charset "UTF-8";
/******************************************************************************
******************************************************************************
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** color
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** font
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
.sp_only {
  display: none;
}

@media screen and (max-width: 600px) {
  .sp_only {
    display: block;
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.hd_bg .hd a {
  display: block;
  text-decoration: none;
  color: #333;
}
.hd_bg .hd .hd_top {
  display: flex;
  flex-direction: column;
}
.hd_bg .hd .hd_top .hd_logo {
  padding: 15px 3.5em 15px 5px;
}
.hd_bg .hd .hd_top .hd_logo img {
  width: 180px;
}
.hd_bg .hd .hd_top .hd_top_right {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
}
.hd_bg .hd .hd_top .hd_top_right > div {
  width: 50%;
  text-align: center;
  padding: 5px;
}
.hd_bg .hd .hd_top .hd_top_right .contact {
  font-size: 1rem;
  font-weight: 600;
  border-right: 1px solid #C5C5C5;
}
.hd_bg .hd .hd_top .hd_top_right .contact a:before {
  content: "";
  width: 14px;
  height: 11px;
  background: url(../images/icon/tel.svg) no-repeat;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.hd_bg .hd .hd_top .hd_top_right .lang {
  font-size: 1rem;
  font-weight: 600;
}
.hd_bg .hd .hd_top .hd_top_right .lang:before {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../images/icon/earth.svg) no-repeat;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.hd_bg .hd .hd_top .hd_top_right .lang a {
  display: inline-block;
  color: #C4C4C4;
  line-height: 1;
  padding-inline: 5px;
}
.hd_bg .hd .hd_top .hd_top_right .lang a.current {
  cursor: default;
  color: #333;
}
.hd_bg .hd .hd_top .hd_top_right .lang a + a {
  border-left: 1px solid #C4C4C4;
}
.hd_bg .hd .hd_bottom {
  position: fixed;
  top: 0px;
  right: -100%;
}
.hd_bg .hd .hd_bottom.sp_nav_open {
  right: 0 !important;
}
.hd_bg.change {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.hd_bg.hd_bg_en .hd_logo img {
  width: 100px !important;
}
.hd_bg.hd_bg_en .hd_top {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bottom {
  width: 100%;
  height: 100%;
  margin-top: 103px;
  padding-bottom: 100px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: #fff;
  overflow-x: none;
  overflow-y: auto;
  z-index: 100;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transition: All 0.5s ease;
}

/*メインメニュー*/
.nav_list {
  width: 100%;
  background: #fff;
}
.nav_list li {
  position: relative;
}
.nav_list li a {
  display: block;
  color: #333;
  text-decoration: none;
}
.nav_list > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  /*メニュートリガー（共通）*/
}
.nav_list > li > a {
  position: relative;
  padding: 1em 3em 1em 20px;
  font-size: 16px;
  font-weight: bold;
}
.nav_list > li > a span {
  display: block;
  color: #173784;
  font-size: 0.9em;
}
.nav_list > li:has(.close) > a {
  color: #173784;
}
.nav_list > li .sub-menu-trigger {
  position: absolute;
  top: 1em;
  right: 8px;
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.2s ease;
}
.nav_list > li .sub-menu-trigger:after {
  content: "";
  background: url(../images/icon/arr_02.svg) no-repeat;
  background-size: contain;
  width: 40%;
  height: 40%;
  transform: translate(-50%, -4%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.nav_list > li .sub-menu-trigger.close:after {
  transform: translate(-50%, -50%) rotate(-90deg);
  margin-bottom: 0.5em;
}
.nav_list > li > .sub_menu_wrap {
  display: none;
}
.nav_list > li > .sub_menu_wrap .sub-menu-ttl {
  display: none;
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con {
  padding: 0;
  background: #173784;
  /* メニュー（子・孫）*/
  /* メニュー（子）*/
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con .sub-menu li > a {
  display: block;
  font-weight: 500;
  padding: 1em 1em 1em 20px;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease;
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con .sub-menu li:last-child {
  border: none;
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu {
  transition: All 0.5s ease;
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li {
  position: relative;
  border-bottom: 1px solid rgb(98, 115, 127);
  /*メニュートリガー（子）*/
  /* メニュー（孫）*/
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li > a {
  font-size: 1rem;
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li .sub-menu-trigger {
  top: 0.4em;
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li .sub-menu-trigger:after {
  background: url(../images/icon/arr_02.svg) no-repeat;
  background-size: contain;
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li .sub-menu-trigger.close {
  transform: rotate(-90deg);
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li > .sub_menu_wrap {
  display: none;
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li > .sub_menu_wrap > .sub_menu_con > .sub-menu {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li > a {
  position: relative;
  font-size: 0.9rem;
  font-weight: 400;
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li > a:before {
  content: "・";
  display: inline-block;
  color: #fff;
  margin-right: 0.3em;
  font-size: 0.8em;
}
.nav_list > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li > .sub_menu_wrap > .sub_menu_con > .sub-menu > li:last-child {
  border-bottom: none;
}

/*ハンバーガーメニュー*/
.sp_nav_trigger {
  width: 30px;
  height: 24px;
  margin-top: -5px;
  position: fixed !important;
  top: 2em;
  right: 15px;
  cursor: pointer;
  z-index: 1000;
}
.sp_nav_trigger span {
  width: 100%;
  height: 4px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #173784;
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.3s;
}
.sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}
.sp_nav_trigger span:nth-of-type(2) {
  top: 10px;
}
.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
  opacity: 0;
}
.sp_nav_trigger.sp_active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con_bg.page_con_bg {
  margin-top: 104px;
}
.con_bg.page_con_bg_en .mcon_wrap .mcon_side .side_contents {
  border-inline: 1px solid #ccc;
}
.con_bg.page_con_bg_en .mcon_wrap .mcon_side .side_contents h3 {
  margin: 0;
  padding-block: 0.5em;
  color: #fff;
  background: #173784;
  text-align: center;
  font-size: 1.1rem;
}
.con_bg.page_con_bg_en .mcon_wrap .mcon_side .side_contents ul {
  margin: 0;
  list-style: none;
}
.con_bg.page_con_bg_en .mcon_wrap .mcon_side .side_contents ul li {
  margin: 0;
  list-style: none;
}
.con_bg.page_con_bg_en .mcon_wrap .mcon_side .side_contents ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ccc;
  transition: 0.3s;
}
.con_bg.page_con_bg_en .mcon_wrap .mcon_side .side_contents ul li a:hover {
  background: rgba(196, 196, 196, 0.3);
}
.con {
  padding: 20px 10px 30px;
}

.main {
  margin-bottom: 30px;
}

.side_head {
  background-color: #EEE;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 10px;
  text-align: center;
}

.side_nav_list li a {
  background: url(../images/icon_arrow_gray.png) no-repeat left center;
  border-bottom: 1px solid #CCC;
  color: #111;
  display: block;
  font-size: 14px;
  padding: 12px 10px;
  text-decoration: none;
}
.side_nav_list li a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  background: #173784;
}

.ft {
  padding: 30px 10px;
}

.ft_copy {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  background-color: #333;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  right: 10px;
  position: fixed;
  width: 40px;
  z-index: 100;
}

.pt:hover {
  opacity: 0.6;
}

.pt_btn {
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  transform: rotate(45deg);
  position: relative;
}

.pt_btn::before,
.pt_btn::after {
  background-color: #FFF;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.pt_btn::before {
  width: 5px;
  bottom: 0;
}

.pt_btn::after {
  height: 5px;
  right: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_slider_bg {
  margin-top: 103px;
  height: 50vh;
  max-height: 388px;
}
.index_slider_bg .index_slider {
  position: relative;
}
.index_slider_bg .index_slider .slider_slick img {
  width: 100%;
  height: 50vh;
  max-height: 388px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9);
}
.index_slider_bg .index_slider .slider_catchcopy {
  width: 100%;
  padding-inline: 2em;
  padding-bottom: 0.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.index_slider_bg .index_slider .slider_catchcopy .catchcopy .big {
  color: #fff;
  font-size: clamp(1.5rem, 1.38rem + 1.92vw, 2.7rem);
  font-weight: 600;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 0.6em;
}
.index_slider_bg .index_slider .slider_catchcopy .catchcopy .small {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .index_slider_bg .index_slider .slider_catchcopy .catchcopy .small {
    max-width: 200px;
    flex-direction: column;
  }
}
.index_slider_bg .index_slider .slider_catchcopy .catchcopy .small p {
  padding: 0.6em;
  background: #fff;
  color: #333;
  font-size: 1.07rem;
  font-weight: 600;
}
.index_slider_bg .index_slider .slider_catchcopy .catchcopy .small p span {
  color: #173784;
}

.index_main h2 {
  position: relative;
  border-bottom: solid 2px #C5C5C5;
  color: #173784;
  font-size: clamp(2.3rem, 2.067rem + 1.07vw, 2.8rem);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.index_main h2:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px #173784;
  bottom: -2px;
  width: 50px;
}

#about {
  margin-bottom: 60px;
}
#about .about_con {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 35px;
}
#about .about_con .about_txt .arr_btn {
  margin-top: 30px;
  display: block;
  text-decoration: none;
  color: #173784;
  font-weight: 600;
  font-size: 1rem;
  transition: 0.3s;
}
#about .about_con .about_txt .arr_btn:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/icon/arr.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#about .about_con .about_txt .arr_btn:hover {
  opacity: 0.8;
}
#about .about_con .about_video iframe {
  width: 100%;
  aspect-ratio: 1.77/1;
}

#news {
  margin-bottom: 70px;
}
#news .news_scrl {
  margin-top: 15px;
  max-height: 230px;
  overflow-y: auto;
}
#news .news_scrl::-webkit-scrollbar {
  background: #C5C5C5;
  width: 5px;
  height: 5px;
}
#news .news_scrl::-webkit-scrollbar-thumb {
  background-color: #173784;
}
#news .news_scrl .news_item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  padding-block: 10px;
  line-height: 1.6;
}
#news .news_scrl .news_item dt {
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #707070;
}
#news .news_scrl .news_item dt span {
  margin-left: 1.2em;
  background: #D6D6D6;
  border-radius: 4px;
  width: 46px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
}
#news .news_scrl .news_item dd a {
  text-decoration: underline !important;
  color: #173784;
}
#news .news_scrl .news_item dd p {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
/*研究室紹介*/
.introduce_gallary .introduce_gallary_list > div {
  border-radius: 5px;
  overflow: hidden;
  background: #f1f1f1;
}
.introduce_gallary .introduce_gallary_list > div > p {
  padding: 1em;
  margin: 0;
}
.introduce_gallary .introduce_gallary_list > div > p b {
  font-size: 1.1rem;
}
.introduce_gallary .introduce_gallary_list img {
  display: block;
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #ccc;
}

/*新聞報道*/
.paper_list .paper_item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding-block: 1em;
  gap: 1em;
}
.paper_list .paper_item img {
  display: block;
  width: 100%;
  height: 200px;
  padding-inline: 1em;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
}
.paper_list .paper_item .txt {
  display: block;
  padding-inline: 1em;
  font-size: 1.3rem;
}

/*表紙掲載等*/
.cover_list .cover_item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding-block: 1em;
  gap: 1em;
}
.cover_list .cover_item img {
  display: block;
  width: 100%;
  height: 200px;
  padding-inline: 1em;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover_list .cover_item .txt {
  padding-inline: 1em;
  font-size: 1.3rem;
}

/*英語ページ*/
.profile {
  border: 1px solid #ccc;
  padding: 1em;
}
.profile .profile_col_02 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2em;
  text-align: center;
}
.profile .profile_col_02 img {
  width: 100px;
  height: auto;
}
.profile .profile_col_02 .txt .name {
  font-size: 1.3rem;
  font-weight: 500;
}
.profile .profile_col_02 .txt .name span {
  display: inline-block;
  padding-left: 1em;
  font-size: 0.7em;
  color: rgba(51, 51, 51, 0.5);
}
.profile .lab {
  margin-top: 2em;
}
.profile .lab .ttl {
  margin-bottom: 1em;
}
.profile .lab .ttl span {
  display: inline-block;
  width: 100px;
  padding: 2px;
  text-align: center;
  border: 1px solid #C4C4C4;
  font-size: 0.9em;
}
.profile .lab .link span {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 0.9em;
  background: #173784;
}
.profile .lab .link span a {
  text-decoration: none;
  color: #fff;
}

.experience dl {
  display: flex;
  gap: 10px;
  padding-block: 0.5em;
  border-bottom: 1px dotted #999;
}
.experience dl dt {
  width: 180px;
}

/*篠原 健一*/
.shinohara_con .img {
  width: 120px;
}
.shinohara_con .catchcopy {
  color: #173784;
  font-size: 2.2rem;
  font-weight: 600;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 0.7em;
  text-align: center;
}
.shinohara_con .catchcopy span {
  display: inline-block;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
  line-height: 1.6;
  word-wrap: break-word;
}
.mcon a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.mcon h1 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.3;
  color: #173784;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}
.mcon h1 span {
  display: block;
  color: #173784;
  font-size: 0.7rem;
}
.mcon h1:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background: url(../images/icon/arr_02.svg) no-repeat;
  background-size: contain;
}
.mcon h2 {
  margin: 2em 0 1em;
  position: relative;
  border-bottom: solid 2px #C5C5C5;
  color: #173784;
  font-size: 1.6rem;
  font-weight: 500;
}
.mcon h2:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px #173784;
  bottom: -2px;
  width: 50px;
}
.mcon h3 {
  font-size: 1.5rem;
  margin-bottom: 1em;
  margin-top: 2em;
}
.mcon h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mcon h5, .mcon h6 {
  margin-bottom: 2px;
  margin-top: 5px;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000;
}
.mcon iframe {
  max-width: 100%;
}
.mcon img {
  max-width: 100%;
  height: auto;
}
.mcon p {
  margin-bottom: 1em;
}
.mcon ol, .mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ol li, .mcon ul li {
  margin-bottom: 0.5em;
}
.mcon ol li {
  margin-left: 2em;
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}/*# sourceMappingURL=sp.css.map */