@charset "UTF-8";
/*==========================================================
# color
===========================================================*/
/*==========================================================
# font
===========================================================*/
/*==========================================================
# layout
===========================================================*/
/*==========================================================
# mixin
===========================================================*/
/* header
-----------------------------------------------------------*/
/*header-top
=============================================================*/
.header__top {
  width: 100%;
  padding: 10px 0;
}

.header__top-inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  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;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .header__top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
}

.header__top-title {
  font-size: 24px;
  font-weight: 700;
}
.header__top-title span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .header__top-title span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header__top-title {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .header__top-title {
    font-size: 17px;
  }
}

.header__en .header__top-title {
  line-height: 1.3;
}

.header__top-link {
  width: 100%;
  height: 100%;
  color: #555;
}

.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .header__top-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 458px;
    max-width: 100%;
    margin-top: 7px;
  }
}
@media (max-width: 414px) {
  .header__top-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
}

.header__top-logo {
  width: 250px;
  height: auto;
}
.header__top-logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .header__top-logo {
    width: 210px;
    height: auto;
  }
}

.header__btn-link {
  display: inline-block;
  margin-top: 15px;
  padding: 0 20px;
  background-color: #980000;
}

.bogo-language-switcher {
  border: 1px solid #555;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px 0 10px;
}
.bogo-language-switcher li {
  color: #000;
  font-weight: 500;
}
.bogo-language-switcher li:not(:first-child) {
  border-top: 1px solid #555;
}
@media (max-width: 768px) {
  .bogo-language-switcher li:not(:first-child) {
    border-top: none;
    border-left: 1px solid #555;
  }
}
@media (max-width: 768px) {
  .bogo-language-switcher li {
    width: 50%;
  }
}
.bogo-language-switcher .bogo-language-name a {
  color: #000;
}
.bogo-language-switcher .current {
  color: #980000;
}
.bogo-language-switcher .current a {
  color: #980000;
}
@media (max-width: 768px) {
  .bogo-language-switcher {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

/*header
=============================================================*/
.header {
  background: #980000;
  z-index: 100;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 100%;
  max-width: 1060px;
  padding: 0 16px;
  width: 100%;
}
@media (max-width: 768px) {
  .header__inner {
    height: 60px;
    padding: 0 20px;
  }
}

.header__logo {
  width: 282px;
}
.header__logo img {
  display: block;
  height: 53px;
}
@media (max-width: 768px) {
  .header__logo {
    width: 198px;
  }
  .header__logo img {
    height: 37px;
  }
}

.header-nav {
  max-width: 100%;
  margin: 0 auto;
}
.header-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .header-nav .menu {
    display: none;
  }
}
.header-nav .menu .menu-item {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-nav .menu .menu-item a {
  line-height: 1.2;
  padding: 20px 15px;
  text-align: center;
  display: block;
  color: #FFF;
  margin: 0 auto;
}
.header-nav .menu .menu-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 45px;
  width: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
}
.header-nav .menu .menu-item:last-child::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 45px;
  width: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
}
@media (max-width: 768px) {
  .header-nav .menu .menu-item {
    width: 100%;
  }
}
.header-nav .research:hover .sub-menu {
  display: block;
}
.header--en .header-nav .menu .menu-item {
  width: 100%;
}
.header--en .header-nav .menu .menu-item a {
  line-height: 1.2;
  padding: 12px 5px;
}

/* drawer
-----------------------------------------------------------*/
.drawer-icon {
  position: absolute;
  z-index: 300;
  top: 23px;
  right: 20px;
  display: none;
  width: 27px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media (max-width: 768px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  position: fixed;
  top: 30px;
  right: 22px;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #980000;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #980000;
}

.drawer-icon__bars {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 26px;
  height: 2px;
  background: #FFF;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 6px;
}

.drawer-icon__bar3 {
  top: 12px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #980000;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow-y: scroll;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__header {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-content__header a {
  width: 200px;
  height: auto;
  display: inline-block;
}
.drawer-content__header img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .drawer-content__header {
    padding: 12px 20px;
  }
}

.drawer-content__items .menu {
  padding: 62px 40px 0;
  text-align: center;
  width: 100%;
}
.drawer-content__items .menu-item a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  padding: 10px 20px;
  font-weight: 500;
}

/* footer
-----------------------------------------------------------*/
.footer {
  background-color: #d9d9d9;
}

.footer__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 20px;
  position: relative;
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #555;
  font-size: 14px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__nav-list .menu-item a {
  color: #555;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 3px;
}

.footer__nav-item a {
  color: #555;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 3px;
}

.footer__twitter {
  margin-top: 20px;
  width: 340px;
  height: 40px;
  position: relative;
  max-width: 100%;
}
.footer__twitter iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.footer__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.footer__tell {
  color: #555;
}

.footer__logo {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.footer__logo-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.footer__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .footer__logo-list {
    gap: 30px;
  }
}

.footer__logo01 {
  width: 250px;
  height: 77px;
}
.footer__logo01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__logo02 {
  width: 250px;
  height: 47px;
}
.footer__logo02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.copyright {
  margin-top: 20px;
  text-align: center;
  color: #000;
}
.copyright small {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .copyright small {
    font-size: 0.75rem;
  }
}

/*==========================================================
# common
===========================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #555;
  font-family: Helvetica Neue, Helvetica, YuGothic, Yu Gothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
  line-height: 1.9;
  font-weight: 400;
}

img {
  width: 100%;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.ssp {
  display: none;
}
@media (max-width: 414px) {
  .ssp {
    display: block;
  }
}

.container {
  padding: 0 20px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.section {
  padding: 30px 0 100px;
  border-top: 5px solid #980000;
}
@media (max-width: 768px) {
  .section {
    padding: 30px 0 60px;
  }
}

.section__title {
  font-size: 30px;
  font-family: YuMincho, Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
  font-weight: 700;
  text-align: center;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
}

/* single.php
-----------------------------------------------------------*/
.news-archive {
  margin-top: 30px;
  padding-bottom: 100px;
}
.news-archive .more__btn a {
  padding: 10px 30px;
  font-size: 20px;
}

.wp-block-image {
  max-width: 600px;
  margin-top: 20px;
}

.news-single__main {
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.news-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 40px;
}
.news-archive__meta time {
  font-size: 24px;
}
@media (max-width: 768px) {
  .news-archive__meta time {
    font-size: 16px;
  }
}

.news-archive__category {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 768px) {
  .news-archive__category {
    font-size: 16px;
  }
}

.news-single__title {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .news-single__title {
    font-size: 24px;
  }
}

.news-single__img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.news-single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-single__contents {
  max-width: 1020px;
  width: 100%;
}
.news-single__contents p {
  padding-top: 15px;
}
.news-single__contents h1, .news-single__contents h2, .news-single__contents h3, .news-single__contents h4, .news-single__contents h5, .news-single__contents h6 {
  font-weight: bold; /* 太字に */
  margin: 10px 0 0; /* マージンを指定 */
}
.news-single__contents strong {
  font-weight: 700;
}
.news-single__contents h1 {
  font-size: 38px;
}
.news-single__contents h2 {
  font-size: 32px;
}
.news-single__contents h3 {
  font-size: 28px;
}
.news-single__contents h4 {
  font-size: 24px;
}
.news-single__contents h5 {
  font-size: 20px;
}
.news-single__contents h6 {
  font-size: 18px;
}

.news-single__link-wrap {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.news-single__link {
  display: inline-block;
  background-color: #980000;
  font-weight: 500;
}
.news-single__link a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 20px;
  display: inline-block;
  color: #FFF;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  opacity: 1;
}
.news-single__link a:hover {
  color: #980000;
  background-color: #fff;
  border: 1px solid #980000;
}

/* archive.php
-----------------------------------------------------------*/
.more__btn {
  text-align: center;
  font-weight: 500;
  margin: 70px auto 0;
}
.more__btn a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  background-color: #980000;
  color: #fff;
  padding: 5px 16px;
  border: 1px solid #FFF;
}
.more__btn a:hover {
  opacity: 1;
  background-color: #FFF;
  color: #980000;
  border: 1px solid #980000;
}

/* topへ戻るボタン
-----------------------------------------------------------*/
.pagetop {
  height: 50px;
  width: 100px;
  position: absolute;
  top: -40px;
  right: 40px;
  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;
  z-index: 2;
  color: #555;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

/* パンくずリスト
-----------------------------------------------------------*/
.breadcrumbs {
  margin: 0 auto;
  padding: 10px 82px 20px;
  font-size: 16px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 0 12px;
    margin-top: 9px;
  }
}
.breadcrumbs .post-post,
.breadcrumbs .post-page,
.breadcrumbs .post-root,
.breadcrumbs a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 8px;
  display: block;
}
.breadcrumbs .post-post:hover,
.breadcrumbs .post-page:hover,
.breadcrumbs .post-root:hover,
.breadcrumbs a:hover {
  text-decoration: underline;
}

.current-item {
  word-wrap: break-word; /* 古いブラウザ向け */
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: normal;
  word-break: break-all; /* 長い単語の折り返しを許可 */
}

@media (max-width: 768px) {
  .breadcrumbs span[property=name] {
    max-width: 144px;
  }
}

.breadcrumbs span[property=name]:hover {
  max-width: none;
}

/* front-page.php
-----------------------------------------------------------*/
.mv {
  height: 270px;
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 414px) {
  .mv {
    height: 98px;
  }
}

.mv__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#micro .mv__inner {
  background: url(../img/02_micro/micro-top.png) no-repeat center center/cover;
}

#regenerative .mv__inner {
  background: url(../img/01_top/slider02.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 600px 430px;
}

#mecha .mv__inner {
  background: url(../img/01_top/slider06.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#reproductive .mv__inner {
  background: url(../img/01_top/slider03.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#science .mv__inner {
  background: url(../img/06_science/science-top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#dna .mv__inner {
  background: url(../img/07_dna/dna-top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv__text {
  font-weight: 700;
  font-size: 43px;
  text-align: center;
  color: #FFF;
  font-family: YuMincho, Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
  background-color: #980000;
  padding: 6px 33px;
  line-height: 1;
}
@media (max-width: 768px) {
  .mv__text {
    font-size: 30px;
    padding: 4px 20px;
  }
}

.breadcrumbs {
  max-width: 1160px;
  width: 100%;
}
.breadcrumbs a {
  color: #000;
}

.inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 414px) {
  .inner .section__title {
    font-size: 26px;
  }
}

.section__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .section__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.contents__img {
  width: 441px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}
@media (max-width: 768px) {
  .contents__img {
    width: 100%;
    max-width: 441px;
    margin: 0 auto;
  }
}

.img__wrap {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.img__wrap img {
  height: auto;
}

.youtube__wrap {
  margin-top: 40px;
}
.youtube__wrap iframe {
  width: 100%;
  height: 273px;
}

.contents__texts {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contents__text {
  margin-top: 40px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .contents__text {
    margin-top: 20px;
  }
}

.contents__text--sm {
  font-size: 15px;
  line-height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.font__italic {
  font-style: italic;
  display: inline;
}

.makers__wrap {
  margin-top: 40px;
}

/* top
-----------------------------------------------------------*/
/*slider

/* スライダーのサイズ */
.swiper {
  height: 430px;
  width: 1020px;
  max-width: 100%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .swiper {
    width: 100%;
    max-width: 480px;
    height: 200px;
  }
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}

/* スライドの背景画像のスタイル */
.swiper-slide {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

/* テキストのスタイル */
.swiper__text {
  background-color: #c1bdbd;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  position: absolute;
  text-shadow: 2px 2px 4px #333;
  padding: 5px 10px;
  line-height: 1.2;
  top: 40%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .swiper__text {
    font-size: 26px;
    padding: 3px 5px;
  }
}

/* 表示されているスライドのテキスト */
.swiper-slide-active .swiper__text {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/* アニメーション */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.swiper__lead {
  max-width: 1020px;
  width: 100%;
  padding: 20px 40px 30px 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .swiper__lead {
    padding: 10px 15px 20px 15px;
  }
}

.swiper__sub-text {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .swiper__sub-text {
    font-size: 16px;
  }
}

/* NEWS
-----------------------------------------------------------*/
.news__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  width: 920px;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto 0;
  gap: 30px;
}
.news__articles li {
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  width: 400px;
  max-width: 50%;
  height: 100%;
  height: 150px;
}
@media (max-width: 768px) {
  .news__articles li {
    width: 100%;
    max-width: 100%;
  }
}
.news__articles a {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.news__article {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 100%;
}
.news__article:hover {
  opacity: 0.7;
}

.news__article-thumbnail {
  width: 150px;
  height: 150px;
}
.news__article-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news__article-content {
  color: #000;
  width: calc(100% - 150px);
  padding: 10px 10px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  color: #555;
}

.news__article-title {
  font-size: 16px;
  font-weight: 600;
  word-wrap: break-word; /* 古いブラウザ向け */
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示したい最大の行数 */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all; /* 長い単語の折り返しを許可 */
}
@media (max-width: 414px) {
  .news__article-title {
    font-size: 14px;
  }
}

/* laboratory
-----------------------------------------------------------*/
.laboratory__contents {
  max-width: 1020px;
  width: 100%;
  margin: 30px auto 0;
}

.laboratory__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1099px) {
  .laboratory__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .laboratory__list {
    grid-template-columns: 1fr;
  }
}

.laboratory__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.laboratory__img {
  width: 282px;
  height: 282px;
}
.laboratory__img img {
  width: 100%;
  height: 100%;
}

/* member
-----------------------------------------------------------*/
.member__contents {
  max-width: 940px;
  margin: 60px auto 0;
}

.member__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
}

.member__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .member__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.member__thumbnail {
  width: 200px;
  height: 283px;
}
.member__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.member__texts {
  width: calc(100% - 330px);
}
@media (max-width: 768px) {
  .member__texts {
    width: 90%;
    margin-top: 30px;
  }
}

.member__name {
  font-size: 18px;
  color: #0000ff;
  font-weight: 700;
}
.member__name:not(:first-child) {
  margin-top: 25px;
}

.member__info {
  margin-top: 35px;
  color: #000;
}
.member__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member__info dt {
  width: 98px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .member__info dt {
    width: 57px;
  }
}
.member__info dd {
  margin-left: 10px;
  display: inline-block;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 768px) {
  .member__info dd {
    margin-left: 12px;
  }
}

.member__list table {
  margin-top: 10px;
}
.member__list tbody {
  border: 1px solid #dddddd;
  line-height: 2;
}
.member__list tbody tr:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.member__list tbody th {
  background-color: #ebebeb;
  padding: 10px;
  width: 40%;
  border-right: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .member__list tbody th {
    width: 35%;
  }
}
.member__list tbody td {
  padding: 10px;
  width: 60%;
}
.member__list tbody td span {
  display: block;
}
.member__list tbody td span:not(:first-child) {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .member__list tbody td {
    width: 75%;
  }
}

.section__sub-title {
  font-size: 18px;
  font-weight: 700;
}

.member__list-link {
  color: #0000ff;
}

/* message
-----------------------------------------------------------*/
.message__contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  margin: 60px auto 0;
  gap: 50px;
}
@media (max-width: 768px) {
  .message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.message__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 425px;
          flex: 0 0 425px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .message__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}

.iframe__wrap {
  width: 100%;
  height: 100%;
}

.message__right {
  width: calc(100% - 425px);
}
@media (max-width: 768px) {
  .message__right {
    width: 100%;
  }
}

.message__text {
  color: #000;
}

.message__btn {
  margin: 0 auto;
  width: 250px;
  height: 91px;
}
.message__btn img {
  width: 100%;
  height: 100%;
}
.message__btn:not(:first-child) {
  margin-top: 30px;
}

/* access
-----------------------------------------------------------*/
.access__contents {
  max-width: 920px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.access__left {
  color: #000;
}

@media (max-width: 768px) {
  .access__right {
    width: 100%;
  }
}

.access__map {
  width: 442px;
  height: 470px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .access__map {
    margin-top: 30px;
    width: 100%;
  }
}

.news__wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__row-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555;
}

.news__row-wrapper {
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  width: calc(50% - 30px);
}
.news__row-wrapper:nth-child(2n+2) {
  margin-left: 30px;
}
.news__row-wrapper:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .news__row-wrapper {
    width: 100%;
  }
  .news__row-wrapper:nth-child(2n+2) {
    margin-left: 0;
  }
  .news__row-wrapper:nth-child(n+3) {
    margin: 0;
  }
  .news__row-wrapper:nth-child(n+2) {
    margin-top: 30px;
  }
}

.news__article-thumbnail {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news__contents-wrap {
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 15px 15px 20px 20px;
  max-height: 150px;
  width: 100%;
}
@media (max-width: 768px) {
  .news__contents-wrap {
    padding: 15px 10px 15px 15px;
  }
}
.news__contents-wrap .news__date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 414px) {
  .news__contents-wrap .news__date-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.news__contents-wrap .news__date {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding-right: 9px;
  line-height: 1;
}
.news__contents-wrap .news__date::after {
  position: absolute;
  content: "|";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: #555;
  line-height: 1;
}
@media (max-width: 414px) {
  .news__contents-wrap .news__date::after {
    display: none;
  }
}
.news__classification div {
  font-size: 13px;
  font-weight: 600;
  color: #980000;
  line-height: 1;
  margin-left: 9px;
}
@media (max-width: 414px) {
  .news__classification div {
    margin-left: 0;
    margin-top: 5px;
  }
}

.top__btn {
  margin-top: 40px;
  text-align: center;
}
.top__btn a {
  padding: 4px 25px;
  background-color: #980000;
  border: solid 1px #fff;
  color: #FFF;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__btn a:hover {
  opacity: 1;
  background-color: #FFF;
  border: solid 1px #980000;
  color: #980000;
}

/*wp-pagenavi base*/
.pagination {
  margin-top: 70px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #555;
  background-color: #FFF;
  border: solid 1px #980000;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #980000;
  border-color: #980000;
  font-weight: bold;
}