@charset "UTF-8";
.c-txt-ttl .c-txt-ttl__outer .c-txt-ttl__inner {
  padding-bottom: 10px;
}

.c-txt-ttl2 {
  margin-bottom: 20px;
}

.border-merge + .c-list-link .c-btn-common {
  padding-block: 19.5px;
  margin-top: 10px;
}

.p-news-pick2 {
  margin-top: 30px;
}
.p-news-pick2 .p-news-pick2__inner {
  display: block;
}
.p-news-pick2 .p-news-pick2__inner h2,
.p-news-pick2 .p-news-pick2__inner h3,
.p-news-pick2 .p-news-pick2__inner p,
.p-news-pick2 .p-news-pick2__inner li {
  transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-news-pick2 .p-news-pick2__inner img {
  transition: transform 0.8s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-news-pick2 .p-news-pick2__inner:hover h2,
.p-news-pick2 .p-news-pick2__inner:hover h3,
.p-news-pick2 .p-news-pick2__inner:hover p,
.p-news-pick2 .p-news-pick2__inner:hover li {
  color: #C61935;
}
.p-news-pick2 .p-news-pick2__inner:hover img {
  transform: scale(1.05);
}
.p-news-pick2 .p-news-pick2__inner .p-news-pick2__thumbnail {
  overflow: hidden;
}
.p-news-pick2 .p-news-pick2__inner .p-news-pick2__thumbnail img {
  width: 100%;
  aspect-ratio: 337/252;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-pick2 .p-news-pick2__inner .p-news-pick2__ttl {
  margin-top: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-news-pick2 .p-news-pick2__inner + .p-news-pick2__inner {
  margin-top: 30px;
}
.p-news-pick2 .p-news-pick2__subttl {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 5px;
}
.p-news-pick2 .p-news-pick2__author {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}
.p-news-pick2 .p-news-tag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.p-news-pick2 .p-news-tag .p-news-tag__cat {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-news-pick2 .p-news-tag .p-news-tag__date {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-btn-square {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  min-height: 101px;
  padding: 20px calc(var(--cvw) * 15) 20px calc(var(--cvw) * 5);
  border: 1px solid #1D2524;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1),border-color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-btn-square::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background: transparent;
  border: 1px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-btn-square::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  content: "";
  background: url(../../svg/i_arrow_right.svg) no-repeat right top;
  background-size: 100% auto;
  transition: background-image 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
[data-whatinput=keyboard] .p-btn-square:focus {
  color: #C61935;
  border: 1px solid #C61935;
}
[data-whatinput=keyboard] .p-btn-square:focus::before {
  border: 1px solid #C61935;
}
[data-whatinput=keyboard] .p-btn-square:focus::after {
  background: url(../../svg/i_arrow_right.svg?c=C61935) no-repeat right top;
  background-size: 100% auto;
}
.p-btn-square:hover {
  color: #C61935;
  border: 1px solid #C61935;
}
.p-btn-square:hover::before {
  border: 1px solid #C61935;
}
.p-btn-square:hover::after {
  background: url(../../svg/i_arrow_right.svg?c=C61935) no-repeat right top;
  background-size: 100% auto;
}

.p-news .p-news-slider {
  border-top: solid 2px #1D2524;
}

.p-example .p-example-slider {
  width: calc(var(--cvw) * 95);
  padding-bottom: 20px;
  margin-bottom: -15px;
  overflow-x: scroll;
  border-top: solid 2px #1D2524;
}
.p-example .p-example-slider .p-news-pick2 {
  display: flex;
  gap: calc(var(--cvw) * 5);
  margin-top: 20px;
}
.p-example .p-example-slider .p-news-pick2 .p-news-pick2__inner {
  width: calc(var(--cvw) * 75);
  margin-top: 0;
}
.p-example .p-example-slider .p-news-pick2 .p-news-pick2__inner .p-news-pick2__ttl {
  margin-top: 10px;
}

.p-collaboration .p-collaboration__wrap + .p-collaboration__wrap {
  margin-top: 50px;
}

.p-share {
  margin-top: 50px;
}

.p-box-summary-news {
  padding-bottom: 50px;
  margin-inline: calc(var(--cvw) * 5);
}
.p-box-summary-news .p-box-summary-news__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-box-summary-news .p-box-summary-news__item:nth-child(n+2) {
  margin-top: 10px;
}
.p-box-summary-news .p-box-summary-news__item .p-box-summary-news__item-text {
  margin-top: 10px;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-box-summary-news .p-box-summary-news__item .p-box-summary-news__item-separate {
  display: block;
  width: 1px;
  height: 14px;
  margin: auto 10px;
  background: #1D2524;
}
.p-box-summary-news .p-box-summary-news__date {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
}

.p-btn-share {
  position: relative;
  display: block;
  padding: 17px 0 16px;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1D2524;
  text-align: left;
  border-top: solid 1px #1D2524;
  border-bottom: solid 1px #1D2524;
  transition: all 0.2s ease-out;
  transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-btn-share .p-btn-share__inner {
  position: relative;
  display: block;
  padding-right: 2.5%;
}
.p-btn-share .p-btn-share__inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  background: url(../../svg/i_facebook.svg) center no-repeat;
  background-size: 20px;
}
.p-btn-share:hover {
  color: #C61935;
}
.p-btn-share.p-btn-share--facebook .p-btn-share__inner:before {
  background-image: url(../../svg/i_facebook.svg);
}
.p-btn-share.p-btn-share--twitter .p-btn-share__inner:before {
  background-image: url(../../svg/i_x.svg);
}
@media print, screen and (min-width: 769px) {
  .c-txt-ttl .c-txt-ttl__outer .c-txt-ttl__inner {
    padding-bottom: 40px;
  }
  .c-txt-ttl2 {
    margin-bottom: 40px;
  }
  .border-merge + .c-list-link .c-btn-common {
    padding-block: 46.5px;
    margin-top: 0;
  }
  .p-news-pick2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-news-pick2 .p-news-pick2__inner .p-news-pick2__thumbnail img {
    aspect-ratio: 400/300;
  }
  .p-news-pick2 .p-news-pick2__inner .p-news-pick2__ttl {
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-news-pick2 .p-news-pick2__subttl {
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 10px;
  }
  .p-news-pick2 .p-news-pick2__author {
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 20px;
    line-height: 2;
  }
  .p-news-pick2 .p-news-tag .p-news-tag__cat {
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-news-pick2 .p-news-tag .p-news-tag__date {
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  [data-fixed] > .l-content__main > section > :is(.c-txt-ttl2, .c-txt-ttl3, .c-txt-ttl4) > span {
    display: block;
    width: calc(var(--cvw) * 45);
  }
  [data-fixed] > .l-content__main > section > :is(.c-txt-ttl2, .c-txt-ttl3, .c-txt-ttl4) .c-txt-ttl2__lead {
    width: calc(var(--cvw) * 62.5);
  }
  [data-fixed] > .l-content__main > section > :is(.c-list-link.c-list-link__txt) {
    width: calc(var(--cvw) * 45);
  }
  [data-fixed] > .l-content__main > section > :is(.c-txt-p, .c-list-desc, .c-list-num, .c-box-frame) {
    width: calc(var(--cvw) * 62.5);
  }
  [data-fixed] > .l-content__main > .c-list-link [data-gs-col="12"] .p-btn-square:not(.btn-square) .p-btn-square__inner {
    padding-right: calc(var(--cvw) * 32.5);
  }
  [data-fixed] > .l-content__main > .c-list-link [data-gs-col="12"] .p-btn-square:not(.btn-square) .p-btn-square__ttl {
    width: calc(var(--cvw) * 17.5);
    padding-right: calc(var(--cvw) * 2.5);
  }
  [data-fixed] > .l-content__main > .c-list-link [data-gs-col="12"] .p-btn-square:not(.btn-square) .p-btn-square__txt {
    width: calc(var(--cvw) * 45);
  }
  .p-btn-square {
    min-height: 201px;
    padding: 20px calc(var(--cvw) * 3) 20px calc(var(--cvw) * 2.5);
    padding-block: 86px;
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .p-btn-square::after {
    right: 34px;
  }
  .p-news .p-news-slider {
    width: calc(var(--cvw) * 95);
    padding-bottom: 20px;
    margin-bottom: -15px;
    overflow: visible;
  }
  .p-news .p-news-slider .p-news-pick2 {
    display: flex;
    margin-top: 40px;
  }
  .p-news .p-news-slider .p-news-pick2 .p-news-pick2__inner {
    width: calc(var(--cvw) * 25);
    margin-top: 0;
    margin-right: calc(var(--cvw) * 2.5);
  }
  .p-news .p-news-slider .p-news-pick2 .p-news-pick2__inner .p-news-pick2__ttl {
    margin-top: 20px;
  }
  .p-example .p-example-slider {
    overflow-y: hidden;
  }
  .p-example .p-example-slider .p-news-pick2 {
    gap: calc(var(--cvw) * 2.5);
    margin-top: 40px;
  }
  .p-example .p-example-slider .p-news-pick2 .p-news-pick2__inner {
    width: calc(var(--cvw) * 87.5 / 4);
  }
  .p-example .p-example-slider .p-news-pick2 .p-news-pick2__inner .p-news-pick2__ttl {
    margin-top: 20px;
  }
  .p-collaboration .p-collaboration__wrap .p-collaboration__inner + .p-collaboration__inner {
    margin-top: 0;
  }
  .p-collaboration .p-collaboration__wrap .p-collaboration__inner[data-gs-col="6"] .c-txt-ttl2 {
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 50px;
  }
  .p-collaboration .p-collaboration__wrap .p-collaboration__inner[data-gs-col="6"] .c-txt-ttl2 .c-txt-ttl2__lead {
    padding-right: calc(var(--cvw) * 12.5);
  }
  .p-box-summary-news {
    display: flex;
    gap: 63px;
    align-items: center;
    width: calc(var(--cvw) * 95);
    padding-bottom: 100px;
    margin: 0 auto;
  }
  .p-box-summary-news .p-box-summary-news__item:nth-child(n+2) {
    margin-top: 0px;
  }
  .p-box-summary-news .p-box-summary-news__item .p-box-summary-news__item-text {
    margin-top: 0;
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-box-summary-news .p-box-summary-news__item .p-box-summary-news__item-separate {
    height: 16px;
    margin: auto 20px;
  }
  .p-box-summary-news .p-box-summary-news__date {
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .p-btn-share {
    padding: 27px 0 26px;
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    border-top: solid 1px #1D2524;
    border-bottom: solid 1px #1D2524;
  }
  .p-btn-share .p-btn-share__inner {
    display: flex;
  }
  .p-btn-share .p-btn-share__inner:before {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-news-pick2.swiper-wrapper {
    display: block;
  }
  [data-fixed] > .l-content__main > .c-list-link [data-gs-sp="1"] .p-btn-square .p-btn-square__inner {
    padding-right: calc(var(--cvw) * 20);
  }
}