.lower-list .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -20px -10px 0 -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .lower-list .grid {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .lower-list .grid {
    display: block;
    margin: 0;
  }
}
.lower-list .grid .item {
  padding: 0 10px;
  width: 33.3333333333%;
}
@media print, screen and (min-width: 751px) {
  .lower-list .grid .item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .lower-list .grid .item {
    padding: 0;
    width: 100%;
  }
  .lower-list .grid .item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.lower-list .grid .item .wrap {
  background: #fff;
}
.lower-list .grid .item .txt-link {
  height: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 50px 5px 30px;
  font-size: 1.8rem;
  line-height: 1.3;
  height: 80px;
}
.lower-list .grid .item .txt-link:before {
  right: 30px;
  margin-top: -9px;
}
@media screen and (max-width: 750px) {
  .lower-list .grid .item .txt-link:before {
    right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lower-list .grid .item .txt-link {
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .lower-list .grid .item .txt-link {
    padding: 5px 40px 5px 30px;
    height: auto;
    font-size: 1.8rem;
    line-height: 1.3888888889;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.lower-list .grid .item .image {
  background: #fff;
}
.lower-list .grid .item a {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .lower-list .grid .item a .image img, .lower-list .grid .item a .txt-link {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .lower-list .grid .item a:hover .image img, .lower-list .grid .item a:hover .txt-link {
    opacity: 0.6;
  }
}

.txt-link.txt-link--wide {
  max-width: 650px;
}
@media screen and (max-width: 750px) {
  .txt-link.txt-link--wide {
    height: 55px;
  }
}
.txt-link.txt-link--wide span {
  display: inline-block;
  line-height: 1.3;
  text-align: center;
}

.not-recruiting {
  font-size: 1.2em;
}