:root {
  --color-jet: #000000;
  --color-white: #ffffff;
  --color-black: #262626;
  --color-gray: #404040;
  --color-light-gray: #dedede;
  --color-light-blue: #6ec7da;
  --font-en: bebas-neue-pro, sans-serif;
  --font-jp: "A-OTF Gothic MB101 Pr5", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.4;
  cursor: auto;
  font-family: var(--font-jp);
}

body.is-fixed {
  overflow: hidden;
}

main {
  flex: 1;
}

main.recruit {
  position: relative;
}

main.recruit::before {
  content: "";
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: url("../img/recruit/recruit-bg-sp.png");
}

.intro {
  color: var(--color-white);
  overflow: hidden;
  position: relative;
  margin-top: 30.7692307692vw;
}

.intro .intro__inner {
  padding-bottom: 76.9230769231vw;
}

.intro .intro__title {
  font-weight: 700;
  font-size: 8.7179487179vw;
}

.intro .intro__text {
  font-weight: 600;
  line-height: 2;
  margin-top: 10.2564102564vw;
  font-size: 4.1025641026vw;
}

.intro .intro__text + .intro__text {
  margin-top: 1lh;
}

.intro .intro__en {
  font-family: var(--font-en);
  font-weight: 700;
  display: flex;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 23.0769230769vw;
}

.intro .intro__en span {
  padding-left: 0.5em;
}

.intro .intro__en.is-active span {
  display: block;
}

.intro .intro__en.is-active span:first-child {
  animation: imgslide1 140s linear infinite;
}

.intro .intro__en.is-active span:last-child {
  animation: imgslide2 140s linear -70s infinite;
}

.catch {
  color: var(--color-white);
  margin-top: -7.9487179487vw;
}

.catch .catch__inner {
  padding-top: 20.5128205128vw;
}

.catch .catch__flex {
  display: flex;
  gap: 7.6923076923vw;
  flex-direction: column;
}

.catch .catch__flex:not(:first-child) {
  margin-top: 25.641025641vw;
}

.catch .catch__title {
  font-weight: 700;
  font-size: 7.6923076923vw;
}

.catch .catch__text {
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 2;
  font-size: 3.8461538462vw;
  margin-top: 5.1282051282vw;
}

.catch .catch__img img {
  width: 100%;
  height: auto;
}

.value {
  overflow: hidden;
  margin-top: 38.4615384615vw;
}

.value .value__inner {
  padding-top: 7.6923076923vw;
}

.value .value__cont {
  margin-top: 10.2564102564vw;
}

.value .value__block {
  background-color: var(--color-white);
  position: relative;
  padding: 8.2051282051vw 5.1282051282vw;
}

.value .value__block:not(:first-child) {
  margin-top: 10.2564102564vw;
}

.value .value__block-title {
  font-weight: 700;
  font-size: 5.1282051282vw;
}

.value .value__block-text {
  line-height: 2;
  font-size: 3.5897435897vw;
  margin-top: 3.0769230769vw;
}

.value .value__block-num {
  opacity: 0.07;
  position: absolute;
  font-weight: 700;
  font-size: 25.641025641vw;
  font-family: var(--font-en);
  bottom: -8.4615384615vw;
  right: 1.0256410256vw;
}

.value .value__imgarea {
  margin-top: 25.641025641vw;
}

.value .value__img:first-child {
  margin-left: calc(50% - 50vw);
}

.value .value__img:last-child {
  margin-right: calc(50% - 50vw);
}

.value .value__img:not(:first-child) {
  margin-top: 5.1282051282vw;
}

.value .value__img img {
  width: 100%;
  height: auto;
}

.bg {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.voice {
  margin-top: 46.1538461538vw;
}

.voice .voice__cont {
  margin-top: 10.2564102564vw;
}

.voice .voice__block:not(:first-child) {
  margin-top: 10.2564102564vw;
}

.voice .voice__block-head {
  position: relative;
}

.voice .voice__block-img {
  aspect-ratio: 16/11;
}

.voice .voice__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice .voice__block-over {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 1.2820512821vw;
  left: 5.1282051282vw;
}

.voice .voice__block-title {
  font-weight: 700;
  font-family: var(--font-en);
  color: var(--color-white);
  white-space: nowrap;
  font-size: 7.6923076923vw;
}

.voice .voice__block-label {
  background-color: var(--color-white);
  font-weight: 600;
  font-size: 3.0769230769vw;
  padding: 0.2564102564vw 1.0256410256vw;
}

.voice .voice__block-floating {
  position: absolute;
  bottom: -5.1282051282vw;
  left: 0;
}

.voice .voice__block-lead {
  font-weight: 600;
  background-color: var(--color-black);
  color: var(--color-white);
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
  font-size: 4.358974359vw;
  padding: 1.7948717949vw 3.8461538462vw;
}

.voice .voice__block-body {
  background-color: var(--color-white);
  padding: 10.2564102564vw 6.1538461538vw;
}

.voice .voice__block-unit:not(:first-child) {
  margin-top: 7.6923076923vw;
}

.voice .voice__block-qarea {
  display: flex;
  align-items: flex-start;
  gap: 3.5897435897vw;
}

.voice .voice__block-num {
  background-color: var(--color-black);
  color: var(--color-white);
  font-weight: 700;
  font-family: var(--font-en);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  font-size: 6.1538461538vw;
  padding-inline: 2.0512820513vw;
}

.voice .voice__block-q {
  font-weight: 600;
  line-height: 1.8;
  font-size: 4.1025641026vw;
  padding-top: 0.5128205128vw;
}

.voice .voice__block-text {
  line-height: 1.8;
  font-size: 3.5897435897vw;
  margin-top: 4.6153846154vw;
}

.career {
  margin-top: 46.1538461538vw;
}

.career .career__inner {
  padding-bottom: 46.1538461538vw;
}

.career .career__cont {
  margin-top: 10.2564102564vw;
}

.career .career__cards {
  display: grid;
  gap: 5.1282051282vw;
  grid-template-columns: 1fr;
}

.career .career__card {
  background-color: var(--color-white);
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  justify-items: center;
  padding: 7.6923076923vw 4.1025641026vw;
}

.career .career__card:nth-child(1) .career__card-img {
  width: 12.8205128205vw;
}

.career .career__card:nth-child(2) .career__card-img {
  width: 12.8205128205vw;
}

.career .career__card:nth-child(3) .career__card-img {
  width: 12.8205128205vw;
}

.career .career__card:nth-child(4) .career__card-img {
  width: 12.8205128205vw;
}

.career .career__card-img img {
  width: 100%;
  height: auto;
}

.career .career__card-title {
  font-weight: 700;
  line-height: 1.6;
  font-size: 4.6153846154vw;
  margin-top: 5.1282051282vw;
}

.career .career__card-text {
  line-height: 1.6;
  font-weight: 500;
  font-size: 3.5897435897vw;
  margin-top: 5.1282051282vw;
}

.job {
  background-color: var(--color-white);
}

.job .job__inner {
  padding-top: 25.641025641vw;
  padding-bottom: 25.641025641vw;
}

.job .job__cont {
  margin-top: 10.2564102564vw;
}

.job .job__block:not(:first-child) {
  margin-top: 7.6923076923vw;
}

.job .job__block-head {
  background: rgba(38, 38, 38, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 5.1282051282vw 4.1025641026vw;
  gap: 7.6923076923vw;
}

.job .job__block-head.is-show .job__arrow {
  transform: rotate(180deg);
}

.job .job__block-q {
  font-weight: 600;
  font-size: 4.358974359vw;
}

.job .job__arrow {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.6923076923vw;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.job .job__arrow img {
  height: auto;
  width: 2.8205128205vw;
}

.job .job__block-body {
  padding-top: 5.1282051282vw;
  padding-inline: 4.1025641026vw;
  padding-bottom: 7.6923076923vw;
  border: 0.5128205128vw solid rgba(38, 38, 38, 0.07);
}

.job .job__block-body .job__block-row {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-bottom: 7.6923076923vw;
  border-bottom: 0.5128205128vw solid rgba(38, 38, 38, 0.07);
  gap: 2.5641025641vw;
}

.job .job__block-body .job__block-row:not(:first-child) {
  margin-top: 7.6923076923vw;
}

.job .job__block-body .job__block-row::after {
  content: "";
  position: absolute;
  left: 0;
  background: var(--color-black);
  width: 10.2564102564vw;
  bottom: -0.5128205128vw;
  height: 0.5128205128vw;
}

.job .job__block-body .job__block-row dt {
  font-weight: 500;
  font-size: 3.8461538462vw;
}

.job .job__block-body .job__block-row dd {
  line-height: 1.6;
  font-size: 3.8461538462vw;
}

.entry {
  overflow: hidden;
  background-color: var(--color-black);
  position: relative;
  margin-bottom: -14.358974359vw;
}

.entry .entry__img {
  margin-inline: calc(50% - 50vw);
  aspect-ratio: 390/419;
}

.entry .entry__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.entry .entry__over {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  top: 10.2564102564vw;
  padding-left: 5.641025641vw;
}

.entry .entry__title {
  font-weight: 900;
  font-size: 10.2564102564vw;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  flex-direction: column;
}

.entry .entry__btn {
  display: flex;
  align-items: center;
  gap: 6.4102564103vw;
  margin-top: 2.5641025641vw;
  padding-left: 6.9444444444vw;
}

.entry .entry__btn .text {
  font-weight: 700;
  font-family: var(--font-en);
  font-size: 10.7692307692vw;
}

.entry .entry__btn .arrow {
  background-color: var(--color-white);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  width: 7.9487179487vw;
}

.entry .entry__btn .arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-black);
  scale: 0;
  transition: scale 0.3s;
  z-index: 1;
  border-radius: 50%;
}

.entry .entry__btn .arrow img {
  height: auto;
  width: 2.5641025641vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  z-index: 2;
  transition: opacity 0.3s;
}

@media (min-width: 48.0625em) {
  main.recruit::before {
    background-image: url("../img/recruit/recruit-bg.png");
  }

  .intro {
    margin-top: 13.3333333333vw;
  }

  .intro .intro__inner {
    max-width: 69.4444444444vw;
    padding-bottom: 21.9444444444vw;
  }

  .intro .intro__title {
    font-size: 5.1388888889vw;
  }

  .intro .intro__text {
    margin-top: 4.8611111111vw;
    font-size: 1.3194444444vw;
  }

  .intro .intro__en {
    font-size: 10.4166666667vw;
  }

  .catch {
    margin-top: -3.4722222222vw;
  }

  .catch .catch__inner {
    padding-top: 8.6805555556vw;
  }

  .catch .catch__flex {
    align-items: center;
    gap: 7.0833333333vw;
  }

  .catch .catch__flex:nth-child(odd) {
    margin-right: calc(50% - 50vw);
    flex-direction: row;
  }

  .catch .catch__flex:nth-child(even) {
    margin-left: calc(50% - 50vw);
    flex-direction: row-reverse;
  }

  .catch .catch__flex:not(:first-child) {
    margin-top: 11.6666666667vw;
  }

  .catch .catch__title {
    font-size: 2.8472222222vw;
  }

  .catch .catch__text {
    font-size: 1.1805555556vw;
    margin-top: 2.0833333333vw;
  }

  .catch .catch__img {
    flex-shrink: 0;
    width: 43.4027777778vw;
  }

  .value {
    margin-top: 12.9861111111vw;
  }

  .value .value__inner {
    max-width: 69.4444444444vw;
    padding-top: 3.9583333333vw;
  }

  .value .value__cont {
    margin-top: 6.9444444444vw;
  }

  .value .value__block {
    padding: 3.8194444444vw 3.6111111111vw;
  }

  .value .value__block:not(:first-child) {
    margin-top: 4.8611111111vw;
  }

  .value .value__block-title {
    font-size: 2.4305555556vw;
  }

  .value .value__block-text {
    font-size: 1.1111111111vw;
    margin-top: 1.3888888889vw;
  }

  .value .value__block-num {
    right: 0.4861111111vw;
    font-size: 11.8055555556vw;
    bottom: -4.0972222222vw;
  }

  .value .value__imgarea {
    margin-top: 20.7638888889vw;
  }

  .value .value__img:not(:first-child) {
    margin-top: 17.0138888889vw;
  }

  .voice {
    margin-top: 17.0833333333vw;
  }

  .voice .voice__inner {
    max-width: 88.8888888889vw;
  }

  .voice .voice__cont {
    margin-top: 5.8333333333vw;
  }

  .voice .voice__block:not(:first-child) {
    margin-top: 6.9444444444vw;
  }

  .voice .voice__block-img {
    aspect-ratio: unset;
  }

  .voice .voice__block-img img {
    height: auto;
  }

  .voice .voice__block-over {
    top: 0.6944444444vw;
    left: 2.0138888889vw;
  }

  .voice .voice__block-title {
    font-size: 5vw;
  }

  .voice .voice__block-label {
    font-size: 1.1111111111vw;
    padding: 0.2083333333vw 0.8333333333vw;
  }

  .voice .voice__block-floating {
    bottom: -3.0555555556vw;
  }

  .voice .voice__block-lead {
    font-size: 3.4027777778vw;
    padding: 1.1805555556vw 1.5277777778vw;
  }

  .voice .voice__block-body {
    padding: 8.8194444444vw 5.2083333333vw 6.25vw;
  }

  .voice .voice__block-unit:not(:first-child) {
    margin-top: 4.375vw;
  }

  .voice .voice__block-qarea {
    gap: 1.3194444444vw;
  }

  .voice .voice__block-num {
    font-size: 2.4305555556vw;
    padding-inline: 0.7638888889vw;
  }

  .voice .voice__block-q {
    padding-top: 0;
    font-size: 1.8055555556vw;
  }

  .voice .voice__block-text {
    line-height: 2;
    margin-top: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }

  .career {
    margin-top: 15.2777777778vw;
  }

  .career .career__inner {
    max-width: 69.4444444444vw;
    padding-bottom: 14.5833333333vw;
  }

  .career .career__cont {
    margin-top: 6.25vw;
  }

  .career .career__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.2083333333vw 4.4444444444vw;
  }

  .career .career__card {
    padding: 4.3055555556vw 0;
  }

  .career .career__card:nth-child(1) .career__card-img {
    width: 4.9305555556vw;
  }

  .career .career__card:nth-child(2) .career__card-img {
    width: 4.8611111111vw;
  }

  .career .career__card:nth-child(3) .career__card-img {
    width: 7.9861111111vw;
  }

  .career .career__card:nth-child(4) .career__card-img {
    width: 6.7361111111vw;
  }

  .career .career__card-title {
    font-size: 1.5972222222vw;
    margin-top: 2.8472222222vw;
  }

  .career .career__card-text {
    font-size: 1.1111111111vw;
    margin-top: 2.0833333333vw;
  }

  .job .job__inner {
    max-width: 69.4444444444vw;
    padding-top: 11.7361111111vw;
    padding-bottom: 11.5277777778vw;
  }

  .job .job__cont {
    margin-top: 9.0277777778vw;
  }

  .job .job__block:not(:first-child) {
    margin-top: 3.2638888889vw;
  }

  .job .job__block-head {
    padding: 1.9444444444vw 1.8055555556vw 1.9444444444vw 3.1944444444vw;
    gap: 0;
  }

  .job .job__block-q {
    font-size: 1.5277777778vw;
  }

  .job .job__arrow {
    width: 3.0555555556vw;
  }

  .job .job__arrow img {
    width: 0.8333333333vw;
  }

  .job .job__block-body {
    padding-top: 3.3333333333vw;
    padding-inline: 3.3333333333vw;
    padding-bottom: 4.0277777778vw;
    border: 0.1388888889vw solid rgba(38, 38, 38, 0.07);
  }

  .job .job__block-body .job__block-row {
    gap: 0;
    flex-direction: row;
    padding-bottom: 1.8055555556vw;
    border-bottom: 0.1388888889vw solid rgba(38, 38, 38, 0.07);
  }

  .job .job__block-body .job__block-row:not(:first-child) {
    margin-top: 1.8055555556vw;
  }

  .job .job__block-body .job__block-row::after {
    width: 2.7777777778vw;
    bottom: -0.1388888889vw;
    height: 0.1388888889vw;
  }

  .job .job__block-body .job__block-row dt {
    font-size: 1.1111111111vw;
    min-width: 12.9166666667vw;
  }

  .job .job__block-body .job__block-row dd {
    font-size: 1.1111111111vw;
  }

  .entry {
    margin-bottom: 0;
  }

  .entry .entry__img {
    aspect-ratio: unset;
  }

  .entry .entry__img img {
    height: auto;
  }

  .entry .entry__over {
    padding-left: 0;
    text-align: left;
    align-items: flex-start;
    top: 50%;
    transform: translateY(-50%);
    left: 5.2083333333vw;
  }

  .entry .entry__title {
    color: var(--color-white);
    font-size: 4.0277777778vw;
  }

  .entry .entry__btn {
    padding-left: 0;
    margin-top: 2.7777777778vw;
    gap: 2.4305555556vw;
  }

  .entry .entry__btn .text {
    font-size: 4.2361111111vw;
    color: var(--color-white);
  }

  .entry .entry__btn .arrow {
    width: 3.0555555556vw;
  }

  .entry .entry__btn .arrow img {
    transform: translate(-50%, -50%);
    width: 0.8333333333vw;
  }

  .entry .entry__btn .arrow img:first-child {
    opacity: 1;
  }

  .entry .entry__btn .arrow img:last-child {
    opacity: 0;
  }
}

@media (min-width: 90em) {
  .intro {
    margin-top: 192px;
  }

  .intro .intro__inner {
    max-width: 1000px;
    padding-bottom: 316px;
  }

  .intro .intro__title {
    font-size: 74px;
  }

  .intro .intro__text {
    margin-top: 70px;
    font-size: 19px;
  }

  .intro .intro__en {
    font-size: 150px;
  }

  .catch {
    margin-top: -50px;
  }

  .catch .catch__inner {
    padding-top: 125px;
  }

  .catch .catch__flex {
    gap: 102px;
  }

  .catch .catch__flex:not(:first-child) {
    margin-top: 168px;
  }

  .catch .catch__title {
    font-size: 41px;
  }

  .catch .catch__text {
    font-size: 17px;
    margin-top: 30px;
  }

  .value {
    margin-top: 187px;
  }

  .value .value__inner {
    max-width: 1000px;
    padding-top: 57px;
  }

  .value .value__cont {
    margin-top: 100px;
  }

  .value .value__block {
    padding: 55px 52px;
  }

  .value .value__block:not(:first-child) {
    margin-top: 70px;
  }

  .value .value__block-title {
    font-size: 35px;
  }

  .value .value__block-text {
    font-size: 16px;
    margin-top: 20px;
  }

  .value .value__block-num {
    right: 7px;
    font-size: 170px;
    bottom: -59px;
  }

  .value .value__imgarea {
    margin-top: 299px;
  }

  .value .value__img:not(:first-child) {
    margin-top: 245px;
  }

  .voice {
    margin-top: 246px;
  }

  .voice .voice__inner {
    max-width: 1280px;
  }

  .voice .voice__cont {
    margin-top: 84px;
  }

  .voice .voice__block:not(:first-child) {
    margin-top: 100px;
  }

  .voice .voice__block-over {
    top: 10px;
    left: 29px;
  }

  .voice .voice__block-title {
    font-size: 72px;
  }

  .voice .voice__block-label {
    font-size: 16px;
    padding: 3px 12px;
  }

  .voice .voice__block-floating {
    bottom: -44px;
  }

  .voice .voice__block-lead {
    font-size: 49px;
    padding: 17px 22px;
  }

  .voice .voice__block-body {
    padding: 127px 75px 90px;
  }

  .voice .voice__block-unit:not(:first-child) {
    margin-top: 63px;
  }

  .voice .voice__block-qarea {
    gap: 19px;
  }

  .voice .voice__block-num {
    font-size: 35px;
    padding-inline: 11px;
  }

  .voice .voice__block-q {
    font-size: 26px;
  }

  .voice .voice__block-text {
    margin-top: 30px;
    font-size: 15px;
  }

  .career {
    margin-top: 220px;
  }

  .career .career__inner {
    max-width: 1000px;
    padding-bottom: 210px;
  }

  .career .career__cont {
    margin-top: 90px;
  }

  .career .career__cards {
    gap: 75px 64px;
  }

  .career .career__card {
    padding: 62px 0;
  }

  .career .career__card:nth-child(1) .career__card-img {
    width: 71px;
  }

  .career .career__card:nth-child(2) .career__card-img {
    width: 70px;
  }

  .career .career__card:nth-child(3) .career__card-img {
    width: 115px;
  }

  .career .career__card:nth-child(4) .career__card-img {
    width: 97px;
  }

  .career .career__card-title {
    font-size: 23px;
    margin-top: 41px;
  }

  .career .career__card-text {
    font-size: 16px;
    margin-top: 30px;
  }

  .job .job__inner {
    max-width: 1000px;
    padding-top: 169px;
    padding-bottom: 166px;
  }

  .job .job__cont {
    margin-top: 130px;
  }

  .job .job__block:not(:first-child) {
    margin-top: 47px;
  }

  .job .job__block-head {
    padding: 28px 26px 28px 46px;
  }

  .job .job__block-q {
    font-size: 22px;
  }

  .job .job__arrow {
    width: 44px;
  }

  .job .job__arrow img {
    width: 12px;
  }

  .job .job__block-body {
    padding-top: 48px;
    padding-inline: 48px;
    padding-bottom: 58px;
    border: 2px solid rgba(38, 38, 38, 0.07);
  }

  .job .job__block-body .job__block-row {
    padding-bottom: 26px;
    border-bottom: 2px solid rgba(38, 38, 38, 0.07);
  }

  .job .job__block-body .job__block-row:not(:first-child) {
    margin-top: 26px;
  }

  .job .job__block-body .job__block-row::after {
    width: 40px;
    height: 2px;
    bottom: -2px;
  }

  .job .job__block-body .job__block-row dt {
    font-size: 16px;
    min-width: 186px;
  }

  .job .job__block-body .job__block-row dd {
    font-size: 16px;
  }

  .entry .entry__title {
    font-size: 58px;
  }

  .entry .entry__btn {
    gap: 35px;
    margin-top: 40px;
  }

  .entry .entry__btn .text {
    font-size: 61px;
  }

  .entry .entry__btn .arrow {
    width: 44px;
  }

  .entry .entry__btn .arrow img {
    width: 12px;
  }
}

@media (any-hover: hover) {
  .entry a:hover .arrow::after,
  .entry a:focus-visible .arrow::after {
    scale: 1;
  }

  .entry a:hover .arrow img:first-child,
  .entry a:focus-visible .arrow img:first-child {
    opacity: 0;
  }

  .entry a:hover .arrow img:last-child,
  .entry a:focus-visible .arrow img:last-child {
    opacity: 1;
  }
}