@charset "utf-8";
main {
  position: relative;
}

main .circle {
  position: absolute;
  top: -265px;
  right: min(48px, calc((48 + 96) * ((100vw - 769px) / (1280 - 769)) - 96px));
  width: 480px;
  z-index: 5;
}

@media (max-width: 768px) {
  main .circle {
    top: -25px;
    right: -95px;
    width: 217px;
  }
}

main .circle img {
  animation: circle 26s linear 0s infinite;
}

@media (max-width: 768px) {
  main .circle img {
    animation: circle 18s linear 0s infinite;
  }
}
/* ↓↓↓ fv ↓↓↓ */
.fv .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 0 80px;
  display: flex;
}

@media (max-width: 768px) {
  .fv .inner {
    padding: 0 0 88px;
  }
}

.fv .inner::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 164px);
  border-radius: 160px;
}

@media (max-width: 768px) {
  .fv .inner::before {
    height: calc(100% - 140px);
    border-radius: 80px;
  }
}

.-sales .fv .inner::before {
  background-color: #50BED2;
}

.-technology .fv .inner::before {
  background-color: var(--light-green);
}

.-office .fv .inner::before {
  background-color: #85E7E0;
}

.fv .page-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 11.016%;
  padding-right: 50px;
  z-index: 1;
}

@media (max-width: 768px) {
  .fv .page-ttl {
    padding-left: 8.534%;
    padding-right: 20px;
  }
}

.fv .page-ttl .sub-ttl {
  writing-mode: vertical-lr;
  font-family: var(--text-josefin);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  width: max-content;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .fv .page-ttl .sub-ttl {
    font-size: 4.26667vw;
    margin-bottom: 20px;
  }
}

.fv .page-ttl .ttl {
  writing-mode: vertical-lr;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  width: max-content;
}

@media (max-width: 768px) {
  .fv .page-ttl .ttl {
    font-size: 6.4vw;
    letter-spacing: 0.2em;
  }
}

.fv .content {
  position: relative;
  margin-left: auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .fv .content {
    margin-top: 30px;
  }
}

.fv .content .image {
  display: block;
  height: 567px;
}

@media (max-width: 768px) {
  .fv .content .image {
    height: 85.334vw;
  }
}

.fv .content .image img {
  height: 100%;
  object-fit: cover;
}

.fv .content .copy {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: -165px;
}

@media (max-width: 768px) {
  .fv .content .copy {
    font-size: 2rem;
    margin-top: -25px;
  }
}

.fv .content .copy .bg {
  line-height: 2.3;
  display: inline;
  background: #000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 7px 12px 10px;
}

@media (max-width: 768px) {
  .fv .content .copy .bg {
    padding: 3px 6px 6px;
  }
}

.fv .content .profile-group {
  margin-top: 32px;
}

.fv .content .post {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #282828;
}

.fv .content .name {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-top: 8px;
  color: #000;
}

@media (max-width: 768px) {
  .fv .content .name {
    margin: 8px 0 0;
  }
}

.fv .content .year {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
  color: #282828;
}

.fv .content .graduate {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #282828;
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ career ↓↓↓ */
.career {
  margin: 80px auto 0;
  padding: 0 min(4.296875vw, 55px);
}

@media (max-width: 768px) {
  .career {
    margin: 24px auto 0;
    padding: 0 22px;
  }
}

.career .content {
  display: flex;
  max-width: 838px;
  margin: 0 auto;
  column-gap: 40px;
}

@media (max-width: 768px) {
  .career .content {
    display: block;
  }
}

.career .content-ttl {
  font-family: var(--text-josefin);
  font-size: 5.6rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  min-width: 220px;
}

@media (max-width: 768px) {
  .career .content-ttl {
    font-family: var(--text-josefin);
    font-size: 3.2rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    min-width: 220px;
  }
}

.-sales .career .content-ttl {
  color: #50BED2;
}

.-technology .career .content-ttl {
  color: var(--light-green);
}

.-office .career .content-ttl {
  color: #85E7E0;
}

.career .career-list {
  max-width: 577px;
  background-image : linear-gradient(to bottom, #000 2px, transparent 2px);
  background-size: 1px 5px;
  background-repeat: repeat-y;
  background-position: left top;
}

@media (max-width: 768px) {
  .career .career-list {
    max-width: initial;
  }
}

.career .career-list .item {
  position: relative;
  padding: 24px 0 0 25px;
}

.career .career-list .item:last-of-type {
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .career .career-list .item:first-of-type {
    padding-top: 10px;
  }
}

.career .career-list .item::before {
  content: '';
  position: absolute;
  top: 31px;
  left: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .career .career-list .item:first-of-type::before {
    top: 17px;
  }
}

.-sales .career .career-list .item::before {
  background-color: #50BED2;
}

.-technology .career .career-list .item::before {
  background-color: var(--light-green);
}

.-office .career .career-list .item::before {
  background-color: #85E7E0;
}

.career .career-list .year {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.career .career-list .year .num {
  font-family: var(--text-josefin);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.career .career-list .txt {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
/* ↑↑↑ career ↑↑↑ */

/* ↓↓↓ interview ↓↓↓ */
.interview {
  padding: 80px min(4.296875vw, 55px) 0;
}

@media (max-width: 768px) {
  .interview {
    padding: 48px 0 0;
  }
}

.interview .interview-block {
  max-width: 1012px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.interview .interview-block:not(:first-of-type) {
  margin-top: 80px;
}

.interview .interview-block .txt-group {
  width: calc((100% - 52px) / 2);
  margin-top: 40px;
}

@media (max-width: 768px) {
  .interview .interview-block .txt-group {
    width: 100%;
    padding: 0 22px;
  }
  
  .interview .interview-block .txt-group:not(:first-of-type) {
    margin-top: 64px;
  }
}

.interview .interview-block .txt-group .theme {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 20px;
}

.interview .interview-block .txt-group .theme::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.-sales .interview .interview-block .txt-group .theme::before {
  background-color: #50BED2;
}

.-technology .interview .interview-block .txt-group .theme::before {
  background-color: var(--light-green);
}

.-office .interview .interview-block .txt-group .theme::before {
  background-color: #85E7E0;
}

.interview .interview-block .txt-group .copy {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 25px;
}

.interview .interview-block .txt-group .copy .bg {
  line-height: 2.3;
  display: inline;
  background: #000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 7px 12px 10px;
}

.interview .interview-block .txt-group .copy .bg {
  line-height: 2.5;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 8px 6px;
}

.-sales .interview .interview-block .txt-group .copy .bg {
  background-color: #50BED2;
}

.-technology .interview .interview-block .txt-group .copy .bg {
  background-color: var(--light-green);
}

.-office .interview .interview-block .txt-group .copy .bg {
  background-color: #85E7E0;
}

.interview .interview-block .txt-group .txt {
  text-align: justify;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-top: 25px;
}

.interview .play-block {
  position: relative;
  margin: 80px auto 0;
}

@media (max-width: 768px) {
  .interview .play-block {
    margin: 64px auto 0;
  }
}

.interview .play-block .wrap {
  position: relative;
  padding: 200px min(4.296875vw, 55px) 120px;
}

@media (max-width: 768px) {
  .interview .play-block .wrap {
    padding: 120px 22px 64px;
  }
}

.interview .play-block .wrap::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: calc(100% + 50px);
  background: url(../img/job/play-bg.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .interview .play-block::before {
    height: 100%;
    background: url(../img/job/play-bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}

.interview .play-block .image {
  position: relative;
  display: block;
  max-width: 1012px;
  margin: 0 auto;
  z-index: 1;
}

.interview .play-block .box {
  position: relative;
  max-width: 838px;
  margin: 0 auto;
  background-color: #fff;
  padding: 48px 30px 40px;
  z-index: 1;
}

@media (max-width: 768px) {
  .interview .play-block .box {
    padding: 48px 24px 40px;
  }
}

.interview .play-block .content-ttl {
  position: absolute;
  translate: -50% -100%;
  top: 30px;
  left: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  .interview .play-block .content-ttl {
    top: 25px;
  }
}

.interview .play-block .content-ttl .sub-ttl {
  width: max-content;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #000;
  padding: 0 10px;
  margin: 0 auto 15px;
}

.interview .play-block .content-ttl .ttl {
  font-family: var(--text-josefin);
  font-size: 6.4rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1;
  width: max-content;
}

@media (max-width: 768px) {
  .interview .play-block .content-ttl .ttl {
    font-size: 4.9rem;
  }
}

.interview .play-block .copy {
  position: relative;
  display: block;
  width: max-content;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
  padding: 0 50px;
  color: #282828;
}

@media (max-width: 768px) {
  .interview .play-block .copy {
    text-align: center;
    padding: 0;
  }
}

.interview .play-block .copy::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 3px;
  width: 100%;
  height: 11px;
  background-color: #A8DFE9;
  z-index: -1;
}

@media (max-width: 768px) {
  .interview .play-block .copy::before {
    display: none;
  }
  .interview .play-block .copy .maker {
    padding: 0 15px;
    background: linear-gradient(transparent 70%, #A8DFE9 70%);
    ;
  }

}

/* .interview .play-block .copy .txt {
  position: relative;
  z-index: 1;
} */

.interview .play-block .txt-group .txt {
  text-align: justify;
  max-width: 664px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
/* ↑↑↑ interview ↑↑↑ */

/* ↓↓↓ schedule ↓↓↓ */
.schedule .content {
  padding: 140px min(4.296875vw, 55px) 80px;
}

@media (max-width: 768px) {
  .schedule .content {
    padding: 80px 22px 48px;
  }
}

.schedule .content-ttl {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  container-type: inline-size;
}

.schedule .content-ttl .en {
  position: absolute;
  translate: -50% -100%;
  top: 2.9412cqw;
  left: 50%;
  width: max-content;
  font-family: var(--text-josefin);
  font-size: 9.41176cqw;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 0.85;
}

@media (max-width: 768px) {
  .schedule .content-ttl .en {
    top: 20px;
    font-size: 4.2rem;
  }
}

.-sales .schedule .content-ttl .en {
  color: #A8DFE9;
}

.-technology .schedule .content-ttl .en {
  color: #C0F7C0;
}

.-office .schedule .content-ttl .en {
  color: #C2F3EF;
}

.schedule .content-ttl .ttl {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.333334;
  color: #282828;
  z-index: 1;
}

@media (max-width: 768px) {
  .schedule .content-ttl .ttl {
    font-size: 2rem;
  }
}

.schedule .schedule-block {
  max-width: 838px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  .schedule .schedule-block {
    flex-direction: column;
    margin: 10px auto 0;
    background-image: linear-gradient(to bottom, #000 2px, transparent 2px);
    background-size: 1px 5px;
    background-repeat: repeat-y;
    background-position: left top;
  }
}

.schedule .schedule-block .list {
  position: relative;
  width: calc((100% - 35px) / 2);
  background-image: linear-gradient(to bottom, #000 2px, transparent 2px);
  background-size: 1px 5px;
  background-repeat: repeat-y;
  background-position: left top;
}

@media (max-width: 768px) {
  .schedule .schedule-block .list {
    width: 100%;
    background: initial;
  }
}

.schedule .schedule-block .list .item {
  position: relative;
  padding: 24px 0 0 25px;
}

.schedule .schedule-block .list .item:last-of-type {
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .schedule .schedule-block .list:first-of-type .item:first-of-type {
    padding-top: 15px;
  }
  .schedule .schedule-block .list:not(:first-of-type) .item:first-of-type {
    padding-top: 0;
  }
}

.schedule .schedule-block .list .item::before {
  content: '';
  position: absolute;
  top: 30px;
  left: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .schedule .schedule-block .list:first-of-type .item:first-of-type::before {
    top: 22px;
  }

  .schedule .schedule-block .list:not(:first-of-type) .item:first-of-type::before {
    top: 7px;
  }
}

.-sales .schedule .schedule-block .list .item::before {
  background-color: #50BED2;
}

.-technology .schedule .schedule-block .list .item::before {
  background-color: var(--light-green);
}

.-office .schedule .schedule-block .list .item::before {
  background-color: #85E7E0;
}

.schedule .schedule-block .list .item .do {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #282828;
  display: flex;
}

.schedule .schedule-block .list .item .time {
  display: inline-block;
  font-family: var(--text-josefin);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-right: 10px;
}

.schedule .schedule-block .list .item .txt {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #282828;
}
/* ↑↑↑ schedule ↑↑↑ */

/* ↓↓↓ life ↓↓↓ */
.life .content {
  padding: 0 min(4.296875vw, 55px) 205px;
}

@media (max-width: 768px) {
  .life .content {
    padding: 0 22px 90px;
  }
}

.life .content-ttl {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  container-type: inline-size;
}

.life .content-ttl .en {
  position: absolute;
  translate: -50% -100%;
  top: 2.9412cqw;
  left: 50%;
  width: max-content;
  font-family: var(--text-josefin);
  font-size: 9.41176cqw;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 0.85;
}

@media (max-width: 768px) {
  .life .content-ttl .en {
    top: 20px;
    font-size: 4.2rem;
  }
}

.-sales .life .content-ttl .en {
  color: #A8DFE9;
}

.-technology .life .content-ttl .en {
  color: #C0F7C0;
}

.-office .life .content-ttl .en {
  color: #C2F3EF;
}

.life .content-ttl .ttl {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.333334;
  color: #282828;
  z-index: 1;
}

@media (max-width: 768px) {
  .life .content-ttl .ttl {
    font-size: 2rem;
  }
}

.life .content .life-block {
  max-width: 1012px;
  margin: 0 auto;
  border-radius: 80px;
  padding: 64px 50px 44px;
}

@media (max-width: 768px) {
  .life .content .life-block {
    padding: 70px 24px 64px;
  }
}

.-sales .life .content .life-block {
  background-color: #DCF2F6;
}

.-technology .life .content .life-block {
  background-color: #E6FCE6;
}

.-office .life .content .life-block {
  background-color: #E7FAF9;
}

.life .content .life-block .wrap {
  max-width: 838px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .life .content .life-block .wrap {
    margin: 24px auto 0;
    flex-direction: column-reverse;
  }
}

.life .content .life-block .wrap .image {
  width: max(250px, calc(100% - (435px + 55px)));
}

@media (max-width: 768px) {
  .life .content .life-block .wrap .image {
    width: 100%;
  }
}

.life .content .life-block .wrap .txt {
  text-align: justify;
  width: 435px;
  margin-left: 55px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .life .content .life-block .wrap .txt {
    width: 100%;
    margin: 0 auto 24px;
  }
}
/* ↑↑↑ life ↑↑↑ */

/* ↓↓↓ other ↓↓↓ */
.other {
  padding-bottom: 230px;
}

.other .content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px min(4.296875vw, 55px) 120px;
}

@media (max-width: 768px) {
  .other .content {
    padding: 80px 22px 40px;
  }
}

.other .content::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 160px;
  background-color: var(--light-green);
}

@media (max-width: 768px) {
  .other .content::before {
    border-radius: 80px;
  }
}

.other .circle {
  width: 400px;
  top: -200px;
  right: -124px;
}

@media (max-width: 768px) {
  .other .circle {
    width: 217px;
    top: -90px;
    right: -90px;
  }
}

.other .content-ttl {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  container-type: inline-size;
}

.other .content-ttl .sub-ttl {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 1;
}

.other .content-ttl .ttl {
  position: relative;
  font-family: var(--text-josefin);
  font-size: 9.48617cqw;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20px;
  z-index: 1;
}

@media (max-width: 768px) {
  .other .content-ttl .ttl {
    font-size: min(9.6rem, 16.91844cqw);
    margin-top: 10px;
  }
}

.other .swiper-area {
  position: relative;
  max-width: 1060px;
  margin: 64px auto 0;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .other .swiper-area {
    translate: -22px 0;
    width: calc(100% + 22px * 2);
    margin: 24px auto 0;
    padding: 0 0 0 24px;
  }
}



.other .swiper-area .swiper-slide.-current {
  filter: contrast(0.5);
}

.other .swiper-area .swiper-slide a {
  display: block;
}

.other .swiper-area .swiper-slide .image {
  display: block;
  overflow: hidden;
}

@media (min-width: 769px) {
  .other .swiper-area .swiper-slide .image img {
   transition: scale 0.3s ease;
  }

  .other .swiper-area .swiper-slide a:hover .image img {
    scale: 1.1;
  }
}



.other .swiper-area .swiper-slide .industry {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

.other .swiper-area .swiper-slide .year,
.other .swiper-area .swiper-slide .category {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.other .swiper-area .swiper-slide .year {
  margin-top: 8px;
}

.other .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1060/159;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .other .swiper-controller {
    aspect-ratio: 936/213;
  }
} 

@media (max-width: 768px) {
  .other .swiper-controller {
    aspect-ratio: 375/159;
  }
}

.other .swiper-controller .arrow-prev,
.other .swiper-controller .arrow-next {
  position: absolute;
  cursor: pointer;
  position: relative;
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}



@media (min-width: 769px) {
  .other .swiper-controller .arrow-prev,
  .other .swiper-controller .arrow-next {
    transition: background-color 0.3s ease;
  }

  .other .swiper-controller .arrow-prev:hover,
  .other .swiper-controller .arrow-next:hover {
    background-color: rgba(0, 0, 0, 1);
  }
}

.other .swiper-controller .arrow-prev .angle,
.other .swiper-controller .arrow-next .angle {
  position: relative;
  width: 14px;
  height: 9px;
  overflow: hidden;
}

.other .swiper-controller .arrow-next .angle {
 rotate: 180deg;
}

.other .swiper-controller .arrow-prev .angle::before,
.other .swiper-controller .arrow-prev .angle::after,
.other .swiper-controller .arrow-next .angle::before,
.other .swiper-controller .arrow-next .angle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.other .swiper-controller .arrow-prev .angle::before,
.other .swiper-controller .arrow-next .angle::before {
  background: url(../img/job/other-angle_b.svg) no-repeat;
  background-size: contain;
}

.other .swiper-controller .arrow-prev .angle::after,
.other .swiper-controller .arrow-next .angle::after {
  translate: 200% 0;
  background: url(../img/job/other-angle_w.svg) no-repeat;
  background-size: contain;
}

@media (min-width: 769px) {
  .other .swiper-controller .arrow-prev .angle::before,
  .other .swiper-controller .arrow-prev .angle::after,
  .other .swiper-controller .arrow-next .angle::before,
  .other .swiper-controller .arrow-next .angle::after {
    transition: translate 0.3s ease;
  }

  .other .swiper-controller .arrow-prev:hover .angle::before,
  .other .swiper-controller .arrow-next:hover .angle::before {
    translate: -200% 0;
  }

  .other .swiper-controller .arrow-prev:hover .angle::after,
  .other .swiper-controller .arrow-next:hover .angle::after {
    translate: 0 0;
  }
}
/* ↑↑↑ other ↑↑↑ */