@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-VF.woff") format("woff-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  font-style: normal;
  color: #222222;
}

/* ==========================================================
  single-pager：前へ／次へ記事ナビゲーション
   ========================================================== */
.single-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}

.single-pager__link {
  display: inline-flex;
  align-items: center;
  gap: 0.89rem;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  color: #222222;
  text-decoration: none;
}
.single-pager__link:hover {
  opacity: 0.7;
}

.single-pager__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.22rem;
  height: 2.22rem;
  border-radius: 50%;
  background-color: #1c2b4a;
}
.single-pager__arrow::after {
  display: block;
  content: "";
  width: 0.56rem;
  height: 0.94rem;
  background: url("../img/common/right_arrow__white.svg") no-repeat center/contain;
}

.single-pager__arrow-prev::after {
  transform: rotate(180deg) translate(1px, 1px);
}

/* ==========================================================
  single-back：一覧へ戻る
   ========================================================== */
.single-back {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}

.btn_type02.icon-left .arrow {
  right: auto;
  left: 9px;
  transform: translateY(-50%) scaleX(-1);
}

body,
main {
  overflow: unset;
}

/* ==========================================================
  single-heading：記事タイトル・日付・タグをまとめる見出しブロック
   ========================================================== */
.single-heading {
  text-align: left;
  max-width: 1040px;
  margin: 0 auto;
  width: calc(100% - 2rem);
}

.single-title {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #222222;
}
.single-title::after {
  margin-top: 0.75rem;
  display: block;
  content: "";
  background: url("../img/common/single-line.svg") no-repeat center/cover;
  aspect-ratio: 720/3;
  width: 100%;
}
@media (min-width: 768px) {
  .single-title {
    font-size: 1.44rem;
    padding-bottom: 0.78rem;
  }
}

/* ==========================================================
  single-meta：日付・タグ
   ========================================================== */
.single-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.5rem;
}

.single-meta__date {
  display: grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: 0.33rem;
       column-gap: 0.33rem;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.89rem;
  letter-spacing: 0.05em;
  color: #222222;
}
.single-meta__date::before {
  content: "";
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background-color: #c4a35a;
}

.single-meta__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-meta__tag {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  border: 1px solid #222222;
  border-radius: 999px;
  padding: 0.17rem 0.67rem;
}
@media (min-width: 768px) {
  .single-meta__tag {
    font-size: 0.89rem;
  }
}
.single-meta__tag a {
  text-decoration: none;
}

.column-card__tags {
  display: flex;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .column-card__tags {
    gap: 0.67rem;
  }
}
.column-card__tags .column-card__tag {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  margin-top: 0.6667rem;
}
@media (min-width: 768px) {
  .column-card__tags .column-card__tag {
    font-size: 0.89rem;
  }
}
.column-card__tags .column-card__tag a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.column-card__tags .column-card__tag a:hover {
  text-decoration: underline;
}

/* ==========================================================
  single-side：関連CTAサイドメニュー
   ========================================================== */
.single-column .single-inner {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .single-column .single-inner {
    display: grid;
    grid-template-columns: 1fr 14.28rem;
    align-items: start;
    gap: 3.94rem;
    max-width: 1040px;
    margin: 2.5rem auto 0;
  }
}
.single-column .single-inner .single-image {
  aspect-ratio: 720/480;
  overflow: hidden;
  border-radius: 0.83rem;
}

.single-main {
  min-width: 0;
}

.single-side {
  margin-top: 4rem;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 1.78rem;
  background-color: #ffffff;
  border-radius: 0.83rem;
  padding: 1.78rem 2rem;
}
@media (min-width: 768px) {
  .single-side {
    margin-top: 0;
    position: sticky;
    top: 10rem;
  }
}

.single-side__box:not(:last-of-type) {
  padding-bottom: 1.78rem;
  border-bottom: dashed 1px #6d6a5f;
}
.single-side__box:nth-of-type(1) .single-side__title::after {
  aspect-ratio: 185/3;
  background: url("../img/common/single_side_line01.svg") no-repeat center/contain;
}
.single-side__box:nth-of-type(2) .single-side__title::after {
  aspect-ratio: 151/4;
  background: url("../img/common/single_side_line02.svg") no-repeat center/contain;
}
.single-side__box:nth-of-type(3) .single-side__title::after {
  aspect-ratio: 117/3;
  background: url("../img/common/single_side_line03.svg") no-repeat center/contain;
}
.single-side__box .btn_type02 {
  display: block;
  padding: 0.7rem 0.45rem 0.7rem 0.45rem;
  font-size: 1rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .single-side__box .btn_type02 {
    display: inline-flex;
    padding: 0.4rem 0.45rem 0.45rem 0.45rem;
  }
}
.single-side__box .btn_type02 .arrow {
  width: 12px;
  height: 12px;
}
.single-side__box .btn_type02 .arrow::before, .single-side__box .btn_type02 .arrow::after {
  content: "";
  top: 50%;
  width: 4px;
  height: 0.8px;
  border-radius: 25.4375rem;
  background-color: #1c2b4a;
  transform-origin: calc(100% - 0.3px) 50%;
}

.single-side__title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 170%;
  color: #222222;
  margin-bottom: 0.89rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.single-side__title::after {
  margin-top: 0.33rem;
  display: block;
  content: "";
  width: 100%;
  background: url("../img/common/single_side_line.svg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .single-side__title {
    font-size: 0.89rem;
  }
}

.single-image {
  height: 100%;
  width: 100%;
}
.single-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
}

/* ==========================================================
  toc：目次（H2を自動取得して表示）
   ========================================================== */
.toc {
  background: #ffffff;
  border-radius: 0.9375rem;
}
.toc .toc__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  line-height: 170%;
  color: #222222;
  background: #ffffff;
  border-radius: 0.9375rem;
  padding: 1.125rem 1.125rem 1.125rem 1.125rem;
}
@media (min-width: 768px) {
  .toc .toc__toggle {
    padding: 1.6875rem 1.6875rem 1.6875rem 1.6875rem;
    font-size: 1.125rem;
  }
}
.toc .toc__toggle::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 0.8125rem;
  background-image: url("../img/common/contents_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.375rem;
}
.toc .toc__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  background-color: #e6e4de;
  transition: transform 0.3s ease;
  margin-left: 1.125rem;
}
.toc .toc__arrow::after {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 0.125rem solid #1c2b4a;
  border-bottom: 0.125rem solid #1c2b4a;
  transform: rotate(45deg) translate(-0.0625rem, -0.0625rem);
}
.toc.is-open .toc__arrow {
  transform: rotate(180deg);
}
.toc .toc__list {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 1.25rem;
  transition: max-height 0.35s ease, margin-top 0.35s ease;
}
.toc .toc__list li {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 170%;
  color: #222222;
}
.toc .toc__list li:not(:last-child) {
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .toc .toc__list li {
    font-size: 1rem;
  }
}
.toc .toc__list a {
  color: #222222;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.toc .toc__list a:hover {
  opacity: 0.7;
}
.toc.is-open .toc__toggle {
  padding: 1.5rem 1.5rem 0rem 1.5rem;
}
@media (min-width: 768px) {
  .toc.is-open .toc__toggle {
    padding: 1.6875rem 1.6875rem 0rem 1.6875rem;
  }
}
.toc.is-open .toc__list {
  max-height: 125rem;
  margin-top: 1.5rem;
  padding: 0 1.5rem 1.5rem 2.375rem;
}
@media (min-width: 768px) {
  .toc.is-open .toc__list {
    margin-top: 1.6875rem;
    padding: 0 2.8125rem 2.8125rem 4.125rem;
  }
}

.single-lead {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .single-lead {
    font-size: 1rem;
  }
}

/* ==========================================================
  voice
   ========================================================== */
.single_voice__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .single_voice__list {
    gap: 2.8125rem;
  }
}
.single_voice__list .single_voice__item {
  display: flex;
  align-items: start;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .single_voice__list .single_voice__item {
    gap: 1.25rem;
  }
}
.single_voice__list .single_voice__item .single_voice__image {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #6d6a5f;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .single_voice__list .single_voice__item .single_voice__image {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.single_voice__list .single_voice__item .single_voice__content {
  position: relative;
  width: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0.375rem;
  border: 0.0625rem solid #6d6a5f;
}
@media (min-width: 768px) {
  .single_voice__list .single_voice__item .single_voice__content {
    padding: 1.6875rem;
    border-radius: 0.625rem;
  }
}
.single_voice__list .single_voice__item .single_voice__content p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 160%;
  color: #222222;
}
@media (min-width: 768px) {
  .single_voice__list .single_voice__item .single_voice__content p {
    font-size: 1rem;
  }
}
.single_voice__list .single_voice__item .single_voice__content::before {
  content: "";
  width: 0.9375rem;
  height: 1.125rem;
  position: absolute;
  top: 0.5rem;
  left: -0.9375rem;
  background-image: url("../img/lp/fukidasi.svg");
  background-size: cover;
}
.single_voice__list .single_voice__item:nth-child(odd) {
  justify-content: start;
}
.single_voice__list .single_voice__item:nth-child(even) {
  justify-content: end;
  flex-direction: row-reverse;
}
.single_voice__list .single_voice__item:nth-child(even) .single_voice__content::before {
  left: auto;
  right: -0.9375rem;
  transform: rotateY(180deg);
}

.single-box_2col {
  background-color: #ffffff;
  border-radius: 0.9375rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .single-box_2col {
    padding: 1.6875rem;
  }
}
.single-box_2col .single-box_2col_heading {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .single-box_2col .single-box_2col_heading {
    font-size: 1.25rem;
    margin-bottom: 1.125rem;
  }
}
.single-box_2col .single-box_2col__content {
  display: flex;
  gap: 1.6875rem;
}
.single-box_2col .single-box_2col__content img {
  width: 30.03%;
}
.single-box_2col .single-box_2col__content p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 170%;
  color: #222222;
}
@media (min-width: 768px) {
  .single-box_2col .single-box_2col__content p {
    font-size: 1rem;
  }
}

/* ==========================================================
  single-supervisor：監修者プロフィール
   ========================================================== */
.single-supervisor {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.9375rem;
}
@media (min-width: 768px) {
  .single-supervisor {
    padding: 1.6875rem;
  }
}
.single-supervisor:hover .single-supervisor__link {
  color: #51648e;
}
.single-supervisor:hover .single-supervisor__link-arrow {
  background-color: #51648e;
}
.single-supervisor .single-supervisor__head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .single-supervisor .single-supervisor__head {
    gap: 1.6875rem;
    margin-bottom: 1.125rem;
  }
}
.single-supervisor .single-supervisor__avatar {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e4e4e4;
}
@media (min-width: 768px) {
  .single-supervisor .single-supervisor__avatar {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.single-supervisor .single-supervisor__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-supervisor .single-supervisor__profile {
  min-width: 0;
}
.single-supervisor .single-supervisor__label {
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 170%;
  color: #1e1e1e;
  margin-bottom: 0.1875rem;
}
@media (min-width: 768px) {
  .single-supervisor .single-supervisor__label {
    font-size: 0.75rem;
  }
}
.single-supervisor .single-supervisor__name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 170%;
  color: #1e1e1e;
  margin-bottom: 0.1875rem;
}
@media (min-width: 768px) {
  .single-supervisor .single-supervisor__name {
    font-size: 1.125rem;
  }
}
.single-supervisor .single-supervisor__position {
  margin: 0;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 170%;
  color: #1e1e1e;
}
@media (min-width: 768px) {
  .single-supervisor .single-supervisor__position {
    font-size: 0.75rem;
  }
}
.single-supervisor .single-supervisor__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 170%;
  color: #1e1e1e;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .single-supervisor .single-supervisor__text {
    font-size: 1rem;
    margin-bottom: 1.6875rem;
  }
}
.single-supervisor .single-supervisor__more {
  display: flex;
  justify-content: flex-end;
}
.single-supervisor .single-supervisor__link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .single-supervisor .single-supervisor__link {
    font-size: 1rem;
    gap: 1rem;
  }
}
.single-supervisor .single-supervisor__link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #1c2b4a;
  color: #ffffff;
  transition: background 0.3s ease;
}
.single-supervisor .single-supervisor__link-arrow::after {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  transform: rotate(-45deg) translate(-0.0625rem, -0.0625rem);
}

.dc_heading-type01, .is-style-dc_heading-type01 {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: #222222;
  margin-bottom: 1.125rem;
  padding-bottom: 0.75rem;
  text-align: left;
}
@media (min-width: 768px) {
  .dc_heading-type01, .is-style-dc_heading-type01 {
    margin-bottom: 1.6875rem;
  }
}
.dc_heading-type01::before, .is-style-dc_heading-type01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #222222;
  width: 1.875rem;
  height: 0.125rem;
}

.dc_heading-type02, .is-style-dc_heading-type02 {
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #222222;
  margin-bottom: 1.125rem;
  padding-bottom: 0.5rem;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .dc_heading-type02, .is-style-dc_heading-type02 {
    margin-bottom: 1.6875rem;
  }
}
.dc_heading-type02::before, .is-style-dc_heading-type02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #222222;
  width: 100%;
  height: 0.0625rem;
}

.dc_heading-type03, .is-style-dc_heading-type03 {
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  color: #222222;
  margin-bottom: 1.125rem;
  padding-bottom: 0.5625rem;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .dc_heading-type03, .is-style-dc_heading-type03 {
    margin-bottom: 1.6875rem;
  }
}
.dc_heading-type03::before, .is-style-dc_heading-type03::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #222222;
  width: 1.875rem;
  height: 0.0625rem;
}

.dc_heading-type04, .is-style-dc_heading-type04 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  color: #222222;
  margin-bottom: 0.5625rem;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .dc_heading-type04, .is-style-dc_heading-type04 {
    margin-bottom: 1.125rem;
  }
}

.dc_heading-type05, .is-style-dc_heading-type05 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 170%;
  color: #222222;
  margin-bottom: 0.5625rem;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .dc_heading-type05, .is-style-dc_heading-type05 {
    margin-bottom: 1.125rem;
  }
}

/* ==========================================================
  works：個別ページ
   ========================================================== */
.works-detail .works-detail__gallery-content--no-gallery {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.works-detail .works-detail__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .works-detail .works-detail__gallery {
    flex-direction: column;
    margin-bottom: 3.9375rem;
    gap: 2.8125rem;
    grid-template-columns: 44.3fr 50.7fr;
  }
}
.works-detail .works-detail__gallery-main {
  background: #ffffff;
  padding: 1.875rem 4.31rem 1.875rem 4.31rem;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .works-detail .works-detail__gallery-main {
    padding: 1.8rem 4.388rem 1.8rem 4.388rem;
  }
}
.works-detail .works-detail__gallery-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.works-detail .works-detail__head {
  margin-bottom: 0.5rem;
}
.works-detail .works-detail__badge {
  display: inline-block;
  padding: 0.1875rem 0.75rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222222;
  border: 0.0625rem solid #222222;
  border-radius: 62.4375rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.works-detail .works-detail__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .works-detail .works-detail__title {
    font-size: 1.625rem;
    margin-bottom: 1.125rem;
  }
}
.works-detail .works-detail__author {
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .works-detail .works-detail__author {
    font-size: 1.125rem;
  }
}
.works-detail .works-detail__gallery-list {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .works-detail .works-detail__gallery-list {
    gap: 1rem;
  }
}
.works-detail .works-detail__gallery-item {
  flex: 1;
  overflow: hidden;
}
.works-detail .works-detail__gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 146/200;
  border-radius: 0.375rem;
}
.works-detail .works-detail__spec {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.375rem;
  padding: 3.125rem 1rem 1rem 1rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .works-detail .works-detail__spec {
    margin-bottom: 3.9375rem;
    padding: 4.166rem 4.05rem 1.94rem 4.05rem;
  }
}
.works-detail .works-detail__spec-heading {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 160%;
  color: #ffffff;
  padding: 0.25rem 1rem;
  background-color: #6d6a5f;
  border-radius: 0.375rem 0 0.375rem 0;
}
@media (min-width: 768px) {
  .works-detail .works-detail__spec-heading {
    padding: 0.25rem 1.125rem;
  }
}
.works-detail .works-detail__spec-table {
  width: 100%;
  border-collapse: collapse;
}
.works-detail .works-detail__spec-row {
  display: flex;
  gap: 0.625rem;
}
.works-detail .works-detail__spec-label {
  width: 6.8125rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
  text-align: left;
  vertical-align: top;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .works-detail .works-detail__spec-label {
    font-size: 1.125rem;
    width: 23.4%;
  }
}
.works-detail .works-detail__spec-value {
  width: auto;
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  color: #222222;
}
@media (min-width: 768px) {
  .works-detail .works-detail__spec-value {
    font-size: 1rem;
    width: 76.6%;
  }
}
.works-detail .works-detail__point {
  padding: 0;
}
.works-detail .works-detail__point-heading {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #2e2e2e;
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid #2e2e2e;
  margin-bottom: 0.625rem;
}
.works-detail .works-detail__point-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  color: #222222;
}
@media (min-width: 768px) {
  .works-detail .works-detail__point-text {
    font-size: 1.125rem;
  }
}

/* ==========================================================
  pager：ページネーション
   ========================================================== */
.pager {
  margin-inline: auto;
  position: relative;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
}
@media (min-width: 768px) {
  .pager {
    margin-top: 4rem;
    max-width: 45rem;
  }
}

.pager__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .pager__list {
    gap: 0.5rem;
  }
}

.pager__link {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.89rem;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  transition: color 0.3s ease;
}
.pager__link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  height: 0.125rem;
  width: 0.67rem;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}
.pager__link:hover {
  opacity: 1;
  color: #222222;
}
.pager__link:hover::after {
  background-color: #222222;
}
.pager__link.is-current {
  font-weight: 700;
}
.pager__link.is-current::after {
  background-color: #222222;
}

.pager__arrow {
  position: relative;
  width: 0.625rem;
  height: 1rem;
  flex-shrink: 0;
}
.pager__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/common/right_arrow__black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pager__arrow-prev::before {
  transform: rotate(180deg);
}
.pager__arrow:hover {
  opacity: 0.6;
}

.is-style-caption {
  background-color: #ffffff;
  border: 0.0625rem solid #c3b9b5;
  border-radius: 0.9375rem;
  padding: 1.6875rem;
  font-family: "SourceHanSansJP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .is-style-caption {
    padding: 2.8125rem;
  }
}

.voice-list {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .voice-list {
    gap: 3.625rem;
  }
}
.voice-list .voice-list__link {
  position: relative;
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  grid-template-areas: "image intro" "content content";
  gap: 1rem;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .voice-list .voice-list__link {
    grid-template-columns: 11.875rem 1fr;
    grid-template-areas: "image intro" "image content";
    gap: 2.8125rem;
  }
}
.voice-list .voice-list__link:hover {
  opacity: 1;
}
.voice-list .voice-list__link:hover .voice-list__btn {
  background-color: #51648e;
}
.voice-list .voice-list__image {
  grid-area: image;
}
.voice-list .voice-list__image img {
  width: 100%;
  height: auto;
  display: block;
}
.voice-list .voice-list__intro {
  position: relative;
  padding-top: 0.5rem;
  grid-area: intro;
}
@media (min-width: 768px) {
  .voice-list .voice-list__intro {
    padding-top: 0;
  }
}
.voice-list .voice-list__quote {
  position: absolute;
  top: -3.22rem;
  display: block;
  width: 2rem;
  height: 1.5625rem;
  background-image: url("../img/common/double_quotation_mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .voice-list .voice-list__quote {
    left: -1.125rem;
    width: 2.25rem;
    height: 1.75rem;
  }
}
.voice-list .voice-list__title {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .voice-list .voice-list__title {
    font-size: 1.125rem;
    margin-bottom: 0.16rem;
  }
}
.voice-list .voice-list__meta {
  font-size: 0.75rem;
  color: #767676;
}
@media (min-width: 768px) {
  .voice-list .voice-list__meta {
    font-size: 0.8125rem;
  }
}
.voice-list .voice_list__box {
  position: relative;
  padding: 0 0 2.56rem 0;
}
@media (min-width: 768px) {
  .voice-list .voice_list__box {
    padding: 2.5rem 4.222rem 1.5rem 0;
  }
}
.voice-list .voice-list__content {
  grid-area: content;
}
.voice-list .voice-list__text {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .voice-list .voice-list__text {
    font-size: 0.875rem;
  }
}
.voice-list .voice-list_btns {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem 0rem 0 0rem;
  background-color: #faf4eb;
  width: 2.5625rem;
  height: 2.5625rem;
}
@media (min-width: 768px) {
  .voice-list .voice-list_btns {
    width: 3.0625rem;
    height: 3.0625rem;
  }
}
.voice-list .voice-list__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #1c2b4a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
@media (min-width: 768px) {
  .voice-list .voice-list__btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.voice-list .voice-list__btn-arrow {
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  transform: rotate(45deg);
  margin-left: -0.125rem;
}/*# sourceMappingURL=single-column.css.map */