@charset "UTF-8";

.jobs h4 {
  margin-bottom: 10px;
  column-gap: 5px;
}

.jobs h4 img {
  width: 22%;
  line-height: 0;
  position: relative;
  top: 4px;
}

.jobs h4 > span {
  width: 78%;
  font-size: 40px;
  font-weight: 800;
}

.jobs h4 > span span {
  font-size: 16px;
  font-weight: 700;
}

.jobs .jobs__inner {
  padding: 0 0 20px;
}

.jobs .jobs__head {
  margin-bottom: 20px;
}

.jobs .jobs__head p {
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

.jobs .jobs__head p span {
  display: inline-block;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(105.89deg, #e4ce9d 0.8%, #96783f 109.94%);
  border-image-slice: 1;
}

.jobs ul {
  row-gap: 10px;
}

.jobs li {
  color: #21242b;
  font-weight: 600;
  padding: 5px 10px 5px 5px;
  width: 100%;
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  background-color: #cfe1ee;
  max-width: fit-content;
  border-radius: 20px;
}

.jobs .jobs__card {
  padding: 5% 5% 15%;
  row-gap: 25px;
  background: #e8f0f6;
  border: 1px solid #cdd8eb;
  border-radius: 15px;
  min-height: 400px;
  position: relative;
  box-shadow: 0px 5px 10px rgba(47, 58, 66, 0.16);
}

.jobs .jobs__card::before {
  content: "";
  background-image: url(../images/jobs/icon02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40%;
  aspect-ratio: 1/0.3;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.jobs .jobs__box {
  background-color: #fff;
  justify-content: center;
  font-weight: 700;
  align-items: center;
  height: 100%;
  border: 1px solid #cdd8eb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.jobs .jobs__box .jobs__box-inner {
  text-align: center;
  line-height: 1.5;
  padding: 10% 0;
}

.jobs .jobs__box p {
  font-weight: 900;
  background: linear-gradient(90deg, #16b1f3 0%, #0649c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: clamp(26px, 6vw, 30px);
}

.jobs .jobs__box span {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.34);
  font-family: "Noto Serif", serif;
  background: linear-gradient(117.12deg, #e4ce9d -94.51%, #96783f 86.65%);
  color: #fff;
  padding: 1% 2%;
}

.jobs .jobs__body {
  row-gap: 10px;
}

.jobs .swiper {
  margin-bottom: 30px;
}

.jobs .swiper .swiper-slide.t-aj .jobs__box-inner p {
  font-size: clamp(22px, 6vw, 22px);
}

.jobs .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}

.jobs .swiper .swiper-pagination-wrap {
  margin-top: 60px;
}

.jobs .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 100%;
  aspect-ratio: 1;
  background: #cdd8eb;
  opacity: 1;
}

.jobs .swiper .swiper-pagination-bullet-active {
  background: #21242b;
}
