@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
.l-header .header__inner .h-cnts .nav__wrapper .g-menu__items:nth-of-type(5):after {
  opacity: 1;
}

/* 共通 */
.page-topics,
.page-topics_detail {
  /* cntents-flex
  ---------------------------------------------------------------------------- */
}
.page-topics .c-page-head:after,
.page-topics_detail .c-page-head:after {
  right: 4rem;
  top: 1.9rem;
  background: url("../images/topics/img_pagehead.svg") no-repeat center center;
  width: 30.7rem;
  height: 20.3rem;
}
@media screen and (max-width: 767px) {
  .page-topics .c-page-head:after,
  .page-topics_detail .c-page-head:after {
    right: 6rem;
    top: 5.8rem;
    width: 30.5rem;
    height: 20.2rem;
  }
}
.page-topics .c-page-head .title,
.page-topics_detail .c-page-head .title {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .page-topics .c-page-head .title,
  .page-topics_detail .c-page-head .title {
    font-size: 5.2rem;
  }
}
.page-topics .c-page-head .c-title,
.page-topics_detail .c-page-head .c-title {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .page-topics .c-page-head .c-title,
  .page-topics_detail .c-page-head .c-title {
    font-size: 5rem;
  }
}
.page-topics .sec-topics,
.page-topics .sec-topics_detail,
.page-topics_detail .sec-topics,
.page-topics_detail .sec-topics_detail {
  padding-bottom: 10rem;
  box-sizing: border-box;
}
.page-topics .cntents-flex,
.page-topics_detail .cntents-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex,
  .page-topics_detail .cntents-flex {
    flex-direction: column;
    gap: 24rem 0;
  }
}
.page-topics .cntents-flex .topics-cnts,
.page-topics_detail .cntents-flex .topics-cnts {
  width: 79.2rem;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .topics-cnts,
  .page-topics_detail .cntents-flex .topics-cnts {
    width: 100%;
  }
}
.page-topics .cntents-flex .side-menu,
.page-topics_detail .cntents-flex .side-menu {
  width: 28.2rem;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu,
  .page-topics_detail .cntents-flex .side-menu {
    width: 100%;
  }
}
.page-topics .cntents-flex .side-menu .side-ttl,
.page-topics_detail .cntents-flex .side-menu .side-ttl {
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  background: #fdda7c;
  padding: 0.4rem 2.2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu .side-ttl,
  .page-topics_detail .cntents-flex .side-menu .side-ttl {
    font-size: 3.2rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    padding: 2rem 4rem;
    margin-bottom: 4rem;
    border-radius: 1.8rem;
  }
}
.page-topics .cntents-flex .side-menu .side-ttl:after,
.page-topics_detail .cntents-flex .side-menu .side-ttl:after {
  position: absolute;
  display: block;
  content: "";
  background-size: 100% auto !important;
}
.page-topics .cntents-flex .side-menu .side-cat__wrap,
.page-topics_detail .cntents-flex .side-menu .side-cat__wrap {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu .side-cat__wrap,
  .page-topics_detail .cntents-flex .side-menu .side-cat__wrap {
    margin-bottom: 10rem;
  }
}
.page-topics .cntents-flex .side-menu .side-cat__wrap .side-ttl:after,
.page-topics_detail .cntents-flex .side-menu .side-cat__wrap .side-ttl:after {
  top: -0.8rem;
  right: 2rem;
  background: url("../images/topics/deco_cat.svg") no-repeat center center;
  width: 4.6rem;
  height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu .side-cat__wrap .side-ttl:after,
  .page-topics_detail .cntents-flex .side-menu .side-cat__wrap .side-ttl:after {
    top: -0.9rem;
    right: 3.5rem;
    width: 7.8rem;
    height: 6rem;
  }
}
.page-topics .cntents-flex .side-menu .side-cat__wrap .side-cat__list,
.page-topics_detail .cntents-flex .side-menu .side-cat__wrap .side-cat__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu .side-cat__wrap .side-cat__list,
  .page-topics_detail .cntents-flex .side-menu .side-cat__wrap .side-cat__list {
    gap: 2rem 0;
  }
}
.page-topics .cntents-flex .side-menu .side-cat__wrap .side-cat__list li a,
.page-topics_detail .cntents-flex .side-menu .side-cat__wrap .side-cat__list li a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 1px solid #000000;
  background: #fff;
  padding: 0.8rem 1.05rem;
  border-radius: 1.8rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .page-topics .cntents-flex .side-menu .side-cat__wrap .side-cat__list li a:hover,
  .page-topics_detail .cntents-flex .side-menu .side-cat__wrap .side-cat__list li a:hover {
    text-decoration: none;
    background: #f1ede3;
  }
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu .side-cat__wrap .side-cat__list li a,
  .page-topics_detail .cntents-flex .side-menu .side-cat__wrap .side-cat__list li a {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 1.2rem 2rem;
    border-radius: 3rem;
  }
}
.page-topics .cntents-flex .side-menu .side-latest__wrap .side-ttl:after,
.page-topics_detail .cntents-flex .side-menu .side-latest__wrap .side-ttl:after {
  top: -1.5rem;
  right: 2.3rem;
  background: url("../images/topics/deco_new.svg") no-repeat center center;
  width: 7.4rem;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu .side-latest__wrap .side-ttl:after,
  .page-topics_detail .cntents-flex .side-menu .side-latest__wrap .side-ttl:after {
    top: -0.9rem;
    right: 3.5rem;
    width: 12.8rem;
    height: 5.9rem;
  }
}
.page-topics .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links,
.page-topics_detail .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links {
  display: block;
  background: #f8f6f1;
  padding: 1.4rem 1.5rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links,
  .page-topics_detail .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links {
    padding: 4.8rem 5rem;
    border-radius: 2rem;
  }
}
.page-topics .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links .date,
.page-topics_detail .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links .date {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #b2d270;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links .date,
  .page-topics_detail .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links .date {
    font-size: 3.2rem;
    line-height: 1.5625;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.page-topics .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links .ttl,
.page-topics_detail .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links .ttl {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links .ttl,
  .page-topics_detail .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post-links .ttl {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    letter-spacing: -0.04em;
    font-weight: 700;
  }
}
.page-topics .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post + .post,
.page-topics_detail .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post + .post {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .page-topics .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post + .post,
  .page-topics_detail .cntents-flex .side-menu .side-latest__wrap .side-latest__list .post + .post {
    margin-top: 3.6rem;
  }
}

/* 一覧ページ */
.page-topics {
  /* sec-topics
  ---------------------------------------------------------------------------- */
  /* .c-page-nav
  ---------------------------------------------------------------------------- */
}
.page-topics .sec-topics .lead-txt {
  text-align: center;
  width: 42.9rem;
  margin: 0 auto 5rem auto;
}
@media screen and (max-width: 767px) {
  .page-topics .sec-topics .lead-txt {
    width: 52.8rem;
    margin: 0 auto 9.8rem auto;
  }
}
.page-topics .sec-topics .post-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 6rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-topics .sec-topics .post-wrap {
    flex-direction: column;
    gap: 6rem 0;
  }
}
.page-topics .sec-topics .post-wrap .post {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .page-topics .sec-topics .post-wrap .post {
    width: 100%;
  }
}
.page-topics .sec-topics .post-wrap .post-links {
  display: block;
  height: 100%;
  background: #f8f6f1;
  border-radius: 1rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .page-topics .sec-topics .post-wrap .post-links:hover {
    text-decoration: none;
  }
  .page-topics .sec-topics .post-wrap .post-links:hover .post__img img {
    transform: scale(1.1);
  }
  .page-topics .sec-topics .post-wrap .post-links:hover .post__txt {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .page-topics .sec-topics .post-wrap .post-links {
    margin: 0 2rem;
    border-radius: 1.75rem;
  }
}
.page-topics .sec-topics .post-wrap .post__img {
  position: relative;
  aspect-ratio: 384/252;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-topics .sec-topics .post-wrap .post__img {
    aspect-ratio: 672/441;
    border-radius: 2rem 2rem 0 0;
  }
}
.page-topics .sec-topics .post-wrap .post__img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  z-index: 1;
}
.page-topics .sec-topics .post-wrap .post__txt {
  padding: 2.5rem 2.5rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-topics .sec-topics .post-wrap .post__txt {
    padding: 2.5rem 3rem 4.6rem 3rem;
  }
}
.page-topics .sec-topics .post-wrap .post__txt .date {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #b2d270;
}
@media screen and (max-width: 767px) {
  .page-topics .sec-topics .post-wrap .post__txt .date {
    font-size: 3.2rem;
    line-height: 1.5625;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.page-topics .sec-topics .post-wrap .post__txt .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-break: strict;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .page-topics .sec-topics .post-wrap .post__txt .ttl {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    font-weight: 700;
  }
}
.page-topics .sec-topics .post-wrap .post__txt .cat {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0.6rem 0.6rem;
}
@media screen and (max-width: 767px) {
  .page-topics .sec-topics .post-wrap .post__txt .cat {
    gap: 1rem 1rem;
  }
}
.page-topics .sec-topics .post-wrap .post__txt .cat li {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
  border: 1px solid #000000;
  background: #fff;
  padding: 0.4rem 0.7rem 0.6rem 0.7rem;
  border-radius: 1.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics .sec-topics .post-wrap .post__txt .cat li {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.8rem 1rem 0.8rem 1rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-topics .c-page-nav {
    width: 100%;
  }
}

/* 詳細ページ */
.page-topics_detail .sec-topics_detail {
  /* common */
}
.page-topics_detail .sec-topics_detail .post_style h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 700;
  background: #fdda7c;
  border: 1px solid #000000;
  border-bottom: none;
  margin-bottom: 6rem;
  padding: 1.65rem 2.4rem;
  border-radius: 1rem 1rem 0 0;
  word-break: initial;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style h2 {
    font-size: 3.8rem;
    line-height: 1.7894736842;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-bottom: 8rem;
    padding: 1.65rem 4.5rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style h3 {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-weight: 700;
  background: #f1ede3;
  padding: 1.2rem 2.5rem;
  border-radius: 1rem;
  word-break: initial;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style h3 {
    font-size: 3.6rem;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 2.8rem 4.5rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style h4 {
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding-left: 3rem;
  margin-bottom: 2rem;
  word-break: initial;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style h4 {
    font-size: 3.2rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding-left: 3.8rem;
    margin-bottom: 3rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style h4:before {
  position: absolute;
  left: 0.3rem;
  top: 1.7rem;
  display: block;
  content: "";
  width: 1.5rem;
  height: 0.4rem;
  background: #fdda7c;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style h4:before {
    left: 0;
    top: 2.4rem;
    width: 2.4rem;
    height: 0.5rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style h5 {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.15em;
  font-weight: 700;
  word-break: initial;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style h5 {
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.page-topics_detail .sec-topics_detail .post_style h6 {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  font-weight: 500;
  word-break: initial;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style h6 {
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.page-topics_detail .sec-topics_detail .post_style * + h2,
.page-topics_detail .sec-topics_detail .post_style * + h3,
.page-topics_detail .sec-topics_detail .post_style * + h4,
.page-topics_detail .sec-topics_detail .post_style * + h5,
.page-topics_detail .sec-topics_detail .post_style * + h6,
.page-topics_detail .sec-topics_detail .post_style * + div,
.page-topics_detail .sec-topics_detail .post_style * + ul,
.page-topics_detail .sec-topics_detail .post_style * + ol,
.page-topics_detail .sec-topics_detail .post_style * + .wp-block-image {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style * + h2,
  .page-topics_detail .sec-topics_detail .post_style * + h3,
  .page-topics_detail .sec-topics_detail .post_style * + h4,
  .page-topics_detail .sec-topics_detail .post_style * + h5,
  .page-topics_detail .sec-topics_detail .post_style * + h6,
  .page-topics_detail .sec-topics_detail .post_style * + div,
  .page-topics_detail .sec-topics_detail .post_style * + ul,
  .page-topics_detail .sec-topics_detail .post_style * + ol,
  .page-topics_detail .sec-topics_detail .post_style * + .wp-block-image {
    margin-top: 8rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style * + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style * + p {
    margin-top: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style p, .page-topics_detail .sec-topics_detail .post_style li {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-break: strict;
  word-break: initial;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style p, .page-topics_detail .sec-topics_detail .post_style li {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.page-topics_detail .sec-topics_detail .post_style p strong, .page-topics_detail .sec-topics_detail .post_style p span, .page-topics_detail .sec-topics_detail .post_style p a, .page-topics_detail .sec-topics_detail .post_style p em, .page-topics_detail .sec-topics_detail .post_style p i, .page-topics_detail .sec-topics_detail .post_style li strong, .page-topics_detail .sec-topics_detail .post_style li span, .page-topics_detail .sec-topics_detail .post_style li a, .page-topics_detail .sec-topics_detail .post_style li em, .page-topics_detail .sec-topics_detail .post_style li i {
  line-break: strict;
  word-break: initial;
  word-wrap: break-word;
}
.page-topics_detail .sec-topics_detail .post_style a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-topics_detail .sec-topics_detail .post_style a:hover {
    text-decoration: none;
  }
}
.page-topics_detail .sec-topics_detail .post_style a p, .page-topics_detail .sec-topics_detail .post_style a li {
  text-decoration: none;
}
.page-topics_detail .sec-topics_detail .post_style ol {
  margin-left: 2rem !important;
  list-style: decimal;
}
.page-topics_detail .sec-topics_detail .post_style ul {
  margin-left: 2rem !important;
  list-style: disc;
}
.page-topics_detail .sec-topics_detail .post_style strong {
  font-weight: 700 !important;
}
.page-topics_detail .sec-topics_detail .post_style em, .page-topics_detail .sec-topics_detail .post_style i {
  font-style: italic;
}
.page-topics_detail .sec-topics_detail .post_style .wp-block-image img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .wp-block-image img {
    border-radius: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style figcaption,
.page-topics_detail .sec-topics_detail .post_style .wp-caption-text,
.page-topics_detail .sec-topics_detail .post_style .wp-element-caption {
  margin-top: 1rem !important;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: -0.034em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style figcaption,
  .page-topics_detail .sec-topics_detail .post_style .wp-caption-text,
  .page-topics_detail .sec-topics_detail .post_style .wp-element-caption {
    margin-top: 1.5rem !important;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.007em;
    font-weight: 500;
  }
}
.page-topics_detail .sec-topics_detail .post_style .one-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 0;
}
.page-topics_detail .sec-topics_detail .post_style .one-column figure, .page-topics_detail .sec-topics_detail .post_style .one-column div, .page-topics_detail .sec-topics_detail .post_style .one-column img {
  width: 100%;
  max-width: inherit;
}
.page-topics_detail .sec-topics_detail .post_style .two-column {
  margin-top: 4.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .two-column {
    flex-direction: column;
    gap: 6rem 0;
    margin-top: 6rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .two-column * {
  margin: 0;
}
.page-topics_detail .sec-topics_detail .post_style .two-column p + p {
  margin-top: 2rem;
}
.page-topics_detail .sec-topics_detail .post_style .two-column .box {
  position: relative;
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .two-column .box {
    width: 100%;
  }
}
.page-topics_detail .sec-topics_detail .post_style .two-column .box .wp-block-image {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .two-column .box .wp-block-image {
    margin-bottom: 3rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .two-column .box img {
  width: 100%;
  max-width: inherit;
  height: auto;
}
.page-topics_detail .sec-topics_detail .post_style .two-column .box h4 {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .two-column .box h4 {
    font-size: 3.2rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-bottom: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .two-column .box p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .two-column .box p {
    letter-spacing: -0.05em;
  }
}
.page-topics_detail .sec-topics_detail .post_style .two-column.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .two-column.-reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .two-column.-txt-box {
    gap: 0 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .three-column {
  margin-top: 3.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .three-column {
    margin-top: 8.5rem;
    flex-direction: column;
    gap: 6rem 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .three-column * {
  margin: 0;
}
.page-topics_detail .sec-topics_detail .post_style .three-column p + p {
  margin-top: 2rem;
}
.page-topics_detail .sec-topics_detail .post_style .three-column .box {
  position: relative;
  width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .three-column .box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: stretch;
  }
}
.page-topics_detail .sec-topics_detail .post_style .three-column .box-img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .three-column .box-img {
    width: 27.5rem;
    margin: 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .three-column .box-img img {
  width: 100%;
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .three-column .box-txt {
    margin-top: -1rem;
    width: calc(100% - 27.5rem);
    padding-left: 4rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .three-column .box-txt .ttl {
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .three-column .box-txt .ttl {
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.page-topics_detail .sec-topics_detail .post_style .three-column .box-txt .ttl:before {
  display: none;
}
.page-topics_detail .sec-topics_detail .post_style .three-column .box-txt p {
  letter-spacing: -0.06em;
  padding-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .three-column .box-txt p {
    letter-spacing: -0.07em;
    padding-right: 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .img-list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2.4rem 2.4rem;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .img-list {
    flex-direction: column;
    gap: 8rem 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .img-list li {
  width: calc((100% - 2.4rem) / 2);
  margin: 0;
  border-radius: 0.7rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .img-list li {
    width: 100%;
    border-radius: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .aligncenter {
    width: 100%;
  }
}
.page-topics_detail .sec-topics_detail .post_style .alignright {
  float: right;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .alignright {
    width: 100%;
    float: none;
  }
}
.page-topics_detail .sec-topics_detail .post_style .alignleft {
  float: left;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .alignleft {
    width: 100%;
    float: none;
  }
}
.page-topics_detail .sec-topics_detail .post_style .external-link {
  margin: 1rem 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  font-weight: 700;
  display: block;
  background: #f8f6f1;
  padding: 2.8rem 7.5rem 2.8rem 2.8rem;
  border-radius: 1rem;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .external-link {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding: 2.8rem 12rem 2.8rem 2.8rem;
    border-radius: 1rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .external-link:before, .page-topics_detail .sec-topics_detail .post_style .external-link:after {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  content: "";
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .external-link:before, .page-topics_detail .sec-topics_detail .post_style .external-link:after {
    right: 2.8rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .external-link:before {
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 0.6rem;
  height: 1rem;
  margin: -0.1rem 1.6rem 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .external-link:before {
    width: 1rem;
    height: 1.8rem;
    margin: -0.1rem 2.5rem 0 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .external-link:after {
  width: 3.8rem;
  height: 3.8rem;
  background: #b2d270;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .external-link:after {
    width: 5.7rem;
    height: 5.7rem;
  }
}
@media screen and (min-width: 768px) {
  .page-topics_detail .sec-topics_detail .post_style .external-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .page-topics_detail .sec-topics_detail .post_style .external-link:hover:before {
    transform: translate(3px, -50%);
  }
  .page-topics_detail .sec-topics_detail .post_style .external-link:hover:after {
    background: #fdda7c;
  }
}
.page-topics_detail .sec-topics_detail .post_style .youtube {
  width: 100%;
  aspect-ratio: 792/430;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .youtube {
    aspect-ratio: 680/370;
  }
}
.page-topics_detail .sec-topics_detail .post_style iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-topics_detail .sec-topics_detail .post_style .box-map {
  position: relative;
  width: 100%;
  aspect-ratio: 792/430;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .box-map {
    aspect-ratio: 680/445;
    border-radius: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .box-map .map-links {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21.7rem;
  height: 4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .box-map .map-links {
    width: 38rem;
    height: 7rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .box-map .map-links a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 0;
  padding: 0 1.5rem;
  border-radius: 1rem 0 1rem 0;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .box-map .map-links a {
    padding: 0 3rem;
    border-radius: 2rem 0 2rem 0;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: -0.003em;
    font-weight: 700;
  }
}
.page-topics_detail .sec-topics_detail .post_style .box-map .map-links a:before, .page-topics_detail .sec-topics_detail .post_style .box-map .map-links a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  transition: 0.4s;
}
.page-topics_detail .sec-topics_detail .post_style .box-map .map-links a:before {
  right: 1.5rem;
  top: 50%;
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 0.6rem;
  height: 1.8rem;
  transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .box-map .map-links a:before {
    right: 2.6rem;
    bottom: 1.6rem;
    width: 1.2rem;
    height: 3.6rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .box-map .map-links a:after {
  width: 4rem;
  height: 4rem;
  background: #b2d270;
  border-radius: 1rem 0 1rem 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .box-map .map-links a:after {
    width: 7rem;
    height: 7rem;
    border-radius: 2rem 0 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .page-topics_detail .sec-topics_detail .post_style .box-map .map-links a:hover {
    text-decoration: none;
    opacity: 1 !important;
  }
  .page-topics_detail .sec-topics_detail .post_style .box-map .map-links a:hover:before {
    transform: translate(3px, -50%);
  }
  .page-topics_detail .sec-topics_detail .post_style .box-map .map-links a:hover:after {
    background: #fdda7c;
  }
}
.page-topics_detail .sec-topics_detail .post_style .detail-head {
  text-align: right;
}
.page-topics_detail .sec-topics_detail .post_style .detail-head__inner {
  margin: 0;
  background: #f8f6f1;
  padding: 2.6rem 3rem 3rem 3rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .detail-head__inner {
    padding: 3.5rem 3rem 3.5rem 3rem;
    border-radius: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .detail-head__inner .date {
  width: 10rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #b2d270;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .detail-head__inner .date {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.5625;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin: 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .detail-head__inner .tag-list {
  width: calc(100% - 10rem);
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0.5rem 0.5rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .detail-head__inner .tag-list {
    margin: 0;
    gap: 1rem 1rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .detail-head__inner .tag-list li {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 1px solid #000000;
  background: #fff;
  padding: 0.5rem 0.9rem 0.5rem 0.9rem;
  border-radius: 1.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .detail-head__inner .tag-list li {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 1rem 1.6rem 1rem 1.6rem;
    border-radius: 2.1rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .detail-head__inner .title {
  margin: 0;
  text-align: left;
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .detail-head__inner .title {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
.page-topics_detail .sec-topics_detail .post_style .detail-head__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .detail-head__info {
    flex-direction: column;
    gap: 2rem 0;
    margin-bottom: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .post__links {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  background: #f8f6f1;
  padding: 1rem 10rem 1rem 1rem;
  border-radius: 1rem;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .post__links {
    align-items: flex-start;
    padding: 8.5rem 11rem 10rem 3rem;
    border-radius: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .post__links .post-img {
  aspect-ratio: 250/160;
  width: 25rem;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .post__links .post-img {
    border-radius: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .post__links .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-topics_detail .sec-topics_detail .post_style .post__links .post-txt {
  width: calc(100% - 25rem);
  margin: 0;
  padding-left: 2.5rem;
  box-sizing: border-box;
}
.page-topics_detail .sec-topics_detail .post_style .post__links .post-txt .date {
  color: #b2d270;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 0 0 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .post__links .post-txt .date {
    position: absolute;
    left: 3rem;
    top: 2.5rem;
    font-size: 3.2rem;
    line-height: 1.5625;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin: 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .post__links .post-txt .ttl {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .post__links .post-txt .ttl {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: -1rem 0 0 0;
    min-height: 16rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .post__links .post-txt .cat {
  list-style: none;
  margin: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .post__links .post-txt .cat {
    position: absolute;
    left: 3.5rem;
    bottom: 2.5rem;
    width: calc(100% - 3.5rem);
    margin: 2.5rem 0 0 -27.5rem;
    gap: 1rem 1rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .post__links .post-txt .cat li {
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
  border: 1px solid #000000;
  background: #fff;
  padding: 0.4rem 0.7rem 0.6rem 0.7rem;
  border-radius: 1.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .post__links .post-txt .cat li {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.8rem 1rem 0.7rem 1rem;
    border-radius: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .post__links:before, .page-topics_detail .sec-topics_detail .post_style .post__links:after {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  content: "";
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .post__links:before, .page-topics_detail .sec-topics_detail .post_style .post__links:after {
    right: 3rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .post__links:before {
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 0.6rem;
  height: 1rem;
  margin: -0.1rem 1.6rem 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .post__links:before {
    width: 1rem;
    height: 1.8rem;
    margin: -0.1rem 2.2rem 0 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .post__links:after {
  width: 3.8rem;
  height: 3.8rem;
  background: #b2d270;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .post__links:after {
    width: 5.7rem;
    height: 5.7rem;
  }
}
@media screen and (min-width: 768px) {
  .page-topics_detail .sec-topics_detail .post_style .post__links:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .page-topics_detail .sec-topics_detail .post_style .post__links:hover:before {
    transform: translate(3px, -50%);
  }
  .page-topics_detail .sec-topics_detail .post_style .post__links:hover:after {
    background: #fdda7c;
  }
}
.page-topics_detail .sec-topics_detail .post_style .pdf-txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .pdf-txt {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.page-topics_detail .sec-topics_detail .post_style .pdf-txt + .btn_wrap {
  margin-top: 0;
}
.page-topics_detail .sec-topics_detail .post_style .pdf-txt + .btn_wrap .c-button {
  margin: 1.4rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .pdf-txt + .btn_wrap .c-button {
    margin: 3rem auto 0 auto;
  }
}
.page-topics_detail .sec-topics_detail .post_style .overview-box {
  border: 1px solid #000000;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .overview-box {
    border-radius: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .overview-box .overview__ttl {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  margin: 0;
  padding: 0.8rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .overview-box .overview__ttl {
    font-size: 3.6rem;
    line-height: 1.8888888889;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 2.4rem 4.5rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .overview-box .overview__headling {
  margin: 0;
  padding: 1.8rem 3.2rem;
  list-style: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .overview-box .overview__headling {
    padding: 2.4rem 3.5rem 2.4rem 4.5rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .overview-box .overview__headling li {
  position: relative;
  font-size: 1.7rem;
  line-height: 2.1176470588;
  letter-spacing: -0.08em;
  font-weight: 500;
  padding-left: 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .overview-box .overview__headling li {
    font-size: 3rem;
    line-height: 1.3333333333;
    letter-spacing: -0.04em;
    font-weight: 500;
    padding-left: 4rem;
  }
  .page-topics_detail .sec-topics_detail .post_style .overview-box .overview__headling li + li {
    margin-top: 1.5rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .overview-box .overview__headling li:before {
  position: absolute;
  left: 0;
  top: 1.6rem;
  display: block;
  content: "";
  width: 1.5rem;
  height: 0.4rem;
  background: #fdda7c;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .overview-box .overview__headling li:before {
    top: 1.6rem;
    width: 2.4rem;
    height: 0.5rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .comment-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
.page-topics_detail .sec-topics_detail .post_style .comment-box__img {
  aspect-ratio: 122/122;
  width: 12.2rem;
  margin: 0;
  border-radius: 100%;
  overflow: hidden;
}
.page-topics_detail .sec-topics_detail .post_style .comment-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-topics_detail .sec-topics_detail .post_style .comment-box__txt {
  margin: 0 !important;
  width: calc(100% - 12.2rem);
  padding-left: 6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .comment-box__txt {
    padding-left: 5.6rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .comment-box__txt .fukidashi {
  position: relative;
  padding: 3rem 3.8rem;
  background: #fdda7c;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .comment-box__txt .fukidashi {
    padding: 3rem 4.5rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .comment-box__txt .fukidashi:before {
  position: absolute;
  left: -4.8rem;
  top: 3.5rem;
  display: block;
  content: "";
  background: url("../images/works-voices/fukidashi.png") no-repeat center center;
  background-size: 100% auto;
  width: 5.2rem;
  height: 3.4rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .comment-box__txt .fukidashi:before {
    left: -4.8rem;
    top: 2.7rem;
    width: 5.6rem;
    height: 3.5rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .comment-box__txt p {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .comment-box__txt p {
    letter-spacing: -0.1em;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box {
  background: url("../images/common/bg03.png") repeat !important;
  background-size: 4rem 4rem;
  padding: 5.5rem 5rem 4rem 5rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box {
    width: calc(100% + 10rem);
    margin-left: -5rem;
    margin-right: -5rem;
    padding: 10rem 5rem 7.5rem 5rem;
    border-radius: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .slide-wrap {
  position: relative;
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .slider {
  position: relative;
  margin: 0;
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .slider .slick-slide {
  margin: 0 !important;
  aspect-ratio: 800/533;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .slider .slick-slide {
    border-radius: 2rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .slider__nav {
  position: relative;
  width: 100%;
  margin: 0;
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .arrow_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: -2rem 0 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 1304px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .arrow_box {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .arrow_box {
    margin: -3rem -5rem 0 -5rem;
    width: calc(100% + 10rem);
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .prev-arrow,
.page-topics_detail .sec-topics_detail .post_style .slide-box .next-arrow {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  background: #b2d270;
  border-radius: 50%;
  margin: 0;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .prev-arrow,
  .page-topics_detail .sec-topics_detail .post_style .slide-box .next-arrow {
    width: 7rem;
    height: 7rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .prev-arrow::before,
.page-topics_detail .sec-topics_detail .post_style .slide-box .next-arrow::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #785422;
  border-top: 2px solid #785422;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .prev-arrow::before,
  .page-topics_detail .sec-topics_detail .post_style .slide-box .next-arrow::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .prev-arrow:hover,
  .page-topics_detail .sec-topics_detail .post_style .slide-box .next-arrow:hover {
    background: #fdda7c;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .prev-arrow {
  left: -4.6rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .prev-arrow {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .prev-arrow:hover:before {
    left: 0.8rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .next-arrow {
  right: -4.6rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .next-arrow {
    right: 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .next-arrow:before {
  left: -0.4rem;
}
@media screen and (min-width: 768px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .next-arrow:hover:before {
    left: 0.4rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .dots-box {
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .dots-box {
    margin-top: 3rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .dots-box .dots-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .dots-box .dots-list {
    gap: 0 2.4rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .dots-box .dots-list li {
  position: relative;
  width: 3rem;
  height: 0.5rem;
  background: #fdda7c;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .slide-box .dots-box .dots-list li {
    width: 3.6rem;
    height: 0.6rem;
  }
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .dots-box .dots-list li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.page-topics_detail .sec-topics_detail .post_style .slide-box .dots-box .dots-list li.slick-active {
  background: #b2d270;
}
.page-topics_detail .sec-topics_detail .post_style .back-btn {
  padding: 5.5rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .back-btn {
    padding: 7rem 0 0 0;
  }
}
.page-topics_detail .sec-topics_detail .post_style .back-btn .btn_wrap {
  text-align: center;
}
.page-topics_detail .sec-topics_detail .post_style .back-btn .btn_wrap .c-button {
  width: 38.5rem;
  margin: 0 auto;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-topics_detail .post_style .back-btn .btn_wrap .c-button {
    width: 100%;
    line-height: 1.7857142857;
    padding: 3.5rem 1rem;
  }
}
.page-topics_detail .sec-other .l-inner {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 10rem;
}
.page-topics_detail .sec-other .l-inner:before, .page-topics_detail .sec-other .l-inner:after {
  position: absolute;
  display: block;
  content: "";
  background-size: 100% auto !important;
}
.page-topics_detail .sec-other .l-inner:before {
  top: 3.2rem;
  left: 3.5rem;
  background: url("../images/topics/deco_cat.svg") no-repeat center center;
  width: 9.2rem;
  height: 7.1rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .l-inner:before {
    top: -0.8rem;
    width: 10.2rem;
    height: 8.1rem;
  }
}
.page-topics_detail .sec-other .l-inner:after {
  top: 3.8rem;
  right: 0.5rem;
  background: url("../images/topics/deco_fukidashi.svg") no-repeat center center;
  width: 10.5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .l-inner:after {
    top: 3rem;
    right: 5rem;
    width: 11.5rem;
    height: 6rem;
  }
}
.page-topics_detail .sec-other .other-ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 0 14rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .other-ttl {
    font-size: 3.2rem;
    line-height: 1.625;
    letter-spacing: 0.087em;
    font-weight: 700;
    padding: 0 11rem;
    margin-bottom: 3.5rem;
  }
}
.page-topics_detail .sec-other .post-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2.4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .post-wrap {
    flex-direction: column;
    gap: 6rem 0;
  }
}
.page-topics_detail .sec-other .post-wrap .post {
  width: calc((100% - 4.8rem) / 3);
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .post-wrap .post {
    width: 100%;
  }
}
.page-topics_detail .sec-other .post-wrap .post-links {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .post-wrap .post-links {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-topics_detail .sec-other .post-wrap .post-links:hover {
    text-decoration: none;
  }
  .page-topics_detail .sec-other .post-wrap .post-links:hover .post__img img {
    transform: scale(1.1);
  }
  .page-topics_detail .sec-other .post-wrap .post-links:hover .post__txt {
    opacity: 0.7;
  }
}
.page-topics_detail .sec-other .post-wrap .post__img {
  aspect-ratio: 384/252;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .post-wrap .post__img {
    aspect-ratio: 680/446;
    border-radius: 2rem 2rem 0 0;
  }
}
.page-topics_detail .sec-other .post-wrap .post__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.page-topics_detail .sec-other .post-wrap .post__txt {
  padding: 2rem 3rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .post-wrap .post__txt {
    padding: 4.5rem 5rem 4.6rem 5rem;
  }
}
.page-topics_detail .sec-other .post-wrap .post__txt .date {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fdda7c;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .post-wrap .post__txt .date {
    font-size: 3.2rem;
    line-height: 1.5625;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.page-topics_detail .sec-other .post-wrap .post__txt .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-break: strict;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .post-wrap .post__txt .ttl {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    letter-spacing: -0.06em;
    font-weight: 700;
    margin-bottom: 2rem;
  }
}
.page-topics_detail .sec-other .post-wrap .post__txt .cat {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 1px solid #000000;
  padding: 0.4rem 0.7rem 0.6rem 0.7rem;
  border-radius: 1.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-topics_detail .sec-other .post-wrap .post__txt .cat {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.049em;
    font-weight: 500;
    padding: 0.8rem 1rem 0.8rem 1rem;
    border-radius: 2rem;
  }
}