/* ---------------------------------------
  topics
-----------------------------------------*/
#sec_topics {
  padding: 12rem 0 15rem;
}
#sec_topics::before {
  height: 100%;
}
#sec_topics::after {
  content: none;
}
@media screen and (min-width: 768px) {
  #sec_topics .contents {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #sec_topics .contents .side {
    width: 33rem;
  }
}
#sec_topics .contents .side .side_menu + .side_menu {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu + .side_menu {
    margin-top: 15rem;
  }
}
#sec_topics .contents .side .side_menu .menu_ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.075em;
  padding: 0.8rem 0 1.6rem;
  border-bottom: 1px solid #414141;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu .menu_ttl {
    font-size: 3.8rem;
    padding: 1.5rem 0 3rem;
  }
}
#sec_topics .contents .side .side_menu.category ul {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu.category ul {
    margin-top: 4.5rem;
  }
}
#sec_topics .contents .side .side_menu.category ul li {
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu.category ul li {
    font-size: 3rem;
  }
}
#sec_topics .contents .side .side_menu.category ul li + li {
  margin-top: 1em;
}
#sec_topics .contents .side .side_menu.category ul li a {
  display: inline-block;
  color: #9C9D9D;
  transition: color 0.3s ease;
}
#sec_topics .contents .side .side_menu.category ul li.current a, #sec_topics .contents .side .side_menu.category ul li:hover a {
  color: #414141;
}
#sec_topics .contents .side .side_menu.category ul li.current a {
  pointer-events: none;
}
#sec_topics .contents .side .side_menu.recommend ul li {
  border-bottom: 1px solid #E8E8E8;
}
#sec_topics .contents .side .side_menu.recommend ul li a {
  display: block;
  padding: 3.2rem 0;
}
@media screen and (min-width: 768px) {
  #sec_topics .contents .side .side_menu.recommend ul li a {
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  #sec_topics .contents .side .side_menu.recommend ul li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu.recommend ul li a {
    padding: 5.8rem 0;
  }
}
#sec_topics .contents .side .side_menu.recommend ul li .date {
  color: #9C9D9D;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu.recommend ul li .date {
    font-size: 2.6rem;
  }
}
#sec_topics .contents .side .side_menu.recommend ul li .ttl {
  padding-right: 1em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu.recommend ul li .ttl {
    padding-right: 0;
    margin-top: 3rem;
  }
}
#sec_topics .contents .side .side_menu.recommend ul li .cate {
  color: #9C9D9D;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu.recommend ul li .cate {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}
#sec_topics .contents .side .side_menu.recommend ul li .cate span {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu.recommend ul li .cate span {
    margin-bottom: 1.5rem;
  }
}
#sec_topics .contents .side .side_menu.recommend ul li .cate span::before, #sec_topics .contents .side .side_menu.recommend ul li .cate span::after {
  content: "/";
  display: inline-block;
  line-height: 1;
}
#sec_topics .contents .side .side_menu.recommend ul li .cate span::before {
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu.recommend ul li .cate span::before {
    margin-right: 1.5rem;
  }
}
#sec_topics .contents .side .side_menu.recommend ul li .cate span::after {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu.recommend ul li .cate span::after {
    margin-left: 1.5rem;
  }
}
#sec_topics .contents .side .side_menu.recommend ul li .cate span + span {
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .side .side_menu.recommend ul li .cate span + span {
    margin-left: 1.5rem;
  }
}
#sec_topics .contents .side .side_menu.recommend ul li .cate span + span::before {
  content: none;
}
@media screen and (min-width: 768px) {
  #sec_topics .contents .main {
    width: 79.2rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main {
    padding-bottom: 15rem;
  }
}
#sec_topics .contents .main .cate_ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .cate_ttl {
    font-size: 4.2rem;
    margin-bottom: 12rem;
  }
}
#sec_topics .contents .main .topics_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem 2.4rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_list {
    grid-template-columns: 1fr;
    gap: 8.5rem 0;
  }
}
#sec_topics .contents .main .topics_list .item a {
  display: block;
}
#sec_topics .contents .main .topics_list .item .thumb {
  width: 100%;
  height: 25.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_list .item .thumb {
    height: 42rem;
  }
}
#sec_topics .contents .main .topics_list .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_topics .contents .main .topics_list .item a:hover .thumb img {
    transform: scale(1.1);
  }
  #sec_topics .contents .main .topics_list .item a:hover .date,
  #sec_topics .contents .main .topics_list .item a:hover .ttl,
  #sec_topics .contents .main .topics_list .item a:hover .cate {
    opacity: 0.6;
  }
}
#sec_topics .contents .main .topics_list .item .date {
  color: #9C9D9D;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 3.5rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_list .item .date {
    font-size: 2.6rem;
    margin-top: 5.5rem;
  }
}
#sec_topics .contents .main .topics_list .item .ttl {
  padding-right: 1em;
  margin-top: 1rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_list .item .ttl {
    padding-right: 0;
    margin-top: 3rem;
  }
}
#sec_topics .contents .main .topics_list .item .cate {
  color: #9C9D9D;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 1rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_list .item .cate {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}
#sec_topics .contents .main .topics_list .item .cate span {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_list .item .cate span {
    margin-bottom: 1.5rem;
  }
}
#sec_topics .contents .main .topics_list .item .cate span::before, #sec_topics .contents .main .topics_list .item .cate span::after {
  content: "/";
  display: inline-block;
  line-height: 1;
}
#sec_topics .contents .main .topics_list .item .cate span::before {
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_list .item .cate span::before {
    margin-right: 1.5rem;
  }
}
#sec_topics .contents .main .topics_list .item .cate span::after {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_list .item .cate span::after {
    margin-left: 1.5rem;
  }
}
#sec_topics .contents .main .topics_list .item .cate span + span {
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_list .item .cate span + span {
    margin-left: 1.5rem;
  }
}
#sec_topics .contents .main .topics_list .item .cate span + span::before {
  content: none;
}
#sec_topics .contents .main .topics_post .post_header {
  display: flex;
  flex-wrap: wrap;
}
#sec_topics .contents .main .topics_post .post_header .date {
  color: #9C9D9D;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_header .date {
    font-size: 2.6rem;
  }
}
#sec_topics .contents .main .topics_post .post_header .cate {
  flex: 1;
  color: #9C9D9D;
  font-size: 1.3rem;
  line-height: 1;
  margin-left: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_header .cate {
    font-size: 2.6rem;
    margin-left: 3rem;
  }
}
#sec_topics .contents .main .topics_post .post_header .cate span {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_header .cate span {
    margin-bottom: 1.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_header .cate span::before, #sec_topics .contents .main .topics_post .post_header .cate span::after {
  content: "/";
  display: inline-block;
  line-height: 1;
}
#sec_topics .contents .main .topics_post .post_header .cate span::before {
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_header .cate span::before {
    margin-right: 1.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_header .cate span::after {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_header .cate span::after {
    margin-left: 1.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_header .cate span + span {
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_header .cate span + span {
    margin-left: 1.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_header .cate span + span::before {
  content: none;
}
#sec_topics .contents .main .topics_post .post_header .ttl {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_header .ttl {
    font-size: 4rem;
  }
}
#sec_topics .contents .main .topics_post .post_main {
  margin-top: 5rem;
  /*hr*/
  /*col*/
  /*box*/
  /*schedule*/
  /*p_box*/
  /*slider*/
  /*topics_box*/
  /*link_blank*/
  /*pdf_btn*/
  /*video_wrap*/
  /*gmap*/
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main {
    margin-top: 9rem;
  }
}
#sec_topics .contents .main .topics_post .post_main > *:first-child {
  margin-top: 0 !important;
}
#sec_topics .contents .main .topics_post .post_main > *:last-child {
  margin-bottom: 0 !important;
}
#sec_topics .contents .main .topics_post .post_main h2,
#sec_topics .contents .main .topics_post .post_main h3,
#sec_topics .contents .main .topics_post .post_main h4 {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#sec_topics .contents .main .topics_post .post_main h2 {
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  padding: 1.3rem 3rem;
  background-color: #414141;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main h2 {
    font-size: 3.4rem;
    padding: 2.6rem 3.6rem;
    margin-top: 8rem;
  }
}
#sec_topics .contents .main .topics_post .post_main h3 {
  font-size: 2rem;
  line-height: 1.6875;
  padding: 0.9125rem 0 0.9125rem 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main h3 {
    font-size: 3.2rem;
    padding: 0.9125rem 0 0.9125rem 3.6rem;
    margin-top: 8rem;
  }
}
#sec_topics .contents .main .topics_post .post_main h3::before {
  content: "";
  width: 0.9rem;
  height: 100%;
  background-color: #414141;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main h3::before {
    width: 1.4rem;
  }
}
#sec_topics .contents .main .topics_post .post_main h4 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main h4 {
    font-size: 3rem;
    margin-top: 7rem;
  }
}
#sec_topics .contents .main .topics_post .post_main strong {
  font-weight: 700;
}
#sec_topics .contents .main .topics_post .post_main em {
  font-style: italic;
}
#sec_topics .contents .main .topics_post .post_main p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main p {
    font-size: 2.8rem;
    line-height: 1.8571428571;
  }
}
#sec_topics .contents .main .topics_post .post_main a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sec_topics .contents .main .topics_post .post_main a:hover {
    text-decoration: none;
  }
}
#sec_topics .contents .main .topics_post .post_main .btn a,
#sec_topics .contents .main .topics_post .post_main .btn_box a {
  text-decoration: none;
}
#sec_topics .contents .main .topics_post .post_main .btn a[target=_blank]::after,
#sec_topics .contents .main .topics_post .post_main .btn_box a[target=_blank]::after {
  content: none;
}
#sec_topics .contents .main .topics_post .post_main .btn .btn_txt,
#sec_topics .contents .main .topics_post .post_main .btn_box .btn_txt {
  margin: 0;
}
#sec_topics .contents .main .topics_post .post_main ul {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main ul {
    margin-top: 8rem;
  }
}
#sec_topics .contents .main .topics_post .post_main ul li {
  position: relative;
  line-height: 1.77;
  letter-spacing: 0;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main ul li {
    font-size: 2.6rem;
    padding-left: 5rem;
  }
}
#sec_topics .contents .main .topics_post .post_main ul li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main ul li + li {
    margin-top: 2rem;
  }
}
#sec_topics .contents .main .topics_post .post_main ul li::before {
  content: "";
  width: 1.3rem;
  height: 1px;
  background-color: #414141;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main ul li::before {
    width: 2.1rem;
    top: 2rem;
  }
}
#sec_topics .contents .main .topics_post .post_main ol {
  counter-reset: item;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main ol {
    margin-top: 8rem;
  }
}
#sec_topics .contents .main .topics_post .post_main ol li {
  position: relative;
  line-height: 1.77;
  letter-spacing: 0;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main ol li {
    font-size: 2.6rem;
    padding-left: 5rem;
  }
}
#sec_topics .contents .main .topics_post .post_main ol li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main ol li + li {
    margin-top: 2rem;
  }
}
#sec_topics .contents .main .topics_post .post_main ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
}
#sec_topics .contents .main .topics_post .post_main .img,
#sec_topics .contents .main .topics_post .post_main .wp-block-image {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .img,
  #sec_topics .contents .main .topics_post .post_main .wp-block-image {
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main figure {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main figure {
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main figure img {
  display: block;
}
#sec_topics .contents .main .topics_post .post_main figure figcaption {
  display: block;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main figure figcaption {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_main p + figure {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main p + figure {
    margin-top: 6rem;
  }
}
#sec_topics .contents .main .topics_post .post_main img.aligncenter {
  display: block;
  margin: 5rem auto;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main img.aligncenter {
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .aligncenter {
  text-align: center;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .aligncenter {
    display: block;
    width: 100%;
    margin: 8rem auto;
  }
}
#sec_topics .contents .main .topics_post .post_main .alignright {
  float: right;
  margin: 2rem 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .alignright {
    display: block;
    width: 100%;
    margin: 8rem auto;
  }
}
#sec_topics .contents .main .topics_post .post_main .alignleft {
  float: left;
  margin: 2rem 2rem 2rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .alignleft {
    display: block;
    width: 100%;
    margin: 8rem auto;
  }
}
#sec_topics .contents .main .topics_post .post_main blockquote {
  font-size: 1.6rem;
  line-height: 2;
  padding: 3rem;
  background: #E8E8E8;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main blockquote {
    font-size: 2.8rem;
    line-height: 1.8571428571;
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main blockquote > *:first-child {
  margin-top: 0;
}
#sec_topics .contents .main .topics_post .post_main blockquote > *:last-child {
  margin-bottom: 0;
}
#sec_topics .contents .main .topics_post .post_main iframe {
  max-width: inherit;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.5625;
}
#sec_topics .contents .main .topics_post .post_main .blank {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .blank {
    margin: 8rem 0 0;
  }
}
#sec_topics .contents .main .topics_post .post_main hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #414141;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main hr {
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .col2,
#sec_topics .contents .main .topics_post .post_main .col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3.6rem;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .col2,
  #sec_topics .contents .main .topics_post .post_main .col3 {
    flex-direction: column;
    gap: 8rem 0;
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .col2.imgright,
#sec_topics .contents .main .topics_post .post_main .col3.imgright {
  flex-direction: row-reverse;
}
#sec_topics .contents .main .topics_post .post_main .col2 figure,
#sec_topics .contents .main .topics_post .post_main .col3 figure {
  margin: 0;
}
#sec_topics .contents .main .topics_post .post_main .col2 .txt_wrap,
#sec_topics .contents .main .topics_post .post_main .col3 .txt_wrap {
  margin-top: 4rem;
}
#sec_topics .contents .main .topics_post .post_main .col2 .txt_wrap > *:first-child,
#sec_topics .contents .main .topics_post .post_main .col3 .txt_wrap > *:first-child {
  margin-top: 0;
}
#sec_topics .contents .main .topics_post .post_main .col2 .txt_wrap > *:last-child,
#sec_topics .contents .main .topics_post .post_main .col3 .txt_wrap > *:last-child {
  margin-bottom: 0;
}
#sec_topics .contents .main .topics_post .post_main p + .col2,
#sec_topics .contents .main .topics_post .post_main p + .col3 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main p + .col2,
  #sec_topics .contents .main .topics_post .post_main p + .col3 {
    margin-top: 6rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .col2 > * {
  display: block;
  width: 37.8rem;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .col2 > * {
    width: 100%;
  }
}
#sec_topics .contents .main .topics_post .post_main .col2 .txt_wrap {
  margin-top: 4rem;
}
#sec_topics .contents .main .topics_post .post_main .col2 > .txt_wrap > *:first-child,
#sec_topics .contents .main .topics_post .post_main .col2 > .txt_wrap > div:first-child > *:first-child {
  margin-top: -0.6rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .col2 > .txt_wrap > *:first-child,
  #sec_topics .contents .main .topics_post .post_main .col2 > .txt_wrap > div:first-child > *:first-child {
    margin-top: 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .col3 > * {
  display: block;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .col3 > * {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .col3 figure {
    width: 27rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .col3 .txt_wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .col3 .txt_wrap {
    width: 33rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .col3 .txt_wrap > *:first-child,
  #sec_topics .contents .main .topics_post .post_main .col3 .txt_wrap > div:first-child > *:first-child {
    margin-top: -0.9rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .box {
  padding: 3rem 4rem;
  background-color: #E8E8E8;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .box {
    padding: 4rem 5rem;
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .box > *:first-child {
  margin-top: 0;
}
#sec_topics .contents .main .topics_post .post_main .box > *:last-child {
  margin-bottom: 0;
}
#sec_topics .contents .main .topics_post .post_main .box .ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6875;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ffffff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .box .ttl {
    font-size: 3rem;
    padding-bottom: 1em;
  }
}
#sec_topics .contents .main .topics_post .post_main .box ul,
#sec_topics .contents .main .topics_post .post_main .box ol {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .box ul,
  #sec_topics .contents .main .topics_post .post_main .box ol {
    margin-top: 3.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .schedule dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .schedule dl {
    display: block;
    padding: 4rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .schedule dl:first-child {
  border: none;
}
#sec_topics .contents .main .topics_post .post_main .schedule dl:last-child {
  padding-bottom: 1rem;
}
#sec_topics .contents .main .topics_post .post_main .schedule dl dt {
  width: 26rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .schedule dl dt {
    width: 100%;
  }
}
#sec_topics .contents .main .topics_post .post_main .schedule dl dt .time {
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 3.5rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .schedule dl dt .time {
    font-size: 2.8rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .schedule dl dd {
  width: 40rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .schedule dl dd {
    width: 100%;
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .p_box {
  margin: 6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .p_box {
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .p_box + .p_box {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .p_box + .p_box {
    margin-top: 6rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .p_box .p_img {
  position: relative;
  margin: 0;
  width: 12.6rem;
  height: 12.6rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .p_box .p_img {
    width: 18rem;
    height: 18rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .p_box .p_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec_topics .contents .main .topics_post .post_main .p_box .p_txt {
  position: relative;
  width: 61.2rem;
  padding: 1.1rem 3.8rem;
  background-color: #E8E8E8;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .p_box .p_txt {
    width: 39.2rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .p_box .p_txt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.9rem 3.9rem 0;
  border-color: transparent #E8E8E8 transparent transparent;
  position: absolute;
  right: 100%;
  top: 0;
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap {
  position: relative;
  padding: 0 3.4rem;
  margin: 6rem auto;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap {
    padding: 0 5.5rem;
    margin: 8em auto;
  }
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-list {
  margin: 0 -1rem;
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .img {
  width: 100%;
  min-height: 48.3rem;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .img {
    min-height: 34.7rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .img img {
  max-width: inherit;
  width: 100%;
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-arrow {
  position: relative;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  color: transparent;
  font-size: 0;
  transition: transform 0.3s ease;
  position: absolute;
  top: calc(50% - 3.2rem);
  transition: transform 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-arrow {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 4rem);
  }
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-arrow::before {
  content: "";
  width: 1.6rem;
  height: 0.5rem;
  border-right: 1px solid #414141;
  border-bottom: 1px solid #414141;
  transform: skewX(48deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-arrow::before {
    width: 4rem;
    height: 1rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-arrow.slick-next {
  right: -3.2rem;
}
@media screen and (min-width: 768px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-arrow.slick-next:hover {
    transform: translateX(0.5rem);
  }
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-arrow.slick-next {
    right: -4.2rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-arrow.slick-prev {
  left: -3.2rem;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-arrow.slick-prev:hover {
    transform: translateX(-0.5rem) scale(-1, 1);
  }
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-arrow.slick-prev {
    left: -4.2rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem 5.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-dots {
    gap: 2rem 4.8rem;
    margin-top: 3rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-dots li {
  font-size: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-dots li::before, #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-dots li::after {
  content: none;
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0;
  border: 1px solid #9C9D9D;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider .slick-dots li.slick-active button {
  background-color: #9C9D9D;
  transform: scale(1.5);
}
#sec_topics .contents .main .topics_post .post_main .slider_wrap .slider + p {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .slider_wrap .slider + p {
    margin-top: 4rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box {
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border: 1px solid #414141;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box a {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 3rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box .thumb {
  width: 29rem;
  height: 18rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box .thumb {
    width: 22rem;
    height: 14.8rem;
    order: 2;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
#sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap {
  flex: 1;
  padding: 0 3.4rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap {
    display: contents;
    padding: 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .date {
  color: #9C9D9D;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .date {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
    order: 1;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .ttl {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .ttl {
    width: 31rem;
    font-size: 2.4rem;
    margin-top: 0;
    order: 3;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate {
  color: #9C9D9D;
  font-size: 1.3rem;
  line-height: 1;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate {
    width: 100%;
    font-size: 2.6rem;
    margin-top: 2rem;
    order: 4;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span {
    margin-bottom: 1.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span::before, #sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span::after {
  content: "/";
  display: inline-block;
  line-height: 1;
}
#sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span::before {
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span::before {
    margin-right: 1.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span::after {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span::after {
    margin-left: 1.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span + span {
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span + span {
    margin-left: 1.5rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .topics_box .txt_wrap .cate span + span::before {
  content: none;
}
#sec_topics .contents .main .topics_post .post_main .link_blank {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .link_blank {
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .link_blank > p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .link_blank > p {
    line-height: 1.4285714286;
    margin-bottom: 1em;
  }
}
#sec_topics .contents .main .topics_post .post_main .link_blank a {
  position: relative;
  display: block;
  padding: 2.6rem 8rem 2.6rem 4rem;
  border: 1px solid #414141;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .link_blank a {
    padding: 2.6rem 12rem 2.6rem 3rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .link_blank a::after {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/common/ico_blank.svg) no-repeat left bottom/1.8rem 1.7rem;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1.1rem);
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .link_blank a::after {
    width: 3.2rem;
    height: 3.2rem;
    background-size: contain;
    right: 5rem;
    top: calc(50% - 1.6rem);
  }
}
@media screen and (min-width: 768px) {
  #sec_topics .contents .main .topics_post .post_main .link_blank a:hover::after {
    background: url(../img/common/ico_blank_on.svg) no-repeat left bottom/2.2rem 2.1rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .link_blank a p {
  line-height: 1.875;
  margin: 0;
}
#sec_topics .contents .main .topics_post .post_main .link_blank a p + p {
  margin-top: 1em;
}
#sec_topics .contents .main .topics_post .post_main .pdf_btn {
  text-align: center;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .pdf_btn {
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .pdf_btn > p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .pdf_btn > p {
    line-height: 1.4285714286;
    margin-bottom: 1em;
  }
}
#sec_topics .contents .main .topics_post .post_main .pdf_btn .btn_box a {
  width: 34.8rem;
  height: 6.2rem;
  color: #ffffff;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .pdf_btn .btn_box a {
    width: 100%;
    height: 12rem;
    padding: 1rem 4rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .pdf_btn .btn_box a::before {
  background-color: #9C9D9D;
}
#sec_topics .contents .main .topics_post .post_main .pdf_btn .btn_box a::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/ico_download.svg) no-repeat left bottom/100% auto;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1.1rem);
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .pdf_btn .btn_box a::after {
    width: 4.2rem;
    height: 4.2rem;
    background-size: contain;
    right: 4rem;
    top: calc(50% - 2.1rem);
  }
}
#sec_topics .contents .main .topics_post .post_main .pdf_btn .btn_box .btn_txt {
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .pdf_btn .btn_box .btn_txt {
    font-size: 3rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .video_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.5625;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .video_wrap {
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .video_wrap iframe {
  width: 100%;
  height: 100%;
}
#sec_topics .contents .main .topics_post .post_main .gmap {
  position: relative;
  width: 100%;
  height: 43rem;
  overflow: hidden;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .gmap {
    height: 40.2rem;
    margin: 8rem 0;
  }
}
#sec_topics .contents .main .topics_post .post_main .gmap .address_map_iframe {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  border: none;
}
#sec_topics .contents .main .topics_post .post_main .gmap .btn_box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .gmap .btn_box a {
    padding-right: 5.2rem;
    padding: 1.4rem 6rem 1.4rem 2.7rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .gmap .btn_box a::before {
  background-color: #9C9D9D;
}
#sec_topics .contents .main .topics_post .post_main .gmap .btn_box .btn_txt {
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .gmap .btn_box .btn_txt {
    font-size: 2.2rem;
  }
}
#sec_topics .contents .main .topics_post .post_main .gmap .btn_box .arw {
  border-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_post .post_main .gmap .btn_box .arw {
    right: 2.6rem;
  }
}
#sec_topics .contents .main .topics_archive {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .topics_archive {
    margin-top: 18rem;
  }
}
#sec_topics .contents .main .btn._back {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .contents .main .btn._back {
    margin-top: 9rem;
  }
}

/* pagenavi
--------------------------------*/
.wp-pagenavi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 2.5rem;
    padding-top: 8rem;
    margin-top: 13rem;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Marcellus", system-ui;
  font-size: 1.8rem;
  line-height: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 2.6rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.wp-pagenavi a:not(.nextpostslink):not(.previouspostslink)::before,
.wp-pagenavi span:not(.nextpostslink):not(.previouspostslink)::before {
  content: "";
  width: 100%;
  height: 1.6rem;
  background-color: #E8E8E8;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transform-origin: center bottom;
  transition: transform 0.3s ease;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a:not(.nextpostslink):not(.previouspostslink)::before,
  .wp-pagenavi span:not(.nextpostslink):not(.previouspostslink)::before {
    height: 2.3rem;
  }
}
.wp-pagenavi a:not(.nextpostslink):not(.previouspostslink).current,
.wp-pagenavi span:not(.nextpostslink):not(.previouspostslink).current {
  width: 7.8rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a:not(.nextpostslink):not(.previouspostslink).current,
  .wp-pagenavi span:not(.nextpostslink):not(.previouspostslink).current {
    width: 11.4rem;
  }
}
.wp-pagenavi a:not(.nextpostslink):not(.previouspostslink).current::before,
.wp-pagenavi span:not(.nextpostslink):not(.previouspostslink).current::before {
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a:not(.nextpostslink):not(.previouspostslink),
  .wp-pagenavi span:not(.nextpostslink):not(.previouspostslink) {
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  .wp-pagenavi a:not(.nextpostslink):not(.previouspostslink):hover,
  .wp-pagenavi span:not(.nextpostslink):not(.previouspostslink):hover {
    opacity: 0.6;
  }
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  margin: 0;
  color: transparent;
  font-size: 0;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    position: absolute;
    top: 0;
  }
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  content: "";
  width: 1.6rem;
  height: 0.5rem;
  border-right: 1px solid #414141;
  border-bottom: 1px solid #414141;
  transform: skewX(48deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .previouspostslink::before {
    width: 4rem;
    height: 1rem;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .nextpostslink:hover {
    transform: translateX(0.5rem);
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 4rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink:hover {
    transform: translateX(-0.5rem) scale(-1, 1);
  }
}