.cst-text-wrap {
  margin-top: 30px;
  text-align: center;
}

.cb-career-section {
  margin: 0 auto;
}

.cb-career-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 20px;
}

.cb-career-grid--reverse {
  direction: rtl;
}

.cb-career-grid--reverse > * {
  direction: ltr;
}

.cb-career-text {
  line-height: 1.8;
}

.cb-career-title {
  font-size: 28px;
  margin-bottom: 16px;
}

.cb-career-title--center {
  text-align: center;
  margin-bottom: 50px;
}

.cb-career-label {
  color: var(--brand);
  font-weight: bold;
  margin-bottom: 12px;
}

.cb-career-paragraph {
  font-size: 15px;
  margin-bottom: 16px;
}
.cb-career-image {
  max-height: clamp(300px, 25vw, 350px);
  overflow: hidden;
}

.cb-career-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .cb-career-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cb-career-grid--reverse {
    direction: ltr;
  }

  .cb-career-title {
    font-size: 22px;
  }

  .cb-career-paragraph {
    font-size: 14px;
  }
}

/* Section */
.interview {
  margin: 0 auto;
}

/* Title */
.interview-title {
  text-align: center;
  font-size: clamp(20px, 3vw, 28px);
  margin-bottom: clamp(32px, 6vw, 64px);
  letter-spacing: 0.1em;
}

/* Grid */
.interview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(32px, 6vw, 64px) clamp(24px, 4vw, 48px);
}

/* Card */
.interview-card {
  text-align: left;
}

/* Image wrapper */
.interview-img {
  margin-bottom: clamp(12px, 2vw, 20px);
  max-height: 250px;
  overflow: hidden;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image */
.interview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Name */
.interview-card h3 {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.4;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  background-color: var(--white);
}

.interview-card h3 span {
  display: block;
  color: var(--brand);
  font-size: clamp(12px, 1.8vw, 14px);
  letter-spacing: 0.05em;
}

/* Description */
.interview-card p {
  font-size: clamp(13px, 1.8vw, 14px);
  line-height: 1.8;
  color: var(--text-color);
}

/* Section */
.entry-form {
  background-color: var(--light-gray);
}
.recuite-forem-wrap {
  max-width: 882px;
  width: 100%;
  margin: 0 auto;
}

/* recruit_info */
.recruit-info {
  background-color: #fff;
  position: relative;
  background-size: 100% auto;
  background-position: center top;
  background-image: url(../../images/staff/bg_01.jpg);
  background-repeat: no-repeat;
}
.recruit-info h3 {
  color: #729774;
  text-align: left;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .recruit-info h3 {
    text-align: center;
  }
}
/* table */
table {
  width: 100%;
}
.recruit-info {
  margin: 20px 0 60px;
  width: 100%;
}
.recruit-info td {
  padding: 10px 20px;
}
.recruit-info tr:nth-child(odd) th,
.recruit-info tr:nth-child(odd) td {
  background-color: #d9d9d9;
}
.recruit-info th {
  width: 280px;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .recruit-info th {
    width: 140px;
    font-size: 18px;
  }
}
