@charset "utf-8";

.page-id-33 {

  /*　画像入りヘッダーの設定
  ================================================================================*/
  .main-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    display: flex;
    align-items: center
  }
  .main-header h2 {
    width: 100%;
    font-size: 4.5vw;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 10px #000000;
    text-align: center;
    font-style: italic;
  }

  /*　全体設定・共通設定
  ================================================================================*/
  .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;
  }

  /*　研究概要説明の設定
  ================================================================================*/
  /* 研究概要 ---------- */
  .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-concept:hover a {
    color: #0615FD;
    transition-duration: 0.3s;
  }
  /* 研究概要 ---------- */



  /*　研究テーマ設定
  ================================================================================*/
  .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) {
    
    /*　ナビゲーション設定
    ================================================================================*/
    .site-menu ul li:nth-child(2) {
      color:#93c80e;
      font-weight: bold;
    }
    .site-menu ul li:nth-child(2)::after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color:#93c80e;
      margin-top: 5px;
      margin-left: 0%;
      visibility: visible;
    }

    /*　画像入りヘッダーの設定
    ================================================================================*/
    .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) {

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

    /*　画像入りヘッダーの設定
    ================================================================================*/
    .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部分の矢印設定 ---------- */
  }
}