@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-news_detail {
  background: #EEF3F8;
  padding-top: 184px;
}
@media screen and (max-width: 834px) {
  #page-news_detail {
    padding-top: 73px;
  }
}
@media screen and (min-width: 835px) {
  #page-news_detail .mv-news {
    display: none;
  }
}

.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-detail {
  padding-bottom: 281px;
}
@media screen and (max-width: 834px) {
  .sec-news-detail {
    padding-top: 20px;
    padding-bottom: 125px;
  }
}
.sec-news-detail .inner {
  max-width: 928px;
}
.sec-news-detail__btn {
  display: inline-block;
  position: relative;
  padding-right: 80px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
  color: #003D7D;
}
.sec-news-detail__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%);
}

.news-detail {
  background: white;
  padding: 48px 80px 59px;
  color: #081B2B;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .news-detail {
    padding: 31px 20px 39px;
    margin-bottom: 40px;
  }
}
.news-detail__ttl {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #081B2B;
  margin-bottom: 18px;
}
@media screen and (max-width: 834px) {
  .news-detail__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 4px;
  }
}
.news-detail__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;
  margin-bottom: 17px;
}
@media screen and (max-width: 834px) {
  .news-detail__meta {
    gap: 20px;
    margin-bottom: 14px;
  }
}
.news-detail__meta-date {
  color: #777777;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5907142857;
  letter-spacing: 1.4px;
}
.news-detail__meta-tag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-detail__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-detail__img {
  margin-bottom: 21px;
}
@media screen and (max-width: 834px) {
  .news-detail__img {
    margin-bottom: 10px;
  }
}
.news-detail__ct {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .news-detail__ct {
    font-size: 1.4rem;
  }
}

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