@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : topics.css
Description : トピックス
===================================================================== */
/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 12rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 9rem 0 0 0;
  }
}
.topics_column {
  position: relative;
  width: 100%;
}
.topics_ttl {
  position: relative;
  width: 38.1rem;
  margin: 0 auto;
}
.topics_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .topics_wrap {
    margin-top: 6rem;
  }
}
.topics_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.topics_list > li {
  width: 100%;
  margin: 6rem 0 0 0;
  padding: 0 0 6rem 0;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .topics_list > li {
    width: 30.4%;
    margin: 4.8rem 0 0 4.4%;
    padding: 0;
    border-bottom: none;
  }
}
.topics_list > li:nth-child(1) {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .topics_list > li:nth-child(1) {
    width: 100%;
    padding: 0 10rem 4.8rem 10rem;
    border-bottom: 1px solid #000000;
  }
}
@media screen and (min-width: 768px) {
  .topics_list > li:nth-child(3n+2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .topics_list > li:nth-child(n+2) .topics_item {
    flex-direction: row;
  }
}
@media screen and (max-width: 767.98px) {
  .topics_list > li:nth-child(n+2) .topics_item > figure {
    width: 43.0769230769%;
  }
}
@media screen and (max-width: 767.98px) {
  .topics_list > li:nth-child(n+2) .topics_item > dl {
    flex-direction: column-reverse;
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .topics_list > li:nth-child(n+2) .topics_item > dl > dd {
    margin-top: -0.4rem;
    margin-bottom: 0.2rem;
  }
}
.topics_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover .topics_item > figure > img {
    transform: scale(1.05);
  }
}
.topics_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.topics_item > figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.topics_item > figure > img {
  transition: 0.3s ease;
}
.topics_item > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl {
    margin-top: 1.5rem;
  }
}
.topics_item > dl > dt {
  width: 100%;
  text-align: right;
}
.topics_item > dl > dt > span {
  position: relative;
  display: inline-block;
  color: #9f1224;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dt > span {
    font-size: 1.8rem;
  }
}
.topics_item > dl > dt > span::before {
  content: "";
  position: absolute;
  right: calc(100% + 1.2rem);
  top: 0.7em;
  display: block;
  width: 9.2rem;
  aspect-ratio: 92/14;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dt > span::before {
    right: calc(100% + 0.9rem);
    width: 6.1rem;
  }
}
.topics_item > dl > dd {
  width: 100%;
  margin-top: 0.2rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dd {
    margin-top: 0.15rem;
  }
}
.topics_item > dl > dd > span {
  display: block;
  font-weight: 500;
}/*# sourceMappingURL=topics.css.map */