@charset "UTF-8";
/*==================================================

** topics
==================================================*/
.sp-anchor-btn {
  display: none;
}

#topicsList {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 59.1% 35%;
  justify-content: space-between;
}
#topicsList .topicslist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 70px;
}
#topicsList .topicslist-li {
  min-width: 0;
}
#topicsList .topicslist-a {
  display: block;
}
#topicsList .topicslist-a:hover {
  opacity: 1;
}
#topicsList .topicslist-a:hover .topicslist-img {
  scale: 1.1;
  transition: all 0.8s;
}
#topicsList .topicslist-pht {
  overflow: hidden;
  aspect-ratio: 640/300;
  position: relative;
}
#topicsList .topicslist-pht::before {
  content: "";
  width: 61px;
  aspect-ratio: 122/46;
  background: url("../img/common/logo_note.svg") no-repeat center center/contain, #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#topicsList .topicslist-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#topicsList .topicslist-ttl {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.7;
}
#topicsList .guidebox {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 308px;
  gap: 20px 25px;
}
#topicsList .guidebox .bn-a {
  display: block;
}
#topicsList .newslist {
  border-top: 1px solid #333;
}
#topicsList .newslist-li {
  border-bottom: 1px solid #333;
}
#topicsList .newslist-a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-block: 25px 20px;
}
#topicsList .newslist-a:hover {
  color: #ef363c;
}
#topicsList .newslist-cat {
  width: 100px;
  background: #ef363c;
  border-radius: 2px;
  font: normal normal 400 1.2rem/1.6 "Gabarito", "Gantari", "IBM Plex Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding-block: 2px;
}
#topicsList .newslist-date {
  margin-left: 15px;
  font: normal normal 400 1.5rem/1.6 "Gabarito", "Gantari", "IBM Plex Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #808080;
  line-height: 1;
}
#topicsList .newslist-ttl {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: normal;
  width: 100%;
}
#topicsList .morebtn {
  margin-top: 25px;
}
#topicsList .morebtn-a {
  border: none;
  display: block;
  width: 100%;
  max-width: 150px;
  border-radius: 1000px;
  margin-inline: auto;
  background: #b3b3b3;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
  padding: 3px;
}
#topicsList .morebtn-a:hover {
  background: #ef363c;
}

@media screen and (max-width: 991px) {
  #topicsList {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
  .sp-anchor-btn {
    display: flex;
    justify-content: flex-end;
  }
  .sp-anchor-btn-a {
    display: inline-flex;
    align-items: center;
    background-color: #fb654d;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    gap: 12px;
    line-height: 1;
  }
  .sp-anchor-btn-a::after {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1,2 L8,8 L15,2 M2,11 L14,11' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #topicsList {
    margin-top: 30px;
  }
  #topicsList .topicslist {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #topicsList .guidebox {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
  .sp-anchor-btn {
    margin-top: -15px;
    margin-bottom: 20px;
  }
}
