@charset "UTF-8";
/**********************************************************************************************
採用情報のサブビジュアル部分
**********************************************************************************************/
.bl_recruitHeaderBanner {
  margin-top: 95px;
}

.bl_recruitHeaderWapper {
  background: url(/common/image/recruit/recruit_header_bg.jpg) center;
  background-size: cover;
  width: 100%;
  max-height: 200px;
  height: auto;
}

.bl_recruitHeaderWapper img {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  max-height: 200px;
}

@media only screen and (max-width: 567px) {
  .bl_recruitHeaderBanner {
    margin: 55px 0 95px;
  }
}

/**********************************************************************************************
採用情報の各カンパニー枠
**********************************************************************************************/
.bl_recruitList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-top: 116px; */
  /* padding-bottom: 120px; */
}

.bl_recruitList:last-child{
  padding-bottom: 120px!important;
}

@media only screen and (max-width: 567px) {
  .bl_recruitList {
    display: block;
    /* margin-top: 56px; */
  }
}

.bl_recruitListItem {
  width: 48.28%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 567px) {
  .bl_recruitListItem {
    width: 100%;
  }
}

.bl_recruitListItem:last-child, .bl_recruitListItem:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

@media only screen and (max-width: 567px) {
  .bl_recruitListItem:last-child, .bl_recruitListItem:nth-last-child(2):nth-child(odd) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_recruitListItem:last-child {
    margin-bottom: 0;
  }
}

.bl_recruitListItemLink,
.bl_recruitListItem_inner {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
  text-decoration: none;
  color: #333;
}

.bl_recruitListItemLink:hover, .bl_recruitListItemLink:focus {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  color: #d13d3d;
}

.bl_recruitListItemLink.noLink:hover, .bl_recruitListItemLink.noLink:focus {
  color: inherit;
}

.bl_recruitListItemLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.el_recruitListItemTextLink {
  position: relative;
  padding: 28px 35px 28px 20px;
}

.el_recruitListItemText_wrapper {
  padding: 28px 20px;
  display: flex;
  justify-content: space-between;
}

.el_recruitListItemTextLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}

.bl_recruitListItemLink:hover .el_recruitListItemTextLink::after {
  right: 15px;
}

.bl_recruitListItemLink.noLink .el_recruitListItemTextLink::after {
  display: none;
}

.el_recruitListItemNote {
  font-size: 0.9rem;
  color: #fff;
  background-color: #1ea052;
  padding: 5px;
  display: inline-block;
  margin-top: 3px;
}
.el_recruitListItemNote_link {
  font-size: min(1.255vw,14px);
  color: #fff;
  background-color: #D91C4D;
  padding: 6px 10px 4px 5px;
  display: block;
  margin-top: 3px;
  text-decoration: none;
  width: 47%;
  text-align: center;
  position: relative;
  display: grid;
  transition: .3s ease opacity;
  overflow: clip;
}

@media only screen and (max-width: 567px) {
  .el_recruitListItemText_wrapper {
    display: block;
    justify-content: normal;
  }
  .el_recruitListItemNote_link {
    font-size: 3.733vw;
    padding: 8px 10px 6px 5px;
    margin-top: 0;
    width: auto;
    display: block;
    transition: 0s ease opacity;
    overflow: visible;
  }
  .el_recruitListItemNote_link + .el_recruitListItemNote_link {
    margin-top: 12px;
  }
}
.el_recruitListItemNote_link_Text { z-index: 1; }
.el_recruitListItemNote_link::before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 140%;
  height: 100%;
  background-color: var(--color-black);
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: 0.3s;
}
@media only screen and (max-width: 567px) {
  .el_recruitListItemNote_link::before {
    display: none;
  }
}
.el_recruitListItemNote_link:hover::before {
  right: -20%;
}
.el_recruitListItemNote_link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: 0;
}
.el_recruitListItemNote_link::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}

.el_recruitListItemNote_link:hover::after {
  right: 10px;
}

@media only screen and (max-width: 567px) {
  .el_recruitListItemNote {
    display: block;
    width: 95%;
    padding: 5px 5px 5px 8px;
  }
}

.bl_recruiListHeader {
  margin: 115px 0 50px;
  padding-bottom: 10px;
  background-image: linear-gradient(90deg, #00ac4d 0 20%, #000 20%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  color: #323232;
  font-weight: bold;
  font-size: 26px;
}

.bl_recruiListHeader .sideNote{
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  margin-left: 2rem;
  color: #FF4500;
}

@media only screen and (max-width: 870px) {
  .bl_recruiListHeader .sideNote{
    display: block;
    margin:10px 0;
}
}

@media only screen and (max-width: 567px) {
  .bl_recruiListHeader {
    margin: 50px 0 25px;
  }
  .bl_recruiListHeader .sideNote{
    font-size: 1rem;
  }
}

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