/*==============================================================
recruit
==============================================================*/
/*=========================common=========================*/

.re-top,
.re-voice-fv,
.re-works-fv,
.re-jobs-fv {
  background-size: cover;
  color: #fff;
  min-height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.re-top {
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/re-fv-bg01.jpg);
}

.re-voice-fv {
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/re-fv-bg02.jpg);
}

.re-works-fv {
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/re-fv-bg03.jpg);
}

.re-jobs-fv {
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/re-fv-bg04.jpg);
}

.re-top h2,
.re-voice-fv h2,
.re-works-fv h2,
.re-jobs-fv h2 {
  margin-bottom: 0%;
}

#address,
#groupcorporation,
#footermenu {
  display: none;
}

.white {
  color: #fff;
}
.blue {
  color: #15439b;
}
.green {
  color: #1fb884;
}
.red {
  color: #a7504d;
}
.white-b {
  background-color: #fff;
}
.blue-b {
  background-color: #15439b;
}
.green-b {
  background-color: #1fb884;
}
.red-b {
  background-color: #a7504d;
}

.blue-b2 {
  background-color: #4d6ca7;
}
.green-b2 {
  background-color: #4d9ea7;
}
.green-bs {
  background-color: #4da768;
}
.red-b2 {
  background-color: #a7504d;
}

.recruit-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 50px;
  padding: 8px 16px;
  text-decoration: none !important;
  transition: 0.3s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.recruit-btn.blue-b:hover,
.recruit-btn.green-b:hover,
.recruit-btn.red-b:hover,
.recruit-btn.blue-b2:hover,
.recruit-btn.green-b2:hover,
.recruit-btn.red-b2:hover {
  background: #e0e0e0;
}

.recruit-btn.white-b:hover {
  background: #e0e0e0;
}

.recruit-btn.white-b p:hover {
  color: #fff;
}

.recruit-btn.blue-b p:hover,
.recruit-btn.blue-b2 p:hover {
  color: #15439b;
}
.recruit-btn.green-b p:hover,
.recruit-btn.green-b2 p:hover {
  color: #1fb884;
}
.recruit-btn.red-b p:hover,
.recruit-btn.red-b2 p:hover {
  color: #a7504d;
}

.recruit-btn p {
  font-weight: 600;
}

.recruit-btn img {
  width: 100%;
  max-width: 9px;
}

.recruit-main-btn-wrapper {
  text-align: center;
}

.recruit-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  align-items: center;
  border-radius: 50px;
  padding: 14px 30px;
  text-decoration: none !important;
  transition: 0.3s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  margin-top: 24px;
}

.recruit-main-btn p {
  font-weight: 600;
}

.recruit-main-btn img {
  width: 100%;
  max-width: 9px;
}

.recruit-main-btn:hover {
  background: #005fcc;
  color: #fff;
}

/*-----------------採用TOP-----------------*/
.re-common-eng {
  font-size: clamp(1.5rem, 0.5rem + 2.0833vw, 3rem);
  font-weight: 600;
  line-height: 1;
}
.re-common-jpn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

/*=========================home=========================*/
body {
  background: linear-gradient(to right, #c4ffeb 30%, #fffce1 70%) !important;
}

.recruit-cont {
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 0 32px;

  @media (max-width: 768px) {
    margin: 24px auto 0;
    padding: 0 16px;
  }
}

.recruit-box {
  display: flex;
  gap: 40px;
  align-items: center;

  @media (max-width: 768px) {
    flex-direction: column;
    gap: 24px;
  }
}

.recruit-left {
  flex: 1;
  position: relative;
  z-index: 1;
}

.recruit-left img {
  width: 100%;
  height: auto; /* 縦横比を維持 */
  display: block; /* 下の余白を防ぐ */
}

.recruit-left::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #1fb884;
  z-index: -1;
}

.recruit-right {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 16px;

  @media (max-width: 768px) {
    width: 100%;
  }
}

.recruit-main-ttl {
  color: #15439b;
}

.recruit-main-upper-ttl {
  font-size: clamp(2rem, 1rem + 2.0833vw, 3.5rem);
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #1fb884;
  line-height: 1;
}

.recruit-main-under-ttl {
  font-size: clamp(1.25rem, 0.9167rem + 0.6944vw, 1.75rem);
  font-weight: 600;
  line-height: 1;
}

.recruit-des {
}

.gallery {
  width: 100%;
  overflow: hidden;
  padding: 64px 0 0;
}

.gallery_slide {
  display: flex;
  width: max-content;
  align-items: center;
  animation: slide 40s linear infinite;
}

.gallery_slide li {
  flex: 0 0 auto;
  max-width: 384px;
  margin-right: 20px;
}

.gallery_slide li img {
  border-radius: 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  /* padding: 0 40px; */
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*=========================works=========================*/
.re-works {
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/re-bg.jpg);
  background-size: cover;
  padding: 80px 32px;
  margin-top: 80px;

  @media (max-width: 768px) {
    padding: 40px 16px;
    margin-top: 40px;
  }
}

.re-works-cont {
  max-width: 1360px;
  margin: 0 auto;
}

.re-works-box {
  max-width: 1264px;
  margin: 40px auto 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 32px;
  justify-content: center;

  @media (max-width: 768px) {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  }
}

.re-works-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.re-works-item-ttl {
  font-size: 1.2rem;
  font-weight: 600;
}

/*=========================VOICE=========================*/
.re-voice {
  padding: 80px 32px 0;
  margin-top: 80px;

  @media (max-width: 768px) {
    padding: 40px 0px 0;
    margin-top: 40px;
  }
}

.re-voice-cont {
  max-width: 1360px;
  margin: 0 auto;
}

.re-voice-box {
  max-width: 960px;
  margin: 40px auto 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  justify-content: center;
}

.re-voice-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.re-voice-item-upper {
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.re-voice-item-upper .recruit-btn {
  margin-top: 16px;
}

.re-voice-img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}

.re-voice-img img {
  border-radius: 200px;
  border: 4px solid #fff;
}

.re-voice-profile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.re-voice-profile p {
  line-height: 1;
  color: #fff;
}

.re-voice-job {
  font-size: 1.2rem;
  font-weight: 600;
}

.re-voice-content-ttl {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
}

.re-voice-bg-01 {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 250px;
  border-radius: 10px;
  background: linear-gradient(to top, #159b6d, #fff7ae);
  z-index: -1;
}

.re-voice-bg-02 {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 250px;
  border-radius: 10px;
  background: linear-gradient(to top, #15439b, #30ffb8);
  z-index: -1;
}

@media (max-width: 768px) {
  .re-voice-box {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .re-voice-item {
    flex: 0 0 auto;
    width: 85%;
    min-width: 220px;
    margin-left: 16px;
  }

  .re-voice-box::-webkit-scrollbar {
    display: none;
  }
}
/*=========================COMPANY DATA=========================*/
.re-data {
  padding: 80px 32px;

  @media (max-width: 768px) {
    padding: 40px 16px;
  }
}

.re-data-cont {
  max-width: 1360px;
  margin: 0 auto;
}

.re-data-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.re-data-item-01 {
  max-width: 1246px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-content: center;

  @media (max-width: 700px) {
    grid-template-columns: 1fr;
  }
}

.re-data-item-02 {
  max-width: 1246px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-content: center;

  @media (max-width: 1200px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (max-width: 700px) {
    grid-template-columns: 1fr;
  }
}

.re-data-item-01-cont {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.re-data-ttl {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding-left: 12px;
}

.re-data-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 100%;
  border-radius: 50px;
  background: #15449b73;
}

.re-data-sub {
  line-height: 1;
  font-size: 14px;
  color: #ccc;
  font-weight: 600;
}

.re-data-main {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 600;
  color: #324e82;
}

.re-data-img img {
  height: 100%;
  max-height: 170px;
}

/*=========================CONTACT=========================*/
.re-contact {
  margin-top: 80px;
  display: flex;

  @media (max-width: 768px) {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}

body.voice .re-contact {
  margin-top: 0px;
}

.re-contact-left {
  flex: 1;
  background-color: #1fb884;

  @media (max-width: 768px) {
    padding: 16px;
  }
}

.re-contact-left-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: auto;
  height: 100%;
  justify-content: center;
}

.re-contact-left p {
  font-size: clamp(1.5rem, 0.8333rem + 1.3889vw, 2.5rem);
  font-weight: 600;
  color: #fff;
}

.re-contact-right {
  flex: 1;
}
.re-contact-right img {
  display: block;
}

.recruit-contact-btn {
  display: flex;
  gap: 88px;
  align-items: center;
  border-radius: 10px;
  padding: 11px 16px;
  text-decoration: none !important;
  background-color: #fff;
  width: 50%;
  justify-content: flex-end;
  margin-top: 24px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;

  @media (max-width: 768px) {
    width: 90%;
    margin-top: 16px;
  }
}

.recruit-contact-btn:hover {
  background-color: #15439b;
}

.recruit-contact-btn p {
  font-weight: 600;
  color: #15439b;
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
  transition: 0.3s ease;
}

.recruit-contact-btn p:hover {
  color: #fff;
}

.recruit-contact-btn img {
  width: 100%;
  max-width: 16px;
}

/*==============================================================
仕事について
==============================================================*/
/*=========================Upper=========================*/
body.works {
  background: #f0fff5 !important;
}

.works-re {
  background-color: #f0fff5;
  padding: 80px 32px 40px;

  @media (max-width: 768px) {
    padding: 40px 16px 20px;
  }
}

.works-re-cont {
  max-width: 1360px;
  margin: 0 auto;
}

.works-re-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.works-re-ttl {
  font-size: clamp(1.5rem, 1.1667rem + 0.6944vw, 2rem);
  font-weight: 600;
  text-align: center;
}

.works-re-ttl-sub {
  text-align: center;
}

/*=========================Under=========================*/
.re-jobs-ttl {
  background-color: #f0fff5;
  padding: 40px 32px;

  @media (max-width: 768px) {
    padding: 40px 16px;
  }
}

.re-jobs-ttl-cont {
  max-width: 1360px;
  margin: 0 auto;
}

.re-jobs {
  background-color: #f0fff5;
  margin: 40px 0;

  @media (max-width: 768px) {
    margin: 24px 0;
  }
}

.re-jobs-cont {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.re-jobs-box {
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/jobs-bg.jpg);
  background-size: cover;
  padding: 0 0 80px 0;

  @media (max-width: 768px) {
    padding: 0 0 40px 0;
  }
}

.re-jobs-item {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 0 32px;

  @media (max-width: 768px) {
    padding: 0 16px;
  }
}

.re-jobs-item-ttl {
  padding: 12px 0;
  font-size: clamp(1.125rem, 0.875rem + 0.5208vw, 1.5rem);
  font-weight: 600;
}

.re-jobs-item-ttl-bg {
  position: absolute;
  top: 0;
  left: -25%;
  max-width: 960px;
  z-index: -1;
}

.ttl-bg-img {
  position: relative;
}
.ttl-bg-img img {
  @media (max-width: 768px) {
    width: auto;
    height: 56px;
  }
}
.ttl-bg-img-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  color: #3d3d3d1c;
  font-size: clamp(2rem, 1.6667rem + 0.6944vw, 2.5rem);
  font-weight: 600;

  @media (max-width: 768px) {
    top: 45%;
    left: 20%;
  }
}

.re-jobs-content {
  display: flex;
  gap: 64px;
  margin: 16px 0 0 0;

  @media (max-width: 768px) {
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.re-jobs-content-left {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 24px;

  @media (max-width: 768px) {
    width: 100%;
    gap: 12px;
  }
}

.re-jobs-content-right {
  flex: 1;
}

.re-jobs-content-txt-ttl {
  font-size: clamp(1.125rem, 1.0417rem + 0.1736vw, 1.25rem);
  font-weight: 600;
}

.day-cont,
.day-cont-02,
.day-cont-03 {
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/day-bg-01.jpg);
  background-size: cover;
  margin: 40px 0;
  padding: 32px;
  border-radius: 15px;

  @media (max-width: 768px) {
    padding: 24px 16px;
  }
}
.day-cont {
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/day-bg-01.jpg);
}
.day-cont-02 {
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/day-bg-02.jpg);
}
.day-cont-03 {
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/day-bg-03.jpg);
}

.day-ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.da-ttl-main {
  font-size: clamp(1.125rem, 1.0417rem + 0.1736vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
}

.da-ttl-sub {
  line-height: 1;
  color: #d1d9e7;
}

.day-content {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 24px;
  align-items: center;

  @media (max-width: 768px) {
    flex-direction: column;
    gap: 0px;
  }
}

.day-side-01,
.day-side-02 {
  display: flex;
  flex-direction: column;
  gap: 24px;

  @media (max-width: 768px) {
    width: 100%;
  }
}

.day-rest,
.day-work {
  display: flex;
  gap: -8px;
  align-items: center;
  position: relative;

  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.day-time {
  border-radius: 50px;
  padding: 2px 16px;
  width: 100%;
  max-width: 72px;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}

.day-work::after,
.day-rest::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 6.5%;
  transform: translateX(-50%);
  width: 4px;
  border-radius: 15px;
  height: 53px;
  background-color: #cccccc;
  z-index: 1;

  @media (max-width: 768px) {
    top: 80%;
    left: 50%;
    z-index: 0;
  }
}

.day-side-02 .day-work::after,
.day-side-02 .day-rest::after {
  content: "";
  position: absolute;
  top: -70%;
  left: 6.5%;
  transform: translateX(-50%);
  width: 4px;
  border-radius: 15px;
  height: 53px;
  background-color: #cccccc;
  z-index: 1;

  @media (max-width: 768px) {
    top: -35%;
    left: 50%;
    z-index: 0;
  }
}

.day-des {
  border-radius: 50px;
  padding: 12px 16px 12px 24px;
  position: relative;
  z-index: 1;
  margin-left: -10px;
  width: 480px;

  @media (max-width: 768px) {
    width: 100%;
    margin-left: 0px;
  }
}

.day-des span {
  color: #ff9100;
}

.day-tens {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 33px;

  @media (max-width: 768px) {
    display: none;
  }
}

.day-ten {
  content: "";
  width: 4px;
  height: 4px;
  background: #cccccc;
  border-radius: 50px;
}

.entry-btn {
  display: flex;
  justify-content: center;
}

.entry-btn-02 {
  display: flex;
  justify-content: center;
}

/*==============================================================
先輩の声
==============================================================*/
/*=========================Upper=========================*/
.voice #ttl {
  margin: 0;
}

.voice-sec {
  background: linear-gradient(to right, #fafbff, #f3f7ff);
  padding: 80px 32px;

  @media (max-width: 768px) {
    padding: 40px 16px;
  }
}

.voice-cont {
  max-width: 1360px;
  margin: 0 auto;
}

.re-data {
  padding: 80px 32px;

  @media (max-width: 768px) {
    padding: 40px 16px;
  }
}

/*=========================Under=========================*/
.voice-ct {
  background: linear-gradient(to right, #e5f1f3, #f2f6ff);
  padding: 80px 32px;

  @media (max-width: 768px) {
    padding: 40px 16px;
  }
}

.voice-ct-cont {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.voice-ct-box {
  position: relative;
  z-index: 1;
}

.voice-ct-box.reverse {
  display: flex;
  justify-content: flex-end;
}

.voice-ct-item {
  position: relative;
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/voice-ct-bg.jpg);
  background-size: cover;
  background-color: #fff;
  border-radius: 15px;
  padding: 24px;
  max-width: 83%;
  height: 300px;
  display: flex;
  justify-content: flex-end;
  z-index: 0;

  @media (max-width: 768px) {
    flex-direction: column;
    max-width: 100%;
    padding: 16px;
    gap: 16px;
    height: unset;
  }
}

.voice-ct-box.reverse .voice-ct-item {
  justify-content: flex-start;
  background-image: url(/wp/wp-content/themes/cjsnet_themes/assets/img/recruit/voice-ct-bg02.jpg);
}

.voice-ct-left {
  position: absolute;
  left: -50px;
  top: 33px;
  padding-bottom: 5px;
  border-bottom: 3px solid #159b6d;

  @media (max-width: 768px) {
    position: unset;
    left: unset;
    top: unset;
    display: flex;
    flex-direction: column;
  }
}

.voice-ct-box.reverse .voice-ct-left {
  left: 790px;
  width: 21%;
  border-bottom: 3px solid #15439b;

  @media (max-width: 768px) {
    width: 100%;
  }
}

.voice-ct-left img {
  width: 100%;
  max-width: 180px;

  @media (max-width: 768px) {
    margin: 0 auto;
  }
}

.voice-ct-left-name .green,
.voice-ct-left-name .blue {
  text-align: center;
}

.voice-ct-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 83%;

  @media (max-width: 768px) {
    width: 100%;
  }
}

.voice-ct-ttl-l,
.voice-ct-ttl-r {
  font-size: clamp(1.2rem, 0.8333rem + 0.8681vw, 1.875rem);
  font-weight: 600;
  line-height: 1.2;
}

.voice-ct-ttl-r {
  max-width: 70%;
  text-align: end;

  @media (max-width: 768px) {
    max-width: 100%;
    text-align: center;
  }
}

.voice-ct-bg-c {
  position: absolute;
  content: "";
  top: 20%;
  right: 15%;
  border-radius: 15px;
  width: 100%;
  max-width: none;
  max-width: 660px;
  height: 260px;
  background: linear-gradient(135deg, #d7db9f, #159b6d);
  z-index: -1;

  @media (max-width: 768px) {
    display: none;
  }
}

.voice-ct-box.reverse .voice-ct-bg-c {
  right: 28%;
  background: linear-gradient(135deg, #15439b, #77dfbc);
}

.voice-ct-circle {
  position: absolute;
  content: "";
  left: -9%;
  bottom: -10%;
  border-radius: 50%;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 140px;
  background: #fff;
  z-index: -2;

  @media (max-width: 768px) {
    display: none;
  }
}

.voice-ct-box.reverse .voice-ct-circle {
  left: 94%;
}

#voice-m-01,
#voice-m-02,
#voice-m-03,
#voice-m-04 {
  scroll-margin-top: 160px;
}

#works-01,
#works-02,
#works-03 {
  scroll-margin-top: 160px;
}

/*==============================================================
募集要項
==============================================================*/
body.jobs {
  background: #f0fff5 !important;
}

.jobs-re {
  padding: 80px 32px;

  @media (max-width: 768px) {
    padding: 16px;
  }
}

.jobs-re-cont {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.jobs-re-box {
  position: relative;
  z-index: 1;
}

.flow-ttl {
  text-align: center;
  display: flex;
  justify-content: center;
}

.flow-ttl.ver-02 {
  margin-top: 80px;

  @media (max-width: 768px) {
    margin-top: 40px;
  }
}

.flow-ttl.ver-02 p {
  background: linear-gradient(135deg, #15439b, #30ffb8);
}

.flow-ttl p {
  background: linear-gradient(135deg, #159b6d, #fff7ae);
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 50px;
  padding: 2px 24px;
  margin-bottom: 24px;
}

.jobs-re-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
  gap: 24px;
}

.jobs-re-content {
  display: flex;
  gap: 24px;

  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.jobs-re-content-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 0;

  @media (max-width: 768px) {
    flex-direction: unset;
  }
}

.jobs-re-content-item img {
  width: 100%;
  max-width: 100px;
  height: max-content;
  margin: 0 auto;
  display: block;
}

.jobs-re-content-txt-des {
  line-height: 1.4;
}

.jobs-flow-bg-number {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(7.5rem, 2.5rem + 10.4167vw, 15rem);
  font-weight: 600;
  z-index: -1;
  color: #e2f8ee;

  @media (max-width: 768px) {
    top: 50px;
  }
}

.jobs-re-content-txt-ttl {
  text-align: center;
  font-weight: 600;
  color: #1fb884;
  font-size: 1.1rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.jobs-re-content-txt-ttl.ver-02 {
  color: #324e82;
}

.jobs-flow-bg-number.ver-02 {
  color: #e7f0f2;
}

/*=========================Under=========================*/
.job-re .re-common-ttl {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.job-tabs {
  padding: 80px 32px;

  @media (max-width: 768px) {
    padding: 16px;
  }
}

.job-tabs-cont {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.job-tabs-box {
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.job-tabs-header-wrapper {
  display: flex;
  width: 100%;
  max-width: 1120px;

  @media (max-width: 768px) {
    flex-direction: column-reverse;
    gap: 4px;
  }
}

.job-tab {
  width: 100%;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(to right, #4d6ca7, #a7c5ff);

  @media (max-width: 768px) {
    border-radius: 10px;
  }
}

.job-tab.tab-02 {
  margin-left: -9px;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #4d9ea7, #b1f6ff);

  @media (max-width: 768px) {
    margin-left: 0px;
  }
}

.job-tab.tab-03 {
  margin-left: -19px;
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #a7504d, #ffa29f);

  @media (max-width: 768px) {
    margin-left: 0px;
  }
}
.requirements-table {
  width: 100%;
  border-collapse: collapse;
}

.requirements-table th,
.requirements-table td {
  padding: 16px 12px;
  text-align: left;

  @media (max-width: 768px) {
    padding: 0;
  }
}

.requirements-table th {
  width: 30%;
  font-weight: 600;
}

.requirements-table tr {
  border-bottom: 1px solid #3333331f;
  margin-bottom: 16px;

  @media (max-width: 768px) {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 12px;
  }
}

.job-tab.active {
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  position: relative;
  z-index: 3;
  color: #4d6ca7;
}
.job-tab.tab-02.active {
  position: relative;
  z-index: 3;
  color: #4d9ea7;
}
.job-tab.tab-03.active {
  position: relative;
  z-index: 3;
  color: #a7504d;
}

.job-tab {
  display: inline-block;
  padding: 12px 31px;
  cursor: pointer;
}

.job-tabs-content-wrapper {
  padding: 40px;
  background-color: #fff;

  @media (max-width: 768px) {
    padding: 0px;
    margin-top: 16px;
    padding: 16px;
  }
}

.entry-btn-wrapper {
  display: flex;
  justify-content: center;
  padding: 24px 0 0 0;

  @media (max-width: 768px) {
    padding: 0;
  }
}

.entry-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4d6ca7;
  color: #fff !important;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}
.entry-btn.tab-02 {
  background-color: #4d9ea7;
}
.entry-btn.tab-03 {
  background-color: #a7504d;
}

.entry-btn:hover {
  background-color: #fff;
  color: #4d6ca7;
  text-decoration: none;
}

.entry-btn:hover {
  background-color: #fff;
  color: #4d6ca7 !important;
}

.entry-btn.tab-02:hover {
  color: #4d9ea7 !important;
}

.entry-btn.tab-03:hover {
  color: #a7504d !important;
}

.job-tab {
  padding: 20px 39px 12px;

  @media (max-width: 768px) {
    padding: 12px 31px;
  }
}

.job-tab.active {
  border-top: 8px solid #4d6ca7;
  border-left: 8px solid #4d6ca7;
  border-right: 8px solid #4d6ca7;
  padding: 12px 31px;

  @media (max-width: 768px) {
    border: 8px solid #4d6ca7;
    padding: 4px 23px;
  }
}

.job-tab.tab-02.active {
  border-top: 8px solid #4d9ea7;
  border-left: 8px solid #4d9ea7;
  border-right: 8px solid #4d9ea7;
  padding: 12px 31px;

  @media (max-width: 768px) {
    border: 8px solid #4d9ea7;
    padding: 4px 23px;
  }
}

.job-tab.tab-03.active {
  border-top: 8px solid #a7504d;
  border-left: 8px solid #a7504d;
  border-right: 8px solid #a7504d;
  padding: 12px 31px;

  @media (max-width: 768px) {
    border: 8px solid #a7504d;
    padding: 4px 23px;
  }
}

.job-tabs-content-wrapper {
  border-left: 8px solid #4d6ca7;
  border-right: 8px solid #4d6ca7;
  border-bottom: 8px solid #4d6ca7;

  @media (max-width: 768px) {
    border: 8px solid #4d6ca7;
    border-radius: 10px;
  }
}

.job-tabs-content-wrapper.tab-02 {
  border-left: 8px solid #4d9ea7;
  border-right: 8px solid #4d9ea7;
  border-bottom: 8px solid #4d9ea7;

  @media (max-width: 768px) {
    border: 8px solid #4d9ea7;
  }
}
.job-tabs-content-wrapper.tab-03 {
  border-left: 8px solid #a7504d;
  border-right: 8px solid #a7504d;
  border-bottom: 8px solid #a7504d;

  @media (max-width: 768px) {
    border: 8px solid #a7504d;
  }
}
