.p-newsDetailFv .c-lowerFv__inner {
  z-index: 2;
  min-height: 610px;
}

.p-newsDetailMarquee {
  overflow: hidden;
  padding-top: 10px;
}

.p-lowerSection--newsDetailArticle {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}

.p-newsDetailArticle__inner {
  margin-block: 130px 152px;
  --layout-content: 1161px;
  display: grid;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #c1e3e1;
}

.p-newsDetailArticle__cms {
  width: 1041px;
  margin-inline: auto;
}

.p-newsDetailArticle__article {
  padding-top: 83px;
  padding-bottom: 50px;
}

.p-newsDetailArticle__header {
  display: block;
}

.p-newsDetailArticle__header .c-detailPage__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.p-newsDetailArticle__header .c-detailPage__metaTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-lime), var(--color-grass));
}

.p-newsDetailArticle__cms .post-ttl {
  position: relative;
  padding-bottom: 16px;
  padding-left: 22px;
  border-bottom: 1px solid #d0d0d0;
}

.p-newsDetailArticle__cms .post-ttl::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 34px;
  background: var(--color-green);
}

.p-newsDetailArticle__cms .detail-text {
  width: min(924px, 100%);
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.p-newsDetailArticle__cms .detail-text p + p {
  padding-top: 30px;
}

.p-newsDetailArticle__cms .post-detail__content > h3:first-child {
  margin-top: 0;
}

.p-newsDetailArticle__cms .post-detail__content h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 53px;
  margin-bottom: 35px;
}

.p-newsDetailArticle__cms .post-detail__content h3::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: var(--color-green);
  flex-shrink: 0;
}

.p-newsDetailArticle__cms .post-detail__content > .p-newsDetailArticle__image,
.p-newsDetailArticle__cms .detail > .p-newsDetailArticle__image {
  width: min(100%, 594px);
  margin-top: 71px;
  margin-right: auto;
  margin-bottom: 93px;
  margin-left: auto;
  aspect-ratio: 594/360;
  overflow: hidden;
  border-radius: 10px;
}

.p-newsDetailArticle__cms .p-newsDetailArticle__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: contain;
}

.p-newsDetailArticle__actions {
  width: fit-content;
  margin-inline: auto;
}

.p-newsDetailArticle__back {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 183px;
  min-height: 47px;
  padding: 0 28px;
  border-radius: 999px;
  background: #15b19c;
  box-shadow: 0 0 0 rgba(3, 159, 124, 0);
  transform: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.p-newsDetailArticle__back::after {
  content: none;
}

.p-newsDetailArticle__back::before {
  position: absolute;
  inset: -45% auto -45% -42px;
  z-index: 0;
  width: 64px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-120%) skewX(-18deg);
  transition: transform 0.55s ease;
}

.p-newsDetailArticle__back p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.p-newsDetailArticle__back:hover,
.p-newsDetailArticle__back:focus-visible {
  background: linear-gradient(90deg, #1ab6a5 0%, #039f7c 100%);
  color: #ffffff;
  filter: brightness(1.04);
  box-shadow: 0 10px 20px rgba(3, 159, 124, 0.2);
  transform: translateY(-3px);
}

.p-newsDetailArticle__back:hover p,
.p-newsDetailArticle__back:focus-visible p {
  color: #ffffff;
}

.p-newsDetailArticle__back:hover::before,
.p-newsDetailArticle__back:focus-visible::before {
  transform: translateX(430%) skewX(-18deg);
}

@media screen and (max-width: 1365px) {
  .p-newsDetailArticle__inner {
    margin-block: 9.5168374817vw 11.1273792094vw;
  }
  .p-newsDetailArticle__cms {
    width: min(76.2079062958vw, 100% - 80px);
  }
  .p-newsDetailArticle__article {
    padding-top: 6.0761346999vw;
    padding-bottom: 3.6603221083vw;
  }
  .p-newsDetailArticle__cms .detail-text {
    width: min(67.6427525622vw, 100%);
    padding-top: 5.8565153734vw;
    padding-bottom: 4.39238653vw;
  }
  .p-newsDetailArticle__cms .post-detail__content > .p-newsDetailArticle__image,
  .p-newsDetailArticle__cms .detail > .p-newsDetailArticle__image {
    margin-top: 5.1976573939vw;
    margin-bottom: 6.8081991215vw;
  }
}
@media screen and (max-width: 900px) {
  .p-lowerSection--newsDetailArticle {
    padding-top: 64px;
  }
  .p-newsDetailArticle__inner {
    margin-block: 88px 120px;
  }
  .p-newsDetailArticle__cms {
    width: calc(100% - 80px);
  }
  .p-newsDetailArticle__article {
    padding-inline: 0;
    padding-top: 68px;
    padding-bottom: 42px;
  }
  .p-newsDetailArticle__cms .detail-text {
    padding-top: 40px;
    padding-bottom: 42px;
  }
  .p-newsDetailArticle__cms .post-detail__content img,
  .p-newsDetailArticle__cms .detail img {
    margin-top: 52px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .p-newsDetailIntroStage {
    margin-top: -162px;
    padding-top: 60px;
    background-size: 980px auto;
  }
  .p-newsDetailArticle__inner {
    margin-block: 64px 88px;
  }
  .p-newsDetailArticle__cms {
    width: calc(100% - 40px);
  }
  .p-newsDetailArticle__article {
    padding-inline: 0;
    padding-top: 52px;
    padding-bottom: 36px;
  }
  .p-newsDetailArticle__cms .post-ttl {
    padding-left: 18px;
  }
  .p-newsDetailArticle__cms .detail-text {
    padding-top: 34px;
    padding-bottom: 36px;
  }
  .p-newsDetailArticle__cms .post-detail__content h3 {
    gap: 8px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .p-newsDetailArticle__cms .post-detail__content h3::before {
    width: 14px;
    height: 14px;
  }
  .p-newsDetailArticle__cms .post-detail__content img,
  .p-newsDetailArticle__cms .detail img {
    margin-top: 40px;
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 500px) {
  .p-newsDetailArticle__cms .detail-text {
    width: 100%;
    padding-inline: 0;
  }
}
