@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : topics.css
Description : トピックスページ
===================================================================== */
/* =====================================================================
    一覧
======================================================================*/
.topics {
  padding: 18rem 0;
}
.topics .sec_ttl.appear .typewriter {
  width: 9ch;
  -webkit-animation-timing-function: steps(9, end), step-end;
          animation-timing-function: steps(9, end), step-end;
  -webkit-animation-duration: 2s, 1s;
          animation-duration: 2s, 1s;
}

.topics_list li {
  position: relative;
}
.topics_list li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #70d8cd;
  -webkit-box-shadow: 0 0 0.4em #32ffe9;
          box-shadow: 0 0 0.4em #32ffe9;
}
.topics_list li a {
  padding-bottom: 6rem;
}
.topics_list li .article_list_img {
  margin-bottom: 0;
}
.topics_list li figure {
  margin-bottom: 0;
}
.topics_list li .article_list_date {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0.8em 0 0;
}
.topics_list li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .topics_list li:first-child a .article_list_img {
    margin-bottom: 1.3em;
  }
  .topics_list li:not(:last-child) {
    margin-bottom: 6rem;
  }
  .topics_list li:not(:first-child) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topics_list li:not(:first-child) a .article_list_img {
    width: calc(270 / 640 * 100%);
  }
  .topics_list li:not(:first-child) a .article_list_text {
    width: calc(325 / 640 * 100%);
    margin-top: -0.3em;
  }
}

@media screen and (min-width: 768px) {
  .topics {
    padding: 120px 0;
  }
  .topics_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .topics_list li {
    margin: 0 calc(44 / 1000 * 100%) 50px 0 !important;
    width: calc(304 / 1000 * 100%);
  }
  .topics_list li a {
    padding-bottom: 40px;
  }
  .topics_list li .article_list_img {
    margin-bottom: 14px;
  }
  .topics_list li .article_list_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .topics_list li .article_list_date {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 15px;
  }
  .topics_list li:nth-child(3n+1), .topics_list li:last-child {
    margin-right: 0 !important;
  }
  .topics_list li:not(:first-child)::after {
    display: none;
  }
  .topics_list li:not(:first-child) a {
    padding-bottom: 0;
  }
  .topics_list li:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(800 / 1000 * 100%);
  }
  .topics_list li:first-child::after {
    margin-left: -12.5%;
    width: calc(1000 / 800 * 100%);
  }
}
/* =====================================================================
    詳細
======================================================================*/
.topics_article {
  position: relative;
  margin-left: calc(-20 / 640 * 100%);
  padding: calc(80 / 640 * 100%) calc(50 / 640 * 100%) calc(30 / 1000 * 100%);
  width: calc(690 / 640 * 100%);
  background-color: rgba(59, 65, 66, 0.4);
  border-top: 1px solid #406169;
  border-bottom: 1px solid #406169;
}
.topics_article > * {
  position: relative;
}
.topics_article header {
  padding-bottom: 4rem;
  border-bottom: 1px solid #32ffe9;
}
.topics_article header h3 {
  font-size: 121%;
  font-weight: bold;
  line-height: 1.764;
  text-shadow: 0 0 0.6em rgba(50, 255, 233, 0.5), 0 0 0.6em rgba(50, 255, 233, 0.5), 0 0 0.5em rgba(50, 255, 233, 0.5);
}
.topics_article_date {
  position: relative;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Share Tech Mono", monospace;
  font-weight: 700;
  font-size: 85%;
  letter-spacing: 0.2em;
  color: #4a9b92;
  z-index: 1;
}
.topics_article_date p::before {
  content: "/";
  display: inline-block;
  margin: 0 0.3em;
}
.topics_article_contents {
  margin: 7rem 0 8rem;
}
.topics_article_contents > * {
  position: relative;
  margin-bottom: 8rem;
}
.topics_article_contents p {
  line-height: 1.833;
}
.topics_article_contents p a {
  display: inline;
  border-bottom: 1px solid #32ffe9;
}
.topics_article_contents p b {
  font-weight: 900;
  color: #32ffe9;
}
.topics_article .sns_share {
  padding: 4.3rem 0;
}

a.btn_back {
  margin: 8rem auto 0;
  width: calc(400 / 640 * 100%);
}
a.btn_back::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .topics_article {
    margin: 0;
    padding: 50px calc(60 / 1000 * 100%);
    width: 100%;
  }
  .topics_article header {
    padding-bottom: 20px;
  }
  .topics_article header h3 {
    font-size: 133%;
  }
  .topics_article_contents {
    margin: 20px 0 60px;
  }
  .topics_article_contents > * {
    margin-bottom: 60px;
  }
  .topics_article_contents figure {
    margin-left: auto;
    margin-right: auto;
    width: 79.5454545455%;
  }
  .topics_article_contents p a:hover {
    border-color: #03d160;
  }
  a.btn_back {
    margin: 50px auto 0;
    width: calc(320 / 1000 * 100%);
  }
}/*# sourceMappingURL=topics.css.map */