@charset "utf-8";
#mv h1 {
  line-height: 0;
}
#mv h1 figure {
  line-height: 0;
  position: relative;
  margin-bottom: 0;
}
#mv h1 figure figcaption {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  line-height: 1em;
  font-weight: normal;
}
#mv h1 img {
  width: 100%;
}
@media (max-width: 599px) {
  #mv h1 figure figcaption {
    font-size: 8px;
  }
}
#news {
  padding-top: 75px;
}
#news .inner {
  display: flex;
  position: relative;
  align-items: flex-start;
}
#news .inner h2 {
  line-height: 0;
  width: 23.35%;
}
#news .inner h2 img {
  width: 31.92%;
}
#news .inner .news_items_wrap {
  flex: 1 0 auto;
  padding-left: 7.2232%;
  width: calc(100% - 23.35%);
}
#news .btn_wrap {
  bottom: -60px;
}
@media (max-width: 599px) {
  #news {
    padding-top: 45px;
    margin-bottom: 80px;
  }
  #news .inner {
    align-items: center;
    flex-direction: column;
  }
  #news .inner h2 {
    width: 30%;
    margin-bottom: 40px;
  }
  #news .inner h2 img {
    width: 100%;
  }
  #news .inner .news_items_wrap {
    padding-left: 0;
    width: 100%;
  }
  #news .btn_wrap {
    bottom: -60px;
  }
}
.news_items_wrap article {
  padding: 0 0 20px;
}
.news_items_wrap article .post_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news_items_wrap article .picture {
  width: 22.3067%;
  line-height: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/header_logo.svg");
}
.news_items_wrap article .picture:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.news_items_wrap article .news_text_wrap {
  width: 69.8352%;
}
.news_items_wrap article .news_text_wrap .title {
  display: flex;
  font-size: 15px;
  line-height: 1.75em;
  margin-bottom: 17px;
}
.news_items_wrap article .news_text_wrap .title time {
  width: 80px;
}
.news_items_wrap article .news_text_wrap .title h3 {
  width: calc(100% - 88px);
  font-weight: normal;
}
.news_items_wrap article .news_text_wrap .post_content {
  font-size: 11px;
  line-height: 1.8em;
}
@media (max-width: 599px) {
  .news_items_wrap article:last-child {
    padding-bottom: 0;
  }
  .news_items_wrap article .post_wrap {
    display: block;
    margin-bottom: 80px;
  }
  .news_items_wrap article .picture {
    width: 100%;
    margin-bottom: 40px;
  }
  .news_items_wrap article .news_text_wrap {
    width: 100%;
  }
  .news_items_wrap article .news_text_wrap .title {
    display: block;
  }
  .news_items_wrap article .news_text_wrap .title time {
    width: 100%;
    display: block;
  }
  .news_items_wrap article .news_text_wrap .title h3 {
    width: 100%;
  }
}
