.article-list-navi {
  margin-bottom: 10rem;
}
@media screen and (max-width: 920px) {
  .article-list-navi {
    margin-bottom: 3.5rem;
  }
}

.article-content__inner {
  display: grid;
  grid-template-columns: 73rem 22rem;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 920px) {
  .article-content__inner {
    display: block;
  }
}
.article-content__inner--col1 {
  display: block;
}
.article-content__inner--2 {
  grid-template-columns: 73rem 29rem;
  gap: 9rem;
}
.article-content__inner--casestudy-detail {
  grid-template-columns: 1fr 66rem;
  gap: 9.4rem;
}
@media screen and (max-width: 920px) {
  .article-content__inner--casestudy-detail {
    display: block;
  }
}
.article-content__meta {
  margin-bottom: 3.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 920px) {
  .article-content__meta {
    margin-bottom: 2rem;
  }
}
.article-content__date {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-right: 1.5rem;
}
.article-content__main-read {
  margin-bottom: 7rem;
}
@media screen and (max-width: 920px) {
  .article-content__main-read {
    margin-bottom: 5rem;
  }
}
.article-content__tag {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #F7A01E;
  padding: 0.1rem 1rem;
  border-radius: 5px;
  color: #fff;
}
.article-content__title {
  font-size: 2.8rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 920px) {
  .article-content__title {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.article-content__aside--sticky {
  position: relative;
  top: 0;
}
@media screen and (max-width: 920px) {
  .article-content__aside--sticky {
    margin-bottom: 4.5rem;
  }
}
@media print, screen and (min-width: 921px) {
  .article-content__aside--sticky > * {
    position: sticky;
    top: 10rem;
  }
}
@media screen and (max-width: 920px) {
  .article-content__aside-visual {
    max-width: 23.8rem;
    margin: auto;
  }
}
.article-content__aside-title {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #F7A01E;
  margin-bottom: 0.5rem;
}
.article-content__aside-items-group + .article-content__aside-items-group {
  margin-top: 7rem;
}
.article-content__aside-items {
  padding-top: 2.5rem;
  border-top: 1px solid #212121;
}
.article-content__aside-items-title {
  font-weight: 500;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.article-content__aside-items .c-card-item + .c-card-item {
  margin-top: 3rem;
}
.article-content__aside-item {
  display: block;
  margin-bottom: 1.5rem;
}
.article-content__main-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
  line-height: 2;
}
@media screen and (max-width: 920px) {
  .article-content__main .c-card-item__image {
    max-width: calc(100% - 0.6rem);
  }
  .article-content__main .c-card-item__image img {
    height: 10rem;
  }
  .article-content__main .c-card-item__content {
    padding: 1rem 1rem 1.6rem;
  }
  .article-content__main .c-card-item .c-list-link__date {
    font-size: 1rem;
  }
  .article-content__main .c-card-item .c-list-link__label {
    font-size: 1rem;
  }
  .article-content__main .c-card-item .c-card-item__title {
    font-size: 1.2rem;
    line-height: 2rem;
    -webkit-line-clamp: 3;
  }
  .article-content__main .c-card-item .c-card-item__content {
    left: 0.6rem;
  }
}

.article-list-pager {
  margin-top: 10rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 920px) {
  .article-list-pager {
    margin: 7.2rem auto 4.5rem;
  }
}

/**pagenavi*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
}

.wp-pagenavi > * {
  border-radius: 10px;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  border-color: transparent;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 920px) {
  .wp-pagenavi > * {
    font-size: 1.4rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
}
.wp-pagenavi .page-numbers {
  margin: 0 0.4rem;
}

@media screen and (max-width: 920px) {
  .wp-pagenavi .page-numbers {
    margin: 0 0;
  }
}
.wp-pagenavi a {
  transition: 0.3s;
}

@media print, screen and (min-width: 921px) {
  .wp-pagenavi a:hover {
    border: solid 1px #F7A01E;
    background-color: #F7A01E;
    color: #fff;
  }
}

.wp-pagenavi .current {
  border: solid 1px #F7A01E;
  background-color: #F7A01E;
  color: #fff;
}

.wp-pagenavi .next,
.wp-pagenavi .prev {
  font-size: 0;
  text-indent: 9999px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.642%22%20height%3D%2212.223%22%20viewBox%3D%220%200%207.642%2012.223%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_87%22%20data-name%3D%22%E3%83%91%E3%82%B9%2087%22%20d%3D%22M0%2C5.465C.441%2C5.081%2C5.415%2C0%2C5.415%2C0l5.444%2C5.464%22%20transform%3D%22translate(6.219%200.656)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.wp-pagenavi .next:hover,
.wp-pagenavi .prev:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.642%22%20height%3D%2212.223%22%20viewBox%3D%220%200%207.642%2012.223%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_87%22%20data-name%3D%22%E3%83%91%E3%82%B9%2087%22%20d%3D%22M0%2C5.465C.441%2C5.081%2C5.415%2C0%2C5.415%2C0l5.444%2C5.464%22%20transform%3D%22translate(6.219%200.656)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.wp-pagenavi .prev {
  scale: -1;
}

.wp-pagenavi .prev,
.wp-pagenavi .next,
.wp-pagenavi .dots {
  background-color: transparent;
  border: 0;
}

/* entry **/
.entry-content figure {
  margin-bottom: 7rem;
}
@media screen and (max-width: 920px) {
  .entry-content figure {
    margin-bottom: 4rem;
  }
}
.entry-content #toc_container li:last-child {
  margin-bottom: 0;
}
.entry-content #toc_container {
  counter-reset: tocno;
  margin: 7rem 0;
  border-radius: 10px;
  background: #fff;
  padding: 2.4rem 2.6rem;
  border-radius: 10px;
  background: #fdf9f9;
  border: 3px solid #fff;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .entry-content #toc_container {
    padding: 2rem 1.6rem;
  }
}
.entry-content #toc_container li {
  margin-bottom: 1.4rem;
}
.entry-content #toc_container .toc_list > li > a {
  counter-increment: tocno;
  font-weight: bold;
  text-decoration: none;
  color: #D05A82;
}
.entry-content #toc_container .toc_list > li > a::before {
  content: counter(tocno) ".";
  margin-right: 1.5rem;
  font-weight: bold;
}
.entry-content #toc_container .toc_list > li > ul {
  counter-reset: tocno2;
}
.entry-content #toc_container .toc_list > li > ul a {
  text-decoration: none;
  counter-increment: tocno2;
  color: #D05A82;
}
.entry-content #toc_container .toc_list > li > ul a::before {
  content: counter(tocno) "." counter(tocno2) ".";
  margin-right: 1.5rem;
}
.entry-content #toc_container .toc_number {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  margin-right: 0.5rem;
}
.entry-content #toc_container .toc_number::after {
  content: ".";
}
.entry-content #toc_container ul a {
  font-weight: bold;
  font-size: 1.6rem;
}
.entry-content #toc_container ul ul {
  margin-top: 1.4rem;
}
.entry-content #toc_container p.toc_title {
  text-align: left;
  font-size: 2.4rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px;
}
.entry-content #toc_container .toc_toggle {
  display: none !important;
}
.entry-content h2 {
  font-size: 2rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 920px) {
  .entry-content h2 {
    font-size: 1.6rem;
  }
}
.entry-content h3 {
  font-size: 2rem;
  border-left: 5px #F7A01E solid;
  padding-left: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 920px) {
  .entry-content h3 {
    font-size: 1.6rem;
  }
}
.entry-content p {
  margin-bottom: 4rem;
}
@media screen and (max-width: 920px) {
  .entry-content p {
    margin-bottom: 3.5rem;
  }
}
.entry-content .box {
  padding: 2rem;
  background-color: #F9F9F9;
  border: solid 1px #707070;
  border-radius: 10px;
}

.article-footer {
  margin-top: 10rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 920px) {
  .article-footer {
    margin-top: 9rem;
    margin-bottom: 4.5rem;
  }
}

.c-category-filter-selects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.c-category-filter-select {
  padding: 1rem;
  border-radius: 10px;
  background-color: #F7A01E;
  color: #fff;
  height: auto;
  font-size: 1.4rem;
  border: 0;
  border-radius: 10px;
  height: 4rem;
  padding: 0 1rem;
  background: linear-gradient(90deg, #f1b794 0%, #db8c88 49.37%, #d05a82 101%);
}
.c-category-filter-select::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.039%22%20height%3D%224.968%22%20viewBox%3D%220%200%208.039%204.968%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M7.091%2C48.907%2C4.02%2C51.979.948%2C48.907%2C0%2C49.855l4.02%2C4.02%2C4.02-4.02Z%22%20transform%3D%22translate(0%20-48.907)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  width: 0.8rem;
  height: 0.8rem;
}
.c-category-filter-select:after {
  display: none !important;
}
.c-category-filter-select .current {
  color: #fff;
  display: block;
}
.c-category-filter-select .list {
  background: linear-gradient(90deg, #f1b794 0%, #db8c88 49.37%, #d05a82 101%) !important;
  width: 100%;
  margin-top: 0;
  max-height: 20rem;
  overflow: auto;
  border-radius: 10px;
}
.c-category-filter-select .list li {
  padding: 1.5rem 0;
  margin: 0 1rem;
  line-height: 1;
  background: linear-gradient(90deg, #f1b794 0%, #db8c88 49.37%, #d05a82 101%) !important;
}
.c-category-filter-select .list li:first-child {
  border-bottom: 1.5px dashed #fff;
  background-repeat: no-repeat;
  background-position: center right 0;
  background-size: 0.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.039%22%20height%3D%224.968%22%20viewBox%3D%220%200%208.039%204.968%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_100796%22%20data-name%3D%22%E3%83%91%E3%82%B9%20100796%22%20d%3D%22M7.091%2C53.875%2C4.02%2C50.8.948%2C53.875%2C0%2C52.927l4.02-4.02%2C4.02%2C4.02Z%22%20transform%3D%22translate(0%20-48.907)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.c-category-filter-select .list li.selected {
  font-weight: bold;
  background-color: #F7A01E !important;
}

.article-detail__footer .c-block-title {
  font-size: 2.8rem;
}
@media screen and (max-width: 920px) {
  .article-detail__footer .c-block-title {
    font-size: 2rem;
    text-align: center;
  }
  .article-detail__footer .c-block-title::after {
    margin: 1.5rem auto 0;
  }
}
@media print, screen and (min-width: 921px) {
  .article-detail__footer .c-tile:nth-child(n+4) {
    display: none;
  }
}

/*# sourceMappingURL=article.css.map */
