@charset "utf-8";

/*===================
共通
===================*/
.archive-news__wrap {
}
.archive-news__list {
  max-width: 655px;
  margin-left: auto;
  margin-bottom: 58px;
}
.archive-news__item {
  padding: 31px 28px 30px 11px;
  border-top: 1px solid #c4c4c4;
}
.archive-news__item:last-of-type {
  border-bottom: 1px solid #c4c4c4;
}
.archive-news__itemLink {
  display: block;
  width: 100%;
  position: relative;
}
.archive-news__itemLink::before {
  display: block;
  content: "";
  width: 8px;
  height: 9px;
  background: url(../imgs/common/arrow_b.svg) center center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.news__dateGroup {
  width: 90%;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news__date {
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #313131;
}
.news__line {
  display: block;
  width: fit-content;
  margin: 0 9px;
  width: 1px;
  height: 10px;
  background: #707070;
}
.news__catBox {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.news__cat {
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #313131;
}
.news__heading {
  width: 90%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.533;
  color: #313131;
}
@media screen and (max-width: 750px) {
  .archive-news__item {
    padding: 28px 0px 27px 0px;
  }
  .archive-news__item:first-of-type {
    border-top: none;
  }
  .archive-news__itemLink::before {
    right: 0;
  }
}
/*===================
アーカイブ
===================*/
.archive-news__item {
  display: none;
}
.archive-news__ttlBox {
  margin-bottom: 39px;
}
.archive-news__ttl--en {
  display: block;
  margin-bottom: 11px;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0;
  color: #bcbcbc;
}
.news__moreLink {
  display: block;
}
/*===================
シングル
===================*/
.single-news .news__heading {
  font-size: 21px;
  line-height: 1.095;
}
.single-news__ttlBox {
  margin-bottom: 24px;
}
.single-news__editor {
  margin-bottom: 89px;
}
