@charset "UTF-8";
.news__contents {
  position: relative
}
.news__contents::after,
.news__contents::before {
  content: "";
  display: block;
  width: max(24px, (100vw - min(1024px, 100vw)) / 2);
  height: 100%;
  border-top: 1px solid #f0f0f0;
  position: absolute;
  top: 0
}
.news__contents::before {
  right: 100%
}
.news__contents::after {
  left: 100%
}
.news__list {
  display: grid;
  gap: 8px;
  border: 1px solid #f0f0f0
}
.news__link {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #282f33;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .0509803922);
  box-shadow: 0 0 30px rgba(0, 0, 0, .0509803922);
  backdrop-filter: blur(50px) brightness(2);
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  padding: 16px 16px 14px 12px;
  position: relative
}
.news__link::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #f81b46;
  position: absolute;
  top: 50%;
  left: -1px;
  translate: 0 -50%
}
.news__link-category {
  font-size: 1.1rem;
  color: #f81b46
}
.news__link-main {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.news__link-time {
  font-family: Outfit, "IBM Plex Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  opacity: .75
}
.news__link-ttl {
  font-size: 1.2rem
}
.news__block {
  display: grid;
  place-content: center;
  padding: 40px 0;
  position: relative
}
.news__block::after,
.news__block::before {
  content: "";
  display: block;
  width: max(24px, (100vw - min(1024px, 100vw)) / 2);
  height: 100%;
  border-top: 1px solid #f0f0f0;
  position: absolute;
  bottom: 0
}
.news__block::before {
  right: 100%
}
.news__block::after {
  left: 100%
}
.bg-container-01__inr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 40px;
  position: relative
}
.bg-container-01__inr::after,
.bg-container-01__inr::before {
  content: "";
  display: block;
  width: max(24px, (100vw - min(1024px, 100vw)) / 2);
  height: 100%;
  border-top: 1px solid #f0f0f0;
  position: absolute;
  top: -1px
}
.bg-container-01__inr::before {
  right: 100%
}
.bg-container-01__inr::after {
  left: 100%
}
.bg-container-01__inr>div {
  height: 100%;
  border-left: 1px solid #f0f0f0
}
.bg-container-01__inr>div:nth-child(4) {
  border-right: 1px solid #f0f0f0
}
.article {
  background-color: color-mix(in srgb, #f0f0f0 20%, #fff);
  border: 1px solid #f0f0f0;
  padding: 40px 20px
}
.article__inr {
  display: grid;
  gap: 24px
}
.article__ttl {
  color: #f81b46
}
.article__txt:not(:last-of-type) {
  margin-bottom: 30px
}
.article__txt>p {
  line-height: 1.75
}
.article__txt>p:not(:last-of-type) {
  margin-bottom: 24px
}
.article__txt>ul {
  line-height: 1.75
}
.article__txt>ul:not(:last-of-type) {
  margin-bottom: 24px
}
.article__txt a {
  overflow-wrap: anywhere
}
.article__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px
}
.article__img:not(:last-of-type) {
  margin-bottom: 24px
}
@media screen and (min-width:768px) {
  .news__link {
    gap: 28px;
    padding: 32px 32px 28px 24px
  }
  .news__link-time {
    font-size: 1.2rem
  }
  .news__link-ttl {
    font-size: 1.4rem
  }
  .news__block {
    padding: 80px 0
  }
  .bg-container-01__inr {
    height: 80px
  }
  .article {
    padding: 80px 40px
  }
  .article__inr {
    gap: 54px;
    max-width: 848px;
    margin-inline: auto
  }
  .article__txt:not(:last-of-type) {
    margin-bottom: 60px
  }
  .article__txt>p:not(:last-of-type) {
    margin-bottom: 48px
  }
  .article__txt>ul:not(:last-of-type) {
    margin-bottom: 48px
  }
  .article__img:not(:last-of-type) {
    margin-bottom: 48px
  }
}
@media (any-hover:hover) {
  .news__link {
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
  }
  /*.news__link:hover{opacity:1;color:#f81b46}*/
  .news__link:hover .m-btn-01__icon::before {
    width: calc(100% + 8px);
    height: calc(100% + 16px);
    border-radius: 16px
  }
}
