@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "DIN Condensed";
  src: url(/common/font/DINCondensed-Bold.ttf) format("TrueType");
  font-weight: 700;
}
/* ====================================================
HTML
==================================================== */
/* ====================================================
Layout
==================================================== */
/* ====================================================
Control
==================================================== */
.c-tx--v {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 835px) {
  .c-tx--v-pc {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.c-val--md {
  vertical-align: middle;
}
.c-val--top {
  vertical-align: top;
}

/* ====================================================
Component
==================================================== */
/* ====================================================
Utility
==================================================== */
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .pc-xxl {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1501px) {
  .sp-xxl {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none;
  }
}

#page-rebuilding-news {
  padding-top: 108px;
}
@media screen and (max-width: 834px) {
  #page-rebuilding-news {
    padding-top: 73px;
  }
}

.mv-news {
  background: #003D7D;
  color: white;
  padding: 32px 0;
}
@media screen and (max-width: 834px) {
  .mv-news {
    padding: 12px 0;
  }
}
.mv-news__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .mv-news__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .mv-news__ttl {
    font-size: 1.6rem;
  }
}
.mv-news__ttl span {
  font-family: "A-OTF A1 Mincho Std", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.mv-news__ttl small {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .mv-news__ttl small {
    font-size: 1.2rem;
  }
}

.sec-news {
  padding: 80px 0 273px;
}
@media screen and (max-width: 834px) {
  .sec-news {
    padding: 60px 0 119px;
  }
}
@media screen and (max-width: 640px) {
  .sec-news {
    background: #EEF3F8;
  }
}

.news-tab__box {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #003D7D;
  position: relative;
}
@media screen and (max-width: 640px) {
  .news-tab__box {
    margin-bottom: 8px;
  }
}
.news-tab__choose {
  min-height: 52px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #003D7D;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 600;
  padding: 10px 20px;
  cursor: pointer;
}
.news-tab__choose:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 23px;
  top: 43%;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 641px) {
  .news-tab__choose {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .news-tab__link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow-x: auto;
  }
}
@media screen and (max-width: 640px) {
  .news-tab__link {
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    width: 100%;
    z-index: 10;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .news-tab__link.is-show {
    height: auto;
    border-top: 1px solid white;
  }
}
@media screen and (max-width: 640px) {
  .news-tab__link-item {
    border-bottom: 1px solid white;
  }
}
@media screen and (min-width: 641px) {
  .news-tab__link-item {
    width: 25%;
  }
  .news-tab__link-item:not(:last-child) {
    border-right: 1px solid #003D7D;
  }
}
.news-tab__link-item.active a {
  background: #003D7D;
  color: white;
  min-height: 60px;
}
@media screen and (max-width: 640px) {
  .news-tab__link-item.active {
    display: none;
  }
}
.news-tab__link-item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 400;
  color: #003D7D;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 835px) {
  .news-tab__link-item a:hover {
    background: #003D7D;
    color: white;
    min-height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .news-tab__link-item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .news-tab__link-item a {
    background: #003D7D;
    color: white;
    padding: 10px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.news-tab__content:not(.active) {
  display: none;
}

.news-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .news-column {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 640px) {
  .news-column {
    grid-template-columns: 1fr;
    gap: 19px;
  }
}
@media screen and (max-width: 640px) {
  .news-column__item {
    border-bottom: 1px solid white;
  }
}
.news-column__wrap {
  display: block;
  background: #EEF3F8;
}
@media screen and (max-width: 640px) {
  .news-column__img {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .news-column__ct {
    padding: 30px 28px 19px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .news-column__ct {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  .news-column__ct {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-column__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 500;
  color: #081B2B;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .news-column__ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .news-column__ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.news-column__meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 39px;
}
@media screen and (min-width: 641px) {
  .news-column__meta {
    padding-bottom: 14px;
    margin-bottom: 21px;
    border-bottom: 0.5px solid #777777;
  }
}
@media screen and (max-width: 834px) {
  .news-column__meta {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .news-column__meta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 11px;
  }
}
.news-column__meta-date {
  color: #777777;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5907142857;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 640px) {
  .news-column__meta-date {
    font-size: 1.6rem;
  }
}
.news-column__meta-tag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-column__meta-tag span {
  min-width: 70px;
  min-height: 24px;
  border: 0.5px solid #003D7D;
  color: #003D7D;
  border-radius: 35px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 2px 12px;
}
.news-column__btn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
  color: #003D7D;
  position: relative;
  padding-right: 45px;
}
@media screen and (max-width: 640px) {
  .news-column__btn {
    display: none;
  }
}
.news-column__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 6px;
  background: url(../../common/img/icon-arrow-right-blue.png) no-repeat center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nums-page .wp-pagenavi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 61px;
}
@media screen and (max-width: 834px) {
  .nums-page .wp-pagenavi {
    gap: 10px 18px;
  }
}
.nums-page .wp-pagenavi > * {
  color: rgba(0, 61, 125, 0.5);
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  min-width: 24px;
}
@media screen and (max-width: 834px) {
  .nums-page .wp-pagenavi > * {
    font-size: 1.4rem;
  }
}
.nums-page .wp-pagenavi > *.current {
  color: #003D7D;
}
.nums-page .wp-pagenavi > *:hover {
  color: #003D7D;
}
.nums-page .wp-pagenavi > *.previouspostslink {
  position: relative;
  min-height: 24px;
  color: #003D7D;
}
.nums-page .wp-pagenavi > *.previouspostslink:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  right: 0;
  top: 50%;
}
@media screen and (max-width: 834px) {
  .nums-page .wp-pagenavi > *.previouspostslink:after {
    width: 10px;
    height: 10px;
  }
}
.nums-page .wp-pagenavi > *.nextpostslink {
  position: relative;
  min-height: 24px;
  color: #003D7D;
}
.nums-page .wp-pagenavi > *.nextpostslink:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 0;
  top: 50%;
}
@media screen and (max-width: 834px) {
  .nums-page .wp-pagenavi > *.nextpostslink:after {
    width: 10px;
    height: 10px;
  }
}

/* ====================================================
Module
==================================================== */
/* ====================================================
Pages
==================================================== */
/*# sourceMappingURL=maps/styles.css.map */
