.l-section {
  position: relative;
}
.l-section--news {
  margin-top: 1.6rem;
}
[data-slug=news] .l-section--news {
  margin-top: 0;
  padding-top: 10.8rem;
}
@media screen and (max-width: 750px) {
  [data-slug=news] .l-section--news {
    padding-top: 10.1rem;
  }
}

.l-section__inner {
  width: 93.5%;
  max-width: 89.5rem;
  margin: 0 auto;
}
.l-section--news .l-section__inner {
  width: 86.5%;
}

.l-section__title {
  text-align: center;
  font-family: var(--font-eng);
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .l-section__title {
    font-size: 2rem;
  }
}

/* */

.p-news {
  margin-top: 5.9rem;
}
@media screen and (max-width: 750px) {
  .p-news {
    margin-top: 2.5rem;
  }
}
.p-news__list-item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-news__list-item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
.p-news__more {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .p-news__more {
    margin-top: 3rem;
  }
}
.p-news__more-btn {
  width: 28rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-news__more-btn {
    width: 19.6rem;
  }
}

.p-news_item__link {
  display: block;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--color-black);
  text-decoration: none;
  color: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-news_item__link {
    padding-bottom: 0.7rem;
  }
}
@media (hover: hover) {
  .p-news_item__link:hover {
    text-decoration: underline;
  }
}
.p-news_item__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-news_item__inner {
    display: block;
  }
}
.p-news_item__date {
  display: block;
  width: 15.2rem;
  font-family: var(--font-eng);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-news_item__date {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-news_item__title {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 0.1rem;
  line-height: 1.5882352941;
  font-weight: 600;
}


.l-footer__jcsf {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__jcsf {
    position: absolute;
    top: 0;
    left: 140px;
  }
  .l-footer__jcsf img { 
    width: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__jcsf img {
    width: 33%;
    display: block;
    position: relative;
    margin: 20px auto;
  }
}