@charset "UTF-8";

.header__topic img {
  padding: 0 48px;
}

.second_title {
  text-align: center;
  margin: 1.5em auto 0;
}

.second_titleJa {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .second_title {
    margin: 0 auto;
  }
  .second_titleJa {
    margin: 0 auto;
  }
}


.cat-list {
  text-align: start;
}

.post-header {
  margin-bottom: 1em;
}

.post-header time {
  font-size: var(--sp-fontsize-12px);
}


.post-title {
  font-size: var(--sp-fontsize-16px);
  font-weight: 700;
  margin-bottom: 2em;
}

.news-title {
  margin-bottom: 2em;
  font-family: "Noto Sans JP";
  font-size: var(--sp-fontsize-14px);
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.news-list>li {
  padding: 3rem 0;
  border-bottom: 1px solid #5F4A42;
}

.news-list>li>a {
  display: flex;
  gap: 4.2vw;
}

@media screen and (max-width: 500px) {
  .news-list>li>.thumbnail {
    display: block;
  }
}

.news-list>li>a>.thumbnail .text {
  width: 77vw;
}

.news-list>li>a>.thumbnail .text {
  font-size: var(--sp-fontsize-12px);
  padding-top: var(--sp-fontsize-12px);
}

.news-list>li>a>.thumbnail .text>.title {
  font-size: var(--sp-fontsize-16px);
}

.news-list>li>a>.thumbnail img {
  width: 10vw;
}

@media screen and (max-width: 768px) {
  .news-list>li>a>.thumbnail img {
    width: 20vw;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.77vw;
    padding: 64px 6.9%;
    text-align: center;
  }
}