@charset "UTF-8";
/* ================================
	お知らせ・コラム共通
 ================================== */
/** -------------------- 一覧・詳細共通 -------------------- **/
.page-header {
  padding: 8.85% 0 4.427% 0;
}
.page-header-title {
  color: var(--c_accent1);
}
.page-header-title-jp {
  font-size: clamp(24px, 1.98vw, 1.98vw);
  font-weight: 700;
  line-height: 1.45;
}
.page-header-title-eng {
  font-family: var(--font_eng);
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.33;
}

.wrapper-narrow {
  width: 43%;
}

/* キャラクター */
body.post-type-archive-column .page-header-character,
body.tax-column_category .page-header-character,
body.single-column .page-header-character {
  position: absolute;
  width: 9.583%;
  bottom: 0;
  margin-bottom: -0.677%;
  right: 20.208%;
}

body.post-type-archive-news .page-header-character,
body.tax-news_category .page-header-character,
body.single-news .page-header-character {
  position: absolute;
  width: 5.833%;
  bottom: 0;
  margin-bottom: -0.677%;
  right: 20.833%;
}

/** -------------------- 一覧ページ -------------------- **/
.archive-nav {
  position: relative;
}
.archive-nav-list {
  padding-bottom: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625em;
  border-bottom: 1px dashed #707070;
}
.archive-nav-list a {
  display: block;
  text-align: center;
  font-size: 87.5%;
  font-weight: 600;
  line-height: 1.43;
  padding: 0.286em 2.214em;
  border-radius: 1000px;
  background: #8b70d3;
  color: #fff;
  position: relative;
}
.archive-nav-list .is-active a::after {
	content: "";
  width: 100%;
  height: 3px;
  border-radius: 999px;
  position: absolute;
	left: 0;
	bottom: -5px;
  background-color: var(--c_base);
}

.archive-main {
  padding: 1.563% 0 4.479%;
}
.archive-main .article-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.333% 1fr 2.333% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5em 2.333%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.archive-main .article-img {
  margin-bottom: 1.125em;
}
.archive-main .article-img img {
  width: 100% !important;
  aspect-ratio: 382/286;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive-main .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.625em;
}
.archive-main .article-date {
  font-size: 87.5%;
}
.archive-main .article-cate > span {
  display: block;
  font-size: 87.5%;
  font-weight: 600;
  line-height: 1.43;
  padding: 0.286em 2.214em;
  border-radius: 1000px;
  background: #8b70d3;
  color: #fff;
}
.archive-main .article-title {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.8125;
}

.archive-pager {
  margin-top: 4.667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  font-size: 93.75%;
  font-weight: 700;
}
.archive-pager .page-numbers {
  color: var(--c_accent1);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.archive-pager .page-numbers.dots,
.archive-pager .page-numbers.current {
  text-decoration: none;
}
.archive-pager-prev,
.archive-pager-next {
  display: block;
  width: 1.8em;
  height: 1.8em;
  background: url(../img/common/icon-bent-arrow-blue.svg) no-repeat bottom 0.3em
    center/0.6em;
}
.archive-pager-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.archive-back .btn-small.yellow.internal {
  margin: 4.667% auto 0;
}

/** -------------------- 詳細ページ -------------------- **/
.single-article-header {
  padding-bottom: 0.521%;
  border-bottom: 1px dashed #707070;
  position: relative;
}
.single-article-header-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1em 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.375em 1em;
}

.single-article-date {
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.43;
}

.single-article-category {
  font-size: 87.5%;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.429em;
}
.single-article-category > span {
  padding: 0.286em 2.214em;
  border-radius: 1000px;
  background: #8b70d3;
  color: #fff;
}

.single-article-title {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-size: clamp(24px, 1.3vw, 1.3vw);
  font-weight: 400;
  line-height: 1.44;
}

.single-article-body {
  padding-top: 1.719%;
}
.single-article-body-content > * {
  margin-bottom: 1.8125em;
  line-height: 1.8125;
}
.single-article-body-content > *:last-child {
  margin-bottom: 0;
}
.single-article-body-content h2 {
  color: var(--c_base);
  font-size: clamp(24px, 1.88vw, 1.88vw);
  font-weight: 800;
  line-height: 1.389;
  letter-spacing: 0;
  margin: 2.056em 0 0.75em;
}
.single-article-body-content h2:first-child {
  margin-top: 0;
}
.single-article-body-content h2:last-child {
  margin-bottom: 0;
}

.single-article-body-content ul,
.single-article-body-content ol {
  list-style-position: inside;
}

.single-article-body-content ul {
  list-style-type: disc;
}

.single-article-body-content ol {
  list-style-type: decimal;
}

.single-article-body-content a {
  color: var(--c_accent1);
  text-decoration: underline;
}

.single-footer {
  margin: 4.427% 0;
}

.single-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 11.205%;
  -moz-column-gap: 11.205%;
  column-gap: 11.205%;
}

.single-pager-all {
  font-size: 93.75%;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.6em;
  -moz-column-gap: 0.6em;
  column-gap: 0.6em;
  color: var(--c_accent1);
}
.single-pager-all:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: url(../img/common/icon-bent-double-arrow-blue.svg) no-repeat
    center/1em;
}

.single-pager-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.875em;
  -moz-column-gap: 2.875em;
  column-gap: 2.875em;
}
.single-pager-arrow a {
  font-size: 93.75%;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--c_accent1);
}
.single-pager-arrow a:after {
  content: "";
  width: 1.8em;
  height: 1.8em;
  background: url(../img/common/icon-bent-arrow-blue.svg) no-repeat center/0.6em;
}
.single-pager-arrow a.single-pager-prev:after {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/** -------------------- タブレット -------------------- **/
@media (max-width: 1280px) {
  /** -------------------- 一覧・詳細共通 -------------------- **/
  .page-header {
    padding: 13% 0 4.427% 0;
  }
  .wrapper-narrow {
    width: 80%;
  }
  body.post-type-archive-column .page-header-character,
  body.tax-column_category .page-header-character,
  body.single-column .page-header-character {
    right: 5%;
  }
  body.post-type-archive-news .page-header-character,
  body.tax-news_category .page-header-character,
  body.single-news .page-header-character {
    right: 5%;
  }
}
/** -------------------- スマホ -------------------- **/
@media (max-width: 699px) {
  /** -------------------- 一覧・詳細共通 -------------------- **/
  .page-header {
    padding: 100px 0 40px;
  }
  .page-header-title-jp {
    font-size: 24px;
  }
  .page-header-title-eng {
    font-size: 12px;
  }
  .wrapper-narrow {
    width: 92%;
  }
  /* キャラクター */
  body.post-type-archive-column .page-header-character,
  body.tax-column_category .page-header-character,
  body.single-column .page-header-character {
    right: 5px;
    margin-bottom: -4px;
    width: 80px;
  }
  body.post-type-archive-news .page-header-character,
  body.tax-news_category .page-header-character,
  body.single-news .page-header-character {
    right: 2px;
    margin-bottom: -20px;
    width: 70px;
  }
  /** -------------------- 一覧ページ -------------------- **/
  .archive-nav-list {
    padding-bottom: 20px;
    padding-right: 48px;
    gap: 16px 8px;
  }
  .archive-nav-list a {
    font-size: 14px;
    padding: 0 16px 1px;
  }
  .archive-main {
    padding: 30px 0 60px;
  }
  .archive-main .article-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
  .archive-main .article-img {
    margin-bottom: 8px;
  }
  .archive-main .article-meta {
    margin-bottom: 4px;
  }
  .archive-main .article-date {
    font-size: 14px;
  }
  .archive-main .article-cate > span {
    font-size: 14px;
    padding: 0 16px 1px;
  }
  .archive-main .article-title {
    font-size: 14px;
  }
  .archive-pager {
    margin-top: 40px;
    font-size: 15px;
  }
  .archive-back .btn-small.yellow.internal {
    margin: 40px auto 0;
  }
  /** -------------------- 詳細ページ -------------------- **/
  .single-article-header {
    padding-bottom: 5px;
  }
  .single-article-header-container {
    gap: 8px 1em;
    padding-right: 48px;
  }
  .single-article-date {
    font-size: 14px;
  }
  .single-article-category {
    font-size: 14px;
  }
  .single-article-category > span {
    padding: 0 16px 1px;
  }
  .single-article-title {
    font-size: 16px;
  }
  .single-article-body {
    padding-top: 20px;
  }
  .single-article-body-content > * {
    line-height: 1.75;
    margin-bottom: 1.75em;
  }
  .single-footer {
    padding: 40px 0 60px;
  }
  .single-pager {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .single-pager-all {
    font-size: 15px;
  }
  .single-pager-arrow {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .single-pager-arrow a {
    font-size: 15px;
  }
}
