.under_mv h2 {
  margin-top: 20px;
  font-size: clamp(2.4rem, 2.2222222222vw, 3.2rem);
}
.under_mv .anks {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .under_mv .anks {
    margin-top: 10px;
  }
}

.jobs1 {
  position: relative;
  padding: 100px 0 160px 0;
  box-sizing: border-box;
}
.jobs1 .bx_c21 {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 100px;
}
.jobs1 .bx_c22 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin-top: 30px;
}
.jobs1 .bx_c22 .bx {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 20px;
}
.jobs1 .bx_c22 .fb {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.jobs1 .und_h31 {
  margin-top: 90px;
}
.jobs1 .bx_c23 img {
  max-width:795px;
  margin:100px auto 0;
}
.jobs1 .bx_c24 img {
  max-width:900px;
  margin:100px auto 0;
}
@media all and (max-width: 1000px) {
  .jobs1 .bx_c21 {
    gap: 60px 60px;
  }
}
@media all and (max-width: 767px) {
  .jobs1 {
    padding: 60px 0 100px 0;
  }
  .jobs1 .und_h21 {
    line-height: 1.3;
  }
  .jobs1 .und_h31 {
    margin-top: 60px;
  }
  .jobs1 .bx_c21 {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
  .jobs1 .bx_c22 {
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin-top: 30px;
  }
  .jobs1 .bx_c22 .bx {
    border-radius: 10px;
    padding: 16px;
  }
  .jobs1 .bx_c22 .fb {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  .jobs1 .und_h31 {
    margin-top: 90px;
  }
}

.sldw .swiper-wrapper {
  transition-timing-function: linear;
}

.jobs2 {
  position: relative;
  padding: 130px 0 160px 0;
  box-sizing: border-box;
}
.jobs2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, rgba(247, 247, 247, 0) 0%, #F5F5F5 10%, #F5F5F5 100%);
  z-index: 1;
}
.jobs2 .inner {
  position: relative;
  z-index: 2;
}
.jobs2 .tab_wrap {
  margin-top: 100px;
}
.jobs2 .tab-container {
  width: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  position: relative;
  z-index: 2;
}
.jobs2 .tab-container .tab {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  background: #E2E2E2;
  border-radius: 6px 6px 0 0;
  color: #999999;
  padding: 24px 0;
  line-height: 1;
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
  border-bottom: 1px solid #999;
}
.jobs2 .tab-container .active {
  background: white;
  color: #000;
  border: 1px solid #999999;
  border-bottom: none;
}
.jobs2 .in {
  margin-top: -1px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, #999, white 30%) 1;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 100px 120px 40px 120px;
}
.jobs2 .in2 .lines .time {
  text-align: left;
}
.jobs2 .lines {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 0 40px;
  padding-bottom: 60px;
  position: relative;
}
.jobs2 .lines:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 158px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #ED0000;
}
.jobs2 .lines:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 165px;
  width: 1px;
  height: 100%;
  background: #ED0000;
}
.jobs2 .lines .tl {
  font-weight: bold;
}
.jobs2 .lines .time {
  text-align: right;
}
.jobs2 .lines:last-of-type:after {
  content: none;
}
.jobs2 .rmw {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0 70px;
}
@media all and (max-width: 1280px) {
  .jobs2 .in {
    padding: 60px;
  }
}
@media all and (max-width: 1000px) {
  .jobs2 {
    padding: 130px 0 40px 0;
  }
  .jobs2 .tab-container {
    width: 600px;
  }
  .jobs2 .lines {
    grid-template-columns: 1fr;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .jobs2 .lines:before {
    top: 6px;
    left: 10px;
  }
  .jobs2 .lines:after {
    left: 17px;
  }
  .jobs2 .lines .time {
    text-align: left;
  }
  .jobs2 .rmw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
  }
}
@media all and (max-width: 767px) {
  .jobs2 {
    padding: 100px 0 0 0;
  }
  .jobs2 .und_h21 {
    line-height: 1.2;
  }
  .jobs2:before {
    height: 10%;
  }
  .jobs2 .tab_wrap {
    margin-top: 50px;
  }
  .jobs2 .tab-container {
    width: 310px;
    gap: 0 20px;
  }
  .jobs2 .tab-container .tab {
    font-size: 1.4rem;
    padding: 17.5px 0;
  }
  .jobs2 .tab-container .active {
    background: white;
    color: #000;
    border: 1px solid #999999;
    border-bottom: none;
  }
  .jobs2 .in {
    padding: 50px 0 0 0;
    border-image: linear-gradient(to bottom, #999, white 1%) 1;
  }
  .jobs2 .lines {
    gap: 0 40px;
    padding-bottom: 20px;
    padding-left: 24px;
  }
  .jobs2 .lines:before {
    top: 6px;
    left: 0;
    width: 13px;
    height: 13px;
  }
  .jobs2 .lines:after {
    left: 6px;
  }
  .jobs2 .lines .tl {
    font-size: 1.4rem;
  }
  .jobs2 .lines .time {
    font-size: 1.2rem;
  }
}

.content {
  display: none;
}

.content.show {
  display: block;
}

.top7 {
  margin: 0 0 160px 0;
}
.top7 .slides {
  max-width: 845px;
  width: 90%;
  margin: 40px auto 0 auto;
}
.top7 .fb {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
.top7 .tx {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
}
.top7 .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
}
.top7 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.top7 a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.top7 a:hover img {
  transform: scale(1.05);
}
@media all and (max-width: 767px) {
  .top7 {
    margin: 100px 0;
  }
  .top7 .slides {
    width: 100%;
  }
  .top7 .fb {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .top7 .tx {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=jobs.css.map */
