@charset "UTF-8";
/* noto-serif-jp-500 - latin */
@font-face {
  font-family: "Noto Serif JP";
  font-style: Medium;
  font-weight: 500;
  src: url("../font/noto-serif-jp-medium.woff") format("woff"), url("../font/noto-serif-jp-medium.woff2") format("woff2"), url("../font/noto-serif-jp-medium.ttf") format("truetype"); /* Safari, Android, iOS */
}
/* noto-sans-jp-500 - latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src: url("../font/noto-sans-jp-v28-latin_japanese-500.woff2") format("woff2"), url("../font/noto-sans-jp-v28-latin_japanese-500.woff") format("woff"), url("../font/noto-sans-jp-v28-latin_japanese-500.ttf") format("truetype"), url("../font/noto-sans-jp-v28-latin_japanese-500.svg#NotoSansJP") format("svg"); /* Legacy iOS */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  src: url("../font/noto-sans-jp-v28-latin_japanese-700.woff2") format("woff2"), url("../font/noto-sans-jp-v28-latin_japanese-700.woff") format("woff"), url("../font/noto-sans-jp-v28-latin_japanese-700.ttf") format("truetype"), url("../font/noto-sans-jp-v28-latin_japanese-700.svg#NotoSansJP") format("svg"); /* Legacy iOS */
}
/* noto-sans-jp-900 - latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/noto-sans-jp-v36-latin_japanese-900.woff2") format("woff2"), url("../font/noto-sans-jp-v36-latin_japanese-900.woff") format("woff"), url("../font/noto-sans-jp-v36-latin_japanese-900.ttf") format("truetype"), url("../font/noto-sans-jp-v36-latin_japanese-900.svg#NotoSansJP") format("svg"); /* Legacy iOS */
}
.un_news {
  /* detail */
}
.un_news_bg {
  background: left top -2px/auto no-repeat url(../../img/common/bg_left.png), right bottom/auto no-repeat url(../../img/common/bg_right.png);
  border-bottom: 2px solid #202d4b;
}
.un_news_2col {
  display: flex;
  height: 100%;
  min-height: 100vh;
  align-items: stretch;
}
.un_news_ttl {
  background-color: #202d4b;
  height: 100%;
  position: relative;
  color: #fff;
  width: 81px;
  padding-top: 50px;
  padding-bottom: 200px;
  margin-right: auto;
}
@media screen and (max-width: 1184px) {
  .un_news_ttl {
    width: 96px;
    padding-right: 15px;
    margin-left: auto;
  }
}
.un_news_side {
  width: 159px;
  margin-right: 3%;
  flex-shrink: 0;
  background-color: #202d4b;
  position: relative;
}
.un_news_side::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: -100vw;
  background-color: #202d4b;
}
.un_news_side.__detail {
  margin-right: 4.5%;
}
.un_news_cont {
  flex-grow: 2;
}
.un_news_cont .bl_news_contInr {
  padding: 20px 0;
}
.un_newsDetail_media {
  display: flex;
  margin-bottom: 120px;
}
.un_newsDetail_mediaThmb {
  width: 300px;
  flex-shrink: 0;
}
.un_newsDetail_mediaTxt {
  margin-right: 20px;
  line-height: 2.1;
}
.un_newsDetail_mediaList {
  display: flex;
  flex-wrap: wrap;
}
.un_newsDetail_mediaItem {
  margin-right: 10px;
}
.un_newsDetail_mediaItem::before {
  content: "●";
}
.un_newsDetail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #202d4b;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  padding: 0 45px;
  height: 56px;
  border: 1px solid #202d4b;
  margin-bottom: 74px;
}
.un_newsDetail_btn:hover {
  background-color: #fff;
  color: #202d4b;
  text-decoration: none;
}
.un_newsDetail_ymd {
  margin-right: 15px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 7px 0;
  line-height: 1;
  width: 160px;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}
.un_newsDetail_ttl {
  font-size: 2.8rem;
  color: #2e416d;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ly_subHeader.__bg {
    min-height: 65px;
    background: none;
  }
  .un_news {
    margin-bottom: 10px;
  }
  .un_news_bg {
    background: none;
    border-bottom: none;
  }
  .un_news_2col {
    flex-direction: column;
  }
  .un_news_ttl {
    padding-right: 0;
    width: 180px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .un_news_ttl.__detail {
    width: 155px;
  }
  .un_news_side {
    margin-right: 0;
    margin-bottom: 30px;
    width: auto;
    flex-shrink: 0;
  }
  .un_news_side::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .un_news_side.__detail {
    margin-right: 0;
  }
  .un_news_cont .bl_news_contInr {
    padding: 10px 0 15px;
  }
  .un_newsDetail_ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .un_newsDetail_ymd {
    padding: 5px 0;
    width: 110px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .un_newsDetail_media {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .un_newsDetail_mediaTxt {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .un_newsDetail_mediaThmb {
    margin: 0 auto;
  }
  .un_newsDetail_btn {
    margin: 0 auto 60px;
    font-size: 1.5rem;
    padding: 0 30px;
    height: 44px;
  }
}