/* Scss Document */
/*---------------------------------------------
    archive
---------------------------------------------*/
.news_nav {
  margin: 0 0 50px; }
  @media screen and (max-width: 750px) {
    .news_nav {
      margin: 0 0 10vw; } }

.news_nav_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -12px; }
  @media screen and (max-width: 750px) {
    .news_nav_list {
      margin: 0 0 -3.2vw;
      justify-content: space-between; }
      .news_nav_list::after {
        content: "";
        display: block;
        width: 30.7%;
        order: 1; } }
  .news_nav_list li {
    width: 100px;
    text-align: center;
    margin: 0 12px 12px 0; }
    @media screen and (max-width: 750px) {
      .news_nav_list li {
        width: 30.7%;
        margin: 0 0 3.2vw; } }
  .news_nav_list a {
    border: 1px solid #ABC3EA;
    background: #fff;
    color: #1B4A99;
    border-radius: 100px;
    padding: 5px 10px;
    font-weight: 600;
    display: block;
    font-size: 1.2rem;
    letter-spacing: normal; }
    @media screen and (max-width: 750px) {
      .news_nav_list a {
        font-size: 3.2vw;
        padding: 1.3vw 2.6vw; } }
    .news_nav_list a.-event {
      background: #ABC3EA; }
    .news_nav_list a.-info {
      background: #E0E0E0;
      border-color: #E0E0E0; }
    .news_nav_list a.-news {
      background: #1D2B42;
      border-color: #1D2B42;
      color: #fff; }

.news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: normal; }
  @media screen and (max-width: 750px) {
    .news_list {
      display: block; } }
  .news_list::after {
    content: "";
    display: block;
    width: 31%;
    order: 1; }
    @media screen and (max-width: 750px) {
      .news_list::after {
        display: none; } }
  .news_list li {
    width: 31%;
    margin: 0 0 40px;
    border-radius: 15px; }
    @media screen and (max-width: 750px) {
      .news_list li {
        width: 100%;
        margin: 0 0 10vw; } }

.news_list_img {
  position: relative;
  aspect-ratio: 1 / 0.65;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 15px 15px 0 0; }

.news_list_content {
  padding: 20px 20px 30px;
  border: 1px solid #ABC3EA;
  border-top: none;
  border-radius: 0 0 15px 15px; }
  @media screen and (max-width: 750px) {
    .news_list_content {
      padding: 5vw 2.6vw 8vw; } }

.news_list_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 17px; }
  @media screen and (max-width: 750px) {
    .news_list_head {
      margin: 0 0 5vw; } }

.news_category {
  width: 80px;
  text-align: center;
  border: 1px solid #ABC3EA;
  background: #fff;
  color: #1B4A99;
  border-radius: 100px;
  padding: 5px 10px;
  font-weight: 600;
  display: block;
  font-size: 1.2rem;
  margin: 0 16px 0 0; }
  @media screen and (max-width: 750px) {
    .news_category {
      width: 21vw;
      font-size: 3.2vw;
      padding: 1.3vw 2.6vw;
      margin: 0 3.2vw 0 0; } }
  .news_category.-event {
    background: #ABC3EA; }
  .news_category.-info {
    background: #E0E0E0;
    border-color: #E0E0E0; }
  .news_category.-news {
    background: #1D2B42;
    border-color: #1D2B42;
    color: #fff; }

.news_time {
  font-size: 1.2rem;
  font-weight: 600; }
  @media screen and (max-width: 750px) {
    .news_time {
      font-size: 3.2vw; } }

.pagenation {
  margin: 100px 0 0; }
  @media screen and (max-width: 750px) {
    .pagenation {
      margin: 28vw 0 0; } }

.wp-pagenavi,
.pagenation_list {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600; }
  @media screen and (max-width: 750px) {
    .wp-pagenavi,
    .pagenation_list {
      font-size: 3.2vw; } }
  .wp-pagenavi > span,
  .wp-pagenavi > a,
  .pagenation_list > span,
  .pagenation_list > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ABC3EA;
    color: #1B4A99;
    border-radius: 50%;
    transition: .4s; }
    @media screen and (max-width: 750px) {
      .wp-pagenavi > span,
      .wp-pagenavi > a,
      .pagenation_list > span,
      .pagenation_list > a {
        width: 8vw;
        height: 8vw; } }
    .wp-pagenavi > span:hover, .wp-pagenavi > span.current,
    .wp-pagenavi > a:hover,
    .wp-pagenavi > a.current,
    .pagenation_list > span:hover,
    .pagenation_list > span.current,
    .pagenation_list > a:hover,
    .pagenation_list > a.current {
      color: #fff;
      border-color: #1D2B42;
      background: #1D2B42; }
    .wp-pagenavi > span:not(:last-child),
    .wp-pagenavi > a:not(:last-child),
    .pagenation_list > span:not(:last-child),
    .pagenation_list > a:not(:last-child) {
      margin: 0 18px 0 0; }
      @media screen and (max-width: 750px) {
        .wp-pagenavi > span:not(:last-child),
        .wp-pagenavi > a:not(:last-child),
        .pagenation_list > span:not(:last-child),
        .pagenation_list > a:not(:last-child) {
          margin: 0 5vw 0 0; } }

/*---------------------------------------------
    single
---------------------------------------------*/
.page_content.-news .inner {
  flex-direction: row; }

.sidebar {
  width: 100px; }
  @media screen and (max-width: 750px) {
    .sidebar {
      width: 100%; } }
  .sidebar .news_nav_list li {
    margin-right: 0; }

.backnumberList {
  border-top: 1px solid #E0E0E0;
  margin: 0 0 35px; }
  @media screen and (max-width: 750px) {
    .backnumberList {
      margin: 0 0 10vw;
      display: flex;
      flex-wrap: wrap;
      border: none;
      justify-content: space-between; } }
  .backnumberList li {
    border-bottom: 1px solid #E0E0E0; }
    @media screen and (max-width: 750px) {
      .backnumberList li {
        border-top: 1px solid #E0E0E0;
        width: 46%;
        margin: 0 0 6.6vw; } }
  .backnumberList a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5px 15px 0; }
    @media screen and (max-width: 750px) {
      .backnumberList a {
        padding: 4vw 0; } }
    .backnumberList a::after {
      content: "";
      display: block;
      width: 6px;
      height: 10px;
      background: url("../img/info/arrow.svg") no-repeat;
      background-size: contain; }
      @media screen and (max-width: 750px) {
        .backnumberList a::after {
          width: 1.6vw;
          height: 2.6vw; } }

@media screen and (max-width: 750px) {
  .news_titArea {
    display: flex;
    flex-direction: column-reverse; } }

.news_tit {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 28px; }
  @media screen and (max-width: 750px) {
    .news_tit {
      font-size: 5.3vw;
      margin: 0 0 6vw; } }

.news_head {
  display: flex;
  align-items: center;
  margin: 0 0 50px; }
  @media screen and (max-width: 750px) {
    .news_head {
      margin: 0 0 6vw; } }

.news_img {
  margin: 0 0 80px; }
  @media screen and (max-width: 750px) {
    .news_img {
      width: 100vw;
      margin: 0 0 18vw -5vw; } }

.news_main {
  margin: 0 0 180px; }
  @media screen and (max-width: 750px) {
    .news_main {
      margin: 0 0 20vw; } }
  .news_main h2 {
    font-weight: 700;
    color: #1B4A99;
    font-size: 2.2rem;
    margin: 0 0 80px;
    position: relative; }
    @media screen and (max-width: 750px) {
      .news_main h2 {
        font-size: 4.8vw;
        margin: 0 0 20vw; } }
    .news_main h2::after {
      content: "";
      display: block;
      width: 180px;
      height: 2px;
      background: #1B4A99;
      position: absolute;
      left: 0;
      top: calc(100% + 40px); }
      @media screen and (max-width: 750px) {
        .news_main h2::after {
          width: 48vw;
          top: calc(100% + 10vw); } }
  .news_main p {
    margin: 0 0 2em; }

.arrow_nav_list {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem; }
  @media screen and (max-width: 750px) {
    .arrow_nav_list {
      font-size: 3.2vw;
      justify-content: space-between; } }
  .arrow_nav_list li {
    width: 100px;
    margin: 0 50px; }
    @media screen and (max-width: 750px) {
      .arrow_nav_list li {
        width: 31.7%;
        margin: 0; } }
  .arrow_nav_list a {
    display: block;
    padding: 5px 10px; }
    @media screen and (max-width: 750px) {
      .arrow_nav_list a {
        padding: 1.3vw 2.6vw; } }
  .arrow_nav_list .-arrow {
    border-radius: 100px;
    border: 1px solid #ABC3EA; }
