#main-contents .l-main:has(.kv_section) {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #main-contents .l-main:has(.kv_section) {
    padding-top: 0;
  }
}

.l-contents-wrap:has(.kv_section) {
  background: #fff;
}
.l-contents-wrap .kv_section {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .l-contents-wrap .kv_section {
    height: 673px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .kv_section {
    height: 406.5px;
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .kv_bg {
    height: 866px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .kv_bg {
    height: 450px;
  }
}
.l-contents-wrap .kv_bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-contents-wrap .kv_lead {
  position: absolute;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-contents-wrap .kv_lead {
    width: 430px;
    left: 0;
    top: 141px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .kv_lead {
    width: 200px;
    left: 21px;
    top: 60px;
  }
}
.l-contents-wrap .lead_section {
  position: relative;
  color: #fff;
}
.l-contents-wrap .lead_section::before {
  content: "";
  position: absolute;
  background-color: #0032b7;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .l-contents-wrap .lead_section::before {
    background-image: url(/img/recruit/lead_bg_pc.webp);
    background-position: center top;
    border-radius: 100px 0 0 100px;
    width: calc(50vw + 525px);
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .lead_section::before {
    background-image: url(/img/recruit/lead_bg_sp.webp);
    background-position: center bottom;
    border-radius: 28.5px 0 0 28.5px;
    width: calc(50vw + 43.334%);
  }
}
.l-contents-wrap .lead_inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-contents-wrap .lead_inner {
    max-width: 1050px;
    padding: 270px 0 505px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .lead_inner {
    max-width: 86.667%;
    padding: 60px 0 140px;
  }
}
.l-contents-wrap .lead_img {
  position: absolute;
  overflow: hidden;
}
@media (min-width: 769px) {
  .l-contents-wrap .lead_img {
    border-radius: 20px;
    box-shadow: 30px 30px 5px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .lead_img {
    border-radius: 5.5px;
    box-shadow: 8px 8px 1.5px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .lead_img.img1 {
    width: 465px;
    right: -331px;
    top: 160px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .lead_img.img1 {
    width: 38.462%;
    right: -20%;
    bottom: 193.5px;
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .lead_img.img2 {
    width: 416px;
    left: -256px;
    bottom: 267px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .lead_img.img2 {
    width: 34.308%;
    left: -15.076%;
    bottom: 37px;
  }
}
.l-contents-wrap .lead_h2 {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 769px) {
  .l-contents-wrap .lead_h2 {
    padding: 0 0 0 23.81%;
    line-height: 1.414;
    font-size: 29px;
  }
  .l-contents-wrap .lead_h2 > h2 {
    font: inherit !important;
  }
  .l-contents-wrap .lead_h2 > h2:first-of-type {
    margin-top: -0.206em !important;
  }
  .l-contents-wrap .lead_h2 > h2:last-of-type {
    margin-bottom: -0.206em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .lead_h2 {
    padding: 0 0 0 13.847%;
    line-height: 1.5;
    font-size: 16px;
  }
  .l-contents-wrap .lead_h2 > h2 {
    font: inherit !important;
  }
  .l-contents-wrap .lead_h2 > h2:first-of-type {
    margin-top: -0.25em !important;
  }
  .l-contents-wrap .lead_h2 > h2:last-of-type {
    margin-bottom: -0.25em !important;
  }
}
.l-contents-wrap .lead_p {
  letter-spacing: 0.025em;
}
@media (min-width: 769px) {
  .l-contents-wrap .lead_p {
    padding: 50px 0 0 23.81%;
    line-height: 2.334;
    font-size: 18px;
  }
  .l-contents-wrap .lead_p > p {
    font: inherit !important;
  }
  .l-contents-wrap .lead_p > p:first-of-type {
    margin-top: -0.666em !important;
  }
  .l-contents-wrap .lead_p > p:last-of-type {
    margin-bottom: -0.666em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .lead_p {
    padding: 25px 0 0 13.847%;
    line-height: 2.042;
    font-size: 12px;
  }
  .l-contents-wrap .lead_p > p {
    font: inherit !important;
  }
  .l-contents-wrap .lead_p > p:first-of-type {
    margin-top: -0.52em !important;
  }
  .l-contents-wrap .lead_p > p:last-of-type {
    margin-bottom: -0.52em !important;
  }
}
.l-contents-wrap .point_section {
  position: relative;
}
.l-contents-wrap .point_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_inner {
    max-width: 1060px;
    padding: 120px 0 150px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_inner {
    max-width: 80%;
    padding: 60px 0;
  }
}
.l-contents-wrap .point_h2 {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_h2 {
    line-height: 1.589;
    font-size: 34px;
  }
  .l-contents-wrap .point_h2 > h2 {
    font: inherit !important;
  }
  .l-contents-wrap .point_h2 > h2:first-of-type {
    margin-top: -0.294em !important;
  }
  .l-contents-wrap .point_h2 > h2:last-of-type {
    margin-bottom: -0.294em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_h2 {
    line-height: 1.589;
    font-size: 17px;
  }
  .l-contents-wrap .point_h2 > h2 {
    font: inherit !important;
  }
  .l-contents-wrap .point_h2 > h2:first-of-type {
    margin-top: -0.294em !important;
  }
  .l-contents-wrap .point_h2 > h2:last-of-type {
    margin-bottom: -0.294em !important;
  }
}
.l-contents-wrap .point_items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_items {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_items {
    padding-top: 30px;
  }
}
.l-contents-wrap .point_items > li {
  list-style: none;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_items > li {
    padding: 75px 0 100px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_items > li {
    padding: 55px 0 60px;
  }
}
.l-contents-wrap .point_items > li:first-of-type {
  padding-top: 0;
}
.l-contents-wrap .point_items > li:last-of-type {
  padding-bottom: 0;
}
.l-contents-wrap .point_items > li + li {
  border-top: 1px solid #bfc8cd;
}
.l-contents-wrap .point_item {
  display: flex;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_item {
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_item {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.l-contents-wrap .point_item_index {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_item_index {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_item_index {
    width: 40px;
  }
}
.l-contents-wrap .point_item_index p {
  line-height: 0;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_item_index p {
    height: 32px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_item_index p {
    height: 15px;
  }
}
.l-contents-wrap .point_item_index p img {
  max-height: 100%;
}
.l-contents-wrap .point_item_head {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_item_head {
    row-gap: 25px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_item_head {
    row-gap: 10px;
  }
}
.l-contents-wrap .point_item_h4 {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_item_h4 {
    line-height: 1.375;
    font-size: 24px;
  }
  .l-contents-wrap .point_item_h4 > h4 {
    font: inherit !important;
  }
  .l-contents-wrap .point_item_h4 > h4:first-of-type {
    margin-top: -0.187em !important;
  }
  .l-contents-wrap .point_item_h4 > h4:last-of-type {
    margin-bottom: -0.187em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_item_h4 {
    line-height: 1.539;
    font-size: 13px;
  }
  .l-contents-wrap .point_item_h4 > h4 {
    font: inherit !important;
  }
  .l-contents-wrap .point_item_h4 > h4:first-of-type {
    margin-top: -0.269em !important;
  }
  .l-contents-wrap .point_item_h4 > h4:last-of-type {
    margin-bottom: -0.269em !important;
  }
}
.l-contents-wrap .point_item_h3 {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_item_h3 {
    line-height: 1.245;
    font-size: 45px;
  }
  .l-contents-wrap .point_item_h3 > h3 {
    font: inherit !important;
  }
  .l-contents-wrap .point_item_h3 > h3:first-of-type {
    margin-top: -0.122em !important;
  }
  .l-contents-wrap .point_item_h3 > h3:last-of-type {
    margin-bottom: -0.122em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_item_h3 {
    line-height: 1.167;
    font-size: 24px;
  }
  .l-contents-wrap .point_item_h3 > h3 {
    font: inherit !important;
  }
  .l-contents-wrap .point_item_h3 > h3:first-of-type {
    margin-top: -0.083em !important;
  }
  .l-contents-wrap .point_item_h3 > h3:last-of-type {
    margin-bottom: -0.083em !important;
  }
}
.l-contents-wrap .point_item_body {
  flex-shrink: 0;
  display: flex;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_item_body {
    align-items: flex-end;
    width: 51.887%;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_item_body {
    width: 100%;
    padding-left: 40px;
  }
}
.l-contents-wrap .point_item_p {
  letter-spacing: 0.025em;
  text-align: justify;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_item_p {
    line-height: 1.834;
    font-size: 18px;
  }
  .l-contents-wrap .point_item_p > p {
    font: inherit !important;
  }
  .l-contents-wrap .point_item_p > p:first-of-type {
    margin-top: -0.416em !important;
  }
  .l-contents-wrap .point_item_p > p:last-of-type {
    margin-bottom: -0.416em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_item_p {
    line-height: 1.924;
    font-size: 13px;
  }
  .l-contents-wrap .point_item_p > p {
    font: inherit !important;
  }
  .l-contents-wrap .point_item_p > p:first-of-type {
    margin-top: -0.461em !important;
  }
  .l-contents-wrap .point_item_p > p:last-of-type {
    margin-bottom: -0.461em !important;
  }
}
.l-contents-wrap .point_img {
  position: relative;
}
@media (min-width: 769px) {
  .l-contents-wrap .point_img {
    height: 668px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .point_img {
    height: 179px;
  }
}
.l-contents-wrap .point_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-contents-wrap .business_section {
  position: relative;
  background: #dde9e9;
}
.l-contents-wrap .business_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_inner {
    max-width: 1060px;
    padding: 100px 0 150px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_inner {
    max-width: 81.334%;
    padding: 80px 0;
  }
}
.l-contents-wrap .business_h2 {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_h2 {
    line-height: 1.589;
    font-size: 34px;
  }
  .l-contents-wrap .business_h2 > h2 {
    font: inherit !important;
  }
  .l-contents-wrap .business_h2 > h2:first-of-type {
    margin-top: -0.294em !important;
  }
  .l-contents-wrap .business_h2 > h2:last-of-type {
    margin-bottom: -0.294em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_h2 {
    line-height: 1.589;
    font-size: 17px;
  }
  .l-contents-wrap .business_h2 > h2 {
    font: inherit !important;
  }
  .l-contents-wrap .business_h2 > h2:first-of-type {
    margin-top: -0.294em !important;
  }
  .l-contents-wrap .business_h2 > h2:last-of-type {
    margin-bottom: -0.294em !important;
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .business_h2 + .business_deta {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_h2 + .business_deta {
    padding-top: 30px;
  }
}
.l-contents-wrap .business_deta {
  display: flex;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta {
    flex-direction: column;
    row-gap: 25px;
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta + .business_deta {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta + .business_deta {
    padding-top: 70px;
  }
}
.l-contents-wrap .business_deta_thumb {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta_thumb {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_thumb {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 23px;
  }
}
.l-contents-wrap .business_deta_label {
  display: flex;
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_label {
    width: 100%;
  }
}
.l-contents-wrap .business_deta_label p {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cc0022;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta_label p {
    border-radius: 6px;
    width: 167px;
    height: 40px;
    line-height: 1.25;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_label p {
    border-radius: 6.5px;
    width: 125px;
    height: 30px;
    line-height: 1.167;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta_logo {
    height: 70px;
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_logo.logo1 {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_logo.logo2 {
    height: 43px;
  }
}
.l-contents-wrap .business_deta_logo img {
  max-height: 100%;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta_review {
    height: 52px;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_review {
    height: 37px;
  }
}
.l-contents-wrap .business_deta_review img {
  max-height: 100%;
}
.l-contents-wrap .business_deta_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta_caption {
    row-gap: 20px;
    width: 580px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_caption {
    row-gap: 18px;
  }
}
.l-contents-wrap .business_deta_head {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta_head {
    row-gap: 15px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_head {
    row-gap: 10px;
  }
}
.l-contents-wrap .business_deta_h4 {
  font-weight: 600;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta_h4 {
    line-height: 1.945;
    font-size: 18px;
  }
  .l-contents-wrap .business_deta_h4 > h4 {
    font: inherit !important;
  }
  .l-contents-wrap .business_deta_h4 > h4:first-of-type {
    margin-top: -0.472em !important;
  }
  .l-contents-wrap .business_deta_h4 > h4:last-of-type {
    margin-bottom: -0.472em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_h4 {
    line-height: 1.643;
    font-size: 14px;
  }
  .l-contents-wrap .business_deta_h4 > h4 {
    font: inherit !important;
  }
  .l-contents-wrap .business_deta_h4 > h4:first-of-type {
    margin-top: -0.321em !important;
  }
  .l-contents-wrap .business_deta_h4 > h4:last-of-type {
    margin-bottom: -0.321em !important;
  }
}
.l-contents-wrap .business_deta_h3 {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta_h3 {
    line-height: 1.311;
    font-size: 29px;
  }
  .l-contents-wrap .business_deta_h3 > h3 {
    font: inherit !important;
  }
  .l-contents-wrap .business_deta_h3 > h3:first-of-type {
    margin-top: -0.155em !important;
  }
  .l-contents-wrap .business_deta_h3 > h3:last-of-type {
    margin-bottom: -0.155em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_h3 {
    line-height: 1.442;
    font-size: 17px;
  }
  .l-contents-wrap .business_deta_h3 > h3 {
    font: inherit !important;
  }
  .l-contents-wrap .business_deta_h3 > h3:first-of-type {
    margin-top: -0.22em !important;
  }
  .l-contents-wrap .business_deta_h3 > h3:last-of-type {
    margin-bottom: -0.22em !important;
  }
}
.l-contents-wrap .business_deta_p {
  letter-spacing: 0.025em;
  text-align: justify;
}
@media (min-width: 769px) {
  .l-contents-wrap .business_deta_p {
    line-height: 1.834;
    font-size: 18px;
  }
  .l-contents-wrap .business_deta_p > p {
    font: inherit !important;
  }
  .l-contents-wrap .business_deta_p > p:first-of-type {
    margin-top: -0.416em !important;
  }
  .l-contents-wrap .business_deta_p > p:last-of-type {
    margin-bottom: -0.416em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .business_deta_p {
    line-height: 1.834;
    font-size: 12px;
  }
  .l-contents-wrap .business_deta_p > p {
    font: inherit !important;
  }
  .l-contents-wrap .business_deta_p > p:first-of-type {
    margin-top: -0.416em !important;
  }
  .l-contents-wrap .business_deta_p > p:last-of-type {
    margin-bottom: -0.416em !important;
  }
}
.l-contents-wrap .job_section {
  position: relative;
}
.l-contents-wrap .job_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-contents-wrap .job_inner {
    max-width: 995px;
    padding: 120px 0 220px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .job_inner {
    max-width: 80%;
    padding: 60px 0;
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .job_block + .job_block {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .job_block + .job_block {
    padding-top: 60px;
  }
}
.l-contents-wrap .job_h2 {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media (min-width: 769px) {
  .l-contents-wrap .job_h2 {
    line-height: 1.589;
    font-size: 34px;
  }
  .l-contents-wrap .job_h2 > h2 {
    font: inherit !important;
  }
  .l-contents-wrap .job_h2 > h2:first-of-type {
    margin-top: -0.294em !important;
  }
  .l-contents-wrap .job_h2 > h2:last-of-type {
    margin-bottom: -0.294em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .job_h2 {
    line-height: 1.589;
    font-size: 17px;
  }
  .l-contents-wrap .job_h2 > h2 {
    font: inherit !important;
  }
  .l-contents-wrap .job_h2 > h2:first-of-type {
    margin-top: -0.294em !important;
  }
  .l-contents-wrap .job_h2 > h2:last-of-type {
    margin-bottom: -0.294em !important;
  }
}
.l-contents-wrap .job_h2:has(+ .job_comingsoon) {
  text-align: center;
}
.l-contents-wrap .job_links {
  display: grid;
}
@media (min-width: 769px) {
  .l-contents-wrap .job_links {
    grid-template-columns: repeat(2, 480px);
    gap: 33px 35px;
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .job_links {
    grid-template-columns: 300px;
    gap: 10.5px;
    padding-top: 32px;
  }
}
.l-contents-wrap .job_link {
  display: flex;
  align-items: center;
  background: #cc0022;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 769px) {
  .l-contents-wrap .job_link {
    column-gap: 8px;
    border-radius: 90px;
    height: 90px;
    padding: 10px 35px;
    line-height: 1.2;
    font-size: 20px;
    box-shadow: 21px 21px 5px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .job_link {
    column-gap: 4px;
    border-radius: 55px;
    height: 55px;
    padding: 5px 22.5px;
    line-height: 1.167;
    font-size: 12px;
    box-shadow: 13px 13px 3.5px rgba(0, 0, 0, 0.2);
  }
}
.l-contents-wrap .job_link i.carrow01 {
  display: block;
  border-radius: 50%;
  position: relative;
  background: #fff;
}
@media (min-width: 769px) {
  .l-contents-wrap .job_link i.carrow01 {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .job_link i.carrow01 {
    width: 26px;
    height: 26px;
  }
}
.l-contents-wrap .job_link i.carrow01::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #cc0022;
  width: 31.379%;
  height: 27.778%;
  left: 40.466%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.l-contents-wrap .job_comingsoon {
  letter-spacing: 0.025em;
  text-align: center;
}
@media (min-width: 769px) {
  .l-contents-wrap .job_comingsoon {
    padding-top: 50px;
    line-height: 1.32;
    font-size: 25px;
  }
  .l-contents-wrap .job_comingsoon > p {
    font: inherit !important;
  }
  .l-contents-wrap .job_comingsoon > p:first-of-type {
    margin-top: -0.16em !important;
  }
  .l-contents-wrap .job_comingsoon > p:last-of-type {
    margin-bottom: -0.16em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .job_comingsoon {
    padding-top: 20px;
    line-height: 1.27;
    font-size: 13px;
  }
  .l-contents-wrap .job_comingsoon > p {
    font: inherit !important;
  }
  .l-contents-wrap .job_comingsoon > p:first-of-type {
    margin-top: -0.134em !important;
  }
  .l-contents-wrap .job_comingsoon > p:last-of-type {
    margin-bottom: -0.134em !important;
  }
}
.l-contents-wrap .job_btns {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .l-contents-wrap .job_btns {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .job_btns {
    padding-top: 25px;
  }
}
.l-contents-wrap .job_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cc0022;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 769px) {
  .l-contents-wrap .job_btn {
    border-radius: 100px;
    width: 418px;
    height: 100px;
    line-height: 1.182;
    font-size: 22px;
    box-shadow: 26px 26px 6px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .job_btn {
    border-radius: 62px;
    width: 215px;
    height: 62px;
    line-height: 1.186;
    font-size: 13.5px;
    box-shadow: 15.5px 15.5px 4px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .title01 + .table_name {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .title01 + .table_name {
    padding-top: 40px;
  }
}
.l-contents-wrap .table {
  border-top: 1px solid #dde9e9;
}
.l-contents-wrap .table > div {
  display: flex;
  border-bottom: 1px solid #dde9e9;
}
@media (min-width: 769px) {
  .l-contents-wrap .table > div {
    min-height: 100px;
    padding: 40px 0 50px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .table > div {
    flex-direction: column;
    row-gap: 30px;
    padding: 25px 0 55px;
  }
}
.l-contents-wrap .table > div > dt {
  font-weight: 600;
}
@media (min-width: 769px) {
  .l-contents-wrap .table > div > dt {
    flex-shrink: 0;
    width: 150px;
    line-height: 1.945;
    font-size: 18px;
  }
  .l-contents-wrap .table > div > dt > p {
    font: inherit !important;
  }
  .l-contents-wrap .table > div > dt > p:first-of-type {
    margin-top: -0.472em !important;
  }
  .l-contents-wrap .table > div > dt > p:last-of-type {
    margin-bottom: -0.472em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .table > div > dt {
    width: 70px;
    line-height: 1.539;
    font-size: 13px;
  }
  .l-contents-wrap .table > div > dt > p {
    font: inherit !important;
  }
  .l-contents-wrap .table > div > dt > p:first-of-type {
    margin-top: -0.269em !important;
  }
  .l-contents-wrap .table > div > dt > p:last-of-type {
    margin-bottom: -0.269em !important;
  }
}
.l-contents-wrap .table > div > dd {
  width: 100%;
}
.l-contents-wrap .table > div > dd .sub {
  font-weight: 600;
  color: #cc0022;
}
@media (min-width: 769px) {
  .l-contents-wrap .table > div > dd .sub {
    line-height: 1.75;
    font-size: 20px;
  }
  .l-contents-wrap .table > div > dd .sub > p {
    font: inherit !important;
  }
  .l-contents-wrap .table > div > dd .sub > p:first-of-type {
    margin-top: -0.375em !important;
  }
  .l-contents-wrap .table > div > dd .sub > p:last-of-type {
    margin-bottom: -0.375em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .table > div > dd .sub {
    line-height: 1.539;
    font-size: 13px;
  }
  .l-contents-wrap .table > div > dd .sub > p {
    font: inherit !important;
  }
  .l-contents-wrap .table > div > dd .sub > p:first-of-type {
    margin-top: -0.269em !important;
  }
  .l-contents-wrap .table > div > dd .sub > p:last-of-type {
    margin-bottom: -0.269em !important;
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .table > div > dd .sub + .text {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .table > div > dd .sub + .text {
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .table > div > dd .text {
    line-height: 1.688;
    font-size: 16px;
  }
  .l-contents-wrap .table > div > dd .text > p {
    font: inherit !important;
  }
  .l-contents-wrap .table > div > dd .text > p:first-of-type {
    margin-top: -0.343em !important;
  }
  .l-contents-wrap .table > div > dd .text > p:last-of-type {
    margin-bottom: -0.343em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .table > div > dd .text {
    line-height: 1.667;
    font-size: 12px;
  }
  .l-contents-wrap .table > div > dd .text > p {
    font: inherit !important;
  }
  .l-contents-wrap .table > div > dd .text > p:first-of-type {
    margin-top: -0.333em !important;
  }
  .l-contents-wrap .table > div > dd .text > p:last-of-type {
    margin-bottom: -0.333em !important;
  }
}
.l-contents-wrap .table_name {
  font-weight: 600;
}
@media (min-width: 769px) {
  .l-contents-wrap .table_name {
    line-height: 1.522;
    font-size: 23px;
  }
  .l-contents-wrap .table_name > p {
    font: inherit !important;
  }
  .l-contents-wrap .table_name > p:first-of-type {
    margin-top: -0.26em !important;
  }
  .l-contents-wrap .table_name > p:last-of-type {
    margin-bottom: -0.26em !important;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .table_name {
    line-height: 1.534;
    font-size: 15px;
  }
  .l-contents-wrap .table_name > p {
    font: inherit !important;
  }
  .l-contents-wrap .table_name > p:first-of-type {
    margin-top: -0.266em !important;
  }
  .l-contents-wrap .table_name > p:last-of-type {
    margin-bottom: -0.266em !important;
  }
}
@media (min-width: 769px) {
  .l-contents-wrap .table_name + .table {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .l-contents-wrap .table_name + .table {
    margin-top: 35px;
  }
}