@charset "UTF-8";
/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

hr {
  color: inherit;
  height: 0;
  overflow: visible; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

iframe {
  border-style: none; }

input {
  border-radius: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

[disabled] {
  cursor: default; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

/* base ////////////////////////////////////////////////////////////////////////// */
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, section, figure {
  letter-spacing: 0.04em;
  font-feature-settings: "palt"; }

p, ul, ol, li, dl {
  line-height: 1.8em; }

img {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  border: none;
  vertical-align: bottom;
  height: auto; }

body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: #111;
  font-size: 16px;
  word-wrap: break-word;
  width: 100vw;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }
  @media screen and (max-width: 1199px) {
    body {
      padding: 0px 0px 0px 0px; } }

body.fixed {
  position: fixed; }

a {
  color: #0066cc;
  transition: 0.2s; }
  a:hover {
    text-decoration: none; }

.btn-more a {
  display: block;
  margin: auto;
  width: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #274374;
  text-decoration: none;
  border-color: #274374;
  border-style: solid;
  border-width: 1px; }
  .btn-more a:hover {
    color: #fff;
    background-color: #274374; }

.date {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 200;
  font-style: normal; }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* Header //////////////////////////////////////////////////////// */
@media screen and (min-width: 1025px) {
  header {
    padding: 10px 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  a.logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #111; }
    a.logo-link:hover {
      color: #777; }
    a.logo-link figure.emblem {
      margin: 0px 0px 0px 0px;
      width: 70px; }
      a.logo-link figure.emblem img {
        width: 100%;
        height: auto; }
    a.logo-link .lab-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      a.logo-link .lab-name .lab-name1 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0px 10px 0px 8px;
        font-size: 24px; }
      a.logo-link .lab-name .lab-name2 {
        font-size: 15px;
        line-height: 1.4em; }

  .header-sub p.lab-field {
    text-align: right;
    font-size: 12px;
    line-height: 1.4em; } }
@media screen and (max-width: 1024px) {
  a.logo-link {
    padding: 8px 60px 8px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #111; }
    a.logo-link:hover {
      color: #777; }
    a.logo-link figure.emblem {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0px 6px 0px 0px;
      width: 50px; }
      a.logo-link figure.emblem img {
        width: 100%;
        height: auto; }
    a.logo-link .lab-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      a.logo-link .lab-name .lab-name1 {
        order: 2;
        margin: 2px 0px 0px 0px;
        font-size: 18px; }
      a.logo-link .lab-name .lab-name2 {
        order: 1;
        font-size: 12px;
        line-height: 1.28em; }

  .header-sub {
    padding: 10px;
    background-color: rgba(39, 67, 116, 0.8);
    color: #fff; }
    .header-sub p.lab-field {
      margin: 0px;
      padding: 0px;
      text-align: center;
      font-size: 12px;
      line-height: 1.4em; } }
/* Navi //////////////////////////////////////////////////////// */
@media screen and (min-width: 1025px) {
  nav {
    background-color: #274374; }
    nav ul.menu-lev1-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 14px;
      font-size: 14px; }
      nav ul.menu-lev1-wrap li {
        list-style: none;
        margin: 0px 0em; }
        nav ul.menu-lev1-wrap li a.menu-lev1,
        nav ul.menu-lev1-wrap li p.menu-lev1 {
          display: block;
          padding: 10px 2.5em 14px;
          text-decoration: none;
          color: #fff;
          text-align: center; }
          nav ul.menu-lev1-wrap li a.menu-lev1 span,
          nav ul.menu-lev1-wrap li p.menu-lev1 span {
            display: block;
            text-align: center;
            font-size: 11px;
            line-height: 11px;
            color: rgba(255, 255, 255, 0.6); }
        nav ul.menu-lev1-wrap li ul.menu-lev2-wrap {
          display: none; }
      nav ul.menu-lev1-wrap li:hover {
        background-color: #273c76;
        background-color: rgba(255, 255, 255, 0.1);
        cursor: pointer; }
        nav ul.menu-lev1-wrap li:hover ul.menu-lev2-wrap {
          z-index: 20;
          display: block;
          position: absolute;
          padding: 0px;
          background-color: #273c76; }
          nav ul.menu-lev1-wrap li:hover ul.menu-lev2-wrap li:first-child {
            display: none; }
          nav ul.menu-lev1-wrap li:hover ul.menu-lev2-wrap li:nth-child(2) {
            border-width: 0px; }
          nav ul.menu-lev1-wrap li:hover ul.menu-lev2-wrap li {
            margin: 0px;
            border-color: rgba(39, 67, 116, 0.4);
            border-color: rgba(255, 255, 255, 0.2);
            border-style: solid;
            border-width: 1px 0px 0px 0px; }
            nav ul.menu-lev1-wrap li:hover ul.menu-lev2-wrap li a {
              display: block;
              padding: 0.8em 3em 0.8em 1.5em; }
            nav ul.menu-lev1-wrap li:hover ul.menu-lev2-wrap li a:before {
              display: inline-block;
              margin: 0px 0.5em 0px 0px;
              font-family: "Font Awesome 6 Free";
              font-weight: 900;
              content: "\f105"; }
            nav ul.menu-lev1-wrap li:hover ul.menu-lev2-wrap li a:hover {
              background-color: rgba(39, 67, 116, 0.5); } }
@media screen and (max-width: 1024px) {
  nav {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 0vw;
    padding: 60px 0px 200px;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background-color: #274374; }
    nav ul.menu-lev1-wrap {
      line-height: 1.4em;
      list-style: none; }
      nav ul.menu-lev1-wrap li {
        list-style: none;
        margin: 0px 0em;
        border-color: rgba(255, 255, 255, 0.2);
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        line-height: 15px;
        font-size: 15px; }
        nav ul.menu-lev1-wrap li:first-child {
          border-width: 1px 0px 1px 0px; }
        nav ul.menu-lev1-wrap li a.menu-lev1,
        nav ul.menu-lev1-wrap li p.menu-lev1 {
          display: block;
          position: relative;
          padding: 1em;
          padding: 20px;
          text-decoration: none;
          color: #fff; }
          nav ul.menu-lev1-wrap li a.menu-lev1 span,
          nav ul.menu-lev1-wrap li p.menu-lev1 span {
            display: block;
            padding: 6px 0px 0px 0px;
            font-size: 11px;
            line-height: 11px;
            color: rgba(255, 255, 255, 0.6); }
          nav ul.menu-lev1-wrap li a.menu-lev1:after,
          nav ul.menu-lev1-wrap li p.menu-lev1:after {
            position: absolute;
            display: block;
            text-align: right;
            top: 26px;
            top: 50%;
            right: 10px;
            font-size: 20px;
            line-height: 20px;
            margin: -10px 0px 0px auto;
            font-family: 'Material Symbols Rounded';
            font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
            content: "\e5cc"; }
          nav ul.menu-lev1-wrap li a.menu-lev1:hover,
          nav ul.menu-lev1-wrap li p.menu-lev1:hover {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.1); }
        nav ul.menu-lev1-wrap li ul.menu-lev2-wrap {
          display: none;
          padding: 0px;
          background-color: #273c76; }
          nav ul.menu-lev1-wrap li ul.menu-lev2-wrap li {
            margin: 0px;
            /*a:before {
                display: inline-block;
                margin: 0px 0.5em 0px 0px;
                @include font-awesome;
                content: "\f105";
            }*/ }
            nav ul.menu-lev1-wrap li ul.menu-lev2-wrap li a {
              display: block;
              padding: 1em 2.5em 1em 1em; }
            nav ul.menu-lev1-wrap li ul.menu-lev2-wrap li a:after {
              margin: -1.4em -1.5em 0px auto; }
            nav ul.menu-lev1-wrap li ul.menu-lev2-wrap li a:hover {
              background-color: rgba(39, 67, 116, 0.5); } }
/* Toggle for mobile //////////////////////////////////////////////////////// */
@media screen and (min-width: 1025px) {
  #toggle {
    display: none; } }
@media screen and (max-width: 1024px) {
  #toggle {
    z-index: 10001;
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    color: #111;
    width: 60px;
    height: 60px;
    border-color: #fff;
    border-style: solid;
    border-width: 0px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center; }

  #toggle::before {
    display: block;
    margin: 0px auto -6px auto;
    padding: 12px 0px 0px 0px;
    font-family: 'Material Symbols Rounded';
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    content: "\e5d2";
    font-size: 20px;
    line-height: 20px; }

  #toggle::after {
    content: "MENU";
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.05em; }

  #toggle:hover {
    color: #777; }

  #toggle.active {
    color: #ddd;
    background-color: rgba(255, 255, 255, 0); }

  #toggle.active:hover {
    color: #fff; }

  #toggle.active::before {
    content: ""; }

  #toggle.active::after {
    content: "CLOSE"; } }
/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* Footer //////////////////////////////////////////////////////// */
.serch-box-wrap {
  background-color: #f3f3f3;
  padding: 4vw;
  text-align: center; }
  .serch-box-wrap .search-field {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    padding: 0.5em;
    width: 240px; }
  .serch-box-wrap button.search-submit {
    font-size: 14px; }

.copy {
  padding: 2em;
  text-align: center;
  font-size: 12px; }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* wrap //////////////////////////////////////////////////////// */
.archive-title {
  margin: 2em 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1.4em;
  text-align: center; }
  .archive-title:after {
    display: block;
    margin: 1em auto;
    content: "";
    height: 2px;
    width: 80px;
    background-color: #274374; }
  @media screen and (max-width: 1024px) {
    .archive-title {
      font-size: 24px; } }

.main-wrap {
  margin: auto;
  padding: 4vw;
  max-width: 1360px; }

.page-body {
  margin: auto;
  max-width: 1000px; }
  .page-body .page-title {
    margin: 0px 0px 2em 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 1.4em;
    text-align: center; }
    .page-body .page-title:after {
      display: block;
      margin: 1em auto;
      content: "";
      height: 2px;
      width: 80px;
      background-color: #274374; }
    @media screen and (max-width: 1024px) {
      .page-body .page-title {
        font-size: 24px; } }

.main-wrap2 {
  margin: auto;
  padding: 4vw;
  max-width: 1360px; }
  @media screen and (min-width: 1025px) {
    .main-wrap2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .main-wrap2 .post-body {
        width: 66%;
        background-color: #fff; }
      .main-wrap2 .page-side {
        width: 28%;
        background-color: #fff; } }

/* basic style //////////////////////////////////////////////////////////////////////////// */
.basic-cont .basic-cont-box {
  margin: 0px 0px 3em; }
.basic-cont h2 {
  margin: 0px 0px 1em;
  padding: 0.5em;
  background-color: #274374;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em; }
.basic-cont h3 {
  margin: 0px 0px 1em;
  padding: 0.5em 0px;
  font-size: 18px;
  line-height: 1.4em;
  border-color: #274374;
  border-style: solid;
  border-width: 0px 0px 2px; }
.basic-cont h4 {
  margin: 0px 0px 1em;
  padding: 0.5em 0px;
  font-size: 16px;
  line-height: 1.4em;
  border-color: #274374;
  border-style: solid;
  border-width: 0px 0px 1px; }
.basic-cont p {
  margin: 0px 0px 2em; }
.basic-cont ol, .basic-cont ul {
  margin: 0px 0px 1em 2em; }
.basic-cont figcaption {
  padding: 0.5em 0px 0px 0px;
  text-align: center;
  font-size: 12px; }

.post-header {
  margin: 0px 0px 3em; }
  .post-header .post-eyecatch {
    margin: 0px auto 1em;
    text-align: center;
    max-width: 100%; }
    .post-header .post-eyecatch img {
      margin: auto;
      max-width: 100%; }
  .post-header .page-title {
    margin: 0px 0px 0.5em;
    padding: 0px;
    font-size: 24px;
    text-align: left; }
  .post-header .post-date {
    font-size: 14px;
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 200;
    font-style: normal; }
  @media screen and (max-width: 799px) {
    .post-header .page-title {
      font-size: 20px; } }
  @media screen and (max-width: 499px) {
    .post-header .page-title {
      font-size: 18px; } }

.post-footer {
  margin: 3em auto; }

.post-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .post-term p {
    padding: 1px 0px 0px 0px;
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4em; }
    .post-term p:after {
      content: "："; }
  .post-term ul {
    margin: 0px; }
  .post-term li {
    font-size: 14px;
    line-height: 1.4em; }

.post-term-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .post-term-list li {
    font-size: 14px;
    line-height: 1.4em; }
    .post-term-list li:not(:last-child):after {
      content: ","; }

ul.post-link-prev-next {
  position: relative;
  margin: 3em 0px;
  list-style: none;
  height: 66px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0px 1px; }
  ul.post-link-prev-next li {
    width: 50%;
    border-color: #ccc;
    border-style: solid;
    border-width: 0px 0px; }
    ul.post-link-prev-next li a {
      display: block;
      padding: 14px 0.5em;
      text-decoration: none;
      color: #111; }
      ul.post-link-prev-next li a:hover {
        background-color: rgba(39, 67, 116, 0.1); }
    ul.post-link-prev-next li p.post-title {
      margin: 0px;
      padding: 0px;
      width: 100%;
      font-size: 14px;
      line-height: 22px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      /* 表示する行数 */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    ul.post-link-prev-next li span.date {
      display: block;
      font-size: 12px;
      line-height: 14px;
      font-family: avenir-lt-pro, sans-serif;
      font-weight: 200;
      font-style: normal; }
    ul.post-link-prev-next li.next {
      position: absolute;
      left: 0;
      text-align: left; }
      ul.post-link-prev-next li.next a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        ul.post-link-prev-next li.next a:before {
          padding: 0px 0.5em;
          content: "<"; }
    ul.post-link-prev-next li.prev {
      position: absolute;
      right: 0;
      text-align: right; }
      ul.post-link-prev-next li.prev a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        ul.post-link-prev-next li.prev a:after {
          padding: 0px 0.5em;
          content: ">"; }

/* pagination //////////////////////////////////////////////////////////////////////////// */
.pagination {
  padding: 4em 0px; }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 36px;
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 500;
    font-style: normal; }
    .pagination .nav-links span.current {
      display: block;
      margin: 4px;
      color: #fff;
      text-align: center;
      width: 36px;
      border-radius: 50%;
      background-color: #274374; }
    .pagination .nav-links a {
      display: block;
      margin: 4px;
      color: #274374;
      text-decoration: none;
      text-align: center;
      width: 36px;
      border-radius: 50%;
      background-color: #fff; }
      .pagination .nav-links a:hover {
        color: #fff;
        background-color: #274374; }

/* post-list-box //////////////////////////////////////////////////////// */
.post-list-box-m {
  margin: 0px 0px 2em; }
  .post-list-box-m a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #111; }
    .post-list-box-m a:hover {
      opacity: 0.7; }
    .post-list-box-m a .post-thumbnail {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0px 10px 0px 0px;
      width: 160px; }
      .post-list-box-m a .post-thumbnail img {
        width: 160px;
        height: 160px;
        object-fit: cover; }
    .post-list-box-m a .post-cont .post-title {
      margin: 0px 0px 1em 0px;
      font-size: 18px;
      line-height: 1.4em;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* 表示する行数 */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .post-list-box-m a .post-cont .post-meta {
      margin: 0px 0px 1em 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 14px;
      line-height: 1.2em; }
      .post-list-box-m a .post-cont .post-meta .post-date {
        margin: 0px 1em 0px 0px; }
    .post-list-box-m a .post-cont .post-excerpt {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* 表示する行数 */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px; }
  @media screen and (max-width: 699px) {
    .post-list-box-m a .post-thumbnail {
      width: 100px; }
      .post-list-box-m a .post-thumbnail img {
        width: 100px;
        height: 100px; }
    .post-list-box-m a .post-cont .post-title {
      margin: 0px 0px 0.5em 0px;
      font-size: 16px; }
    .post-list-box-m a .post-cont .post-meta {
      margin: 0px 0px 0.5em 0px; } }
  @media screen and (max-width: 499px) {
    .post-list-box-m a .post-cont .post-excerpt {
      display: none; } }

.post-list-box-s {
  margin: 0px 0px 2em; }
  .post-list-box-s a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #111; }
    .post-list-box-s a:hover {
      opacity: 0.7; }
    .post-list-box-s a .post-thumbnail {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0px 10px 0px 0px;
      width: 120px; }
      .post-list-box-s a .post-thumbnail img {
        width: 120px;
        height: 120px;
        object-fit: cover; }
    .post-list-box-s a .post-cont .post-title {
      margin: 0px 0px 1em 0px;
      font-size: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* 表示する行数 */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .post-list-box-s a .post-cont .post-meta {
      margin: 0px 0px 0em 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 12px; }
      .post-list-box-s a .post-cont .post-meta .post-date {
        margin: 0px 1em 0px 0px; }

.post-list-box-ss {
  margin: 0px 0px 1em; }
  .post-list-box-ss a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #111; }
    .post-list-box-ss a:hover {
      opacity: 0.7; }
    .post-list-box-ss a .post-thumbnail {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0px 10px 0px 0px;
      width: 80px; }
      .post-list-box-ss a .post-thumbnail img {
        width: 80px;
        height: 80px;
        object-fit: cover; }
    .post-list-box-ss a .post-cont .post-title {
      margin: 0px 0px 0.5em 0px;
      font-size: 14px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* 表示する行数 */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .post-list-box-ss a .post-cont .post-meta {
      margin: 0px 0px 0em 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 12px; }
      .post-list-box-ss a .post-cont .post-meta .post-date {
        margin: 0px 1em 0px 0px; }

/* custom-post //////////////////////////////////////////////////////// */
.custom-post-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* custom-post-list-box //////////////////////////////////////////////////////// */
.custom-post-list-box {
  padding: 1vw 1.5vw 2vw;
  width: 33.33333%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3); }
  .custom-post-list-box a {
    display: block;
    text-decoration: none;
    color: #111; }
    .custom-post-list-box a:hover {
      opacity: 0.7; }
    .custom-post-list-box a .post-thumbnail {
      margin: auto auto 8px;
      width: 100%; }
      .custom-post-list-box a .post-thumbnail img {
        width: 100%;
        height: auto; }
    .custom-post-list-box a .post-cont .post-title {
      margin: 0px 0px 1em 0px;
      font-size: 18px; }
  @media screen and (max-width: 1024px) {
    .custom-post-list-box {
      padding: 1vw 1.5vw 2em;
      width: 50%; } }
  @media screen and (max-width: 499px) {
    .custom-post-list-box {
      width: 100%; } }

.custom-post-list-box-member {
  padding: 2vw;
  width: 50%;
  text-align: center; }
  .custom-post-list-box-member a {
    display: block;
    text-decoration: none;
    color: #111; }
    .custom-post-list-box-member a:hover {
      opacity: 0.7; }
    .custom-post-list-box-member a .post-thumbnail {
      margin: auto auto 8px;
      background-color: #f6f6f6; }
      .custom-post-list-box-member a .post-thumbnail img {
        margin: auto;
        width: auto;
        max-width: 100%;
        height: 240px;
        height: 280px;
        object-fit: cover; }
    .custom-post-list-box-member a .post-cont .post-title {
      margin: 0px 0px 1em 0px;
      font-size: 18px; }
      .custom-post-list-box-member a .post-cont .post-title span {
        display: block;
        font-size: 16px; }
  @media screen and (max-width: 799px) {
    .custom-post-list-box-member {
      width: 50%; }
      .custom-post-list-box-member a .post-thumbnail img {
        height: 220px; } }
  @media screen and (max-width: 499px) {
    .custom-post-list-box-member {
      width: 100%; }
      .custom-post-list-box-member a .post-thumbnail img {
        height: 200px; } }

/* related-posts //////////////////////////////////////////////////////// */
.related-posts-wrap {
  margin: 4em 0px; }
  .related-posts-wrap .related-posts-heading {
    margin: 0px 0px 1em;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    border-color: #274374;
    border-style: solid;
    border-width: 0px 0px 0px 0px; }
  .related-posts-wrap .related-posts {
    margin: 0px 0px 2em; }
  .related-posts-wrap .related-title {
    margin: 0px 0px 2em;
    padding: 0.5em;
    font-size: 16px;
    background-color: #eee; }
  .related-posts-wrap .related-archive-link {
    text-align: right; }
    .related-posts-wrap .related-archive-link a {
      /* &:before {
           font-size: 18px;
           @include google-icons;
           content: "\e5cc";
       }*/ }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* breadcrumbs //////////////////////////////////////////////////////// */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5em;
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 0px 1px;
  background-color: #f6f6f6; }
  .breadcrumbs li {
    list-style: none;
    line-height: 1.2em;
    font-size: 13px;
    color: #777; }
  .breadcrumbs li:after {
    padding: 0px 0.5em;
    content: "/"; }
  .breadcrumbs li:last-child:after {
    padding: 0px;
    content: ""; }
  @media screen and (min-width: 1025px) {
    .breadcrumbs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* aside //////////////////////////////////////////////////////// */
.side-box {
  margin: 0px 0px 3em;
  /* カスタム投稿 */ }
  .side-box h2.side-box-title {
    margin: 0px 0px 0em;
    padding: 0em 0px 0.5em;
    font-size: 15px;
    line-height: 1.4em;
    border-color: #274374;
    border-style: solid;
    border-width: 0px 0px 1px; }
  .side-box .post-list {
    padding: 20px 0px; }
    .side-box .post-list article.post-list-box-ss {
      margin: 0px 0px 10px 0px;
      width: 100%; }
  .side-box a {
    color: #111;
    text-decoration: none; }
  .side-box ul.side-basic-list {
    list-style: none; }
    .side-box ul.side-basic-list li {
      font-size: 14px;
      line-height: 1.4em;
      border-color: #ccc;
      border-style: solid;
      border-width: 0px 0px 1px; }
      .side-box ul.side-basic-list li a {
        display: block;
        padding: 1em; }
        .side-box ul.side-basic-list li a:before {
          content: "・"; }
        .side-box ul.side-basic-list li a:hover {
          background-color: rgba(39, 67, 116, 0.1); }
  .side-box ul.side-tag-list {
    margin: 10px 0px 0px 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .side-box ul.side-tag-list li {
      font-size: 14px;
      line-height: 1.4em;
      width: auto; }
      .side-box ul.side-tag-list li a {
        display: block;
        margin: 4px;
        padding: 0.5em;
        border-radius: 4px;
        border-color: #ccc;
        border-style: solid;
        border-width: 1px; }
        .side-box ul.side-tag-list li a:hover {
          background-color: rgba(39, 67, 116, 0.1); }
  .side-box ul.cs-post-list {
    list-style: none; }
    .side-box ul.cs-post-list li.current {
      color: #fff;
      background-color: rgba(39, 67, 116, 0.8); }
      .side-box ul.cs-post-list li.current a {
        color: #fff; }
        .side-box ul.cs-post-list li.current a:before {
          color: #fff; }
    .side-box ul.cs-post-list li {
      font-size: 14px;
      line-height: 1.4em;
      border-color: #ccc;
      border-style: solid;
      border-width: 0px 0px 1px; }
      .side-box ul.cs-post-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1em 0.5em; }
        .side-box ul.cs-post-list li a:before {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          width: 1em;
          font-family: 'Material Symbols Rounded';
          font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
          content: "\e5cc";
          font-size: 20px;
          line-height: 20px;
          color: #274374; }
        .side-box ul.cs-post-list li a:hover {
          background-color: rgba(39, 67, 116, 0.1); }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* HOME //////////////////////////////////////////////////////// */
.home-slide-wrap {
  margin: 0px auto 2em;
  text-align: center;
  background-color: #eee; }

.home-intro-slide-wrap {
  position: relative; }
  .home-intro-slide-wrap figure img {
    width: 100%;
    height: auto; }

@media screen and (min-width: 1025px) {
  .home-update-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 1025px) {
  .home-post-list {
    width: calc(100% - 500px - 6%); } }

.home-fb {
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .home-fb {
      width: 500px;
      background-color: #f6f6f6; } }
  @media screen and (max-width: 1024px) {
    .home-fb {
      padding: 3em 0px 2em; } }

.front-page-content {
  margin: 4em auto; }

.home-research-themes-entrance {
  margin: 0px -1.5vw;
  padding: 4em 0px; }
  .home-research-themes-entrance h2.entrance-title {
    margin: 0px 0px 3em 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    font-size: 28px;
    line-height: 1.4em;
    text-align: center; }
    .home-research-themes-entrance h2.entrance-title:after {
      display: block;
      margin: 1em auto;
      margin: -0.8em 1.5vw 0px;
      content: "";
      height: 2px;
      height: 10px;
      width: 80px;
      width: inherit;
      background-color: #274374; }
    .home-research-themes-entrance h2.entrance-title span {
      padding: 0px 2em;
      background-color: #fff; }
    @media screen and (max-width: 1024px) {
      .home-research-themes-entrance h2.entrance-title {
        font-size: 24px; }
        .home-research-themes-entrance h2.entrance-title span {
          padding: 0px 1em; } }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* wrap //////////////////////////////////////////////////////// */
.member-body {
  margin: auto;
  max-width: 1000px; }

.staff-name {
  margin: 0px 0px 3em;
  text-align: center;
  font-size: 20px; }
  .staff-name .staff-position {
    padding: 0px 0px 0px 0.5em; }
  .staff-name .staff-name-eng {
    display: block;
    margin: 0.5em 0px 0px;
    font-size: 16px; }

.member-headline .member-thumbnail img {
  max-width: 240px; }
@media screen and (min-width: 1025px) {
  .member-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .member-headline .member-thumbnail {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0px 2em 0px 0px; } }
@media screen and (max-width: 1024px) {
  .member-headline .member-thumbnail {
    margin: 0px auto 2em;
    text-align: center; }
    .member-headline .member-thumbnail img {
      margin: auto; } }

.member-headline-cont .staff-comment {
  margin: 0px 0px 2em; }
.member-headline-cont dl {
  margin: 0px 0px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4em; }
.member-headline-cont dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0px 1em 0px 0px;
  padding: 4px 0px;
  width: 5em;
  text-align: center;
  background-color: #eee; }
.member-headline-cont .staff-remarks {
  margin: 2em 0px 0px;
  padding: 4px 0px; }

.staff-link {
  margin: 1em 0px; }

.open_in_new:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Material Symbols Rounded';
  font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  content: "\e89e"; }

/* メンバー //////////////////////////////////////////////////////// */
.member-position {
  margin: 0px 0px 4em; }

.member-course-title {
  margin: 0px 0px 1em;
  padding: 0.5em;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  background-color: #274374; }

.member-class-title {
  margin: 2em 0px 2em;
  padding: 0.5em;
  font-size: 20px;
  border-color: #274374;
  border-style: solid;
  border-width: 0px 0px 2px; }

.member-year {
  margin: 0px 0px 1em;
  padding: 0.5em;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  background-color: #274374; }
  .member-year span:before {
    padding: 0px 0px 0px 0.5em;
    content: "（"; }
  .member-year span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px; }
  .member-year span:after {
    content: "）"; }
  @media screen and (max-width: 699px) {
    .member-year span:before,
    .member-year span:after {
      padding: 0px;
      display: none; }
    .member-year span {
      margin: 0.3em 0px 0px 0px;
      display: block; } }

/* 学生・OBOG //////////////////////////////////////////////////////// */
.student-obog-body {
  margin: auto;
  max-width: 1000px; }
  .student-obog-body .students-obog-term-group {
    margin: 0px 0px 4em; }
  .student-obog-body h2 {
    margin: 0px 0px 2em;
    padding: 0.5em;
    font-size: 18px;
    background-color: #274374;
    color: #fff; }
    .student-obog-body h2.students-obog-term-group-title {
      background-color: #f0f0f0;
      color: #111; }
  .student-obog-body h3 {
    margin: 0px 0px 2em;
    font-size: 18px;
    border-color: #274374;
    border-style: solid;
    border-width: 0px 0px 0px; }
    .student-obog-body h3 span {
      padding: 0.5em 1em 0.5em 0em;
      background-color: #fff; }
    .student-obog-body h3:after {
      display: block;
      margin: -0.7em 0px 0px 0px;
      content: "";
      height: 2px;
      background-color: rgba(39, 67, 116, 0.7); }

/* 学生 ------------------------------------------------- */
.student-box {
  margin: 0px 0px 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 699px) {
    .student-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0px 0px 2em;
      border-color: #ccc;
      border-style: solid;
      border-width: 0px 0px 1px; } }

.student-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20vw;
  width: 200px;
  height: 20vw;
  height: 200px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px; }
  .student-img img {
    width: 100%;
    object-fit: contain;
    height: 100%; }
  @media screen and (max-width: 699px) {
    .student-img {
      margin: auto; } }

.student-info {
  margin: 0px 0px 0px 1em; }
  @media screen and (max-width: 699px) {
    .student-info {
      margin: 1em 0px 0px 0px; } }

.student-name {
  font-size: 16px;
  margin: 0px 0px 1em 0px; }
  .student-name span {
    margin: 0px 0px 0px 1em; }
  @media screen and (max-width: 699px) {
    .student-name {
      text-align: center; }
      .student-name span {
        display: block;
        margin: 0px 0px 0px 0em;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 15px; } }

.student-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 10px;
  line-height: 1.4em; }
  .student-data dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 2px;
    width: 6em;
    background-color: #eee; }
  .student-data dd {
    margin: 0px 0px 0px 0.5em;
    padding: 2px; }

/* OB・OG ------------------------------------------------- */
.obog-box {
  margin: 0px 0px 2em 1em; }

h4.obog-name {
  font-size: 16px;
  margin: 0px 0px 1em 0px;
  padding: 0px;
  border-width: 0px; }

ul.obog-data {
  margin: 0px 0px 0px 1em; }
  ul.obog-data li {
    margin: 0px 0px 0.5em;
    text-align: left;
    line-height: 1.4em; }
  ul.obog-data span:after {
    padding: 0px 0.3em;
    content: "："; }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* wrap //////////////////////////////////////////////////////// */
.paper-archive {
  margin: auto;
  padding: 2vw 4vw 4vw;
  max-width: 1000px; }

.paper-theme-description {
  margin: 0px 0px 4em;
  padding: 0px 0px 4em;
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 0px 4px; }
  .paper-theme-description h2 {
    margin: 0px 0px 1em;
    font-size: 18px; }
  .paper-theme-description h3 {
    margin: 0px 0px 1em;
    font-size: 16px; }
  .paper-theme-description p {
    margin: 0px 0px 1em; }

.paper-list {
  margin: 0px 0px 0px 1em; }

li.paper {
  margin: 0px 0px 1.5em; }
  li.paper .paper-journal {
    font-size: 14px; }

/* side --------------------------------------------------------------- */
.paper-year-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .paper-year-list li {
    list-style: none;
    padding: 4px;
    width: 33.33333%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    font-size: 14px;
    line-height: 1em; }
    .paper-year-list li a {
      display: block;
      padding: 1em;
      border-radius: 4px;
      border-color: #ccc;
      border-style: solid;
      border-width: 1px; }
      .paper-year-list li a:hover {
        background-color: rgba(39, 67, 116, 0.1); }

.now-template {
  position: fixed;
  z-index: 1000;
  bottom: 60px;
  left: 0px;
  font-size: 12px; }
  @media screen and (max-width: 1024px) {
    .now-template {
      display: none; } }

.user-dashboard {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  left: 0px;
  font-size: 12px; }
  @media screen and (max-width: 1024px) {
    .user-dashboard {
      display: none; } }

.user-edit {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  left: 0px;
  font-size: 12px; }
  @media screen and (max-width: 1024px) {
    .user-edit {
      display: none; } }
