/* 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_works_list {
  list-style-type: none;
  counter-reset: count 0;
}
.un_works_item {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  list-style-type: none;
}
.un_works_item:nth-of-type(odd) .un_works_item_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");
}
.un_works_item:nth-of-type(even) .un_works_item_bg {
  background-position: left top;
  background-color: #fbf7d7;
}
.un_works_item::before {
  content: counter(count);
  counter-increment: count 1;
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 21px;
  font-family: "Noto serif JP";
  padding-top: 4.5px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
}
.un_works_item_bg {
  position: absolute;
  left: 50%;
  width: 100vw;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}
.un_works_item_ttlEn {
  color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 3.2rem;
  height: 3rem;
  background-color: #2e416d;
  position: absolute;
  letter-spacing: 2px;
  font-size: 2.1rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.un_works_item_ttlEn::before {
  background-color: #202d4b;
  content: "";
  width: 100vw;
  height: 3rem;
  position: absolute;
  left: -100vw;
  z-index: 0;
  top: 0;
}
.un_works_item_ttlJp {
  color: #202d4b;
  font-size: "Noto Serif JP", serif;
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.un_works_item_wrap {
  display: flex;
  justify-content: space-between;
}
.un_works_item_thmb {
  flex-shrink: 0;
  width: 45%;
  max-width: 500px;
}
.un_works_item_cont {
  margin-top: 60px;
  margin-right: 40px;
}
.un_works_item_txt {
  font-family: "Noto Serif JP", serif;
  line-height: 2.1;
}
.un_works_item_txt.__mb20-15 {
  margin-bottom: 20px;
}
.un_works_item_borderBtn {
  border: 1px solid #202d4b;
  padding: 10px 20px;
  display: block;
  width: 422px;
  color: #202d4b;
  line-height: 1.5;
}
.un_works_item_borderBtn:hover {
  opacity: 0.7;
}
.un_works_item_borderBtn:hover span {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .un_works_item {
    padding: 20px 15px;
  }
  .un_works_item:first-of-type {
    margin-top: 20px;
  }
  .un_works_item::before {
    font-size: 1.4rem;
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .un_works_item::after {
    height: 22px;
    top: 20px;
    left: calc(-100% + 35px);
  }
  .un_works_item_wrap {
    flex-direction: column;
  }
  .un_works_item_cont {
    margin-bottom: 20px;
    margin-top: 40px;
    margin-right: 0;
  }
  .un_works_item_thmb {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
  }
  .un_works_item_ttlEn {
    font-size: 1.4rem;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 2rem;
    height: 22px;
  }
  .un_works_item_ttlEn::before {
    height: 22px;
  }
  .un_works_item_ttlJp {
    font-size: 2rem;
    letter-spacing: 0;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .un_works_item:first-of-type .un_works_item_bg, .un_works_item:nth-of-type(odd) .un_works_item_bg {
    display: none;
  }
  .un_works_item_txt {
    line-height: 2;
  }
  .un_works_item_txt.__mb20-15 {
    margin-bottom: 15px;
  }
  .un_works_item_borderBtn {
    padding: 6px 10px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
  }
}