@charset "UTF-8";
/* ==========================================================================
   Page News
   ========================================================================== */
.part-header {
  background-image: none;
}

.part-header::before {
  background-image: linear-gradient(90deg, #ee849e 0%, #768ec6 100%);
  opacity: 0.8;
}

.part-header__back {
  position: absolute;
  z-index: 2;
  text-align: left;
}

@media screen and (width >= 1280px), print and (width >= 1280px) {
  .main-contents {
    display: flex;
    flex-direction: column;
  }

  .part-header {
    order: 1;
    width: 100%;
    margin-bottom: 60px;
  }

  .part-body {
    order: 3;
  }

  .part-footer {
    order: 2;
    margin-top: 3.75rem;
  }
}
/* ---------------------------------------- */
.news-index-header {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  justify-content: flex-start;
  margin-bottom: 15px;
  font-size: 0.875rem;
}
.news-index-header p.entries__paged {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  margin-top: 0;
}
.news-index-header p.entries__paged::before {
  width: 1.25rem;
  height: 0.0625rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

.news-index-header__ttl {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: var(--font-r);
  font-size: 0.875rem;
  font-weight: 400;
}
.news-index-header__ttl::before {
  display: none;
}

.news-index-header__ttl > a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.news-index-header__ttl .small {
  display: inline-block;
  font-size: 80%;
}

.news-index-header__ttl a:hover {
  color: #000;
  text-decoration: underline;
}

.news-index-header__ttl .icon {
  margin-right: 20px;
  stroke-width: 1.7;
}

.news-index__anchor {
  font-size: 1.2rem;
  transition: color 0.2 ease-in;
}

@media screen and (width >= 768px), print and (width >= 768px) {
  .news-index-header {
    justify-content: flex-start;
  }
}
.article-index-list {
  padding: 0;
  margin: 1.875rem 0 0;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.article-index__item {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}
@media (min-width: 48em) {
  .article-index__item {
    padding: 32px 0;
  }
}
@media (min-width: 80em) {
  .article-index__item {
    padding: 45px 0;
  }
}
.article-index__item article {
  height: 100%;
}

.article__anchor {
  display: block;
  height: 100%;
  text-decoration: none;
  transition: color 0.2s ease-in;
}

.article__anchor:hover {
  text-decoration: none;
}

.article__anchor::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--color-main);
  transition: width 0.35s ease;
}

.article__anchor:hover::before {
  width: 100%;
}

.article-content {
  position: relative;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.article__anchor-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 18vw - 20px);
}

.article-img__wrapper {
  position: relative;
  margin-bottom: auto;
}

.article-img {
  position: relative;
  width: 18vw;
  height: 18vw;
}

.article-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(1);
  border-radius: 5px;
  transition: filter 0.2s ease-in;
}

a:hover .article-img img {
  filter: brightness(1.05);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  font-family: var(--font-r);
  font-size: 0.71875rem;
  font-weight: 400;
}
.article-meta .c-toggle-switch {
  width: 1.25rem;
  margin-left: auto;
}
.article-meta .c-toggle-switch::before {
  background-color: var(--category-color, var(--color-primary-mid));
}
a:hover .article-meta .c-toggle-switch::before {
  background-color: var(--category-color, var(--color-primary-mid));
  transform: translateX(calc(200% - 5px));
}

.article-sticky-post {
  position: absolute;
  top: -1.0625rem;
  left: -1.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem;
  color: #000;
  background-color: #fff;
  border-radius: 100vmax;
}

.article-sticky-post i {
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 1.6;
}

.article-sticky-post .lbl {
  font-style: normal;
}

.article-ttl {
  padding-left: 0;
  margin: 0 0 10px;
  font-size: 1rem;
  font-feature-settings: "palt";
  word-break: normal;
  overflow-wrap: break-word;
}
.article-ttl::before {
  display: none;
}

.article-ttl:empty::before {
  content: "タイトルなし";
  opacity: 0.35;
}

.article-txt {
  height: 5.4em;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (width >= 768px), print and (width >= 768px) {
  .article-index {
    padding-top: 0;
    border-top: none;
  }

  .article-index-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .article-index-list::before,
.article-index-list::after {
    display: block;
    order: 2;
    width: calc(50% - 20px);
    height: 1px;
    content: "";
  }

  .article-index__item {
    box-sizing: border-box;
    order: 1;
    width: calc(50% - 20px);
  }

  .article__anchor-inner {
    width: calc(100% - 110px);
  }

  .article-img {
    position: relative;
    width: 5rem;
    height: 5rem;
  }
}
@media all and (width >= 1280px) {
  .article-index-list::before,
.article-index-list::after {
    width: calc(33.333% - 30px);
  }

  .article-index__item {
    width: calc(33.333% - 30px);
  }

  .article__anchor-inner {
    width: calc(100% - 140px);
  }

  .article-img {
    width: 6.25rem;
    height: 6.25rem;
  }
}
/* ---------------------------------------- */
.archives {
  padding: 40px 0;
  text-align: left;
}

.archives > * {
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 10px;
}

.archives > *:last-child {
  margin-bottom: 0;
}

.archives-inner {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.archives-inner .input--select-wrap {
  position: relative;
}
.archives-inner .input--select-wrap i {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  vertical-align: top;
  transform: translateY(-50%);
}
.archives-inner .input--select-wrap.is-hover i {
  animation: 4s linear 0s infinite alternate arrow-move-down;
}

.archives-inner:last-child {
  margin-bottom: 0;
}

.archives__ttl {
  position: relative;
  display: block;
  margin: 0 0 15px;
  font-family: var(--font-r);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
}

.archives__ttl::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 4px;
  height: 150%;
  margin: auto;
  content: "";
  background-color: var(--color-main);
  border-radius: 5px;
}

.archives__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.archives__list > *:last-child {
  margin-bottom: 0;
}

.archives__list li {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.archives__list li.children a {
  font-family: var(--font-r);
  font-weight: 400;
}

.archives__list a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-b);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
}
.archives__list a[target=_blank]::after {
  display: none;
}

.archives__list ul {
  margin-top: 4px;
  margin-left: 28px;
}
.archives__list ul > li {
  list-style-type: disc;
}

.archives select {
  width: 100%;
  height: auto;
  padding: 0.625rem;
  font-size: 1rem;
  background-color: var(--color-bg-container);
  border: none;
  border-radius: 0.3125rem;
}

.archives select:focus {
  box-shadow: none !important;
}

@media all and (width >= 1280px) {
  .archives {
    padding: 0;
    margin-bottom: 60px;
    font-size: 1.3rem;
    text-align: left;
  }

  .archives > * {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .archives-inner {
    width: calc(33.333% - 30px);
    margin-bottom: 0;
  }
}
/* ---------------------------------------- */
.search-form {
  position: relative;
  margin: 0 auto;
  margin-top: 0.9375rem;
}

.search-form form {
  display: flex;
  justify-content: space-between;
}

.search-form__txt {
  width: 100%;
  height: auto;
  padding: 0.625rem;
  font-size: 1rem;
  background-color: var(--color-bg-container);
  border: none;
  border-radius: 0.3125rem;
}

.search-form__txt:focus {
  box-shadow: none !important;
}

.search-form__btn {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  z-index: 10;
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
}

.search-form__btn i {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: top;
}

a:hover .search-form__btn,
.search-form__btn:hover {
  color: var(--color-main);
  border: none;
}

@media all and (width >= 1024px) {
  .search-form {
    width: 100%;
  }
}
/* ------------------------------------------------------------ */
/* paging */
.paging {
  display: block;
  padding-top: 20px;
  margin: 0;
  margin-bottom: -24px;
  text-align: center;
}

.paging .icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.pagenation {
  width: 100%;
}

@media all and (width >= 768px) {
  .paging {
    padding-top: 40px;
  }
}
/* not plugin ------------------------------- */
.page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.page-numbers li {
  margin: 0.5em;
}

.page-numbers li > * {
  box-sizing: border-box;
  display: block;
  min-width: 1em;
  padding: 1em;
  line-height: 1;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.page-numbers a {
  text-decoration: none;
}

.page-numbers .current {
  color: #fff;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
}

.page-numbers a:hover {
  color: #fff;
}

.paging__detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  list-style: none;
}

@media all and (width >= 768px) {
  .page-numbers {
    justify-content: flex-start;
  }
}
/* use plugin / wp-pagenavi ----------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}

.wp-pagenavi a {
  transition: 0.15s ease;
  transition-property: opacity;
}
.wp-pagenavi a[target=_blank]::after {
  display: none;
}

.wp-pagenavi a:hover {
  opacity: 0.7;
}

.wp-pagenavi > * {
  box-sizing: border-box;
  display: block;
  min-width: 1em;
  padding: 0.75em 1em;
  margin: 5px;
  color: #fff;
  text-align: center;
  background-color: #b9c6b9;
  border-radius: 5px;
}

.wp-pagenavi > *:nth-child(2) {
  margin-left: 0;
}

.wp-pagenavi > *:last-child {
  margin-right: 0;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .current {
  background-color: var(--color-primary-mid);
}

.wp-pagenavi .extend {
  border: none;
}

.wp-pagenavi .nextpostslink {
  display: none;
}

/* ------------------------------------------------------------ */
/* not-found */
@media all and (width >= 1024px) {
  .not-found.article-index-list {
    text-align: center;
  }

  .not-found.article-index-list::before,
.not-found.article-index-list::after {
    display: none;
  }

  .not-found .entry__body {
    width: calc((100% - 360px) / 10 * 7 + 240px);
    /* max:10col,9gap / col:7, gap:6 */
    padding: 60px 0;
    margin: auto;
  }
}
.information__meta-not-found {
  margin: 1.25rem 0;
}