html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.sec1__inner .wrap1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sec1__inner .wrap1 .l-border-head {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 64px */
  padding-left: 30px;
  border-left: 8px solid var(--BLUE, #3b54f6);
}
.sec1__inner .wrap1 img {
  aspect-ratio: 600/350;
  max-width: 600px;
  width: 100%;
  height: auto;
}

.sec2__inner .two-col-table .table-row {
  color: #222;
  display: flex;
  padding-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
}
.sec2__inner .two-col-table .table-row .key {
  width: 280px;
  margin-right: 40px;
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
.sec2__inner .two-col-table .table-row .value {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.sec2__inner .two-col-table .table-row:first-child {
  padding-top: 0;
}

.sec3__inner .text1 {
  color: #000;
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
.sec3__inner .ctas {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.sec3__inner .ctas a {
  aspect-ratio: 400/180;
  max-width: 400px;
  width: 100%;
}
.sec3__inner .ctas a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 768px) {
  .sec1__inner .wrap1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .sec1__inner .wrap1 .l-border-head {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 64px */
    padding-left: 20px;
    border-left: 4px solid var(--BLUE, #3b54f6);
  }
  .sec1__inner .wrap1 img {
    aspect-ratio: 600/350;
    max-width: 600px;
    width: 100%;
    height: auto;
  }
  .sec2__inner .two-col-table {
    flex-direction: column;
  }
  .sec2__inner .two-col-table .table-row {
    color: #222;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
  }
  .sec2__inner .two-col-table .table-row .key {
    width: 280px;
    margin-right: none;
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
  }
  .sec2__inner .two-col-table .table-row .value {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
  }
  .sec2__inner .two-col-table .table-row:first-child {
    padding-top: 0;
  }
  .sec3__inner .text1 {
    color: #000;
    text-align: center;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
  }
  .sec3__inner .ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .sec3__inner .ctas a {
    aspect-ratio: 400/180;
    max-width: 400px;
    width: 100%;
  }
  .sec3__inner .ctas a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}/*# sourceMappingURL=recruit.css.map */