@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
.column {
  padding-top: 70px;
}
.column h2 {
  padding-bottom: 70px;
  text-align: center;
  position: relative;
}
.column h2:after {
  content: "";
  width: 90px;
  height: 7px;
  background: #4F8C61;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45px;
}
.column h2 img {
  width: 560px;
  margin: 0 auto;
}
.column h2 .en {
  font-family: "Damion", cursive;
  font-size: 66px;
  font-weight: 400;
}
.column h2 .color {
  color: #347BFF;
}
.column h2 .jp {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0.5em;
}
.column .intro_txt {
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 70px;
  text-align: center;
}
.column a:hover {
  opacity: 0.7;
}

.pickup {
  margin-bottom: 60px;
}
.pickup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(75, 75, 75, 0.2);
          box-shadow: 0px 0px 6px rgba(75, 75, 75, 0.2);
  position: relative;
  padding: 24px;
}
.pickup a .pickup_ttl {
  position: absolute;
  font-family: "Damion", cursive;
  font-size: 50px;
  line-height: 1;
  top: 8px;
  right: 16px;
}
.pickup a .thum {
  width: 44.6%;
}
.pickup a .thum img {
  aspect-ratio: 460/291;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickup a .txt {
  padding-top: 65px;
  margin-left: auto;
  width: 52.1%;
}
.pickup a .txt .cat_wrap {
  margin-bottom: 8px;
}
.pickup a .txt .column_ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5384615385;
  margin-bottom: 22px;
}
.pickup a .txt .column_desc {
  font-size: 15px;
  line-height: 1.8666666667;
}

.cat {
  display: inline-block;
  width: 85px;
  padding: 4px 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #4f8c61;
  border-radius: 4px;
  text-align: center;
}

.cat + .cat {
  margin-left: 8px;
}

.list .list_head {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list .list_head h3 {
  width: 126px;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 12px;
  padding-right: 0;
  border-left: 6px solid #4f8c61;
}
.list .list_head .cat_navi {
  width: calc(100% - 126px);
  font-size: 0;
  margin-top: -15px;
  margin-left: -10px;
}
.list .list_head .cat_navi li {
  margin-left: 10px;
  margin-top: 15px;
  display: inline-block;
}
.list .list_head .cat_navi li a {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #4f8c61;
  display: inline-block;
  padding: 0 40px;
}
.list .list_head .cat_navi li a.is-current {
  background: #DE0C09 !important;
}
.list .list_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -30px;
}
.list .list_content ul li {
  width: calc(33.3333% - 30px);
  margin-left: 30px;
  margin-top: 30px;
}
.list .list_content ul li a {
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(75, 75, 75, 0.2);
          box-shadow: 0px 0px 6px rgba(75, 75, 75, 0.2);
  position: relative;
  padding: 15px;
  display: block;
  height: 100%;
}
.list .list_content ul li a .thum {
  margin-bottom: 20px;
}
.list .list_content ul li a .thum img {
  aspect-ratio: 312/212;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .list_content ul li a .txt .cat_wrap {
  margin-bottom: 8px;
}
.list .list_content ul li a .txt .column_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
  min-height: 2.5em;
}
.list .list_content ul li a .txt .column_desc {
  font-size: 15px;
  line-height: 1.8666666667;
}

.wp-pagenavi {
  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;
  margin-top: 80px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  color: #016F32;
  border: 1px solid #016F32;
  width: 36px;
  height: 36px;
  margin: 0 6px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  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;
}
.wp-pagenavi .current {
  color: #fff;
  background: #016F32;
}
.wp-pagenavi .nextpostslink {
  font-size: 0;
  background: url(../images/column/pager.svg) center center no-repeat;
  background-size: 8px auto;
}
.wp-pagenavi .previouspostslink {
  font-size: 0;
  background: url(../images/column/pager.svg) center center no-repeat;
  background-size: 8px auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media print, screen and (max-width: 769px) {
  .column {
    padding-top: 50px;
  }
  .column h2 img {
    width: 330px;
    margin: 0 auto;
  }
  .column h2 .en {
    font-size: 40px;
  }
  .column .intro_txt {
    font-size: 15px;
    line-height: 1.8666666667;
    margin-bottom: 40px;
  }
  .pickup {
    margin-bottom: 25px;
  }
  .pickup a {
    padding: 15px 10px 30px;
  }
  .pickup a .pickup_ttl {
    position: static;
    font-size: 36px;
    text-align: right;
    margin-bottom: 18px;
    width: 100%;
  }
  .pickup a .thum {
    width: 100%;
  }
  .pickup a .thum img {
    aspect-ratio: 340/215;
  }
  .pickup a .txt {
    padding-top: 25px;
    width: 100%;
  }
  .pickup a .txt .cat_wrap {
    margin-bottom: 20px;
  }
  .pickup a .txt .column_ttl {
    font-size: 22px;
    line-height: 1.5454545455;
    margin-bottom: 20px;
  }
  .list .list_head {
    margin-bottom: 30px;
    display: block;
  }
  .list .list_head h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 12px;
    padding-right: 0;
    border-left: 6px solid #4f8c61;
    margin-bottom: 20px;
  }
  .list .list_head .cat_navi {
    width: 100%;
    margin-top: -15px;
    margin-left: -10px;
  }
  .list .list_head .cat_navi li {
    margin-left: 10px;
    margin-top: 15px;
  }
  .list .list_head .cat_navi li a {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #4f8c61;
    display: inline-block;
    padding: 0 40px;
  }
  .list .list_content ul {
    margin-top: -20px;
    margin-left: 0;
  }
  .list .list_content ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .list .list_content ul li a .thum img {
    aspect-ratio: 330/224;
  }
  .list .list_content ul li a .txt .cat_wrap {
    margin-bottom: 12px;
  }
  .list .list_content ul li a .txt .column_ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 12px;
    min-height: inherit;
  }
  .list .list_content ul li a .txt .column_desc {
    font-size: 15px;
    line-height: 1.8666666667;
  }
  .wp-pagenavi {
    margin-top: 70px;
  }
}
.lifescience-column h2:after {
  background: #486995;
}
.lifescience-column .cat {
  background: #486995;
}
.lifescience-column .list .list_head h3 {
  border-color: #486995;
}
.lifescience-column .list .list_head .cat_navi li a {
  background: #486995;
}