@charset "UTF-8";
/**
 * vw変換用のcalc()を生成
 * @param {Number} $px - 変換したいpx値
 * @param {Number} $base [null] - 計算の基準幅 (省略時はグローバル変数$breakpoint)
 */
/* --- Size Mixins --- 【ここから下を追加】 --- */
/* --- Padding Mixins --- */
/* --- Margin Mixins --- */
/* --- Gap Mixins --- */
#news.news-child {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #news.news-child {
    padding-bottom: 24vw;
  }
}
#news .Heading2 {
  color: #ff6894;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #news .Heading2 {
    font-size: 5.8666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#news .Heading3 {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #news .Heading3 {
    font-size: 3.4666666667vw;
  }
}
#news .tr {
  text-align: right;
}
#news .txt-link_external {
  display: inline-block;
  position: relative;
  padding-right: 0.8em;
  line-height: 1.6;
}
#news .txt-link_external:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/top/icon-external.svg);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #news .txt-link_external:before {
    width: 3vw;
    height: 3vw;
  }
}
#news .txt-link_external:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  position: absolute;
  background: #ff6894;
}
#news .txt-link_back {
  display: inline-block;
  position: relative;
  padding-right: 0.8em;
  line-height: 1.6;
}
#news .txt-link_back:before {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background: url(../img/news/icon-back.svg);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #news .txt-link_back:before {
    width: 1.3333333333vw;
    height: 2.4vw;
  }
}
#news .txt-link_back:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  position: absolute;
  background: #ff6894;
}
#news .top-news {
  padding-bottom: 160px;
  border-bottom: 1px solid #ededed;
}
@media screen and (max-width: 767px) {
  #news .top-news {
    padding-bottom: 21.3333333333vw;
  }
}
#news .top-news .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.6% 1fr 6.6% 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px 6.6%;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  #news .top-news .grid {
    margin-top: 10.6666666667vw;
    gap: 10.6666666667vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 66vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#news .top-news-item p {
  margin-top: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #news .top-news-item p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  #news .top-news .tr {
    text-align: right;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #news .top-news .tr {
    text-align: center;
    margin-top: 8vw;
  }
}
#news .page-nation {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #news .page-nation {
    margin-top: 21.3333333333vw;
  }
}
#news .page-nation ul {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1em;
}
@media screen and (max-width: 767px) {
  #news .page-nation ul {
    gap: 4vw;
  }
}
#news .page-nation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .page-nation ul li.active a {
  color: #ff6894;
  pointer-events: none;
}
#news .page-nation ul li:last-of-type {
  margin-left: 0.7em;
}
@media screen and (max-width: 767px) {
  #news .page-nation ul li:last-of-type {
    margin-left: 4vw;
  }
}
#news .page-nation ul a {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #news .page-nation ul a {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #news .page-nation ul svg {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
  }
}
#news .article-date {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #news .article-date {
    font-size: 3.4666666667vw;
  }
}
#news .news-article {
  padding-top: 65px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #news .news-article {
    padding-top: 12.6666666667vw;
    padding-bottom: 21.3333333333vw;
    gap: 10.6666666667vw;
  }
}
#news .news-article p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #news .news-article p {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
#news .news-article_img {
  max-width: 816px;
}
#news .news-article_kome {
  display: block;
  font-size: 14px;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #news .news-article_kome {
    font-size: 2.6666666667vw;
  }
}