@charset "UTF-8";
/****************************************************************
新卒採用 - className : fresh
*****************************************************************/
.Fresh .m-table {
  border: solid 1px #ccc;
}

@media only screen and (max-width: 767px) {
  .Fresh .m-table th, .Fresh .m-table td {
    display: block;
    width: 100%;
  }
}

.Fresh .m-table td {
  text-align: left !important;
}

@media only screen and (max-width: 1000px) {
  .Fresh .m-table td img {
    width: 45%;
  }
}

.Page_title.bg-fresh {
  background-image: url(../images/bg-title-fresh.jpg);
  background-size: cover;
  background-position: center;
}

/*
.Page_title.bg-fresh .Page_title-header {
  max-height: 200px;
}
*/

.Not_looking {
  min-height: 150px;
}
.Not_looking p {
  text-align: center;
  border: 5px solid #eee;
  padding: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .Not_looking {
    min-height: 2em;
    margin-bottom: 35px;
  }
}