@charset "utf-8";

/*　全体設定
  ================================================================================*/
html {
  scroll-behavior: smooth;
} 

.home, .page-id-1734 {

  /*　ファーストビュー画像
  ================================================================================*/
  .first-view {
    height: calc(100vh - 160px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 150px;
  }
  .first-view .wp-block-group__inner-container {
    width: 100%;
    height: 50%;
    display: flex;
  }
  .first-view-text {
    width: 100%;
    font-size: 2.2vw;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 10px #4b2c14;
    height: 100%;
  }

  /*　リード分＆Researchページへのリンクボタン
  ================================================================================*/
  .lead {
    max-width: 1280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .lead p {
    line-height: 1.5;
  }
  .link-button_to_Research {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
  }
  .link-button_to_Research:hover a {
    background-color: #0615FD;
    transition-duration: 0.3s;
  }

  /*　学生の活躍
  ================================================================================*/
  .students-presentation_awards {
    padding: 50px 0px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .students-presentation_awards-photos {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  .students-presentation_awards_title {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .students-presentation_awards_title::after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #2C2E2C;
  }
  .students-presentation_awards-photos-lists {
    display: flex;
    overflow: scroll;
  }
  .students-presentation_awards-photos-lists li {
    flex-shrink: 0;
    width: 330px;
    padding-right: 30px;
    margin-bottom: 10px;
  }
  .students-presentation_awards-photos-lists li dd {
    line-height: 1.3;
    text-align: justify;
    margin-bottom: 20px;
  }
  .students-presentation_awards-photos-lists li img {
    width: 300px;
    height: 220px;
    object-fit: cover;
    margin-bottom: 5px;
    filter: grayscale(100%);
  }
  .students-presentation_awards-photos-lists li:first-child {
    margin-left: 30px;
  }
  .students-presentation_awards li:hover {
    transition-duration: 0.3s;
    text-decoration: underline;
  }
  .students-presentation_awards li:hover img {
    border: 5px solid #2E2E2E;
    transition-duration: 0.3s;
    filter: grayscale(0%);
  }

  /*　ニュース記事＆バナー・リンク
  ================================================================================*/
  .topics_and_links {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    gap: 0;
    position: relative;
    height: 100%;
  }


    /*　サイト機能アピール部分
  ================================================================================*/
  .site-graybox h2 {
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .site-graybox {
    font-size: 20px;
  }


  /*　全体設定・共通設定
  ================================================================================*/
  .about-research {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1600px;
  }
  .about-research h3 {
    text-align: justify;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about-research p {
    text-align: justify;
    line-height: 1.5;
  }
  .research_text {
    margin-left: 32px;
    margin-right: 32px;
    font-size: 20px;
    line-height: 1.3;
    text-align: justify;
  }
  .remove {
    display: none;
  }



  /*　NEWSの設定
  ================================================================================*/
  .hidden {
    display: none;
    visibility: hidden;
  }
  .topics {
    width: 100%;
    margin-right: 70px;
    margin-left: 40px;
    padding: 30px 50px;
    background-color: #f6f6f6;
  }
  .topics h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .topics h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background-color: #2C2E2C;
  }
  .topics-lists li {
    margin-bottom: 20px;
    display: none;
  }
  .topics-lists li img {
    width: 200px;
    height: 150px;
    object-fit: cover !important;
    filter: grayscale(100%);
  }
  .topics-lists li.show {
    display: block;
  }
  .topics-lists li:hover {
    color: #0615FD;
    transition-duration: 0.3s;
  }
  .topics-lists li:hover img {
    filter: grayscale(0%);
  }
  .topics-lists li::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a2a2a2;
    margin-top: 20px;
  }
  .topics-lists li a {
    display: flex;
    justify-content: space-between;
  }
  .topics-lists li dl dt{
    margin-bottom: 8px;
    font-size: 14px;
  }
  .topics-lists li dl dd{
    font-size: 18px;
    line-height: 1.3;
  }
  .topics-lists li:hover dd{
    text-decoration: underline;
  }

  /* SHOWALLボタンの設定 ----------*/
  .more-button {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 50px;
    background-color:#f6f6f6;
    border-radius: 3px;
    color: #2e2e2e;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    border:3px solid #2e2e2e;
    padding-top: 2px;
    padding-right: 4px;
  }
  .more-button:hover {
    cursor: pointer;
    background-color:#0615FD;
    border:3px solid #0615FD;
    color: #ffffff;
    transition-duration: 0.3s;
  }
  /* SHOWALLボタンの設定 ----------*/

  /* NEWS種類分類画像の設定 ----------*/
  .category_award {
    background-color: #2C2E2C;
    margin-left: 5px;
    color: #ffffff;
    display: inline-block;
    width: 80px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    padding-right: 2px;
    margin-bottom: 4px;
  }
  .category_photo {
    background-color: #2C2E2C;
    margin-left: 5px;
    color: #ffffff;
    display: inline-block;
    width: 80px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    padding-right: 2px;
    margin-bottom: 4px;
  }
  .category_news {
    background-color: #2C2E2C;
    margin-left: 5px;
    color: #ffffff;
    display: inline-block;
    width: 80px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    margin-bottom: 4px;
  }
  .category_article {
    background-color:#2C2E2C;
    margin-left: 5px;
    color: #ffffff;
    display: inline-block;
    width: 80px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    padding-right: 2px;
    margin-bottom: 4px;
  }
  .topics-lists li:hover .category_award {
    background-color: #0615FD;
  }
  .topics-lists li:hover .category_photo {
    background-color: #0615FD;
  }
  .topics-lists li:hover .category_news {
    background-color: #0615FD;
  }
  .topics-lists li:hover .category_article {
    background-color: #0615FD;
  }
  /* NEWS種類分類画像の設定 ----------*/

  /*　バナーの設定
  ================================================================================*/

  /* 関連ページリンクバナーの設定 ----------*/
  .Links_and_Banners {
    max-width: 20%;
    min-width: 290px;
    height: 100%;
  }
  .Links_and_Banners .wp-block-group__inner-container {
    position: absolute;
    top: 0;
    padding-right: 40px;
    height: 100%;
  }
  /* 関連ページリンクバナーの設定 ----------*/

  /* 教員リンク ----------*/
  .staff-links {
    height: 150px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid #000000;
    gap: 0;
    background-color: #f6f6f6;
    position: relative;
    padding: 0;
  }
  .staff-links:nth-of-type(odd) h3 {
    color: #ffffff;
    text-shadow: 1px 1px 10px #4b2c14;
    height: 100%;
    line-height: 140%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 5%;
  }
  .staff-links:nth-of-type(even) h3 {
    color: #ffffff;
    text-shadow: 1px 1px 10px #4b2c14;
    height: 100%;
    line-height: 140%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 5%;
  }
  .staff-links:nth-of-type(odd) figure {
    position: absolute;
    right: 0;
  }
  .staff-links:nth-of-type(even) figure {
    position: absolute;
    left: 0;
  }
  .staff-links figure img {
    object-fit: contain;
    display: inline-block;
    height: 148px !important;
    width: fit-content;
  }
  .staff-links h4 {
    display: inline-block;
    width: 100% !important;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    color: #f6f6f6;
    display: none;
  }
  .staff-links h4 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .staff-links:hover h4 {
    display: block;
  }
  /* 教員リンク ----------*/

  /* バナー ----------*/
  .Banners {
    padding: 0;
  }
  .Banners li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
    object-fit: cover;
    text-align: justify;
  }
  .Banners li a {
    width: 100% !important;
  }
  .Banners li a img {
    object-fit: contain;
    border: 1px solid #2C2E2C;
    width: 100% !important;
    max-height: 150px;
  }
  .Banners li a:hover {
    opacity: 0.3;
    transition-duration: 0.3s;
  }
  /* バナー ----------*/
  
  /* NEWS年代リンクサイドメニューの設定 ----------*/
  .transparent {
    visibility: hidden;
  }
  .Links {
    margin-top: 30px;
    position: sticky;
    top: 30px;
    width: 100%;
  }
  .Links .wp-block-group__inner-container {
    width: 100%;
    padding-right: 0px !important;
  }
  .Links h4 {
    margin-bottom: 5px;
    width: 100%;
  }
  .Links-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }
  .Links-inner::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000000;
  }
  .Links-inner::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000000;
  }
  .NEWSTOP {
    width: 100%;
    height: 40px;
    text-align: center;
    padding-top: 6px;
  }
  .Links-inner ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .Links-inner li {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    margin-bottom: 0px !important;
  }
  .Links-inner a {
    display: inline-block;
    width: 100% !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }
  /* マウスオーバー設定 */
  .Links-inner li:hover:first-child {
    border-bottom: 0px;
  }
  .Links-inner a:hover {
    color: #0615FD;
    opacity: 1 !important;
    text-decoration: underline;
  }
  /* NEWS年代リンクサイドメニューの設定 ----------*/





  /*　================================================================================
  タブレット設定（iPad Mini（768✖︎1024）〜 iPad Pro（1024✖︎1336））
  ================================================================================　*/
  @media (max-width: 1050px) {

    /*　ナビゲーション設定
    ================================================================================*/
    /* .site-menu ul li:nth-child(1) {
      color: #EBEBEB;
    }
    .site-menu ul li:nth-child(1)::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color:#EBEBEB;
      margin-top: 5px;
      margin-left: 0%;
      visibility: visible;
    } */




    /*　ファーストビュー画像
    ================================================================================*/
    .first-view {
      height: calc(60vh - 160px);
      /* background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; */
      margin-bottom: 100px;
    }
    /* .first-view .wp-block-group__inner-container {
      width: 100%;
      height: 50%;
      display: flex;
    } */
    /* .first-view-text {
      width: 100%;
      font-size: 2.2vw;
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      text-shadow: 1px 1px 10px #4b2c14;
      height: 100%;
    } */

    /*　リード分＆Researchページへのリンクボタン
    ================================================================================*/
    .lead {
      max-width: 1280px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding-left: 40px;
      padding-right: 40px;
    }
    .lead .wp-block-group__inner-container .wp-block-spacer {
      height: 100px !important;
    }
    /* .lead p {
      line-height: 1.5;
    } */
    /* .link-button_to_Research {
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
    } */
    .link-button_to_Research:hover a {
      background-color: #0615FD;
      transition-duration: 0.3s;
    }
    .main .wp-block-spacer {
      height: 100px !important;
    }

    /*　学生の活躍
    ================================================================================*/
    /* .students-presentation_awards {
      padding: 50px 0px;
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto;
    } */
    /* .students-presentation_awards-photos {
      margin-left: auto;
      margin-right: auto;
      padding-top: 20px;
    } */
    /* .students-presentation_awards_title {
      margin-bottom: 20px;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
    } */
    /* .students-presentation_awards_title::after {
      content: '';
      display: block;
      width: 30px;
      height: 5px;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      background-color: #2C2E2C;
    } */
    /* .students-presentation_awards-photos-lists {
      display: flex;
      overflow: scroll;
    } */
    /* .students-presentation_awards-photos-lists li {
      flex-shrink: 0;
      width: 330px;
      padding-right: 30px;
      margin-bottom: 10px;
    } */
    /* .students-presentation_awards-photos-lists li dd {
      line-height: 1.3;
      text-align: justify;
      margin-bottom: 20px;
    } */
    /* .students-presentation_awards-photos-lists li img {
      width: 300px;
      height: 220px;
      object-fit: cover;
      margin-bottom: 5px;
    } */
    /* .students-presentation_awards-photos-lists li:first-child {
      margin-left: 30px;
    } */
    .students-presentation_awards li:hover {
      transform: scale(1.1);
      transition-duration: 0.3s;
      opacity: 0.6;
      text-decoration: underline;
    }

    /*　ニュース記事＆バナー・リンク
    ================================================================================*/
    .topics_and_links {
      /* display: flex;
      justify-content: space-between;
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; */
      margin-top: 80px;
      /* gap: 0;
      position: relative;
      height: 100%; */
    }

    /*　NEWSの設定
    ================================================================================*/
    /* .hidden {
      display: none;
      visibility: hidden;
    } */
    .topics {
      /* width: 100%; */
      margin-right: 20px;
      margin-left: 40px;
      padding: 20px 20px;
      /* background-color: #f6f6f6; */
    }
    /* .topics h2 {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      margin-bottom: 20px;
    } */
    /* .topics h2::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 10px;
      background-color: #2C2E2C;
    } */
    /* .topics-lists li {
      margin-bottom: 20px;
      display: none;
    } */
    /* .topics-lists li.show {
      display: block;
    } */
    .topics-lists li:hover {
      color: #0615FD;
      transition-duration: 0.3s;
    }
    /* .topics-lists li::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #a2a2a2;
      margin-top: 20px;
    } */
    /* .topics-lists li a {
      display: flex;
      justify-content: space-between;
    } */
    .topics-lists li a img {
      width: 130px;
    }
    /* .topics-lists li dl dt{
      margin-bottom: 8px;
      font-size: 14px;
    } */
    /* .topics-lists li dl dd{
      font-size: 18px;
      line-height: 1.3;
    } */

    /* SHOWALLボタンの設定 ----------*/
    /* .more-button {
      display: block;
      margin-top: 50px;
      margin-left: auto;
      margin-right: auto;
      width: 150px;
      height: 50px;
      background-color:#f6f6f6;
      border-radius: 3px;
      color: #c2c1c1;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 18px;
      border:3px solid #c2c1c1;
      padding-top: 2px;
      padding-right: 4px;
    } */
    /* .more-button:hover {
      cursor: pointer;
      background-color:#0615FD;
      border:3px solid #0615FD;
      color: #ffffff;
      transition-duration: 0.3s;
    } */
    /* SHOWALLボタンの設定 ----------*/

    /* NEWS種類分類画像の設定 ----------*/
    /* .category_award {
      background-color: #0615FD;
      margin-left: 5px;
      color: #ffffff;
      display: inline-block;
      width: 50px;
      height: 20px;
      text-align: center;
      vertical-align: middle;
      padding-top: 3px;
      padding-right: 2px;
      margin-bottom: 4px;
    } */
    /* .category_photo {
      background-color: #FD9202;
      margin-left: 5px;
      color: #ffffff;
      display: inline-block;
      width: 50px;
      height: 20px;
      text-align: center;
      vertical-align: middle;
      padding-top: 3px;
      padding-right: 2px;
      margin-bottom: 4px;
    } */
    /* .category_news {
      background-color: #51E207;
      margin-left: 5px;
      color: #ffffff;
      display: inline-block;
      width: 80px;
      height: 20px;
      text-align: center;
      vertical-align: middle;
      padding-top: 3px;
      margin-bottom: 4px;
    } */
    /* NEWS種類分類画像の設定 ----------*/

    /*　バナーの設定
    ================================================================================*/

    /* 関連ページリンクバナーの設定 ----------*/
    .Links_and_Banners {
      /* max-width: 20%; */
      min-width: 220px;
      /* height: 100%; */
    }
    /* .Links_and_Banners .wp-block-group__inner-container {
      position: absolute;
      top: 0;
      padding-right: 40px;
      height: 100%;
    } */
    /* 関連ページリンクバナーの設定 ----------*/

    /* 教員リンク ----------*/
    .staff-links {
      height: 100px;
      /* display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      border: 1px solid #2C2E2C;
      gap: 0;
      background-color: #f6f6f6;
      position: relative;
      padding: 0; */
    }
    .staff-links:nth-of-type(odd) h3 {
      /* color: #ffffff;
      text-shadow: 1px 1px 10px #4b2c14;
      height: 100%;
      line-height: 140%;
      display: flex;
      align-items: center;
      position: absolute;
      left: 5%; */
      font-size: 14px !important;
    }
    .staff-links:nth-of-type(even) h3 {
      /* color: #ffffff;
      text-shadow: 1px 1px 10px #4b2c14;
      height: 100%;
      line-height: 140%;
      display: flex;
      align-items: center;
      position: absolute;
      right: 5%; */
      font-size: 14px !important;
    }
    /* .staff-links:nth-of-type(odd) figure {
      position: absolute;
      right: 0;
    } */
    /* .staff-links:nth-of-type(even) figure {
      position: absolute;
      left: 0;
    } */
    .staff-links figure img {
      /* object-fit: contain;
      display: inline-block; */
      height: 98px !important;
      /* width: fit-content; */
    }
    .staff-links h4 {
      /* display: inline-block;
      width: 100% !important;
      height: 100%;
      position: absolute; */
      background: rgba(0, 0, 0, 0);
      display: flex;
      justify-content: center;
      opacity: 0;
    }
    /* .staff-links h4 a {
      display: inline-block;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    } */
    .staff-links:hover h4 {
      display: initial;
    }
    /* 教員リンク ----------*/

    /* バナー ----------*/
    /* .Banners {
      padding: 0;
    } */
    /* .Banners li {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 1.3;
      object-fit: cover;
      text-align: justify;
    } */
    /* .Banners li a {
      width: 100% !important;
    } */
    /* .Banners li a img {
      object-fit: contain;
      border: 1px solid #2C2E2C;
      width: 100% !important;
      max-height: 150px;
    } */
    .Banners li a:hover {
      opacity: 0.3;
      transition-duration: 0.3s;
    }
    /* バナー ----------*/
    
    /* NEWS年代リンクサイドメニューの設定 ----------*/
    /* .transparent {
      visibility: hidden;
    } */
    /* .Links {
      margin-top: 30px;
      position: sticky;
      top: 30px;
      width: 100%;
    } */
    /* .Links .wp-block-group__inner-container {
      width: 100%;
      padding-right: 0px !important;
    } */
    /* .Links h4 {
      margin-bottom: 5px;
      width: 100%;
    } */
    /* .Links-inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      font-size: 18px;
      line-height: 1.5;
    } */
    /* .Links-inner::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #2C2E2C;
    } */
    /* .Links-inner::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #2C2E2C;
    } */
    /* .NEWSTOP {
      width: 100%;
      height: 40px;
      text-align: center;
      padding-top: 6px;
    } */
    .Links-inner ul {
      /* display: grid; */
      grid-template-columns: repeat(2, auto);
      /* align-items: center;
      text-align: center;
      width: 100%; */
    }
    .Links-inner li {
      /* display: flex;
      justify-content: center;
      align-items: center; */
      height: 40px;
      /* width: 100%;
      margin-bottom: 0px !important; */
    }
    /* .Links-inner a {
      display: inline-block;
      width: 100% !important;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
    } */
    /* マウスオーバー設定 */
    .Links-inner li:hover:first-child {
      border-bottom: 0px;
    }
    .Links-inner a:hover {
      color: #0615FD;
      opacity: 1 !important;
    }
    /* NEWS年代リンクサイドメニューの設定 ----------*/
  }




  /*　================================================================================
  スマホ設定
  ================================================================================　*/
  @media (max-width: 750px) {
    
    /*　ナビゲーション設定
    ================================================================================*/


    /*　ファーストビュー画像
    ================================================================================*/
    .first-view {
      height: calc(70vh - 160px);
      /* background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; */
      margin-bottom: 50px;
    }
    /* .first-view .wp-block-group__inner-container {
      width: 100%;
      height: 50%;
      display: flex;
    } */
    .first-view-text {
      /* width: 100%; */
      font-size: 3.3vw;
      /* color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      text-shadow: 1px 1px 10px #4b2c14;
      height: 100%; */
    }

    /*　リード分＆Researchページへのリンクボタン
    ================================================================================*/
    .lead {
      /* max-width: 1280px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; */
      padding-left: 20px;
      padding-right: 20px;
    }
    .lead .wp-block-group__inner-container .wp-block-spacer {
      height: 50px !important;
    }
    .lead p {
      /* line-height: 1.5; */
      font-size: 16px !important;
    }
    .link-button_to_Research {
      /* font-family: 'Poppins', sans-serif;
      font-weight: 500; */
      font-size: 18px !important;
      width: 80% !important;
    }
    /* .link-button_to_Research:hover a {
      background-color: initial;
      transition-duration: 0.3s;
    } */
    .main .wp-block-spacer {
      height: 50px !important;
    }

    /*　学生の活躍
    ================================================================================*/
    .students-presentation_awards {
      padding: 20px 0px;
      /* max-width: 1600px;
      margin-left: auto;
      margin-right: auto; */
    }
    .students-presentation_awards-photos {
      /* margin-left: auto;
      margin-right: auto; */
      padding-top: 10px;
    }
    .students-presentation_awards_title {
      margin-bottom: 10px;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-size: 18px;
    }
    .students-presentation_awards_title::after {
      /* content: '';
      display: block;
      width: 30px; */
      height: 3px;
      /* margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      background-color: #2C2E2C; */
    }
    .students-presentation_awards-photos-lists {
      display: flex;
      overflow: scroll;
    }
    .students-presentation_awards-photos-lists li {
      /* flex-shrink: 0;
      width: 330px;
      padding-right: 30px; */
      margin-bottom: 0px;
    }
    /* .students-presentation_awards-photos-lists li dd {
      line-height: 1.3;
      text-align: justify;
      margin-bottom: 20px;
    } */
    /* .students-presentation_awards-photos-lists li img {
      width: 300px;
      height: 220px;
      object-fit: cover;
      margin-bottom: 5px;
    } */
    .students-presentation_awards-photos-lists li:first-child {
      margin-left: 30px;
    }
    /* .students-presentation_awards li:hover {
      transform: scale(1.1);
      transition-duration: 0.3s;
      opacity: 0.6;
      text-decoration: underline;
    } */

    /*　ニュース記事＆バナー・リンク
    ================================================================================*/
    .topics_and_links {
      display: flex;
      /* justify-content: space-between;
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; */
      margin-top: 50px;
      /* gap: 0;
      position: relative;
      height: 100%; */
      flex-direction: column;
    }

    /*　NEWSの設定
    ================================================================================*/
    /* .hidden {
      display: none;
      visibility: hidden;
    } */
    .topics {
      /* width: 100%; */
      margin-right: 0px;
      margin-left: 0px;
      padding: 10px 10px;
      /* background-color: #f6f6f6; */
    }
    .topics h2 {
      /* font-family: 'Poppins', sans-serif;
      font-weight: 600;
      margin-bottom: 20px; */
      font-size: 20px;
    }
    /* .topics h2::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 10px;
      background-color: #2C2E2C;
    } */
    .topics-lists li {
      margin-bottom: 20px;
      display: none;
    }
    /* .topics-lists li.show {
      display: block;
    } */
    .topics-lists li:hover {
      color: #0615FD;
      transition-duration: 0.3s;
    }
    .topics-lists li::after {
      /* content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #a2a2a2; */
      margin-top: 20px;
    }
    /* .topics-lists li a {
      display: flex;
      justify-content: space-between;
    } */
    .topics-lists li a img {
      width: 100px;
      height: fit-content !important;
    }
    .topics-lists li dl dt{
      margin-bottom: 5px;
      font-size: 12px;
    }
    .topics-lists li dl dd{
      font-size: 16px;
      /* line-height: 1.3; */
    }

    /* SHOWALLボタンの設定 ----------*/
    .more-button {
      /* display: block; */
      margin-top: 0px;
      /* margin-left: auto;
      margin-right: auto; */
      width: 80%;
      height: 40px;
      /* background-color:#f6f6f6; */
      /* border-radius: 3px; */
      /* color: #c2c1c1;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 18px;
      border:3px solid #c2c1c1; */
      padding-top: 0px;
      /* padding-right: 4px; */
      margin-bottom: 10px;
    }
    /* .more-button:hover {
      cursor: pointer;
      background-color:#0615FD;
      border:3px solid #0615FD;
      color: #ffffff;
      transition-duration: 0.3s;
    } */
    /* SHOWALLボタンの設定 ----------*/

    /* NEWS種類分類画像の設定 ----------*/
    /* .category_award {
      background-color: #0615FD;
      margin-left: 5px;
      color: #ffffff;
      display: inline-block;
      width: 50px;
      height: 20px;
      text-align: center;
      vertical-align: middle;
      padding-top: 3px;
      padding-right: 2px;
      margin-bottom: 4px;
    } */
    /* .category_photo {
      background-color: #FD9202;
      margin-left: 5px;
      color: #ffffff;
      display: inline-block;
      width: 50px;
      height: 20px;
      text-align: center;
      vertical-align: middle;
      padding-top: 3px;
      padding-right: 2px;
      margin-bottom: 4px;
    } */
    /* .category_news {
      background-color: #51E207;
      margin-left: 5px;
      color: #ffffff;
      display: inline-block;
      width: 80px;
      height: 20px;
      text-align: center;
      vertical-align: middle;
      padding-top: 3px;
      margin-bottom: 4px;
    } */
    /* NEWS種類分類画像の設定 ----------*/

    /*　バナーの設定
    ================================================================================*/

    /* 関連ページリンクバナーの設定 ----------*/
    
    .Links_and_Banners {
      /* max-width: 20%; */
      min-width: 80%;
      /* height: 100%; */
      margin-top: 50px;
      margin-left: auto;
      margin-right: auto;
    }
    .Links_and_Banners .wp-block-group__inner-container {
      position: relative;
      top: 0;
      padding-right: 0px;
      height: 100%;
    }
    /* 関連ページリンクバナーの設定 ----------*/

    /* 教員リンク ----------*/
    .staff-links {
      height: 125px;
      /* display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      border: 1px solid #2C2E2C;
      gap: 0;
      background-color: #f6f6f6;
      position: relative;
      padding: 0; */
    }
    .staff-links:nth-of-type(odd) h3 {
      /* color: #ffffff;
      text-shadow: 1px 1px 10px #4b2c14;
      height: 100%;
      line-height: 140%;
      display: flex;
      align-items: center;
      position: absolute; */
      left: 10%;
      font-size: 16px !important;
    }
    .staff-links:nth-of-type(even) h3 {
      /* color: #ffffff;
      text-shadow: 1px 1px 10px #4b2c14;
      height: 100%;
      line-height: 140%;
      display: flex;
      align-items: center;
      position: absolute; */
      right: 10%;
      font-size: 16px !important;
    }
    /* .staff-links:nth-of-type(odd) figure {
      position: absolute;
      right: 0;
    } */
    /* .staff-links:nth-of-type(even) figure {
      position: absolute;
      left: 0;
    } */
    .staff-links figure img {
      /* object-fit: contain;
      display: inline-block; */
      height: 123px !important;
      /* width: fit-content; */
    }
    .staff-links h4 {
      /* display: inline-block;
      width: 100% !important;
      height: 100%; */
      /* position: absolute; */
      background: rgba(0, 0, 0, 0);
      /* display: flex;
      justify-content: center; */
      opacity: 0;
    }
    /* .staff-links h4 a {
      display: inline-block;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    } */
    .staff-links:hover h4 {
      display: initial;
    }
    /* 教員リンク ----------*/

    /* バナー ----------*/
    /* .Banners {
      padding: 0;
    } */
    /* .Banners li {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 1.3;
      object-fit: cover;
      text-align: justify;
    } */
    /* .Banners li a {
      width: 100% !important;
    } */
    /* .Banners li a img {
      object-fit: contain;
      border: 1px solid #2C2E2C;
      width: 100% !important;
      max-height: 150px;
    } */
    .Banners li a:hover {
      opacity: 0.3;
      transition-duration: 0.3s;
    }
    /* バナー ----------*/
    
    /* NEWS年代リンクサイドメニューの設定 ----------*/
    /* .transparent {
      visibility: hidden;
    } */
    .Links {
      display: none;
      /* margin-top: 30px;
      position: sticky;
      top: 30px;
      width: 100%; */
    }
    /* .Links .wp-block-group__inner-container {
      width: 100%;
      padding-right: 0px !important;
    } */
    /* .Links h4 {
      margin-bottom: 5px;
      width: 100%;
    } */
    /* .Links-inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      font-size: 18px;
      line-height: 1.5;
    } */
    /* .Links-inner::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #2C2E2C;
    } */
    /* .Links-inner::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #2C2E2C;
    } */
    /* .NEWSTOP {
      width: 100%;
      height: 40px;
      text-align: center;
      padding-top: 6px;
    } */
    .Links-inner ul {
      /* display: grid; */
      grid-template-columns: repeat(2, auto);
      /* align-items: center;
      text-align: center;
      width: 100%; */
    }
    .Links-inner li {
      /* display: flex;
      justify-content: center;
      align-items: center; */
      height: 40px;
      /* width: 100%;
      margin-bottom: 0px !important; */
    }
    /* .Links-inner a {
      display: inline-block;
      width: 100% !important;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
    } */
    /* マウスオーバー設定 */
    .Links-inner li:hover:first-child {
      border-bottom: 0px;
    }
    .Links-inner a:hover {
      color: #0615FD;
      opacity: 1 !important;
    }
    /* NEWS年代リンクサイドメニューの設定 ----------*/
  }
}








.page-id-1734 {
  /*　全体設定・共通設定
  ================================================================================*/
  /* 関連ページリンクバナーの設定 ----------*/
  .Links_and_Banners {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    gap: 30px;
  }
  .Links_and_Banners .wp-block-group__inner-container {
    position: relative;
    padding: 0px !important;
    margin: 0 !important;
  }
  /* 関連ページリンクバナーの設定 ----------*/

  /* 教員リンク ----------*/
  .staff-links {
    height: 150px;
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid #2C2E2C;
    gap: 0;
    background-color: #f6f6f6;
    position: relative;
    padding: 0;
  }
  .staff-links:nth-of-type(odd) h3 {
    color: #ffffff;
    text-shadow: 1px 1px 10px #4b2c14;
    height: 100%;
    line-height: 140%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 5%;
  }
  .staff-links:nth-of-type(even) h3 {
    color: #ffffff;
    text-shadow: 1px 1px 10px #4b2c14;
    height: 100%;
    line-height: 140%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 5%;
  }
  .staff-links:nth-of-type(odd) figure {
    position: absolute;
    right: 0;
  }
  .staff-links:nth-of-type(even) figure {
    position: absolute;
    left: auto;
    right: 0;
  }
  .staff-links figure img {
    object-fit: contain;
    display: inline-block;
    height: 148px !important;
    width: fit-content;
  }
  .staff-links h4 {
    display: inline-block;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    position: inherit;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    color: #f6f6f6;
    display: none;
  }
  .staff-links h4 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .staff-links:hover h4 {
    display: block;
  }
  /* 教員リンク ----------*/



  .about-research {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1600px;
    display: none;
  }
  .about-research.show {
    display: block;
  }
  .about-research h3 {
    text-align: justify;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about-research p {
    text-align: justify;
    line-height: 1.5;
  }
  .research_text {
    margin-left: 32px;
    margin-right: 32px;
    font-size: 20px;
    line-height: 1.3;
    text-align: justify;
  }
  .remove {
    display: none;
  }

  /*　研究概要説明の設定
  ================================================================================*/
  /* 研究概要 ---------- */
  .research-concept {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
    opacity: 0;
    transition-duration: 1s;
  }
  .research-concept.show {
    opacity: 1;
    transition-duration: 1s;
  }
  .research-concept img {
    width: 70%;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  /* 研究概要 ---------- */



  /*　研究テーマ設定
  ================================================================================*/
  .research-theme {
    margin-bottom: 100px;
    opacity: 0;
    transition-duration: 1s;
  }
  .research-theme.show {
    opacity: 1;
    transition-duration: 1s;
  }
  .research-theme:nth-of-type(even) div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .research-theme:nth-of-type(odd) div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .research-theme-box {
    padding-bottom: 50px;
    width: 1200px;
  }
  .research-theme-box .wp-block-group__inner-container {
    width: 100%;
  }
  .research-theme-box div div {
    width: 100%;
  }
  .research-overview {
    width: 100%;
    /* align-items: flex-start !important; */
  }
  .research-theme:nth-of-type(odd) .research-overview {
    flex-direction: row-reverse;
  }
  .research-theme:nth-of-type(odd) .research-overview .research-figure {
    margin-left: 0%;
    margin-right: 3%;
    justify-content: flex-start;
  }
  .research-explanation {
    justify-content: flex-start !important;
    display: flex;
    flex-direction: column !important;
  }
  .research-overview:has(> .research-figure) .research-explanation {
    width: 60% !important;
    line-height: 1.5;
  }
  .research-figure {
    margin-left: 3%;
    width: 40% !important;
    line-height: 1.5;
    font-weight: bold;
  }
  .research-figure ul {
    margin-top: 20px;
  }
  .research-figure ul li {
    margin-bottom: 10px;
  }
  .research-publications {
    margin-top: 50px;
    width: 100%;
  }
  .research-publications .wp-block-group__inner-container {
    display: flex;
    flex-direction: column !important;
    width: 100%;
  }
  .research-publications .wp-block-group__inner-container h4 {
    margin-bottom: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
  } 
  .publications-graybox {
    display: flex;
    align-items:flex-start;
    overflow: scroll;
    padding-top: 20px;
    padding-bottom: 20px;
    width: fit-content;
    width: 100%;
  }
  .publications-graybox li {
    display: table;
    margin-left: 40px;
    object-fit: contain;
    caption-side: top;
    flex-shrink: 0;
  }
  .publications-graybox li:first-child {
    margin-left: 0px;
  }
  .publications-graybox li a {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    line-height: 1.3;
    text-align: justify;
  }
  .publications-graybox li a:first-child {
    display: table;
  }
  .publications-graybox li a img {
    border: 1px solid #2C2E2C;
    object-fit: contain;
    height: 200px;
    transition-duration: 1s;
    width: auto !important;
    margin-bottom: 10px;
  }
  .publications-graybox li a:nth-of-type(2) {
    display: table-caption;
    caption-side: bottom;
  }
  .publications-graybox li a:nth-of-type(3) {
    display: table-caption;
    caption-side: bottom;
  }
  .publications-graybox li a code {
    font-size: 12px;
    font-weight: 500;
    font-family: sans-serif;
  }
  .publications-graybox li code a {
    font-size: 12px;
    font-weight: 500;
    font-family: sans-serif; 
  }
  .publications-graybox li:hover img {
    transform: translate(0,-20px);
    transition-duration: 1s;
  }
  .publications-graybox li:hover a {
    text-decoration: underline;
    color: #969595;
  }
  .research-explanation {
    width: 100%;
  }

  /* 論文ToC部分の矢印設定 ---------- */
  .research-publications div {
    position: relative;
  }
  .scroll {
    position: absolute;
    z-index: 10;
    top: 200px;
    right: -30px;
    visibility: visible;
    font-size: 12px;
    width: 70px;
    font-weight: bold;
  }
  .scroll::before {
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    background: #2C2E2C;
    transform: rotate(30deg);
    position: absolute;
    top: -8px;
    right: 9px;
    box-shadow: 0px 0px 3px #ffffff;
  }
  .scroll::after {
    display: block;
    content:"";
    width: 60px;
    height: 3px;
    background: #2C2E2C;
    position: absolute;
    top: -3px;
    box-shadow: 0px 0px 3px #ffffff;
  }
  .publications-graybox:hover .scroll {
    visibility: hidden;
  }
  /* 論文ToC部分の矢印設定 ---------- */


  /*　================================================================================
  タブレット設定（iPad Mini（768✖︎1024）〜 iPad Pro（1024✖︎1336））
  ================================================================================　*/
  @media (max-width: 1050px) {
    

    /*　画像入りヘッダーの設定
    ================================================================================*/
    .main-header {
      height: 40vh;
    }
    .main-header h2 {
      font-size: 6.5vw;
    }

    /*　全体設定・共通設定
    ================================================================================*/
    /* .about-research {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1050px;
    } */
    .about-research h3 {
      font-size: 40px !important;
      /* font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      line-height: 1.3;
      margin-top: 30px;
      margin-bottom: 30px; */
    }
    /* .about-research p {
      text-align: justify;
      line-height: 1.5;
    } */
    /* .research_text {
      margin-left: 32px;
      margin-right: 32px;
      font-size: 20px;
      line-height: 1.3;
      text-align: justify;
    } */
    /* .remove {
      display: none;
    } */


      /*　研究概要説明の設定
    ================================================================================*/
    /* 研究概要 ---------- */
    /* .research-concept {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 150px;
      opacity: 0;
      transition-duration: 1s;
    } */
    /* .research-concept.show {
      opacity: 1;
      transition-duration: 1s;
    } */
    .research-concept img {
      width: 80%;
      /* display: block;
      margin-top: 50px;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto; */
    }
    /* 研究概要 ---------- */



    /*　研究テーマ設定
    ================================================================================*/
    .research-theme {
      max-width: 970px;
      margin-left: auto;
      margin-right: auto;
      /* margin-bottom: 100px;
      opacity: 0;
      transition-duration: 1s; */
    }
    /* .research-theme.show {
      opacity: 1;
      transition-duration: 1s;
    } */
    /* .research-theme:nth-of-type(even) div {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
    } */
    /* .research-theme:nth-of-type(odd) div {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
    } */
    .research-theme-box {
      padding: 25px;
      width: 100%;
    }
    /* .research-theme-box .wp-block-group__inner-container {
      width: 100%;
    } */
    /* .research-theme-box div div {
      width: 100%;
    } */
    /* .research-overview {
      width: 100%;
      align-items: flex-start !important;
    } */
    /* .research-theme:nth-of-type(odd) .research-overview {
      flex-direction: row-reverse;
    } */
    /* .research-theme:nth-of-type(odd) .research-overview .research-figure {
      margin-left: 0%;
      margin-right: 3%;
      justify-content: flex-start;
    } */
    /* .research-explanation {
      justify-content: flex-start !important;
      display: flex;
      flex-direction: column !important;
    } */
    /* .research-overview:has(> .research-figure) .research-explanation {
      width: 60% !important;
      line-height: 1.5;
    } */
    .research-figure {
      width: 45% !important;
      /* margin-left: 3%;
      line-height: 1.5;
      font-weight: bold; */
    }
    /* .research-publications {
      margin-top: 50px;
      width: 100%;
    } */
    /* .research-publications .wp-block-group__inner-container {
      display: flex;
      flex-direction: column !important;
      width: 100%;
    } */
    .research-publications .wp-block-group__inner-container h4 {
      /* margin-bottom: 30px;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700; */
      font-size: 36px !important;
    } 
    /* .publications-graybox {
      display: flex;
      align-items:flex-start;
      overflow: scroll;
      padding-top: 20px;
      padding-bottom: 20px;
      width: fit-content;
    } */
    /* .publications-graybox li {
      display: table;
      margin-left: 40px;
      object-fit: contain;
      caption-side: top;
      flex-shrink: 0;
    } */
    /* .publications-graybox li:first-child {
      margin-left: 0px;
    } */
    /* .publications-graybox li a {
      display: inline-block;
      max-width: 100%;
      font-weight: bold;
      line-height: 1.3;
      text-align: justify;
    } */
    /* .publications-graybox li a:first-child {
      display: table;
    } */
    .publications-graybox li a img {
      height: 150px;
      /* border: 1px solid #2C2E2C;
      object-fit: contain;
      transition-duration: 1s;
      width: auto !important;
      margin-bottom: 10px; */
    }
    /* .publications-graybox li a:nth-of-type(2) {
      display: table-caption;
      caption-side: bottom;
    } */
    /* .publications-graybox li a:nth-of-type(3) {
      display: table-caption;
      caption-side: bottom;
    } */
    /* .publications-graybox li a code {
      font-size: 12px;
      font-weight: 100;
    } */
    /* .publications-graybox li code a {
      font-size: 12px;
      font-weight: 100;
    } */
    .publications-graybox li:hover img {
      transform: translate(0,0px);
      transition-duration: 0s;
    }
    .publications-graybox li:hover a {
      text-decoration: none;
      color: #000000;
    }
    /* .research-explanation {
      width: 100%;
    } */

    /* 論文ToC部分の矢印設定 ---------- */
    /* .research-publications div {
      position: relative;
    } */
    /* .scroll {
      position: absolute;
      z-index: 10;
      top: 200px;
      right: -30px;
      visibility: visible;
      font-size: 12px;
      width: 70px;
      font-weight: bold;
    } */
    /* .scroll::before {
      display: block;
      content: "";
      width: 20px;
      height: 3px;
      background: #2C2E2C;
      transform: rotate(30deg);
      position: absolute;
      top: -8px;
      right: 9px;
      box-shadow: 0px 0px 3px #ffffff;
    } */
    /* .scroll::after {
      display: block;
      content:"";
      width: 60px;
      height: 3px;
      background: #2C2E2C;
      position: absolute;
      top: -3px;
      box-shadow: 0px 0px 3px #ffffff;
    } */
    /* .publications-graybox:hover .scroll {
      visibility: hidden;
    } */
    /* 論文ToC部分の矢印設定 ---------- */

  }

  /*　================================================================================
  スマホ設定
  ================================================================================　*/
  @media (max-width: 750px) {

    /*　ナビゲーション設定
    ================================================================================*/

    

    /*　画像入りヘッダーの設定
    ================================================================================*/
    .main-header {
      height: 30vh;
    }
    .main-header h2 {
      font-size: 8vw;
    }

    /*　全体設定・共通設定
    ================================================================================*/
    .about-research {
      padding-left: 20px;
      padding-right: 20px;
      /* max-width: 1050px; */
    }
    .about-research h3 {
      font-size: 28px !important;
      margin-top: 10px;
      /* font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 30px; */
    }
    .about-research p {
      /* text-align: justify;
      line-height: 1.5; */
      font-size: 16px !important;
    }
    /* .research_text {
      margin-left: 32px;
      margin-right: 32px;
      font-size: 20px;
      line-height: 1.3;
      text-align: justify;
    } */
    /* .remove {
      display: none;
    } */


      /*　研究概要説明の設定
    ================================================================================*/
    /* 研究概要 ---------- */
    /* .research-concept {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 150px;
      opacity: 0;
      transition-duration: 1s;
    } */
    /* .research-concept.show {
      opacity: 1;
      transition-duration: 1s;
    } */
    .research-concept img {
      width: 100%;
      /* display: block;
      margin-top: 50px;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto; */
    }
    /* 研究概要 ---------- */



    /*　研究テーマ設定
    ================================================================================*/
    .research-theme {
      max-width: 970px;
      margin-left: auto;
      margin-right: auto;
      /* margin-bottom: 100px;
      opacity: 0;
      transition-duration: 1s; */
    }
    /* .research-theme.show {
      opacity: 1;
      transition-duration: 1s;
    } */
    /* .research-theme:nth-of-type(even) div {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
    } */
    /* .research-theme:nth-of-type(odd) div {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
    } */
    /* .research-theme-box {
      padding: 25px;
      width: 100%;
    } */
    /* .research-theme-box .wp-block-group__inner-container {
      width: 100%;
    } */
    /* .research-theme-box div div {
      width: 100%;
    } */
    .research-overview {
      display: flex;
      flex-direction: column !important;
    }
    /* .research-theme:nth-of-type(odd) .research-overview {
      flex-direction: row-reverse;
    } */
    /* .research-theme:nth-of-type(odd) .research-overview .research-figure {
      margin-left: 0%;
      margin-right: 3%;
      justify-content: flex-start;
    } */
    /* .research-explanation {
      justify-content: flex-start !important;
      display: flex;
      flex-direction: column !important;
    } */
    .research-overview:has(> .research-figure) .research-explanation {
      width: 100% !important;
      /* line-height: 1.5; */
    }
    .research-figure {
      width: 100% !important;
      margin-left: 0%;
      line-height: 1.2;
      /* font-weight: bold; */
    }
    .research-figure ul li {
      font-size: 16px !important;
    }
    /* .research-publications {
      margin-top: 50px;
      width: 100%;
    } */
    /* .research-publications .wp-block-group__inner-container {
      display: flex;
      flex-direction: column !important;
      width: 100%;
    } */
    .research-publications .wp-block-group__inner-container h4 {
      /* font-family: 'PT Sans', sans-serif;
      font-weight: 700; */
      margin-bottom: 0px;
      font-size: 24px !important;
    } 
    /* .publications-graybox {
      display: flex;
      align-items:flex-start;
      overflow: scroll;
      padding-top: 20px;
      padding-bottom: 20px;
      width: fit-content;
    } */
    .publications-graybox li {
      /* display: table;
      object-fit: contain;
      caption-side: top;
      flex-shrink: 0; */
      margin-left: 20px;
    }
    /* .publications-graybox li:first-child {
      margin-left: 0px;
    } */
    .publications-graybox li a {
      /* display: inline-block;
      max-width: 100%;
      font-weight: bold;
      line-height: 1.3;
      text-align: justify; */
      font-size: 12px;
    }
    /* .publications-graybox li a:first-child {
      display: table;
    } */
    .publications-graybox li a img {
      height: 120px;
      margin-bottom: 0px;
      /* border: 1px solid #2C2E2C;
      object-fit: contain;
      transition-duration: 1s;
      width: auto !important; */
    }
    /* .publications-graybox li a:nth-of-type(2) {
      display: table-caption;
      caption-side: bottom;
    } */
    /* .publications-graybox li a:nth-of-type(3) {
      display: table-caption;
      caption-side: bottom;
    } */
    .publications-graybox li a code {
      font-size: 10px;
      font-weight: 300;
    }
    .publications-graybox li code a {
      font-size: 10px;
      font-weight: 300;
    }
    /* .publications-graybox li:hover img {
      transform: translate(0,0px);
      transition-duration: 0s;
    } */
    /* .publications-graybox li:hover a {
      text-decoration: none;
      color: #000000;
    } */
    /* .research-explanation {
      width: 100%;
    } */

    /* 論文ToC部分の矢印設定 ---------- */
    /* .research-publications div {
      position: relative;
    } */
    .scroll {
      /* position: absolute;
      z-index: 10;
      top: 200px;
      right: -30px;
      font-size: 12px;
      width: 70px;
      font-weight: bold; */
      visibility: hidden;
    }
    /* .scroll::before {
      display: block;
      content: "";
      width: 20px;
      height: 3px;
      background: #2C2E2C;
      transform: rotate(30deg);
      position: absolute;
      top: -8px;
      right: 9px;
      box-shadow: 0px 0px 3px #ffffff;
    } */
    /* .scroll::after {
      display: block;
      content:"";
      width: 60px;
      height: 3px;
      background: #2C2E2C;
      position: absolute;
      top: -3px;
      box-shadow: 0px 0px 3px #ffffff;
    } */
    /* .publications-graybox:hover .scroll {
      visibility: hidden;
    } */
    /* 論文ToC部分の矢印設定 ---------- */
  }
}