.p-footer {
  margin-top: 16rem;
}
@media (min-width: 768px) {
  .p-footer {
    margin-top: 24rem;
  }
}

.p-mv {
  --base-w: 375px;
  --base-h: 600px;
  --scale-x: 1;
  --scale: calc((var(--vh, 1vh)* 100));
  position: relative;
  overflow: hidden;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-mv {
    --base-h: calc(768px + 7rem);
    --base-w: 1086px;
    --scale: calc(100svh / var(--base-h));
    --scale-x: calc((var(--vh, 1vh)* 100));
    margin-bottom: 9rem;
  }
}
@media (min-width: 1024px) {
  .p-mv {
    --base-h: 768px;
  }
}
.p-mv__wrap {
  position: relative;
}
.p-mv__txt {
  color: #fff;
  opacity: 0.5;
  font-family: var(--font-en);
  font-size: 4.6rem;
  letter-spacing: 0.1em;
  line-height: 0.66;
  position: absolute;
  left: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .p-mv__txt {
    font-size: calc(9.4rem * var(--scale));
    top: calc(-0.9rem * var(--scale));
    writing-mode: vertical-lr;
  }
}
@media (max-width: 767px) {
  .p-mv__txt {
    left: calc(-0.4rem * var(--scale-x));
    right: calc(-0.4rem * var(--scale-x));
    bottom: 0;
  }
}
.p-mv__txt * {
  letter-spacing: 0.1em;
}
.p-mv__ttl {
  color: #fff;
  font-family: var(--font-secondary);
  font-size: calc(40px * var(--scale));
  font-weight: 400;
  line-height: 1.19;
  letter-spacing: 0.1em;
  position: absolute;
  text-shadow: 0 0 5rem rgba(0, 0, 0, 0.6);
  writing-mode: vertical-rl;
  z-index: 5;
}
@media (min-width: 768px) {
  .p-mv__ttl {
    font-size: calc(5.2rem * var(--scale));
    letter-spacing: 0.2em;
    left: calc(14.4rem * var(--scale));
    top: calc(10.5rem * var(--scale));
    text-shadow: 0 0 5rem rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  .p-mv__ttl {
    left: 50%;
    top: 4.7rem;
    transform: translateX(-50%);
  }
}
.p-mv__ttl small {
  font-size: 0.75em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .p-mv__ttl small {
    font-size: 0.769em;
  }
}
.p-mv__ttl p {
  position: relative;
}
.p-mv__ttl p:nth-child(1)::before {
  content: "";
  background-color: #fff;
  height: calc(8rem * var(--scale));
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1.5rem);
}
@media (min-width: 768px) {
  .p-mv__ttl p:nth-child(1)::before {
    bottom: calc(100% + 2.5rem * var(--scale));
  }
}
.p-mv__ttl p:nth-child(2) {
  margin-right: calc(1rem * var(--scale));
  padding-top: calc(48px * var(--scale));
}
@media (min-width: 768px) {
  .p-mv__ttl p:nth-child(2) {
    margin-right: calc(1.5rem * var(--scale));
    padding-top: calc(6.3rem * var(--scale));
  }
}
.p-mv__gallery {
  display: flex;
}
@media (min-width: 768px) {
  .p-mv__gallery {
    min-height: 60rem;
  }
}
@media (min-width: 1024px) {
  .p-mv__gallery {
    height: 100svh;
    min-height: 50rem;
  }
}
.p-mv__gallery-wrap {
  animation: infiniteSlider 90s linear infinite;
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-mv__gallery-wrap {
    animation: infiniteSlider 50s linear infinite;
  }
}
.p-mv__gallery-item {
  flex-shrink: 0;
  display: block !important;
  height: 100%;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .p-mv__gallery-item {
    margin-right: 2rem;
  }
}
.p-mv__gallery-item img {
  aspect-ratio: 960/768;
  max-width: none;
  height: 100%;
}
.p-mv .mv-topic {
  background-color: var(--color-primary);
  border-radius: 0.6rem;
  color: #fff;
  display: flex;
  gap: 2rem;
  margin: 3rem auto 0;
  max-width: 32.5rem;
  padding: 1.5rem 1.4rem 1.5rem 3rem;
}
@media (min-width: 768px) {
  .p-mv .mv-topic {
    gap: 3rem;
    max-width: 36rem;
    margin: 0;
    padding: 2rem 1rem 2rem 3.6rem;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 1;
  }
}
.p-mv .mv-topic__ttl {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 0.9rem;
  writing-mode: vertical-lr;
}
@media (min-width: 768px) {
  .p-mv .mv-topic__ttl {
    font-size: 1.8rem;
    padding-left: 0.8rem;
  }
}
.p-mv .mv-topic__item {
  align-self: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-mv .mv-topic__item {
    line-height: 1.667;
  }
}

.icn-parallax {
  background: no-repeat center/contain;
}
.icn-parallax.parallax-01 {
  background-image: url("../images/home/icn_bg01_sp.svg");
  top: 7.3rem;
  right: -17.4rem;
  aspect-ratio: 247/88;
  width: 24.7rem;
}
@media (min-width: 768px) {
  .icn-parallax.parallax-01 {
    background-image: url("../images/home/icn_bg01.svg");
    top: 4.1rem;
    right: -21.4rem;
    aspect-ratio: 470/197;
    width: 47rem;
  }
}
.icn-parallax.parallax-02 {
  background-image: url("../images/home/icn_bg02_sp.svg");
  top: 18.8rem;
  left: -18rem;
  aspect-ratio: 247/52;
  width: 24.7rem;
}
@media (min-width: 768px) {
  .icn-parallax.parallax-02 {
    background-image: url("../images/home/icn_bg02.svg");
    top: 19.5rem;
    left: -28rem;
    aspect-ratio: 470/197;
    width: 47rem;
  }
}
.icn-parallax.parallax-03 {
  background-image: url("../images/home/icn_bg03_sp.svg");
  top: 47.4rem;
  right: 1rem;
  aspect-ratio: 102/55;
  width: 10.2rem;
}
@media (min-width: 768px) {
  .icn-parallax.parallax-03 {
    background-image: url("../images/home/icn_bg03.svg");
    top: 59.9rem;
    right: 3rem;
    aspect-ratio: 163/132;
    width: 16.3rem;
  }
}
.icn-parallax.parallax-04 {
  background-image: url("../images/home/icn_bg04.svg");
  top: 64.2rem;
  right: -2.3rem;
  aspect-ratio: 163/80;
  width: 16.3rem;
}
.icn-parallax.parallax-05 {
  background-image: url("../images/home/icn_bg05_sp.svg");
  top: 6rem;
  right: 0;
  aspect-ratio: 80/26;
  width: 8rem;
}
@media (min-width: 768px) {
  .icn-parallax.parallax-05 {
    background-image: url("../images/home/icn_bg05.svg");
    aspect-ratio: 200/50;
    top: 8rem;
    width: 20rem;
  }
}

.p-about {
  margin-bottom: 7rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-about {
    margin-bottom: 10rem;
  }
}
.p-about .hline03-en {
  margin-bottom: 8.9rem;
}
@media (min-width: 768px) {
  .p-about .hline03-en {
    margin-bottom: 3rem;
  }
}
.p-about .about-map {
  container-type: inline-size;
  margin: 0 -1rem 6.3rem -0.5rem;
  position: relative;
  width: 34rem;
}
@media (min-width: 768px) {
  .p-about .about-map {
    --base-w: 76.5rem;
    --scale: calc(100cqw / var(--base-w));
    margin: 0 auto 5rem;
    max-width: 76.5rem;
    width: 86.3431%;
  }
}
@media (max-width: 767px) {
  .p-about .about-map {
    --scale: 1 !important;
  }
}
.p-about .about-map__img {
  text-align: center;
}
.p-about .about-map__img img {
  width: 100%;
}
.p-about .about-map__item {
  position: absolute;
  z-index: 1;
}
.p-about .about-map__item.item-01 {
  --line-x: 7rem;
  --line-y: 1.2rem;
  --line-size: 0.3rem;
  --line-ratio: 2.5 / 60;
  --line-url: url("../images/home/line01_sp.svg");
  left: 11rem;
  top: -5.9rem;
}
@media (min-width: 768px) {
  .p-about .about-map__item.item-01 {
    --line-x: calc(-4.3rem * var(--scale));
    --line-y: calc(2.2rem * var(--scale));
    --line-size: calc(5.2rem * var(--scale));
    --line-ratio: 52 / 47;
    --line-url: url("../images/home/line01.svg");
    top: 0;
    left: calc(12.7rem * var(--scale));
  }
}
.p-about .about-map__item.item-02 {
  --line-x: calc(100% - 0.9rem);
  --line-y: 1.3rem;
  --line-ratio: 39 / 29;
  --line-size: 3.9rem;
  --line-url: url("../images/home/line02_sp.svg");
  right: 0.1rem;
  top: -3rem;
}
@media (min-width: 768px) {
  .p-about .about-map__item.item-02 {
    --line-x: calc(100% - 0.7rem * var(--scale));
    --line-y: calc(2.3rem * var(--scale));
    --line-ratio: 95 / 2;
    --line-size: calc(9.5rem * var(--scale));
    --line-url: url("../images/home/line02.svg");
    right: calc(8.2rem * var(--scale));
    top: calc(-0.8rem * var(--scale));
  }
}
.p-about .about-map__item.item-03 {
  --line-x: 2.8rem;
  --line-y: 2.1rem;
  --line-ratio: 24 / 56;
  --line-size: 2.4rem;
  --line-url: url("../images/home/line03_sp.svg");
  left: 1.7rem;
  top: -2.2rem;
}
@media (min-width: 768px) {
  .p-about .about-map__item.item-03 {
    --line-x: calc(-3.4rem * var(--scale));
    --line-y: calc(2.3rem * var(--scale));
    --line-ratio: 43 / 37;
    --line-size: calc(4.3rem * var(--scale));
    --line-url: url("../images/home/line03.svg");
    left: calc(-4.6rem * var(--scale));
    top: calc(5.8rem * var(--scale));
  }
}
.p-about .about-map__item.item-04 {
  --line-x: calc(100% - 0.6rem);
  --line-y: 2.3rem;
  --line-ratio: 43 / 30;
  --line-size: 4.3rem;
  --line-url: url("../images/home/line04_sp.svg");
  right: 0;
  top: 0.6rem;
}
@media (min-width: 768px) {
  .p-about .about-map__item.item-04 {
    --line-x: calc(100% - 0.7rem * var(--scale));
    --line-y: calc(2.3rem * var(--scale));
    --line-ratio: 190 / 71;
    --line-size: calc(19rem * var(--scale));
    --line-url: url("../images/home/line04.svg");
    right: calc(-7.9rem * var(--scale));
    top: calc(5.3rem * var(--scale));
  }
}
.p-about .about-map__item.item-05 {
  --line-x: 6.2rem;
  --line-y: 2.2rem;
  --line-ratio: 2 / 42;
  --line-size: 0.2rem;
  --line-url: url("../images/home/line05_sp.svg");
  left: -0.5rem;
  top: 1.6rem;
}
@media (min-width: 768px) {
  .p-about .about-map__item.item-05 {
    --line-x: calc(-2.1rem * var(--scale));
    --line-y: calc(3.4rem * var(--scale));
    --line-ratio: 26 / 2;
    --line-size: calc(2.6rem * var(--scale));
    --line-url: url("../images/home/line05.svg");
    left: calc(-6rem * var(--scale));
    top: calc(13.6rem * var(--scale));
  }
}
.p-about .about-map__item.item-06 {
  --line-x: 5.7rem;
  --line-y: -2.1rem;
  --line-ratio: 2 / 31;
  --line-size: 0.2rem;
  --line-url: url("../images/home/line06_sp.svg");
  left: 2.4rem;
  bottom: -3.3rem;
}
@media (min-width: 768px) {
  .p-about .about-map__item.item-06 {
    --line-x: calc(-6.8rem * var(--scale));
    --line-y: calc(-0.1rem * var(--scale));
    --line-ratio: 70 / 26;
    --line-size: calc(7rem * var(--scale));
    --line-url: url("../images/home/line06.svg");
    left: calc(-4.6rem * var(--scale));
    bottom: calc(-1rem * var(--scale));
  }
}
.p-about .about-map__item .label {
  background-color: #959185;
  border-radius: calc(10rem * var(--scale));
  color: #fff;
  display: block;
  font-family: var(--font-secondary);
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 0.7rem 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-about .about-map__item .label {
    font-size: calc(2rem * var(--scale));
    padding: calc(1.2rem * var(--scale)) calc(2rem * var(--scale));
  }
}
.p-about .about-map__item .line {
  background: var(--line-url) no-repeat center/contain;
  position: absolute;
  right: var(--line-x);
  top: var(--line-y);
  aspect-ratio: var(--line-ratio);
  width: var(--line-size);
  z-index: -1;
}
.p-about__btn {
  text-align: center;
}

.p-direct {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-direct {
    margin-bottom: 10rem;
  }
}
.p-direct__info {
  display: grid;
  gap: 1.6rem;
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .p-direct__info {
    margin-bottom: 11rem;
  }
}
@media (min-width: 768px) {
  .p-direct__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.p-direct__list {
  display: grid;
  gap: 0.2rem;
}
@media (min-width: 768px) {
  .p-direct__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.direct-card {
  container-type: inline-size;
  flex: 1;
  display: block;
  position: relative;
  overflow: hidden;
}
.direct-card::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 1.2rem 1.2rem;
  border-color: transparent transparent #fff transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
}
@media (min-width: 768px) {
  .direct-card::after {
    border-width: 0 0 5.1851851852cqw 5.1851851852cqw;
    right: 2.2222222222cqw;
    bottom: 2.2222222222cqw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .direct-card:hover .direct-card__img img {
    transform: scale(1.15);
  }
}
.direct-card__img {
  overflow: hidden;
  margin: 0;
}
.direct-card__img img {
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(1);
  aspect-ratio: 375/220;
  width: 100%;
}
@media (min-width: 768px) {
  .direct-card__img img {
    aspect-ratio: 270/380;
  }
}
.direct-card__ttl {
  color: #fff;
  font-family: var(--font-secondary);
  font-size: 2rem;
  letter-spacing: 0.12em;
  position: absolute;
  left: 2.5rem;
  right: 2.5rem;
  bottom: 2.2rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .direct-card__ttl {
    font-size: 7.4074074074cqw;
    left: 11.1111111111cqw;
    right: 11.1111111111cqw;
    bottom: 11.1111111111cqw;
  }
}
.direct-card__ttl img {
  width: 19.1rem;
}
@media (min-width: 768px) {
  .direct-card__ttl img {
    width: 70.7407407407cqw;
  }
}

.direct-item {
  border: 1px solid var(--color-body);
  border-radius: 0.6rem;
  display: block;
  padding: 1rem;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .direct-item:hover {
    background-color: #fff;
    border-color: #fff;
    transform: translateY(-1rem);
  }
  .direct-item:hover .direct-item__img img {
    transform: scale(1.15);
  }
}
.direct-item__img {
  border-radius: 0.6rem;
  overflow: hidden;
}
.direct-item__img img {
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  aspect-ratio: 305/200;
  width: 100%;
}
@media (min-width: 768px) {
  .direct-item__img img {
    aspect-ratio: 483/300;
  }
}
.direct-item__info {
  padding: 2.6rem 2rem 1.4rem;
}
@media (min-width: 1200px) {
  .direct-item__info {
    padding-top: 3.4rem;
  }
}
.direct-item__ttl {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  font-family: var(--font-secondary);
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .direct-item__ttl {
    font-size: 2.6rem;
    gap: 2rem;
    margin-bottom: 1.8rem;
  }
}
.direct-item__ttl .c-icon {
  position: relative;
  top: 1.5rem;
}
.direct-item__txt {
  font-size: 1.7rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .direct-item__txt {
    font-size: 1.6rem;
  }
}
.direct-item__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  border-top: 1px solid var(--color-body);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 2.4rem;
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .direct-item__footer {
    margin-top: 2.8rem;
  }
}
.direct-item__footer::after {
  content: "";
  background-color: var(--color-body);
  -webkit-mask: url("../images/common/icn_arw01.svg") no-repeat center/contain;
  mask: url("../images/common/icn_arw01.svg") no-repeat center/contain;
  aspect-ratio: 7/13;
  width: 0.7rem;
}

.p-exhibition {
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-exhibition {
    padding-bottom: 4rem;
  }
}
.p-exhibition::after {
  content: "";
  background: url("../images/home/bg01.jpg") no-repeat center/cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-exhibition::after {
    height: 32rem;
  }
}
.p-exhibition__list {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-exhibition__list {
    margin-top: 5rem;
  }
}
.p-exhibition__list .slick-slide {
  margin-inline: 0.5rem;
  width: 32rem;
}
@media (min-width: 768px) {
  .p-exhibition__list .slick-slide {
    margin-inline: 1rem;
    width: 70rem;
  }
}
.p-exhibition__list .slick-list {
  overflow: visible;
}
.p-exhibition__list .exhibition-item {
  aspect-ratio: 700/350;
  display: block !important;
  overflow: hidden;
}
.p-exhibition__list .exhibition-item:hover img {
  transform: scale(1.15);
}
.p-exhibition__list .exhibition-item img {
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: var(--transition-s);
  height: 100%;
  width: 100%;
}

.p-event {
  padding: 12.9rem 0 6rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-event {
    padding: 20.7rem 0 12rem 5.5rem;
  }
}
@media (min-width: 768px) {
  .p-event__wrap {
    display: flex;
    gap: 5.2rem;
    padding-bottom: 7rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .p-event__wrap {
    padding-inline: 2.5rem;
  }
}
.p-event__sub {
  color: #EDE8C9;
  font-family: var(--font-en);
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
  top: 6rem;
  left: 0.3rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-event__sub {
    font-size: 14rem;
    top: 7rem;
    left: 4.6rem;
  }
}
.p-event__sub::after {
  content: "";
  background: linear-gradient(to bottom, rgba(248, 243, 226, 0) 0%, rgb(248, 243, 226) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
}
@media (min-width: 768px) {
  .p-event__sub::after {
    height: 10rem;
  }
}
.p-event__sub * {
  letter-spacing: 0.1em;
}
.p-event__ttl {
  font-family: var(--font-secondary);
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-event__ttl {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
    writing-mode: vertical-rl;
  }
}
@media (min-width: 768px) {
  .p-event__content {
    flex: 1;
    overflow: hidden;
  }
}
.p-event__list .slick-list {
  overflow: visible;
}
.p-event__list .slick-slide {
  margin-inline: 1rem;
  width: 20rem;
}
@media (min-width: 768px) {
  .p-event__list .slick-slide {
    margin-inline: 0 3rem;
    width: 36rem;
  }
}
.p-event .slider-pagi {
  margin: 3rem 0 0;
}
@media (min-width: 768px) {
  .p-event .slider-pagi {
    justify-content: center;
    position: absolute;
    left: -5.5rem;
    right: 0;
    bottom: 0;
  }
}

.p-news {
  background-color: #EDE8C9;
  position: relative;
  z-index: 1;
}
.p-news::before {
  content: "";
  background: url("../images/home/bg02.svg") no-repeat center/contain;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14rem;
  z-index: -1;
}
.p-news__wrap {
  position: relative;
  padding-block: 2rem 7rem;
}
@media (min-width: 768px) {
  .p-news__wrap {
    padding: 8rem 0;
  }
}
.p-news__ttl {
  opacity: 0.6;
  color: #fff;
  font-family: var(--font-en);
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-news__ttl {
    font-size: 12rem;
    margin-bottom: 0;
    position: absolute;
    right: -6rem;
    top: 6.7rem;
    writing-mode: vertical-lr;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .p-news__ttl {
    right: 0;
  }
}
@media (min-width: 768px) {
  .p-news__row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    max-width: 88.6rem;
    margin-inline: auto;
  }
}
@media (min-width: 1200px) {
  .p-news__row {
    gap: 4.5rem;
  }
}
@media (min-width: 768px) {
  .p-news__col {
    flex: 1;
    padding-block: 4rem;
  }
}
@media (min-width: 768px) {
  .p-news__col:not(:last-child) {
    border-right: 1px solid #D1C9C5;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .p-news__col:not(:last-child) {
    padding-right: 4.5rem;
  }
}
@media (max-width: 767px) {
  .p-news__col:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-news__col.col--museum {
  --color-title: var(--color-sub);
}
@media (min-width: 768px) {
  .p-news__col.col--museum .news-item:hover .news-item__date,
  .p-news__col.col--museum .news-item:hover .news-item__txt {
    color: var(--color-title);
  }
}
.p-news__col.col--other {
  --color-title: #959185;
}
@media (min-width: 768px) {
  .p-news__col.col--other .news-item:hover .news-item__date,
  .p-news__col.col--other .news-item:hover .news-item__txt {
    color: var(--color-title);
  }
}
.p-news__col.col--gallery {
  --color-title: #EA641C;
}
@media (min-width: 768px) {
  .p-news__col.col--gallery .news-item:hover .news-item__date,
  .p-news__col.col--gallery .news-item:hover .news-item__txt {
    color: var(--color-title);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .p-news__col .btn {
    font-size: 1.3rem;
  }
}
.p-news__label {
  border-bottom: 1px solid currentColor;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--color-title, var(--color-primary));
  font-family: var(--font-secondary);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 2.8rem;
  padding-bottom: 1.2rem;
}
.p-news__label::before {
  content: "";
  background-color: currentColor;
  border-radius: 0.2rem;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.p-news .news-item {
  display: block;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-news .news-item {
    margin-bottom: 2.8rem;
  }
}
.p-news .news-item__date {
  color: #959185;
  font-size: 1.8rem;
  font-family: var(--font-num);
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-news .news-item__date {
    margin-bottom: 1.2rem;
    transition: color 0.3s ease;
  }
}
.p-news .news-item__txt {
  font-family: var(--font-secondary);
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .p-news .news-item__txt {
    -webkit-line-clamp: 3;
    transition: color 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .p-news .news-item__txt {
    font-size: 2rem;
  }
}

.p-faq {
  position: relative;
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .p-faq {
    padding-top: 10rem;
  }
}
@media (max-width: 767px) {
  .p-faq .text-split-horizontal__wrap {
    justify-content: center;
  }
}
.p-faq__list {
  display: grid;
  row-gap: 1rem;
  margin-block: 4rem 3.2rem;
}
@media (min-width: 768px) {
  .p-faq__list {
    margin-block: 5rem;
  }
}
.p-faq__btn {
  text-align: right;
}