@charset "UTF-8";
/*390px基準のvw換算リスト
12px → 3.1vw
13px → 3.3vw
14px → 3.6vw
15px → 3.8vw
16px → 4.1vw
17px → 4.4vw
18px → 4.6vw
20px → 5.1vw
24px → 6.2vw

375px基準のvw換算リスト
12px → 3.3vw
13px → 3.5vw
14px → 3.8vw
15px → 4.1vw
16px → 4.3vw
17px → 4.5vw
18px → 4.9vw
20px → 5.4vw
24px → 6.5vw
*/
.topics .inner-hero > * img {
  display: block;
  width: 100%;
  height: 231px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .topics .inner-hero > * img {
    object-fit: contain;
    height: auto;
  }
}
.topics .contents .con-sec {
  margin-top: 1.875rem;
}
.topics .contents .topics_inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .topics .contents .topics_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.topics_item {
  width: calc((100% - 80px) / 3);
}
@media only screen and (max-width: 1023px) {
  .topics_item {
    width: 100%;
  }
  .topics_item:not(:first-child) {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #000099;
  }
}
.topics_item img {
  height: 240px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .topics_item img {
    width: 100%;
  }
}
.topics_item time {
  display: block;
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.1;
}
@media only screen and (max-width: 1023px) {
  .topics_item time {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}
.topics_item .topics_head02 {
  margin-top: 0.625rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .topics_item .topics_head02 {
    font-size: 0.9375rem;
    line-height: 1.1;
  }
}
.topics_item .topics_more {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .topics_item .topics_more {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}
.topics_item .topics_more a {
  display: inline-block;
  color: #ff0000;
}
.topics .detail_contents {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.125rem;
}
@media only screen and (max-width: 1023px) {
  .topics .detail_contents {
    font-size: 0.875rem;
  }
}
.topics .detail_contents time {
  margin-top: 0.625rem;
  font-size: 1.5625rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .topics .detail_contents time {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}
.topics .detail_contents .detail_title {
  margin-top: 0.625rem;
  font-size: 2.1875rem;
  line-height: 1.1;
}
@media only screen and (max-width: 1023px) {
  .topics .detail_contents .detail_title {
    margin-top: 0.3125rem;
    font-size: 0.9375rem;
    line-height: 1.1;
  }
}
.topics .detail_contents .detail_img {
  margin-top: 0.625rem;
}
.topics .detail_contents .row h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 1em;
}
@media only screen and (max-width: 1023px) {
  .topics .detail_contents .row h2 {
    font-size: 0.875rem;
    line-height: 2.3;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 1023px) {
  .topics .cta-btn {
    margin-top: 1.25rem;
  }
}

.blog_page-pagination {
  display: inline-flex;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: flex-end;
  margin-top: 52px;
}

.blog_page-list {
  display: inline;
}

.blog_page-link {
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color 0.3s;
  background-color: #dbdbdb;
  color: #fff;
  margin: 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.blog_page-link.active {
  background-color: #3479e0;
  pointer-events: none;
}

.blog_page2-local {
  display: flex;
  justify-content: flex-end;
  margin-top: 52px;
}
@media only screen and (max-width: 1023px) {
  .blog_page2-local {
    width: 100%;
  }
}

.blog_page2-info:not(:first-child) {
  margin-left: 0.625rem;
}
.blog_page2-link {
  display: inline-block;
  color: #fff;
  background: #3479e0;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 1.3125rem;
  padding: 0.625rem 0;
  width: 194px;
}
@media only screen and (max-width: 1023px) {
  .blog_page2-link {
    font-size: 0.8125rem;
    max-width: 100px;
  }
}

.blog_page2-link.prev, .blog_page2-link.next {
  background: #caddff;
  color: #696969;
}

.blog_page2-link.prev span {
  position: relative;
  padding-left: 25px;
}

.blog_page2-link.prev span:before {
  content: "";
  background: url("../img/common/icon_arrow_prev.svg");
  background-size: 20px;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.blog_page2-link.next span {
  position: relative;
  padding-right: 25px;
}

.blog_page2-link.next span:before {
  content: "";
  background: url("../img/common/icon_arrow_next.svg");
  background-size: 20px;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}