/* hover */
.careers-content_link-button:hover {
  opacity: 0.7;
}

/* KV */
.kv-wrapper {
  height: calc(801 / 1440 * 100vw);
  min-height: 700px;
}

.kv-bg-wrapper {
  height: calc(837 / 1440 * 100vw);
}

.fadein-text {
  padding: 2px 12px 4px;
}

.content-lead-wrapper {
  margin-top: 48px;
}

/* careers-content */
.careers-contents-inner {
  padding: 80px 10px;
  background-color: #e5faf9;
  overflow: hidden;
}

.careers-content_list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 32px 0 0;
  max-width: 998px;
}

.careers-content_item {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.careers-content_item:nth-child(even) {
  flex-direction: row-reverse;
}

.careers-content_item:nth-child(2) {
  padding-top: 29.54px;
}

.careers-content_img-wrap {
  max-width: 520px;
  position: relative;
}

.careers-content_img-wrap::after {
  content: "";
  position: absolute;
  width: 107%;
  max-width: 550px;
  height: 84.97%;
  max-height: 260px;
  z-index: 0;
}

.interview_img-wrap {
  max-width: 553px;
}

.workstyle_img-wrap::after {
  background: linear-gradient(180deg, rgba(245, 9, 24, 0.42) -93.23%, rgba(246, 41, 115, 0.42) 7.95%, rgba(245, 90, 144, 0.42) 114.92%);
  clip-path: polygon(0 100%, 15.91% 0%, 100% 0%, 84.09% 100%);
  top: -30.54px;
  right: 0;
}

.personality_img-wrap::after {
  background: linear-gradient(112deg, rgba(7, 196, 255, 0.6) -9.64%, rgba(2, 202, 246, 0.6) 33.23%, rgba(2, 247, 215, 0.6) 76.56%), linear-gradient(180deg, rgba(245, 9, 24, 0.42) -93.23%, rgba(246, 41, 115, 0.42) 7.95%, rgba(245, 90, 144, 0.42) 114.92%);
  clip-path: polygon(0 100%, 15.91% 0%, 100% 0%, 84.09% 100%);
  top: -30.54px;
  left: 0;
}

.careers-content_img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.personality_img-wrap .careers-content_img,.workstyle_img-wrap .careers-content_img {
  clip-path: polygon(6.73% 100%, 0% 0%, 93.27% 0%, 100% 100%);
}

.personality_img-wrap {
  margin-right: 17px;
}

.workstyle_img-wrap {
  margin-left: 17px;
}

.careers-content_feature {
  max-width: 387px;
  justify-content: center;
  display: flex;
  flex-flow: column;
  gap: 24px;
  flex-shrink: 0;
}

.careers-content_ttl {
  padding: 2px 8px 4px;
  background: #fff;
  width: fit-content;
  margin: 0 auto;
}

.careers-content_lead {
  color: var(--text-color-light-black);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.careers-content_link-button {
  background: #242424;
  width: 226px;
  line-height: 23px;
  flex-shrink: 0;
  padding: 12px 0;
  margin: 0 auto;
  color: var(--text-color-white);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.2s opacity linear;
}

/* swiper */
.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  padding-bottom: 42px;
}

.swiper-slide {
  color: #ffffff;
  text-align: center;
  z-index: 1;
}

.swiper-slide::after {
  content: "";
  clip-path: polygon(0 100%, 15.91% 0%, 100% 0%, 84.09% 100%);
  position: absolute;
  top: -20px;
  left: 0;
  width: min(100%, 553px);
  height: min(86.7%, 260px);
  z-index: -1;
}

.slide-bg1::after {
  background: linear-gradient(287deg, #1651d1 3.78%, #7b22ec 34.56%, #b43aee 65.34%, #f552b2 96.12%);
  opacity: 0.5;
}

.slide-bg2::after {
  background: linear-gradient(294deg, #ee515d 6.67%, #f48165 47.17%, #f09f10 97.11%);
  opacity: 0.8;
}

.slide-bg3::after {
  background: linear-gradient(309deg, #02f7d7 17.86%, #02caf6 39.5%, #07c4ff 61.38%);
  opacity: 0.6;
}

.slide-bg4::after {
  background: linear-gradient(160deg, #ffb127 21.8%, #edfb41 64.6%, #36ecbc 129.08%);
  opacity: 0.8;
}

.slide-bg5::after {
  background: linear-gradient(295deg, #f55a90 3.06%, #f62973 47.06%, #f50918 93.59%);
  opacity: 0.6;
}

.swiper-slide_clip {
  display: flex;
  max-height: 300px;
}

.slide_img-wrap {
  width: 90%;
  max-width: 289px;
  max-height: 300px;
  overflow: hidden;
  margin-right: -45px;
}

.slide_img {
  width: 100%;
  height: auto;
  transition: transform 0.2s linear;
}

.swiper-slide:hover .slide_img {
  transform: scale(1.1);
}

.slide_feature {
  width: min(300px, 100%);
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.slide_img-wrap,
.slide_feature {
  clip-path: polygon(15.22% 100%, 0% 0%, 84.78% 0%, 100% 100%);
}

.slide_lite-green-text {
  text-align: left;
  color: #02ada4;
  font-size: min(1.78vw, 1.4rem);
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 1.742px;
  width: 60%;
  margin: 0 auto;
}

.slide_gray-text {
  text-align: left;
  color: #242424;
  font-size: min(1.78vw, 1.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  width: 60%;
  margin: 12.44px auto 0;
}

.slide_green-text {
  text-align: right;
  color: #00a196;
  font-size: min(1.78vw, 1.6rem);
  font-weight: 700;
  line-height: normal;
  width: 60%;
  padding-right: 38.816px;
  margin: 12.44px auto 0;
  position: relative;
}

.slide_green-text::before {
  content: "";
  width: min(80px, 55%);
  height: 1px;
  position: absolute;
  right: 38.816px;
  bottom: -2px;
  background: #00a196;
  transition: clip-path 0.2s linear;
  transition-delay: 0s;
  clip-path: inset(0 100% 0 0);
}

@media (hover: hover) {
  .swiper-slide:hover .slide_green-text::before {
    clip-path: inset(0 0 0 0);
  }
}

.slide_green-text::after {
  content: "";
  width: 33.816px;
  height: 9.219px;
  background: url(/recruit/careers/images/swiper-arrow.svg) 0px 0px / 100% no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.1s transform linear;
}

.swiper-slide:hover .slide_green-text:after {
  transform: translateX(16px);
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #02ada4;
  border-radius: 30px;
  top: auto;
  bottom: 0;
}

.swiper-button-prev {
  right: calc(43.13% + 80px);
  left: auto;
}

.swiper-button-next {
  left: calc(43.13% + 80px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  fill: #02ada4;
  width: 11px;
  height: 14px;
  font-size: 11px;
  background: url(/recruit/careers/images/swiper-btn.svg) 0px 0px / 100% no-repeat;
}

.swiper-button-prev:after {
  margin-right: 4px;
}

.swiper-button-next:after {
  transform: scale(-1, 1);
  margin-left: 3px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: fit-content;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 8px;
  bottom: 9px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #02ada4;
  opacity: 1;
  vertical-align: middle;
}

.swiper-pagination-bullet-active {
  background: #02ada4;
}

@media not all and (min-width: 769px) {
  /* KV */
  .kv-wrapper {
    height: calc(795 / 375 * 100vw);
    min-height: auto;
  }

  .kv-bg-wrapper {
    height: calc(631 / 375 * 100vw);
  }

  .fadein-text {
    padding: var(--2px) var(--12px) var(--7px);
  }

  .lead-title {
    font-size: var(--18px);
    line-height: 1.6;
    letter-spacing: calc(1.8 / 375 * 100vw);
  }

  .lead-text {
    font-size: var(--16px);
    line-height: 1.8;
    letter-spacing: calc(0.64 / 375 * 100vw);
  }

  .lead-title + .lead-text {
    margin-top: var(--18px);
  }

  .content-lead-wrapper {
    margin-top: var(--24px);
  }

  /* careers-content */
  .contents-wrapper {
    background-image: none;
  }

  .careers-contents-inner {
    padding: var(--40px) 0;
  }

  .careers-content_list {
    gap: var(--15px);
    padding: 0;
  }

  .careers-content_item {
    padding: var(--24px) var(--32px);
    flex-direction: column;
    position: relative;
    gap: var(--16px);
  }

  .careers-content_item:nth-child(even) {
    flex-direction: column;
  }

  .careers-content_item:nth-child(2) {
    padding-top: var(--24px);
  }

  .careers-content_item:nth-child(3) {
    padding: var(--8px) var(--32px) var(--49px);
    margin-top: var(--25px);
  }

  .careers-content_img-wrap {
    width: var(--303px);
    margin: 0 auto;
  }

  .careers-content_item:nth-child(odd) .careers-content_img-wrap{
    margin: 0 auto;
  }

  .careers-content_img-wrap::after {
    width: 100%;
    height: 100%;
  }

  .workstyle_img-wrap::after {
    background: linear-gradient(180deg, rgba(245, 9, 24, 0.42) -93.23%, rgba(246, 41, 115, 0.42) 7.95%, rgba(245, 90, 144, 0.42) 114.92%);
    clip-path: polygon(0 100%, 35.77% 0%, 100% 0%, 64.23% 100%);
    width: var(--327px);
    height: var(--180px);
    top: calc(-1 * 16.77 / 375 * 100vw);
    left: calc(106.81 / 375 * 100vw);
  }

  .interview_img-wrap {
    width: auto;
  }


  .personality_img-wrap::after {
    background: linear-gradient(122deg, rgba(7, 196, 255, 0.60) 15.34%, rgba(2, 202, 246, 0.60) 41.12%, rgba(2, 247, 215, 0.60) 67.18%);
    clip-path: polygon(0 100%, 35.77% 0%, 100% 0%, 64.23% 100%);
    width: var(--327px);
    height: var(--180px);
    top: calc(-1 * 14.95 / 375 * 100vw);
    left: calc(-1 * 137.75 / 375 * 100vw);
  }

  .careers-content_feature {
    padding: 0;
    max-width: none;
    gap: var(--16px);
  }

  .careers-content_ttl {
    font-size: var(--24px);
    padding: var(--2px) var(--4px) var(--3px);
    text-align: left;
    position: absolute;
    left: var(--32px);
    z-index: 1;
  }

  .careers-content_item:nth-child(1) .careers-content_ttl {
    top: var(--151px);
  }

  .careers-content_item:nth-child(2) .careers-content_ttl {
    top: var(--151px);
  }

  .careers-content_item:nth-child(3) .careers-content_ttl {
    top: var(--1px);
  }

  .careers-content_lead {
    font-size: var(--16px);
  }

  .careers-content_link-button {
    width: var(--226px);
    line-height: var(--23px);
    padding: calc(12 / 375 * 100vw) var(--16px) calc(12 / 375 * 100vw);
    font-size: var(--16px);
  }

  /* swiper */
  .swiper {
    width: var(--278px);
    overflow: unset;
    padding-top: var(--16px);
    padding-bottom: var(--24px);
  }

  .swiper-slide {
    max-height: none;
    display: block;
    position: relative;
  }

  .swiper-slide::after {
    clip-path: polygon(0 100%, 7.19% 0%, 100% 0%, 92.81% 100%);
    top: calc(-1 * var(--16px));
    width: var(--274px);
    height: var(--324px);
    max-width: none;
    max-height: none;
  }

  .slide-bg1::after {
    background: linear-gradient(322deg, #1651D1 -6.42%, #7B22EC 28.33%, #B43AEE 63.07%, #F552B2 97.82%);
  }

  .slide-bg2::after {
    background: linear-gradient(328deg, #EE515D -3.6%, #F48165 53.34%, #F09F10 104.64%);
  }

  .slide-bg3::after {
    background: linear-gradient(129deg, #07C4FF 17.86%, #02CAF6 39.5%, #02F7D7 61.38%);
  }

  .slide-bg4::after {
    background: linear-gradient(135deg, #FFB127 17.92%, #EDFB41 65.21%, #36ECBC 154.98%);
  }

  .slide-bg5::after {
    background: linear-gradient(145deg, #F50918 -6.82%, #F62973 49.45%, #F55A90 108.94%);
  }

  .swiper-slide_clip {
    clip-path: polygon(7.19% 100%, 0% 0%, 92.81% 0%, 100% 100%);
    max-height: none;
  }

  .slide_img-wrap {
    width: 100%;
    max-width: none;
    max-height: none;
    margin-right: 0;
  }

  .slide_img {
    margin-right: 0;
    transform: translate3d(0px, -1px, 0px);
  }

  .swiper-slide:hover .slide_img {
    transform: none;
  }

  .slide_feature {
    width: 100%;
    padding: var(--16px) 0;
    position: absolute;
    bottom: 0;
    clip-path: none;
  }

  .slide_feature {
    width: 100%;
    padding: var(--16px) 0;
  }

  .slide_img-wrap,
  .slide_feature {
    clip-path: none;
  }

  .slide_lite-green-text {
    font-size: var(--12px);
    width: var(--225px);
  }

  .slide_gray-text {
    font-size: var(--14px);
    width: var(--225px);
    height: calc(44.8 / 375 * 100vw);
    margin: var(--10px) auto 0;
  }

  .slide_green-text {
    font-size: var(--14px);
    width: var(--225px);
    padding-right: calc(31.18 / 375 * 100vw);
    margin: var(--10px) auto 0;
  }

  .slide_green-text::before {
    max-width: var(--70px);
    height: var(--1px);
    left: calc(132.82 / 375 * 100vw);
    bottom: calc(-1 * var(--2px));
  }

  .slide_green-text::after {
    width: calc(27.181 / 375 * 100vw);
    height: calc(7.41 / 375 * 100vw);
    margin: auto 0 auto var(--4px);
  }

  .swiper-slide:hover .slide_green-text:after {
    transform: translateX(var(--16px));
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: var(--45px);
    height: var(--45px);
    background: #fff;
    border: var(--1px) solid #02ada4;
    border-radius: var(--45px);
    top: 36.71%;
    bottom: auto;
    margin: auto;
  }

  .swiper-button-prev {
    left: calc(-1 * 19.75 / 375 * 100vw);
    right: auto;
  }

  .swiper-button-next {
    right: calc(-1 * 13.78 / 375 * 100vw);
    left: auto;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: var(--12px);
    height: var(--17px);
    font-size: var(--12px);
    background: url(/recruit/careers/images/swiper-btn_sp.svg) 0px 0px / 100% no-repeat;
  }

  .swiper-button-prev:after {
    margin-right: var(--4px);
  }

  .swiper-button-next:after {
    margin-left: var(--4px);
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    gap: var(--8px);
    width: fit-content;
    bottom: 0;
  }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--4px);
    width: var(--8px);
    height: var(--8px);
    border: var(--1px) solid #02ada4;
  }
}
