@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&Barlow&display=swap");
.news {
  padding: 60px 0 90px;
}
.news .c_select {
  margin-bottom: 30px;
}
.news__list {
  margin-bottom: 40px;
}
.news__item {
  border-top: 1px solid #cdd2d7;
}
.news__item:last-child {
  border-bottom: 1px solid #cdd2d7;
}
.news__item_link {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 30px 20px 15px;
  transition: all 0.5s;
}
.news__item_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background: url(../images/icon_arrow_blue.svg) no-repeat center/contain;
}
.news__item_text {
  width: 100%;
  margin-top: 4px;
}
.news__date {
  color: #26408d;
  font-size: 0.875rem;
}
.news__text {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.news__cate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100px;
  height: 28px;
  margin: 0 20px;
  border-radius: 100px;
  background-color: #26408d;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.news__new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 24px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #eb0000;
  color: #eb0000;
}
.news__meta {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.news__meta .news__cate {
  margin: 0 0 0 20px;
}

.single {
  padding: 60px 0 90px;
  /* Fix Images won’t align in WordPress editor  */
}
.single .news__new {
  margin-bottom: 12px;
}
.single__content {
  margin-bottom: 50px;
  overflow: hidden;
}
.single__title {
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
}
.single__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.single__image img {
  max-height: 580px;
}
.single__text,
.single p {
  color: #373e48;
  letter-spacing: 0.013em;
}
.single .c_btn_arrow {
  font-size: 0.875rem;
}
.single img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single img.alignright {
  margin: 0 0 10px 30px;
  display: inline;
}
.single img.alignleft {
  margin: 0 30px 10px 0;
  display: inline;
}
@media screen and (min-width: 576px){
  .single img.alignright {
    margin-left: 30px;
  }
  .single img.alignleft {
    margin-right: 30px;
  }
  .single .alignright {
    float: right;
  }
  .single .alignleft {
    float: left;
  }
}
@media screen and (min-width: 768px){
  .news__item_link {
    flex-wrap: nowrap;
  }
  .news__item_text {
    width: auto;
    margin-top: 0;
  }
  .news__text {
    display: inline-block;
    width: auto;
    margin-top: 0;
    padding-right: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px){
  .news {
    padding: 80px 0 162px;
  }
  .news__list {
    margin-bottom: 85px;
  }
  .news__item_link {
    padding: 40px 50px 40px 30px;
  }
  .news__item_link:hover {
    opacity: 0.7;
  }
  .news__item_link::before {
    right: 30px;
  }
  .news__text {
    padding-right: 100px;
  }
  .news__cate {
    width: 132px;
    height: 32px;
    margin: 0 40px;
  }
  .single {
    padding: 50px 0 170px;
  }
  .single .news__new {
    width: 66px;
    height: 35px;
    font-size: 1.25rem;
  }
  .single__content {
    margin-bottom: 85px;
  }
  .single__title {
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .single__image {
    margin-bottom: 45px;
  }
  .single__text,
  .single p {
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=maps/news.css.map */
