.commonWidth {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 3vw;
}
.commonWidth .left .recruit-index {
  width: 100%;
}
.commonWidth .left .recruit-index h3 {
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0 2px 0.02em 2px;
  display: block;
  margin-top: 16px;
  margin-bottom: 3px;
}
.commonWidth .left .recruit-index h3:first-of-type {
  margin-top: 0px;
}
.commonWidth .left .recruit-index a {
  margin-left: 1em;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3px;
  font-size: 14px;
}
.commonWidth .left .recruit-index a p {
  width: -moz-fit-content;
  width: fit-content;
}
.commonWidth .left .recruit-index a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../../shared/images/btn_bk.svg);
  transform: rotate(90deg);
}
.commonWidth .right {
  border-left: 1px solid #000000;
  padding-left: 3vw;
}
.commonWidth .right .dept-title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #c8161d;
  color: #ffffff;
  font-size: clamp(38px, 4.44vw, 64px);
  font-weight: 800;
  line-height: 1.2em;
  padding: 0em 4px 0.08em 4px;
  margin-bottom: 32px;
}
.commonWidth .right .role-card {
  margin-left: 5vw;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 24px;
  margin-bottom: 24px;
}
.commonWidth .right .role-card:last-of-type {
  margin-bottom: 80px;
}
.commonWidth .right .role-card .image {
  width: 100%;
  height: auto;
}
.commonWidth .right .role-card .image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.commonWidth .right .role-card .text h4 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  color: #ffffff;
  font-size: clamp(16px, 1.81vw, 26px);
  font-weight: 800;
  line-height: 1.2em;
  padding: 0 4px 0.08em 2px;
  margin-bottom: 12px;
  margin-top: 10px;
  margin-left: -32px;
}
.commonWidth .right .role-card .text .role-desc {
  font-size: clamp(14px, 1.04vw, 15px);
  margin-bottom: 16px;
}
.commonWidth .right .role-card .text .role-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.commonWidth .right .role-card .text .role-actions .btn {
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 46px;
  max-width: inherit;
  position: relative;
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 800;
  color: #000000;
  margin: 10px auto 20px;
  padding-top: 3px;
}
.commonWidth .right .role-card .text .role-actions .btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background: url(../../shared/images/btn_bk.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}

.ctalinkbox {
  margin-top: 120px;
}

@media only screen and (max-width: 820px) {
  .commonWidth {
    display: flex;
    flex-direction: column;
    gap: 72px;
  }
  .commonWidth .left .recruit-index a {
    font-size: 16px;
  }
  .commonWidth .right {
    border-left: 0px solid #000000;
    padding-left: 0vw;
  }
  .commonWidth .right .dept-title {
    font-size: clamp(24px, 10.26vw, 40px);
    margin-bottom: 24px;
  }
  .commonWidth .right .role-card {
    width: 92vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 80px;
  }
  .commonWidth .right .role-card .image {
    width: 100%;
    height: auto;
  }
  .commonWidth .right .role-card .text {
    margin-top: -20px;
  }
  .commonWidth .right .role-card .text h4 {
    font-size: clamp(16px, 6.67vw, 26px);
    margin-bottom: 12px;
    margin-top: 0px;
    margin-left: -4px;
  }
  .commonWidth .right .role-card .text .role-desc {
    font-size: clamp(14px, 1.04vw, 15px);
    margin-bottom: 16px;
  }
  .commonWidth .right .role-card .text .role-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .commonWidth .right .role-card .text .role-actions .btn {
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 46px;
    max-width: inherit;
    position: relative;
    font-size: clamp(14px, 1.11vw, 16px);
    font-weight: 800;
    color: #000000;
    margin: 10px auto 20px;
    padding-top: 3px;
  }
  .commonWidth .right .role-card .text .role-actions .btn:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background: url(../../shared/images/btn_bk.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
  }
  .ctalinkbox {
    margin-top: 0px;
  }
}/*# sourceMappingURL=style.css.map */