@charset 'UTF-8';

/* HEADER */
/* .header.headerChange {
  background-color: #2e2e2e !important;
} */

/* DRAWER */
/* .sp-nav {
  background-color: #0070f4 !important;
} */

@media screen and (max-width: 768px) {
  /* INTERVIEW SINGLE */
  /* .interview-fv {
    padding-block: 8.75rem 23.625rem !important;
  } */
}


/* 20260129 募集要項CMS */
.job__tabs-wrapper {
  margin-bottom: 40px;
}
.job__tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.job__tab {
  font-size: 18px;
  font-weight: bold;
  color: #6db41c;
  background: #fff;
  border: 2px solid #6db41c;
  border-radius: 30px;
  line-height: 1;
  padding: 1em 2em;
  cursor: pointer;
}
.job__tab.current {
  color: #fff;
  background: #6db41c;
  pointer-events: none;
}
.job__wrapper-content {
  display: none;
}
.job__wrapper-content.current {
  display: block;
}
@media screen and (max-width: 768px) {
.job__tabs {
  gap: 10px;
}
.job__tab {
  font-size: 16px;
}
}