@charset "UTF-8";
.page_title {
  max-height: 400px;
}
.page_title::before {
  height: 400px;
  padding-top: 0;
}
.page_title::after {
  background-image: url(../img/news/news_main_img.jpg);
}
.page_title_inner h1 .replace_img {
  height: 48px;
  background-image: url(../img/news/title_text.png);
}

@media screen and (max-width: 1024px) {
  .page_title::after {
    background-image: url(../img/news/news_main_img_sp.jpg);
  }
  .page_title_inner h1 .replace_img {
    height: 32px;
  }
}
/* ========================================

wrap

======================================== */
.news_wrap {
  position: relative;
  padding-top: 100px;
}
.news_wrap .news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news_wrap_list {
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .news_wrap {
    padding-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .news_wrap {
    padding-top: 38px;
    width: auto;
  }
  .news_wrap::before {
    display: none;
  }
  .news_wrap .news_inner {
    width: 100%;
  }
}
/* ========================================

main

======================================== */
.news_main {
  width: 100%;
  max-width: 1200px;
}
.news_main_category {
  display: none;
}
.news_main .news_list_item {
  width: 24%;
  margin-bottom: 54px;
}
.news_main .news_list_item.dummy{
  visibility: hidden; 
}
.news_main .news_list_item.new::before {
  width: 100px;
  height: 100px;
  width: clamp(80px, 7.2vw, 100px);
  height: clamp(80px, 7.2vw, 100px);
}
.news_main .news_list_item .info .author {
  margin-top: -20px;
}
.news_main .news_list_item .info .category {
  font-size: 13px;
  margin-bottom: 0 !important;
}
.news_main .news_list_item .info .date {
  width: 100%;
  margin-top: 22px;
}
.news_main .news_list_item .box_text .title {
  font-size: 18px;
  line-height: 1.77;
  margin: 10px 0 0;
}
.news_main .news_list_item .box_text .title span {
  padding-bottom: 3px;
}
.btn_border.btn_solid a .link_title{
  color: #FFF;
  font-size: 17px;
}
.btn_border a:hover .link_title{
  color: #0098bc;
}
.news_main .wp-pagenavi {
  color: #0098bc;
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_main .wp-pagenavi a,
.news_main .wp-pagenavi span {
  display: block;
  position: relative;
  margin: 0 15px;
  padding: 20px 15px;
}
.news_main .wp-pagenavi .current {
  border-bottom: 2px solid #0098bc;
}
.news_main .wp-pagenavi .dots {
  display: none;
}
.news_main .wp-pagenavi .first,
.news_main .wp-pagenavi .last {
  width: 98px;
  height: 16px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
.news_main .wp-pagenavi .first::after,
.news_main .wp-pagenavi .last::after {
  width: 100%;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0098bc), to(#0098bc));
  background-image: linear-gradient(90deg, #0098bc, #0098bc);
  background-position: left bottom;
  background-size: 100% 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news_main .wp-pagenavi .first {
  margin-right: 50px;
  background-image: url(../img/news/page_first_txt.png);
}
.news_main .wp-pagenavi .last {
  margin-left: 50px;
  background-image: url(../img/news/page_last_txt.png);
}
.news_main .wp-pagenavi .last::after {
  background-position: right bottom;
}
.news_main .btn_list {
  max-width: 340px;
  height: 60px;
  margin: 0 auto;
}
.news_main .btn_list .replace_img {
  width: 152px;
  background-image: url(../img/news/list_btn_txt.png);
}
.news_main .btn_list .replace_img::after {
  background-image: url(../img/news/list_btn_txt_on.png);
}
.news_main .notfound .txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (min-width: 801px) {
  .news_main .wp-pagenavi a.page-numbers:hover {
    opacity: 0.6;
  }
  .news_main .wp-pagenavi .first:hover::after,
  .news_main .wp-pagenavi .last:hover::after {
    background-size: 0 2px;
  }
}
@media screen and (max-width: 1024px) {
  .news_main {
    width: calc(100% - 207px - 46px);
  }
  .news_main .news_list_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_main .news_list_item {
    width: 47.916%;
    max-width: none;
  }
  .news_main .news_list_item.new::before {
    top: -10px;
    left: -10px;
  }
  .news_main .wp-pagenavi {
    color: #0098bc;
    font-size: 20px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news_main .wp-pagenavi a,
  .news_main .wp-pagenavi span {
    display: block;
    position: relative;
    margin: 0 12px;
    padding: 20px 12px;
  }
  .news_main .wp-pagenavi .current {
    border-bottom: 2px solid #0098bc;
  }
  .news_main .wp-pagenavi .dots {
    display: none;
  }
  .news_main .wp-pagenavi .first,
  .news_main .wp-pagenavi .last {
    width: 98px;
    height: 16px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
  }
  .news_main .wp-pagenavi .first::after,
  .news_main .wp-pagenavi .last::after {
    width: 100%;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#0098bc), to(#0098bc));
    background-image: linear-gradient(90deg, #0098bc, #0098bc);
    background-position: left bottom;
    background-size: 100% 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .news_main .wp-pagenavi .first {
    margin-right: 40px;
  }
  .news_main .wp-pagenavi .last {
    margin-left: 40px;
  }
}
@media screen and (max-width: 800px) {
  .news_main {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .news_main_category {
    display: block;
    margin-bottom: 40px;
    border: 2px solid #0098bc;
    border-radius: 2.5px;
  }
  .news_main_category .title {
    position: relative;
    padding: 24px 0 24px 28px;
  }
  .news_main_category .title span {
    line-height: 1;
    max-width: 239px;
    display: block;
  }
  .news_main_category .title::after {
    width: 12px;
    height: 12px;
    display: block;
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -9px;
    border-bottom: 2px solid #0098bc;
    border-right: 2px solid #0098bc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .news_main_category_list {
    max-height: 0;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    display: block;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .news_main_category_list li {
    border-top: 2px solid #0098bc;
  }
  .news_main_category_list li a {
    color: #0098bc;
    font-size: 16px;
    line-height: 1;
    display: block;
    padding: 22px 20px 22px 28px;
  }
  .news_main_category.active .news_main_category_list {
    max-height: 200px;
  }
  .news_main .news_list_item {
    margin-bottom: 34px;
  }
  .news_main .news_list_item.new::before {
    width: 60px;
    height: 60px;
    top: -10px;
    left: -10px;
  }
  .news_main .news_list_item .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_main .news_list_item .info .date {
    margin-top: 0;
  }
  .news_main .news_list_item .box_text .title {
    margin-top: 4px !important;
  }
  .news_main .wp-pagenavi {
    font-size: 16px;
    margin-top: 20px;
  }
  .news_main .wp-pagenavi a,
  .news_main .wp-pagenavi span {
    margin: 0 15px;
    padding: 20px 10px;
  }
  .news_main .wp-pagenavi .current {
    border-width: 1px;
  }
  .news_main .wp-pagenavi .first,
  .news_main .wp-pagenavi .last {
    width: 52px;
    height: 16px;
    padding: 30px 0;
    background-size: 32px;
  }
  .news_main .wp-pagenavi .first::after,
  .news_main .wp-pagenavi .last::after {
    background-size: 100% 1px;
  }
  .news_main .wp-pagenavi .first {
    margin-right: auto;
    margin-left: 0;
    background-image: url(../img/news/page_first_txt_sp.png);
  }
  .news_main .wp-pagenavi .last {
    margin-left: auto;
    margin-right: 0;
    background-image: url(../img/news/page_last_txt_sp.png);
  }
  .news_main .wp-pagenavi .last::after {
    background-position: right bottom;
  }
  .news_main .btn_list {
    max-width: none;
    height: 75px;
  }
  .news_main .btn_list .replace_img {
    width: 159px;
    background-image: url(../img/news/list_btn_txt_sp.png);
  }
}

/* ========================================

profile

======================================== */
.news_main_thumbnail {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.news_main_thumbnail::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 66.666%;
}
.news_main_thumbnail img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news_main_inner {
  width: 94%;
  max-width: 940px;
  margin: 0 auto;
}
.news_main_data .info {
  color: #0098bc;
  margin: 60px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_main_data .info .category a {
  height: 40px;
  padding: 0 18px 0 12px;
  border: 2px solid #0098bc;
  border-radius: 20px;
  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;
  background-color: #fff;
}
.news_main_data .info .category a::before {
  content: '・';
}
.news_main_data .info .date {
  font-size: 16px;
}
.news_main_data .title {
  color: #0098bc;
  font-size: 24px;
  margin-bottom: 20px;
}

.news_main_contents {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 120px;
}
.news_main_contents p+p{
  margin-top: 1em;
}
.news_main_contents a {
  color: #0098bc;
  border-bottom: 1px solid #0098bc;
}
.news_main_contents pre {
  white-space: pre-wrap;
}
.news_main_contents ul{
  list-style: disc;
  padding-inline-start: 1em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.news_main_contents h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.58;
  letter-spacing: -0.02em;
  padding: 20px 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #39aaca), to(#69cad9));
  background: linear-gradient(90deg, #39aaca 35%, #69cad9 100%);
  border-radius: 5px;
}
.news_main_contents h4 {
  font-size: 20px;
  color: #0098bc;
  line-height: 1.7;
  letter-spacing: -0.02em;
  position: relative;
  padding-left: 20px;
}
.news_main_contents h4::before {
  width: 8px;
  height: 90%;
  content: '';
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #39aaca), to(#69cad9));
  background: linear-gradient(180deg, #39aaca 35%, #69cad9 100%);
}
.news_main_contents h5 {
  color: #0098bc;
  font-weight: bold;
  line-height: 1.64;
}

@media screen and (min-width: 801px) {
  .news_main_data .info .category a:hover {
    color: #fff;
    background-color: #0098bc;
  }
  .news_main_data .info .category a:hover::before {
    content: '・';
  }
}
@media screen and (max-width: 800px) {
  .news_main_thumbnail {
    border-radius: 2.5px;
  }
  .news_main_data .info {
    margin: 36px 0 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_main_data .info .category a {
    font-size: 14px;
    height: 36px;
    padding: 0 16px 0 10px;
    border-radius: 18px;
  }
  .news_main_data .info .date {
    font-size: 15px;
    margin-left: 0;
  }
  .news_main_data .title {
    font-size: 20px;
    margin-bottom: 46px;
  }

  .news_main_contents {
    line-height: 1.8;
    margin-bottom: 60px;
  }
  .news_main_contents h3 {
    font-size: 17px;
    line-height: 1.4;
    padding: 10px 15px;
    border-radius: 2.5px;
  }
  .news_main_contents h4 {
    font-size: 17px;
    line-height: 1.4;
    padding-left: 12px;
  }
  .news_main_contents h4::before {
    width: 4px;
    height: 91%;
  }
  .news_main_contents h5 {
    line-height: 1.56;
  }
}
