.singleMain {
  position: relative;
  padding-bottom: 11.11vw;
  overflow: hidden;
}

.singleArticleHead__last {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16.48%;
  margin-top: 2.5rem;
}
.singleArticleHead-last__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.singleArticleHead-last__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.singleArticleHead-last__links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.singleArticleHead-last__links a {
  display: inline-grid;
  place-items: center;
}
.singleArticleHead-last__link-text {
  font-weight: 400;
  line-height: 1.625rem;
  font-size: 0.75rem;
  color: var(--colorBlack-2);
}
.singleNews__button {
  text-align: center;
}

.single__WP-contents {
  margin-top: 5rem;
}

@media screen and (max-width: 1080px) {
  .singleArticleHead__last {
    gap: 1rem;
    align-items: flex-end;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .singleMain {
    padding-bottom: 56vw;
  }
  .singleArticleHead__first {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .singleArticleHead__times {
    order: 1;
  }
  .singleArticleHead__company {
    order: 2;
  }
  .singleArticleHead-last__wrapper {
    gap: 1rem;
  }
  .singleMain__news > .container-1062 {
    margin-bottom: 6rem;
  }
  .single__WP-contents {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .singleArticleHead__last {
    flex-direction: column;
  }
}


/* ============== */
/* ページ送り */
/* ============== */
.singlePager {
  margin-block: 6rem;
  display: flex;
  gap: 17.023%;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
.singlePager::before {
  content: "";
  background-color: #E7E7E7;
  width: 1px;
  height: calc(100% - 2rem * 2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.singlePager .flex {
  display: flex;
  align-items: center;
}
.gap-8 {
  gap: 0.5rem;
}
.gap-24 {
  gap: 1.5rem;
}
.jc-between {
  justify-content: space-between;
}
.width-100 {
  width: 100%;
}
.flex-1 {
  flex: 1;
}
.singlePager__link {
  padding-block: 2rem;
  flex: 0 1 50%;
  display: block;
  align-items: center;
  max-width: 351px;
}
.singlePager__title {
  color: var(--colorBlack-2);
  font-size: 0.875rem;
  line-height: calc(24 / 14);
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.5em;
}
.singlePager__date {
  font-size: 0.75rem;
  line-height: calc(32 / 12);
}
.singlePager__tag {
  padding: 0.2em 1em;
}

/* 青丸アイコン */
.singlePager__icon-arrow {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  overflow: hidden;
  flex: 0 0 2rem;
}
.singlePager__next .singlePager__icon-arrow {
  left: unset;
  right: 0;
}
.singlePager__icon-arrow svg {
  color: #fff;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  z-index: 2;
  path {
    stroke: #fff;
  }
}
/* 青丸用 */
.singlePager-icon__bg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--linkBlue);
  border: 1px solid var(--linkBlue);
  transform: scale(1.0);
  transition:
  background-color 0.3s,
  transform .3s;
  position: relative;
  overflow: hidden;
}
/* ホバー用 white */
.singlePager-icon__bg::before {
  background: #fff;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 200%;
  height: 200%;
  transform: rotate(-45deg) translate(30%, 110%);
  transform-origin: right bottom;
  transition: transform .5s ease;
  z-index: 1;
}
@media (hover:hover) {
    /* PC青アイコン */
  a.singlePager__link:hover .singlePager__icon-arrow svg {
    path {
      stroke: var(--linkBlue);
    }
  }
  a.singlePager__link:hover .singlePager-icon__bg::before {
    transform: rotate(-45deg) translate(50%, 10%);
  }
}

.pager-text {
  padding-left: 3.5rem;
}

.singlePager__next .pager-text {
  padding-inline: 0 3.5rem;
}

.news__bg {
  position: absolute;
  bottom: -10vw;
  left: 0;
  width: 100%;
  z-index: -2;

  .news__bg-line-1 {
    position: absolute;
    bottom: 0vw;
    left: -4vw;
    width: 104%;
    z-index: var(--indexLine);
  }
  .news__bg-line-2 {
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 104%;
    z-index: var(--indexLine);
  }
  .news__ring {
    position: absolute;
    img {
      width: 100%;
    }
  }
  .item-1-bottom {
    width: 10.34583vw;
    bottom: -8vw;
    left: 12.5vw;
    z-index: var(--indexRingBottom);
  }
  .item-1-top {
    width: 10.524305vw;
    bottom: -8vw;
    left: 12.5vw;
    z-index: var(--indexRingTop);
  }
}
@media screen and (max-width: 1180px) {
  .news__bg {
    .news__bg-line-1 {
      bottom: -8vw;
    }
    .news__bg-line-2 {
      bottom: -8vw;
    }
  }
}

@media screen and (max-width: 768px) {
  .singlePager {
    display: block;
  }
  .singlePager::before {
    display: none;
  }
  .singlePager__link {
    max-width: none;
  }
  .singlePager__prev {
    border-bottom: 1px solid #E7E7E7;
  }
  .singlePager__next {
    padding-left: calc(2rem + 1.5rem);
  }
  .singlePager__icon-arrow {
    top: unset;
    transform: unset;
  }
}

/* eye catch */
.eye-catch {
  margin-inline: auto;
  width: 100%;
  max-width: 846px;
}

.eye-catch img {
  aspect-ratio: 846 / 564;
  object-fit: cover;
  height: 100%;
  width: 100%;
}