@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/**
DartSass用
@use "settings" as *;
@use "sass:math";
@use "sass:map";
@use "sass:color";
@use "sass:selector";
@use "sass:meta";
@use "sass:list";
@use "sass:string";
*/
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-topics {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-topics {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-topics {
    max-width: calc(1260px * ((15 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-topics {
    max-width: calc(1260px * ((15 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-topics {
    width: calc(388 / 428 * 100%);
  }
}

.c-kv-img::before {
  bottom: -130%;
}

.l-footer {
  padding-top: 0;
}

.u-visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .p-topics {
    padding-bottom: 7.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics {
    padding-bottom: 2.85rem;
  }
}

.c-link--wide {
  text-decoration: none;
}
.c-link--wide::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 0.25rem;
  content: "";
}

.p-topics {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1025px) {
  .p-topics {
    margin-top: calc(80 / 1920 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics {
    margin-top: calc(80 / 1220 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-topics {
    margin-top: calc(120 / 960 * 100%);
  }
}
.p-topics .st {
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .p-topics .st {
    font-size: 1.29rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .st {
    font-size: 1.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .st {
    font-size: 1.21rem;
  }
}
.p-topics .p-topicsList__items .p-topicsItem {
  transition: all 400ms ease;
}
.p-topics .p-topicsList__items .p-topicsItem__date {
  margin-right: 0.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList__items .p-topicsItem__date {
    margin-right: 0.25em;
  }
}
.p-topics .p-topicsList__items .p-topicsItem__date dd time {
  font-weight: 400;
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList__items .p-topicsItem__date dd time {
    font-size: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .p-topicsList__items .p-topicsItem__date dd time {
    font-size: 1.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList__items .p-topicsItem__date dd time {
    font-size: 1.43rem;
  }
}
.p-topics .p-topicsList__items .p-topicsItem__category {
  display: contents;
}
.p-topics .p-topicsList__items .p-topicsItem__category dd {
  display: contents;
}
.p-topics .p-topicsList__items .p-topicsItem__category dd ul {
  display: contents;
}
.p-topics .p-topicsList__items .p-topicsItem__category dd ul li {
  padding: 0.17em 0.9em;
  border: 1px solid var(--color-sub-4);
  border-radius: 3em;
  line-height: 1;
}
.p-topics .p-topicsList .wrp_pagination .prev a:after,
.p-topics .p-topicsList .wrp_pagination .next a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: red;
  transition: transform 400ms ease;
}
.p-topics .p-topicsList .wrp_pagination .prev a:after {
  transform: translateX(0.25em) rotate(135deg);
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList .wrp_pagination .prev a:hover {
    transform: translateX(-0.3em);
  }
}
.p-topics .p-topicsList .wrp_pagination .next a:after {
  transform: translateX(-0.25em) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList .wrp_pagination .next a:hover {
    transform: translateX(0.3em);
  }
}

@media only screen and (min-width: 1025px) {
  .p-topicsList .p-topicsItem:has(a:hover, a:focus) {
    box-shadow: 0.41rem 0.45rem 2.12rem 0.18rem rgba(125, 125, 125, 0.16);
  }
}

.p-topics {
  max-width: 1220px;
}
.p-topics.--detail {
  max-width: 1265px;
}
@media only screen and (min-width: 1025px) {
  .p-topics {
    display: flex;
    justify-content: space-between;
  }
}
.p-topics .p-topicsList {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList {
    width: calc(100% - 247px - 100px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .p-topicsList {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList {
    width: 100%;
  }
}
.p-topics .p-topicsList__total {
  margin-bottom: 1em;
}
.p-topics .p-topicsList__total span {
  margin-right: 0.25em;
  font-size: 143%;
  line-height: 1;
}
.p-topics .p-topicsList__items .p-topicsItem {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  container-type: inline-size;
}
.p-topics .p-topicsList__items .p-topicsItem__thumb {
  overflow: hidden;
  aspect-ratio: 15 / 10;
}
.p-topics .p-topicsList__items .p-topicsItem__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-topics .p-topicsList__items .p-topicsItem__thumb.is-noImage {
  background: url(./../../topics/images/topics_item.webp) center no-repeat;
  background-size: cover;
  display: flex;
}
.p-topics .p-topicsList__items .p-topicsItem__thumb.is-noImage::before {
  margin: auto;
  color: #fff;
}
.p-topics .p-topicsList__items .p-topicsItem__body {
  display: flex;
  flex-direction: column;
}
.p-topics .p-topicsList__items .p-topicsItem__title {
  order: 2;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #222222;
  color: #272424;
}
@media only screen and (min-width: 768px) {
  .p-topics .p-topicsList__items .p-topicsItem__title {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList__items .p-topicsItem__title {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList__items .p-topicsItem__title {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .p-topicsList__items .p-topicsItem__title {
    font-size: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList__items .p-topicsItem__title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList__items .p-topicsItem__title {
    line-height: 1.8;
  }
}
.p-topics .p-topicsList__items .p-topicsItem__info {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3em 0.75em;
}
.p-topics .p-topicsList__items .p-topicsItem__info dl dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.p-topics .p-topicsList__items .p-topicsItem__category dd ul li {
  font-size: 86%;
}
.p-topics .p-topicsList__items .p-topicsItem .c-link-btn__arr {
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList__items .p-topicsItem .c-link-btn__arr {
    display: none;
  }
}
.p-topics .p-topicsList .wrp_pagination dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.p-topics .p-topicsList .wrp_pagination dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList .wrp_pagination dd {
    margin: calc(60 / 793 * 100%) auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .p-topicsList .wrp_pagination dd {
    margin: 4em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList .wrp_pagination dd {
    margin: calc(90 / 800 * 100%) auto 0;
  }
}
.p-topics .p-topicsList .wrp_pagination dd a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 400ms ease;
}
@media only screen and (min-width: 768px) {
  .p-topics .p-topicsList .wrp_pagination dd a {
    font-size: 120%;
  }
}
.p-topics .p-topicsList .wrp_pagination dd ul {
  display: flex;
  margin: 0 0.8em;
}
.p-topics .p-topicsList .wrp_pagination dd ul li {
  margin-left: 0.5em;
}
.p-topics .p-topicsList .wrp_pagination dd ul li:first-child {
  margin-left: 0;
}
.p-topics .p-topicsList .wrp_pagination dd ul li a {
  border: 1px solid var(--color-sub-3);
}
.p-topics .p-topicsList .wrp_pagination dd ul li a[aria-current="page"], .p-topics .p-topicsList .wrp_pagination dd ul li a:hover {
  border-color: red;
  background: red;
  color: #fff;
}
.p-topics .p-topicsList .p-topicsItem {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList .p-topicsItem {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .p-topicsList .p-topicsItem {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList .p-topicsItem {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList .p-topicsItem {
    padding: 40px 75px 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .p-topicsList .p-topicsItem {
    padding: 20px 4em 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList .p-topicsItem {
    padding: 1em;
  }
}
.p-topics .p-topicsList .p-topicsItem:first-child {
  border-top: 1px solid #e0e0e0;
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList .p-topicsItem__thumb {
    width: calc(258 / (793 - 50) * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .p-topicsList .p-topicsItem__thumb {
    width: calc(260 / (793 - 50) * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList .p-topicsItem__thumb {
    width: calc(225 / (800 - 80) * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList .p-topicsItem__thumb::before {
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .p-topicsList .p-topicsItem__thumb::before {
    font-size: 1.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList .p-topicsItem__thumb::before {
    font-size: 0.86rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList .p-topicsItem__body {
    width: calc(730 / (793 - 50) * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .p-topicsList .p-topicsItem__body {
    width: calc(680 / (793 - 50) * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList .p-topicsItem__body {
    width: calc(510 / (800 - 80) * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-topics .p-topicsList .p-topicsItem__body {
    margin-left: calc(30 / (793 - 50) * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList .p-topicsItem__body {
    margin-left: calc(40 / (800 - 80) * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-topics .p-topicsList .p-topicsItem__title {
    margin-top: calc(10 / 730 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topics .p-topicsList .p-topicsItem__title {
    margin-top: calc(10 / 730 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .p-topicsList .p-topicsItem__title {
    margin-top: calc(30 / 800 * 100%);
  }
}

.tmp_pager_detail {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .tmp_pager_detail {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_pager_detail {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_pager_detail {
    margin-top: 3em;
  }
}
.tmp_pager_detail .pre,
.tmp_pager_detail .next {
  width: 50%;
  display: flex;
  align-items: center;
}
.tmp_pager_detail .pre a,
.tmp_pager_detail .next a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tmp_pager_detail .pre a span,
  .tmp_pager_detail .next a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.tmp_pager_detail .pre a::after,
.tmp_pager_detail .next a::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 11px;
  height: 10px;
  --mask-image: url(../images/common/ic_arr.svg);
  display: inline-block;
  background: #000;
  --mask-settings: center / contain no-repeat;
  -webkit-mask: var(--mask-image) var(--mask-settings);
  mask: var(--mask-image) var(--mask-settings);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .tmp_pager_detail .pre a {
    padding: 1.28rem 2.14rem 1.28rem 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_pager_detail .pre a {
    padding: 1.5em 1em 1.5em 1.5em;
  }
}
.tmp_pager_detail .pre a::after {
  content: "";
  transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (min-width: 1025px) {
  .tmp_pager_detail .pre a::after {
    left: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_pager_detail .pre a::after {
    left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_pager_detail .pre a::after {
    left: 0;
  }
}
.tmp_pager_detail .next {
  border-left: solid 1px #ddd;
}
@media only screen and (min-width: 768px) {
  .tmp_pager_detail .next a {
    padding: 1.28rem 2.85rem 1.28rem 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_pager_detail .next a {
    padding: 1.5em 1.5em 1.5em 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .tmp_pager_detail .next a::after {
    right: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_pager_detail .next a::after {
    right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_pager_detail .next a::after {
    right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .l-side {
    width: 247px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-side {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .l-side {
    margin-top: -0.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc(100 / 960 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-side {
    margin-top: calc(160 / 960 * 100%);
  }
}
.l-side .c-title {
  margin-bottom: 1.42rem;
}
.l-side .c-title .c-title__jp--s36 {
  color: #222;
}
@media only screen and (min-width: 1025px) {
  .l-side .c-title .c-title__jp--s36 {
    font-size: 2.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side .c-title .c-title__jp--s36 {
    font-size: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-side .c-title .c-title__jp--s36 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side .c-sideNav {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .l-side .c-sideNav + .c-sideNav {
    margin-top: calc(90 / 247 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side .c-sideNav + .c-sideNav {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-side .c-sideNav + .c-sideNav {
    margin-top: calc(113 / 800 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side .c-sideNav:nth-child(n + 3) {
    margin-top: calc(30 / 247 * 100%);
  }
}
.l-side .c-sideNav .c-sideNav__list,
.l-side .c-sideNav .c-accordion__section {
  background: #fff;
}
.l-side .c-sideNav .c-sideNav__list > li > a,
.l-side .c-sideNav .c-sideNav__list > button,
.l-side .c-sideNav .c-accordion__section > li > a,
.l-side .c-sideNav .c-accordion__section > button {
  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  background: none;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 0;
  text-align: left;
}
.l-side .c-sideNav .c-sideNav__list > li > a:hover,
.l-side .c-sideNav .c-sideNav__list > button:hover,
.l-side .c-sideNav .c-accordion__section > li > a:hover,
.l-side .c-sideNav .c-accordion__section > button:hover {
  cursor: pointer;
  background: red;
}
@media only screen and (min-width: 1025px) {
  .l-side .c-sideNav .c-sideNav__list > li > a,
  .l-side .c-sideNav .c-accordion__section > li > a {
    padding: 1.4em 0 1.4em 1.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side .c-sideNav .c-sideNav__list > li > a,
  .l-side .c-sideNav .c-accordion__section > li > a {
    padding: 1.2rem 0 1.2rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-side .c-sideNav .c-sideNav__list > li > a,
  .l-side .c-sideNav .c-accordion__section > li > a {
    padding: calc(30 / 800 * 100%) calc(40 / 800 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .l-side .c-sideNav .c-sideNav__list > li > a,
  .l-side .c-sideNav .c-accordion__section > li > a {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side .c-sideNav .c-sideNav__list > li > a,
  .l-side .c-sideNav .c-accordion__section > li > a {
    font-size: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-side .c-sideNav .c-sideNav__list > li > a,
  .l-side .c-sideNav .c-accordion__section > li > a {
    font-size: 1rem;
  }
}
.l-side .c-sideNav .c-sideNav__list > button,
.l-side .c-sideNav .c-accordion__section > button {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
@media only screen and (min-width: 1025px) {
  .l-side .c-sideNav .c-sideNav__list > button,
  .l-side .c-sideNav .c-accordion__section > button {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side .c-sideNav .c-sideNav__list > button,
  .l-side .c-sideNav .c-accordion__section > button {
    font-size: 0.93rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-side .c-sideNav .c-sideNav__list > button,
  .l-side .c-sideNav .c-accordion__section > button {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-side .c-sideNav .c-sideNav__list > button,
  .l-side .c-sideNav .c-accordion__section > button {
    padding: 1.4rem 0 1.4rem 1.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-side .c-sideNav .c-sideNav__list > button,
  .l-side .c-sideNav .c-accordion__section > button {
    padding: 1.4rem 0 1.4rem 1.85rem;
  }
}
.l-side .c-sideNav.--category .c-sideNav__list {
  border-top: 1px solid var(--color-sub-4);
}
.l-side .c-sideNav.--archive .c-accordion {
  border-top: 1px solid var(--color-sub-4);
}
.l-side .c-sideNav.--archive .c-accordion__section {
  background: transparent;
}
.l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button {
  position: relative;
  padding-right: 1.85rem;
}
.l-side .c-sideNav.--archive .c-accordion__section ul {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-side .c-sideNav.--archive .c-accordion__section ul {
    padding: 1.42rem calc(20 / 247 * 100%) calc(15 / 247 * 100%) calc(50 / 247 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-side .c-sideNav.--archive .c-accordion__section ul {
    padding: 1.42rem calc(20 / 247 * 100%) calc(15 / 247 * 100%) calc(20 / 247 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .l-side .c-sideNav.--archive .c-accordion__section ul li + li {
    margin-top: calc(10 / 247 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-side .c-sideNav.--archive .c-accordion__section ul li + li {
    margin-top: calc(15 / 800 * 100%);
  }
}
.l-side .c-sideNav.--archive .c-accordion__section ul li a {
  background: transparent;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .l-side .c-sideNav.--archive .c-accordion__section ul li a {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side .c-sideNav.--archive .c-accordion__section ul li a {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-side .c-sideNav.--archive .c-accordion__section ul li a {
    font-size: 1.07rem;
  }
}
.l-side .c-sideNav.--archive .c-accordion__section ul li a:hover {
  text-decoration: underline;
}
.l-side .c-sideNav.--archive .c-accordion__section:has(button.active) ul {
  display: block;
}

.l-side .c-sideNav .c-sideNav__list > li > a,
.l-side .c-sideNav .c-sideNav__list > button,
.l-side .c-sideNav .c-accordion__section > li > a,
.l-side .c-sideNav .c-accordion__section > button {
  transition: background 400ms ease;
  border-bottom: 1px solid #e0e0e0;
}
.l-side .c-sideNav .c-sideNav__list > li > a:hover,
.l-side .c-sideNav .c-sideNav__list > button:hover,
.l-side .c-sideNav .c-accordion__section > li > a:hover,
.l-side .c-sideNav .c-accordion__section > button:hover {
  background: var(--color-accent-2);
  color: #fff;
}
.l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button {
  transition: background 400ms ease;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button {
    font-size: 1.07rem;
  }
}
.l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button:before, .l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button:after {
  content: "";
  position: absolute;
  right: 1.71rem;
  top: 50%;
  transform: rotate(0);
  width: 9px;
  height: 1px;
  margin-top: -1px;
  background: var(--color-sub-3);
  transition: transform 400ms ease;
}
.l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button:after {
  transform: rotate(90deg);
}
.l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button:hover {
  cursor: pointer;
}
.l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button.active:after {
  transform: rotate(0);
}
.l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button:hover, .l-side .c-sideNav.--archive .c-accordion__section .c-accordion__button.active {
  background: transparent;
  color: unset;
}

.c-pagination dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.c-pagination dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .c-pagination dd {
    margin: 80px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-pagination dd {
    margin: 3em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination dd {
    margin: calc(90 / 800 * 100%) auto 0;
  }
}
.c-pagination dd a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 4.07rem;
  height: 4.07rem;
  line-height: 3.57rem;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 400ms ease;
  border-radius: 50%;
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (min-width: 1025px) {
  .c-pagination dd a {
    font-size: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-pagination dd a {
    font-size: 1.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination dd a {
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-pagination dd a {
    width: 2.5em;
    height: 2.7em;
    line-height: 2.5em;
  }
}
.c-pagination dd ul {
  display: flex;
}
.c-pagination dd ul li {
  margin-left: 1em;
  font-weight: bold;
}
.c-pagination dd ul li:first-child {
  margin-left: 0;
}
.c-pagination dd ul li a {
  background: var(--color-accent-1);
}
.c-pagination dd ul li a[aria-current="page"], .c-pagination dd ul li a:hover {
  color: #fff;
  border-color: var(--color-accent-2);
  background: var(--color-accent-2);
  color: #fff;
}
.c-pagination dd ul li.dots {
  display: flex;
  align-items: center;
}

.c-pagination .prev a,
.c-pagination .next a {
  width: auto;
  height: auto;
  border-radius: 0;
  fill: none;
  stroke: var(--color-text-2);
  transition: ease 0.3s fill, ease 0.3s stroke;
}
.c-pagination .prev a:hover .c-arrow-btn,
.c-pagination .next a:hover .c-arrow-btn {
  background: var(--color-sub-4);
}
.c-pagination .prev {
  transform: rotate(180deg);
  margin-right: 1em;
}
.c-pagination .next {
  margin-left: 1em;
}

@media only screen and (min-width: 1025px) {
  .l-main--detail {
    width: calc(100% - 247px - 115px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail {
    width: 100%;
  }
}
.l-main--detail .txt {
  color: #272424;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .txt {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .txt {
    font-size: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .txt {
    line-height: 1.8;
  }
}
.l-main--detail .p-article__title {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid var(--color-sub-4);
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article__title {
    margin-bottom: calc(50 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article__title {
    margin-bottom: calc(50 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article__title {
    margin-bottom: calc(70 / 800 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article__title {
    padding-bottom: calc(15 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article__title {
    padding-bottom: calc(8 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article__title {
    padding-bottom: calc(15 / 800 * 100%);
  }
}
.l-main--detail .p-article__title .c-title--set {
  order: 2;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article__title .c-title--set {
    margin-top: calc(20 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article__title .c-title--set {
    margin-top: calc(30 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article__title .c-title--set {
    margin-top: calc(30 / 800 * 100%);
  }
}
.l-main--detail .p-article__info {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3em 0.75em;
}
.l-main--detail .p-article__info dl dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.l-main--detail .p-article__date {
  margin-right: 0.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article__date {
    margin-right: 0.25em;
  }
}
.l-main--detail .p-article__date dd time {
  font-weight: 400;
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article__date dd time {
    font-size: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article__date dd time {
    font-size: 1.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article__date dd time {
    font-size: 1.43rem;
  }
}
.l-main--detail .p-article__category {
  display: contents;
}
.l-main--detail .p-article__category dd {
  display: contents;
}
.l-main--detail .p-article__category dd ul {
  display: contents;
}
.l-main--detail .p-article__category dd ul li {
  padding: 0.17em 0.9em;
  border: 1px solid var(--color-sub-4);
  border-radius: 3em;
  line-height: 1;
  font-size: 86%;
}
.l-main--detail .p-article .wrp_article img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article > * {
    margin-top: calc(80 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article > * {
    margin-top: calc(105 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article > * {
    margin-top: 3em;
  }
}
.l-main--detail .p-article .wrp_article > *:first-child {
  margin-top: 0;
}
.l-main--detail .p-article .wrp_article .layout_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.l-main--detail .p-article .wrp_article .layout_img figcaption {
  display: block;
  margin-top: 0.8em;
  color: #272424;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_img figcaption {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_img figcaption {
    font-size: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_img figcaption {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--detail .p-article .wrp_article .layout_img.double .img {
    width: calc(495 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_img.double .img {
    width: calc(420 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .l-main--detail .p-article .wrp_article .layout_img.triple {
    gap: 0 calc(30 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_img.triple {
    gap: 1em calc(40 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .l-main--detail .p-article .wrp_article .layout_img.triple .img {
    width: calc(320 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_img.triple .img {
    width: calc(420 / 880 * 100%);
  }
}
.l-main--detail .p-article .wrp_article .layout_column {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .l-main--detail .p-article .wrp_article .layout_column {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_column {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--detail .p-article .wrp_article .layout_column {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--detail .p-article .wrp_article .layout_column .img {
    width: calc(495 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .l-main--detail .p-article .wrp_article .layout_column .txt {
    width: calc(495 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_column .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--detail .p-article .wrp_article .layout_column.reverse {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_text + .layout_text {
    margin-top: calc(30 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_text + .layout_text {
    margin-top: calc(45 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_text + .layout_text {
    margin-top: calc(45 / 800 * 100%);
  }
}
.l-main--detail .p-article .wrp_article .layout_title {
  border-bottom: 2px solid var(--color-sub-4);
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: -0.01em;
  padding-bottom: 1.07rem;
}
.l-main--detail .p-article .wrp_article .layout_title.large {
  line-height: 1.86;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_title.large {
    font-size: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_title.large {
    font-size: 1.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_title.large {
    font-size: 1.29rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_title.large + * {
    margin-top: calc(50 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_title.large + * {
    margin-top: calc(50 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_title.large + * {
    margin-top: calc(45 / 800 * 100%);
  }
}
.l-main--detail .p-article .wrp_article .layout_title.middle {
  line-height: 1.86;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_title.middle {
    font-size: 1.29rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_title.middle {
    font-size: 1.21rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_title.middle {
    font-size: 1.14rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_title.middle + * {
    margin-top: calc(50 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_title.middle + * {
    margin-top: calc(50 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_title.middle + * {
    margin-top: calc(45 / 800 * 100%);
  }
}
.l-main--detail .p-article .wrp_article .layout_title.small {
  line-height: 1.86;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_title.small {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_title.small {
    font-size: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_title.small {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_title.small + * {
    margin-top: calc(50 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_title.small + * {
    margin-top: calc(50 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_title.small + * {
    margin-top: calc(45 / 800 * 100%);
  }
}
.l-main--detail .p-article .wrp_article .layout_slide .c-swiper__normal img {
  border-radius: 0;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_slide .txt {
    margin-top: calc(70 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_slide .txt {
    margin-top: calc(80 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_slide .txt {
    margin-top: calc(100 / 800 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_slide .txt {
    padding: 0 calc(55 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_slide .txt {
    padding: 0 calc(30 / 793 * 100%) 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_slide .txt {
    padding: 0 calc(20 / 800 * 100%);
  }
}
.l-main--detail .p-article .wrp_article .layout_movie {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(580 / 793 * 100%);
}
.l-main--detail .p-article .wrp_article .layout_movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-main--detail .p-article .wrp_article .layout_btn {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_btn {
    margin-top: calc(80 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_btn {
    margin-top: calc(60 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_btn {
    margin-top: calc(80 / 800 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_btn .c-btn__link {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--detail .p-article .wrp_article .layout_btn {
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_btn {
    width: 80%;
  }
}
.l-main--detail .p-article .wrp_article .layout_btn .c-btn a {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .p-article .wrp_article .layout_btn + .layout_btn {
    margin-top: calc(35 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .p-article .wrp_article .layout_btn + .layout_btn {
    margin-top: calc(30 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .p-article .wrp_article .layout_btn + .layout_btn {
    margin-top: calc(30 / 800 * 100%);
  }
}
.l-main--detail .p-article .wrp_article .layout_btn .c-btn.c-btn--cv a {
  position: relative;
  margin-inline: auto;
}
.l-main--detail .p-article .wrp_article .layout_btn .c-btn.c-btn--cv a::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 1em;
  height: 1em;
}
.l-main--detail .p-article .wrp_article .layout_btn .c-btn.--external a::before {
  --mask-image: url(./../../topics/images/ic_external.svg);
  --mask-settings: center / contain no-repeat;
  -webkit-mask: var(--mask-image) var(--mask-settings);
  mask: var(--mask-image) var(--mask-settings);
}
.l-main--detail .p-article .wrp_article .layout_btn .c-btn.--external:hover a::before {
  background: var(--color-cv);
}
.l-main--detail .p-article .wrp_article .layout_btn .c-btn.--pdf a::before {
  --mask-image: url(./../../topics/images/ic_pdf.svg);
  --mask-settings: center / contain no-repeat;
  -webkit-mask: var(--mask-image) var(--mask-settings);
  mask: var(--mask-image) var(--mask-settings);
}
.l-main--detail .p-article .wrp_article .layout_btn .c-btn.--pdf:hover a::before {
  background: var(--color-cv);
}
.l-main--detail .box_pagination_detail dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.l-main--detail .box_pagination_detail dd {
  border-top: 1px solid blue;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .box_pagination_detail dd {
    margin: calc(60 / 793 * 100%) auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .box_pagination_detail dd {
    margin: calc(90 / 793 * 100%) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .box_pagination_detail dd {
    margin: calc(90 / 800 * 100%) auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .l-main--detail .box_pagination_detail dd {
    padding-top: calc(30 / 793 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main--detail .box_pagination_detail dd {
    padding-top: calc(45 / 793 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .box_pagination_detail dd {
    padding-top: calc(45 / 800 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .l-main--detail .box_pagination_detail dd {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .box_pagination_detail dd {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--detail .box_pagination_detail dd .home {
    margin: 0 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--detail .box_pagination_detail dd .home {
    margin: 0 0.5em;
  }
}
.l-main--detail .box_pagination_detail dd .home a {
  display: block;
  padding: 0.5em 1.2em;
  box-sizing: border-box;
  text-decoration: none;
  background: var(--color-sub-4);
}
.l-main--detail .box_pagination_detail dd .prev a,
.l-main--detail .box_pagination_detail dd .next a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}
.l-main--detail .box_pagination_detail dd .prev a:before, .l-main--detail .box_pagination_detail dd .prev a:after,
.l-main--detail .box_pagination_detail dd .next a:before,
.l-main--detail .box_pagination_detail dd .next a:after {
  width: 0.4em;
  height: 0.4em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: blue;
  transition: transform 400ms ease;
}
.l-main--detail .box_pagination_detail dd .prev a:before {
  content: "";
  margin-right: 0.5em;
  transform: rotate(135deg);
}
.l-main--detail .box_pagination_detail dd .prev a:hover:before {
  transform: translateX(-0.3em) rotate(135deg);
}
.l-main--detail .box_pagination_detail dd .next a:after {
  content: "";
  margin-left: 0.5em;
  transform: rotate(-45deg);
}
.l-main--detail .box_pagination_detail dd .next a:hover:after {
  transform: translateX(0.3em) rotate(-45deg);
}

.c-pagerDetail {
  border: solid 1px #e0e0e0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .c-pagerDetail {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-pagerDetail {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagerDetail {
    margin-top: 3em;
  }
}
.c-pagerDetail__prev, .c-pagerDetail__next {
  width: 50%;
  display: flex;
  align-items: center;
}
.c-pagerDetail__prev .c-pagerDetail__link, .c-pagerDetail__next .c-pagerDetail__link {
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.mouse .c-pagerDetail__prev .c-pagerDetail__link, .mouse .c-pagerDetail__next .c-pagerDetail__link {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .c-pagerDetail__prev .c-pagerDetail__link:hover, .touch .c-pagerDetail__prev .c-pagerDetail__link.touchstart, .mouse .c-pagerDetail__next .c-pagerDetail__link:hover, .touch .c-pagerDetail__next .c-pagerDetail__link.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .c-pagerDetail__prev .c-pagerDetail__link, .touch .c-pagerDetail__next .c-pagerDetail__link {
  -webkit-tap-highlight-color: transparent;
}
.touch .c-pagerDetail__prev .c-pagerDetail__link.touchend, .touch .c-pagerDetail__next .c-pagerDetail__link.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .c-pagerDetail__prev .c-pagerDetail__link .c-pagerDetail__text, .c-pagerDetail__next .c-pagerDetail__link .c-pagerDetail__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-pagerDetail__prev .c-pagerDetail__link .c-arrow-btn, .c-pagerDetail__next .c-pagerDetail__link .c-arrow-btn {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease;
}
.c-pagerDetail__prev .c-pagerDetail__link .c-arrow-btn .ic_arrow2, .c-pagerDetail__next .c-pagerDetail__link .c-arrow-btn .ic_arrow2 {
  position: absolute;
  top: 50%;
  right: 2em;
  fill: currentColor;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  fill: none;
  stroke: currentColor;
}
@media only screen and (min-width: 768px) {
  .c-pagerDetail__prev .c-pagerDetail__link {
    padding: 1.14rem 2.5rem 1.14rem 6.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagerDetail__prev .c-pagerDetail__link {
    padding: 1.5em 1em 1.5em 3.5em;
  }
}
.c-pagerDetail__prev .c-pagerDetail__link .c-arrow-btn {
  transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (min-width: 1025px) {
  .c-pagerDetail__prev .c-pagerDetail__link .c-arrow-btn {
    left: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-pagerDetail__prev .c-pagerDetail__link .c-arrow-btn {
    left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagerDetail__prev .c-pagerDetail__link .c-arrow-btn {
    left: -1em;
  }
}
@media only screen and (min-width: 1025px) {
  .c-pagerDetail__prev .c-pagerDetail__link:hover {
    background: var(--color-sub-4);
  }
  .c-pagerDetail__prev .c-pagerDetail__link:hover .c-arrow-btn {
    left: 0em;
  }
}
.c-pagerDetail__next {
  border-left: solid 1px #ddd;
}
@media only screen and (min-width: 768px) {
  .c-pagerDetail__next .c-pagerDetail__link {
    padding: 1.14rem 6.42rem 1.14rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagerDetail__next .c-pagerDetail__link {
    padding: 1.5em 3.5em 1.5em 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .c-pagerDetail__next .c-pagerDetail__link .c-arrow-btn {
    right: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-pagerDetail__next .c-pagerDetail__link .c-arrow-btn {
    right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagerDetail__next .c-pagerDetail__link .c-arrow-btn {
    right: -1em;
  }
}
@media only screen and (min-width: 1025px) {
  .c-pagerDetail__next .c-pagerDetail__link:hover {
    background: var(--color-sub-4);
  }
  .c-pagerDetail__next .c-pagerDetail__link:hover .c-arrow-btn {
    right: 0em;
  }
}

@media only screen and (max-width: 767px) {
  #topics .l-topicpath__ul {
    display: flex;
  }
  #topics .l-topicpath__ul li {
    line-height: 1.2;
  }
  #topics .l-topicpath__ul li:first-child {
    padding-right: 0.25em;
    flex: none;
  }
  #topics .l-topicpath__ul li:nth-child(2) {
    flex: none;
  }
  #topics .l-topicpath__ul li:last-child {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
.c-accordion__button__icon {
  top: 58%;
}

.c-category__item {
  margin-top: 0;
  border: 1px solid #e0e0e0;
  font-size: 86%;
  padding: 0.2em 0.45em;
}
