@charset "UTF-8";
.page_head{
  display: flex;
  align-items: center;
  min-height: 38.8rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url(../img/news/blur01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.page_head_inner{
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
}

.entry_data{
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #A5A8B3;
}

.entry_date{
  font-size: 1.2rem;
}

.entry_categories{
  display: flex;
  gap: 1rem;
}

.entry_category{
  padding: 0.8rem;
  line-height: 1;
  font-size: 1.2rem;
  color: #26488B;
  background-color: #fff;
  border-radius: 2px;
}

.page_title{
  margin-top: 2.4rem;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  position: relative;
}

.page_title_inner{
  background-image: url(../img/news/blur02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 2;
}

.page_title_original{
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .entry_date{
    font-size: 1.8rem;
  }
  .entry_category{
    padding: 1.2rem;
    font-size: 1.8rem;
  }
  .page_title{
    margin-top: 2.4rem;
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .entry_date{
    font-size: 1.2rem;
  }
  .entry_category{
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}

.page_content_wrapper{
  padding-bottom: 14.3rem;
}

.page_content_frame{
  padding-top: 7.6rem;
  padding-bottom: 9.7rem;
  position: relative;
}

.page_content_frame::after{
  content: "";
  display: block;
  width: calc(100% - 1.0rem);
  height: calc(100% - 2.2rem);
  position: absolute;
  top: 2.2rem;
  left: 1.0rem;
  z-index: 0;
  background-color: rgba(0, 53, 134, 0.4);
}

@media screen and (min-width: 769px) {
  .page_content_frame::after{
    width: calc(100% - 3rem);
    height: calc(100% - 2.2rem);
    top: 2.2rem;
    left: 3rem;
  }
}

.page_content_inner{
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page_content h2{
  margin-top: 6.4rem;
  padding-top: 3.2rem;
  border-top: 1px solid #506383;
  position: relative;
  font-size: 2.0rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.page_content h2::before{
  content: "";
  display: block;
  width: 11.7rem;
  height: 0.4rem;
  position: absolute;
  top: -0.2rem;
  left: 0;
  background-image: url(../img/news/h2_parts.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.page_content h3{
  margin-top: 6.4rem;
  padding: 1.2rem 2rem 1.2rem 5.2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%) 1;
  font-size: 1.8rem;
  line-height: 1.45;
  letter-spacing: 0;
  position: relative;
  border-radius: 0.5rem;
}

.page_content h3::before{
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1.6rem;
  left: 2rem;
  background-image: url(../img/news/h3_parts.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.page_content h4{
  margin-top: 4.8rem;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0;
  padding-left: 1.2rem;
  border-left: 3px solid;
  border-image: linear-gradient(180deg, #0042FF 0%, #00E0FF 46.63%, rgba(0, 224, 255, 0) 100%) 1;
}

.page_content p{
  margin-top: 3.2rem;
  line-height: 1.7;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.page_content ul{
  margin-top: 3.2rem;
}

.page_content ul li{
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.6rem;
}

.page_content ul li::before{
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #0062FF 0%, #00C9F6 100%);
  position: absolute;
  top: 0.7rem;
  left: 0;
}

.page_content ul li + li{
  margin-top: 0.8rem;
}

.wp-block-image{
  margin-top: 4.8rem;
}

.page_content a{
  text-decoration: underline;
}

@media (hover: hover) {
  .page_content a:hover{
    text-decoration: none;
  }
}

.page_content a[target="_blank"]::after{
  content: "";
  display: inline-block;
  position: relative;
  top: 0.4rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/news/open_in_new.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.page_content figcaption{
  color: #BFC4CC;
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .page_content h2{
    font-size: 3.2rem;
  }
  .page_content h3{
    font-size: 2.6rem;
  }
  .page_content h3::before{
    top: 2.0rem;
  }
  .page_content h4{
    font-size: 2.2rem;
  }
  .page_content p{
    font-size: 2.0rem;
  }
  .page_content ul li{
    font-size: 2.0rem;
  }
  .page_content figcaption{
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .page_content h2{
    font-size: 2.4rem;
  }
  .page_content h3{
    font-size: 2rem;
  }
  .page_content h3::before{
    top: 1.6rem;
  }
  .page_content h4{
    font-size: 1.8rem;
  }
  .page_content p{
    font-size: 1.6rem;
  }
  .page_content ul li{
    font-size: 1.6rem;
  }
  .page_content figcaption{
    font-size: 1.4rem;
  }
}

.post_page_nav{
  margin-top: 9.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post_page_nav{
  font-size: 1.2rem;
}

.post_page_nav .c-btn{
  width: 9rem;
}

.post_page_btn{
  width: calc((100% - 9rem) / 2);
}

.post_page_btn a{
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}

.post_page_btn.next a{
  justify-content: flex-end;
}

.post_page_btn a .icon-arrow{
  display: block;
  width: 3.0rem;
  height: 3.0rem;
  position: relative;
}

.post_page_btn a .icon-arrow_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #010616;
  backdrop-filter: blur(4rem);
  position: relative;
  z-index: 1;
}

.post_page_btn a .icon-arrow::before,
.post_page_btn a .icon-arrow::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(6.5px);
  z-index: -1;
  transition: 0.3s;
  pointer-events: none;
}

.post_page_btn a .icon-arrow::before{
  background-color: #3300FF;
  transform: translate(5px, -3px);
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.post_page_btn a .icon-arrow::after{
  background: #00FFB2;
  transform: translate(-3px, 1px);
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}

@media (hover: hover) {
  .post_page_btn a:hover .icon-arrow::before{
    transition: 0.3s;
    animation: rotate-before 1.5s linear infinite;
    filter: blur(2.5px);
    inset: -2px;
  }
  .post_page_btn a:hover .icon-arrow::after{
    transition: 0.3s;
    animation: rotate-after 1.5s linear infinite;
    filter: blur(2.5px);
    inset: 0.3px;
  }
}

@media screen and (min-width: 769px) {
  .post_page_nav{
    font-size: 1.6rem;
  }
  .post_page_nav .c-btn{
    width: 16rem;
  }
  .post_page_btn{
    width: calc((100% - 16rem) / 2);
  }
  .post_page_btn a{
    gap: 0 1.6rem;
  }
  .post_page_btn a .icon-arrow{
    width: 4.4rem;
    height: 4.4rem;
  }

}

.entry_list{
  margin-top: 4.7rem;
}

.entry_item{
  border-top: 1px solid #494F5A;
}

.entry_item:last-child{
  border-bottom: 1px solid #494F5A;
}

.entry_link{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 0;
}

.entry_item_thumbnail{
  width: 12rem;
  height: 7.68rem;
  overflow: hidden;
  border-radius: 1rem
}

.entry_item_thumbnail.no-image{
  background-color: #010616;
}

.entry_item_thumbnail img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.entry_item_text{
  width: calc(100% - 13rem);
}

.entry_item_text h3{
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.pagination_box{
  margin-top: 9rem;
}

@media screen and (min-width: 769px) {
  .entry_link{
    align-items: center;
    padding: 2rem 0;
  }
  .entry_item_thumbnail{
    width: 25rem;
    height: 16rem;
  }
  .entry_item_text{
    width: calc(100% - 27rem);
  }
  .entry_item_text h3{
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

}

.custom__pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4.8rem;
}

.custom__pagination .post_page_btn{
  width: auto;
}

.custom__pagination .num{
  display: flex;
  gap: 0 0.4rem;
}

.custom__pagination .num span,
.custom__pagination .num a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.2rem;
}

.custom__pagination .num a{
  color: #A5A8B3;
}

.custom__pagination .num span{
  color: #fff;
  background-color: #2C497D;
}

@media (hover: hover) {
  .custom__pagination .num a:hover{
    color: #fff;
    background-color: #2C497D;
  }
}

@media screen and (min-width: 769px) {
  .custom__pagination .num span,
  .custom__pagination .num a{
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }

}

.category_box{
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
}

.category_box_title{
  color: #A5A8B3;
  font-size: 1.2rem;
}

.category_box_list{
  position: relative;
}

.category_box_current{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 18rem;
  height: 4.0rem;
  background-color: #2C497D;
  border-radius: 2.0rem;
  padding: 0 1.4rem 0 2rem;
}

.category_box_current:hover{
  cursor: pointer;
}

.category_box_current .text{
  font-size: 1.2rem;
}

.category_box_current .icon svg{
  display: block;
  width: 8px;
  height: 4px;
}

.category_list_wrapper{
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #010616;
  padding: 2rem;
  min-width: 100%;
  max-height: 40rem;
  overflow-y: scroll;
  z-index: 1;
}

.category_box .category_list_wrapper{
  transform: translateY(-10%);
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}

.category_box .category_list_wrapper.open{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.category_box:focus-within .category_list_wrapper.open{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.category_list{
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
  text-align: left;
}

.category_link{
  display: block;
  font-size: 1.2rem;
  padding: 0.5rem 0;
}

@media screen and (min-width: 769px) {
  .category_box_title{
    font-size: 1.4rem;
  }
  .category_box_current{
    height: 4.8rem;
    border-radius: 2.4rem;
  }
  .category_box_current .text{
    font-size: 1.6rem;
  }
  .category_link{
    font-size: 1.6rem;
  }
}

.page_content_wrapper .message{
  font-size: 1.2rem;
  margin-top: 4.8rem;
}

@media screen and (min-width: 769px) {
  .page_content_wrapper .message{
    font-size: 1.6rem;
  }
}