@charset "UTF-8";

.p-recruit {
  position: relative;
  padding-bottom: clamp(120px, 13.17715959vw, 180px);
}
.p-recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/633;
  max-height: 633px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf9ff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #ebf9ff 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}


.p-recruit__btn-wrap {
  padding-top: clamp(60px, 6.6666666667vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width:768px) {
  .p-recruit__btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: clamp(20px, 5.0512445095vw, 69px);
  }
}

.p-recruit__btn {
  min-width: 250px;
  padding-block: 20px;
  padding-inline: clamp(10px, 2.5vw, 30px);
  background: #0285cc 0% 0% no-repeat padding-box;
  -webkit-box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.3019607843);
          box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.3019607843);
  border-radius: 10px;
}


.p-recruit__btn-text {
  padding-left: 33px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  position: relative;
}
.p-recruit__btn-text::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.p-recruit__table-container {
  margin-top: 60px;
  padding-block: 76px 70px;
  padding-inline: clamp(20px, 5.1244509517vw, 70px);
  max-width: 1060px;
  margin-inline: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}

.p-recruit__table-container + .p-recruit__table-container {
  margin-top: clamp(60px, 6.6666666667vw, 80px);
}

.p-recruit__title {
  padding-left: 28px;
  color: #11213a;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1.2px;
  font-weight: 500;
  position: relative;
}
.p-recruit__title::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: #0360b7;
  border-radius: 3px;
}

.p-recruit__table-wrap {
  margin-top: 30px;
  border-top: 1px solid #a7a7a7;
  overflow-x: auto;
}

.p-recruit__table {
  width: min(100%, 920px);
  min-width: 600px;
}

.p-recruit__table-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid #a7a7a7;
}
@media screen and (min-width:1200px) {
  .p-recruit__table-row {
    grid-template-columns: 194px 1fr;
  }
}

.p-recruit__table-title {
  padding-block: 25px;
  color: #0387CD;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
}
.p-recruit__table-title::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: calc(100% - 20px);
  background: url(../images/table-bar.svg) center/contain repeat;
}

.p-recruit__table-text {
  padding-block: 10px;
  padding-left: clamp(40px, 5.270863836vw, 72px);
  color: #10203a;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  max-width: 623px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.p-recruit__bg-l {
  position: absolute;
  top: clamp(200px, 58.5651537335vw, 800px);
  left: clamp(-296px, -21.6691068814vw, -120px);
  width: clamp(300px, 71.6691068814vw, 979px);
  aspect-ratio: 979/755;
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(1, 95, 183, 0.3019607843) 0%, rgba(1, 95, 183, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  pointer-events: none;
    z-index: -1;

}