/* ---------------------------------------
  main.head_image
-----------------------------------------*/
main.head_image::before {
  background: url(../img/news/img_header_news_002.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  main.head_image::before {
    background-image: url(../img/news/img_header_news_sp_002.png);
  }
}

/* ---------------------------------------
  .search_box
-----------------------------------------*/
.search_box {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .search_box {
    margin-top: 10.6rem;
  }
}
.search_box .wrap {
  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;
}
.search_box input[type=text] {
  width: 33rem;
  height: 5rem;
  font-size: 1.6rem;
  padding: 1.8rem;
  border: solid 1px #a4a4a4;
}
@media screen and (max-width: 767px) {
  .search_box input[type=text] {
    width: 53.2rem;
    height: 8rem;
    font-size: 2.8rem;
    padding: 2.5rem;
  }
}
.search_box input[type=text]::-webkit-input-placeholder {
  color: #cdcdcd;
}
.search_box input[type=text]::-moz-placeholder {
  color: #cdcdcd;
}
.search_box input[type=text]:-ms-input-placeholder {
  color: #cdcdcd;
}
.search_box input[type=text]::-ms-input-placeholder {
  color: #cdcdcd;
}
.search_box input[type=text]::placeholder {
  color: #cdcdcd;
}
.search_box button {
  width: 7.4rem;
  height: 5rem;
  background-color: #a4a4a4;
  color: #fff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .search_box button {
    width: calc(100% - 53.2rem);
    height: 8rem;
    font-size: 2.8rem;
  }
}

/* ---------------------------------------
  .news_list
-----------------------------------------*/
.news_list {
  margin-top: 12.5rem;
}

/* ---------------------------------------
  .news_thumlist
-----------------------------------------*/
.news_thumlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 2rem;
}
@media screen and (max-width: 767px) {
  .news_thumlist {
    -ms-grid-columns: 1fr 2.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.4rem 2.6rem;
  }
}
.news_thumlist .img {
  overflow: hidden;
  border-top-right-radius: 2.7rem;
  border-bottom-left-radius: 2.7rem;
  width: 100%;
  aspect-ratio: 1/1;
}
.news_thumlist .img a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .news_thumlist .img a:hover {
    opacity: 1;
  }
  .news_thumlist .img a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.news_thumlist .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_thumlist .data_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.4rem;
  margin-top: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_thumlist .data_box {
    margin-top: 3rem;
  }
}
.news_thumlist .data_box .data {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .news_thumlist .data_box .data {
    font-size: 2.4rem;
  }
}
.news_thumlist .data_box .cat a {
  background-color: #3699ca;
  padding: 0.5rem 1rem 0.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 767px) {
  .news_thumlist .data_box .cat a {
    font-size: 2rem;
  }
}
.news_thumlist .data_box .cat a:hover {
  opacity: 0.7;
}
.news_thumlist .ttl {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_thumlist .ttl {
    font-optical-sizing: 2.4rem;
    line-height: 1.5;
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}

/* ---------------------------------------
  .pager
-----------------------------------------*/
.pager {
  margin-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .pager {
    margin-top: 14.4rem;
  }
}

/* ---------------------------------------
  .news_detail_content
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .news_detail_content .sec_ttl {
    margin-top: 15rem;
  }
}
.news_detail_content .news_ttl_box {
  margin-top: 16.5rem;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_ttl_box {
    margin-top: 9rem;
  }
}
.news_detail_content .news_ttl_box .ttl {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.6071428571;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_ttl_box .ttl {
    font-size: 3.6rem;
  }
}
.news_detail_content .news_ttl_box .data_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.4rem;
  margin-top: 2.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_ttl_box .data_box {
    margin-top: 3rem;
  }
}
.news_detail_content .news_ttl_box .data_box .data {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_ttl_box .data_box .data {
    font-size: 2.6rem;
  }
}
.news_detail_content .news_ttl_box .data_box .cat a {
  background-color: #3699ca;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_ttl_box .data_box .cat a {
    font-size: 2.6rem;
  }
}
.news_detail_content .news_ttl_box .data_box .cat a:hover {
  opacity: 0.7;
}
.news_detail_content .detail_box {
  margin-top: 6rem;
  overflow: hidden;
  padding-bottom: 9.4rem;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box {
    margin-top: 5rem;
    padding-bottom: 8.1rem;
  }
}
.news_detail_content .detail_box * + * {
  margin-top: 3rem;
}
.news_detail_content .detail_box br {
  margin-top: 0;
}
.news_detail_content .detail_box h2 {
  background-color: #2e2e2e;
  text-align: center;
  padding: 2.5rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box h2 {
    font-size: 3rem;
    margin-bottom: 2.8rem;
    line-height: 1.3333333333;
  }
}
.news_detail_content .detail_box h3 {
  font-size: 1.8rem;
  padding: 1.2rem 1.5rem;
  background-color: #e2e2e2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box h3 {
    font-size: 2.8rem;
    line-height: 1.25;
    padding: 1rem 1.6rem;
    margin-bottom: 2.7rem;
  }
}
.news_detail_content .detail_box h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0b0e53;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box h4 {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.news_detail_content .detail_box h5 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box h5 {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.news_detail_content .detail_box p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box p {
    font-size: 2.8rem;
    line-height: 2;
  }
}
.news_detail_content .detail_box a {
  color: #33a2d8;
}
.news_detail_content .detail_box .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.news_detail_content .detail_box .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-style: none;
}
.news_detail_content .detail_box .wp-block-flexible-table-block-table .has-fixed-layout {
  table-layout: auto;
}
.news_detail_content .detail_box .wp-block-flexible-table-block-table tbody {
  border-top: solid 1px #898989;
  border-right: solid 1px #898989;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box .wp-block-flexible-table-block-table tbody {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box .wp-block-flexible-table-block-table tbody tr {
    display: block;
  }
}
.news_detail_content .detail_box .wp-block-flexible-table-block-table tbody tr:nth-of-type(n+2) {
  border-top: solid 1px #898989 !important;
}
.news_detail_content .detail_box .wp-block-flexible-table-block-table tbody th, .news_detail_content .detail_box .wp-block-flexible-table-block-table tbody td {
  border-bottom: solid 1px #898989 !important;
  border-left: solid 1px #898989 !important;
  padding: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box .wp-block-flexible-table-block-table tbody th, .news_detail_content .detail_box .wp-block-flexible-table-block-table tbody td {
    font-size: 2.8rem;
    display: block;
    width: 100%;
    margin-top: 0;
    border-right: solid 1px #898989 !important;
  }
}
.news_detail_content .detail_box .wp-block-flexible-table-block-table tbody th {
  font-weight: 700;
  background-color: transparent;
}
.news_detail_content .detail_box ol li,
.news_detail_content .detail_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box ol li,
  .news_detail_content .detail_box ul li {
    font-size: 2.8rem;
    line-height: 2;
  }
}
.news_detail_content .detail_box ol li + li,
.news_detail_content .detail_box ul li + li {
  margin-top: 1rem;
}
.news_detail_content .detail_box ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  display: block;
  margin-top: 1.1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: #33a2d8;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box ul li::before {
    margin-top: 2.2rem;
  }
}
.news_detail_content .detail_box ol {
  counter-reset: listnum;
}
.news_detail_content .detail_box ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  color: #33a2d8;
}
.news_detail_content .detail_box .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news_detail_content .detail_box .aligncenter img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box .aligncenter img {
    width: auto;
    max-width: 100%;
  }
}
.news_detail_content .detail_box .alignright {
  float: right;
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .news_detail_content .detail_box .alignright {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box .alignright {
    width: auto;
    max-width: 100%;
  }
}
.news_detail_content .detail_box .alignright + * {
  clear: both;
}
.news_detail_content .detail_box .alignleft {
  float: left;
}
@media screen and (min-width: 768px) {
  .news_detail_content .detail_box .alignleft {
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box .alignleft {
    width: auto;
    max-width: 100%;
  }
}
.news_detail_content .detail_box .alignleft + * {
  clear: both;
}
.news_detail_content .detail_box .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.news_detail_content .detail_box strong {
  font-weight: bold;
}
.news_detail_content .detail_box em {
  font-style: italic;
}
.news_detail_content .detail_box .is-type-video {
  aspect-ratio: 16/9;
}
.news_detail_content .detail_box .is-type-video .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box .is-type-video iframe {
    width: 100%;
    height: 100%;
  }
}
.news_detail_content .detail_box .wp-block-image {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_detail_content .detail_box .wp-block-image {
    max-width: none;
  }
}
.news_detail_content .detail_box .wp-element-caption {
  margin-top: 1rem;
}
.news_detail_content .detail_box .wp-block-quote {
  background-color: #f7f7f7;
  padding: 1em;
}
.news_detail_content .news_nav .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.4rem;
  border-top: solid 1px #a6a6a6;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_nav .nav_box {
    display: block;
    padding-top: 11.4rem;
  }
}
.news_detail_content .news_nav .nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_nav .nav {
    width: 60rem;
  }
}
.news_detail_content .news_nav .nav a {
  color: #002964;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_nav .nav a {
    font-size: 2.8rem;
    line-height: 1.3571428571;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 3.2rem;
  }
}
.news_detail_content .news_nav .nav.prev a::before {
  content: "< ";
}
.news_detail_content .news_nav .nav.next {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_nav .nav.next {
    margin-top: 7.3rem;
  }
}
.news_detail_content .news_nav .nav.next a::after {
  content: " >";
}
.news_detail_content .news_connection {
  margin-top: 13.4rem;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_connection {
    margin-top: 24.6rem;
  }
}
.news_detail_content .news_connection .ttl_connection {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.news_detail_content .news_connection .news_thumlist {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .news_detail_content .news_connection .news_thumlist {
    margin-top: 6.4rem;
  }
}
.news_detail_content .news_connection .cicle_btn_box {
  margin-top: 7.1rem;
}