@charset "UTF-8";
.mv {
  margin-bottom: 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 5.2083333333vw;
  }
}
.mv .swiper-slide {
  height: 100%;
}

.mv .swiper-button-next {
  right: 40px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .mv .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mv .swiper-pagination {
    bottom: 0vw !important;
  }
}
.mv .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
  font-size: 10vw;
  opacity: 0.6;
  width: 10px;
  height: 10px;
}
.mv .swiper-pagination-bullet-active {
  background: rgb(0, 0, 0);
  opacity: 0.6;
}
.mv.major {
  background: url(../img/major/mv.png) no-repeat center;
  background-size: cover;
  height: 326px;
}
@media screen and (max-width: 768px) {
  .mv.major {
    height: 26.0416666667vw;
  }
}
.mv.paper {
  background: url(../img/paper/mv.png) no-repeat center;
  background-size: cover;
  height: 326px;
}
@media screen and (max-width: 768px) {
  .mv.paper {
    height: 26.0416666667vw;
  }
}
.mv.lab {
  background: url(../img/lab/mv.png) no-repeat center;
  background-size: cover;
  height: 326px;
}
@media screen and (max-width: 768px) {
  .mv.lab {
    height: 26.0416666667vw;
  }
}

.mv.news {
  background: url(../img/news/mv.png) no-repeat center;
  background-size: cover;
  height: 326px;
}
@media screen and (max-width: 768px) {
  .mv.news {
    height: 26.0416666667vw;
  }
}
.mv.other {
  background: url(../img/other/mv.png) no-repeat center;
  background-size: cover;
  height: 326px;
}
@media screen and (max-width: 768px) {
  .mv.other {
    height: 26.0416666667vw;
  }
}
.mv h1 {
  position: absolute;
  font-size: 34px;
  text-align: center;
  color: #0196A7;
  font-weight: 600;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mv h1 {
    font-size: 5.2083333333vw;
    bottom: 6.5104166667vw;
  }
}
.mv__txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7vw;
  width: 61.1979166667vw;
  z-index: 9;
}

.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 4.5572916667vw;
  }
}

.intro {
  margin-bottom: 90px;
}
.intro ul {
  display: flex;
  justify-content: center;
  gap: 5%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .intro ul {
    display: block;
  }
}
.intro ul li {
  width: 30%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .intro ul li {
    display: flex;
    width: 100%;
    margin-bottom: 6.5104166667vw;
  }
}
.intro ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #0196A7;
  text-align: center;
  color: #707070;
  line-height: 1.8;
  font-size: 18px;
  box-shadow: 7px 7px 11px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 768px) {
  .intro ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.14);
  }
  .intro ul li a div {
    width: 50%;
  }
}
.intro ul li a img {
  transform: scale(1);
  transition: 0.3s;
}
.intro ul li a:hover img {
  transform: scale(1.1);
}
.intro ul li a:hover .info__btn {
  color: #0196A7;
  background: #fff;
}
.intro ul li p.info__title {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .intro ul li p.info__title {
    margin: 2.6041666667vw 0;
    font-size: 3.90625vw;
  }
}
.intro ul li p.info__text {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro ul li p.info__text {
    margin-bottom: 2.6041666667vw;
    font-size: 3.2552083333vw;
  }
}
.intro ul li p.info__btn {
  width: 80%;
  padding: 10px;
  color: #fff;
  background: #0196A7;
  font-weight: 600;
  border-radius: 10px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .intro ul li p.info__btn {
    width: 90%;
    font-size: 3.2552083333vw;
    margin: 0 auto 0;
  }
}

.contents {
  margin-bottom: 90px;
}
.contents h2 {
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents h2 {
    font-size: 4.5572916667vw;
    line-height: 1.2;
  }
}
.contents h3 {
  color: #0196A7;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .contents h3 {
    font-size: 4.296875vw;
  }
}
.contents h3::before {
  content: "■";
  margin-right: 0.5em;
}
.contents h4 {
  border-bottom: 1px solid #0196A7;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .contents h4 {
    font-size: 3.6458333333vw;
    margin-bottom: 1.953125vw;
  }
}

.contents ul.disc {
  margin-bottom: 40px;
}
.contents ul.disc li {
  text-indent: -1em;
  padding-left: 1em;
}
.contents ul.disc li::before {
  content: "・";
}

/* major table-type01 */
.table-type01 td:nth-child(1) {
  text-align: left;
}

.table-type01 td:nth-child(2),
.table-type01 td:nth-child(3) {
  text-align: center;
}

.table-type01 th:nth-child(1),
.table-type01 td:nth-child(1) {
  width: 38.46%;
}

.table-type01 th:nth-child(2),
.table-type01 td:nth-child(2),
.table-type01 th:nth-child(3),
.table-type01 td:nth-child(3) {
  width: 30.77%;
}

/*paper*/
.paper__table td {
  padding: 0 1em;
}/*# sourceMappingURL=index.css.map */


/* home,category,single-post common */
.news__inner {
  display: flex;
  gap: 40px;
}

.news__content {
  flex: 8;
  min-width: 0;
}

.news__sidebar {
  flex: 2;
  max-width: 225px;
}

.news__sidebar-title {
  text-align: start !important;
  /* line-height: 2.5; */
  background-color: rgba(1, 150, 167, 0.75);
  color: #fff;
  padding-left :12px;
}

.news__sidebar-category li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: solid 1px #0196A7;
}

.news__sidebar-category li a:hover {
  color: #0196A7;
}

.news__sidebar-category li a::before{
  content: "〉";
  font-weight: 600;
  color: rgba(1, 150, 167, 0.75);
}

.news__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.news__count {
  display: block;
  padding: 0px 5px;
  border: solid 1px #707070;
}

.news__prev:empty,
.news__next:empty {
  display: none;
}

.page-numbers a,
.current,
.news__child {
  display: block;
  padding: 0 5px !important;
  border: solid 1px #707070;
}

.page-numbers a:hover,
.current:hover,
.news__child:hover {
  background-color: rgba(1, 150, 167, 0.75);
  color: #fff;
}

.page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.current {
  background-color: rgba(1, 150, 167, 0.75);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news__inner {
    flex-direction: column;
  }

  .news__sidebar {
    flex: 0;
  }
}/*# sourceMappingURL=common_lower.css.map */

/* home, category */
.news-archive {
  padding-top: 120px;
}

.news-archive__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-archive__item a {
  display: flex;
  gap: 2rem;
  padding: 10px 0;
  border-bottom: solid 1px #0196A7;
}

.news-archive__item a:hover {
  color: #0196A7;
}

.news-archive__meta {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.news-archive__category {
  width: 120px;
  padding: .2rem 0;
  background-color: rgba(1, 150, 167, 0.75);
  text-align: center;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* single-post */
.news-single__title {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: solid 1px #6BC3C9;
}

.news-single__title::before {
  content: "";
  width: 5px;
  height: 40px;
  margin-right: 0.5em;
  background-color: #6BC3C9;
}

.news-single__date {
  text-align: end;
  line-height: 2.2;
}

.news-single__body {
  line-height: 1.85;
}

.news__back {
  display: block;
  width: fit-content;
  margin: 10px auto;
  padding: 0 5px;
  border: solid 1px #707070;
}

.news__back:hover {
  background-color: rgba(1, 150, 167, 0.75);
  color: #fff; 
}

/* history table-type02 */
.table-type02 {
  width: 100%;
  table-layout: fixed;
}

.table-type02 th:nth-child(1),
.table-type02 td:nth-child(1) {
  width: 15.99%;
}

.table-type02 th:nth-child(2),
.table-type02 td:nth-child(2) {
  width: 20.21%;
}

.table-type02 th:nth-child(3),
.table-type02 td:nth-child(3) {
  width: 20.89%;
}

.table-type02 th:nth-child(4),
.table-type02 td:nth-child(4) {
  width: 12.82%;
}

.table-type02 th:nth-child(5),
.table-type02 td:nth-child(5) {
  width: 30.39%;
}

.table-type02 th,
.table-type02 td {
  text-align: center;
  vertical-align: middle;
}

.table-type02 td:nth-child(5) {
  text-align: left;
}
/*# sourceMappingURL=common_lower.css.map */