/* ------------------------------------------------------------
// index
------------------------------------------------------------ */
.employment-gray-area {
  position: relative;
  margin: 140px 0 80px;
  padding: 0 0 60px;
  background: #f0f6f7;
}
.employment-gray-area .img-box {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.employment-gray-area .img-box img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.employment-gray-area .spacer-img {
  visibility: hidden;
}
.employment-gray-area .catchphrase {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .employment-gray-area {
    padding: 0 0 30px;
  }
  .employment-gray-area .spacer-img {
    visibility: hidden;
    margin-bottom: -40px;
  }
  .employment-gray-area .catchphrase {
    font-size: 20px;
  }
}

.txt-box p {
  font-size: 15px;
}
.txt-box p:not(:last-child) {
  margin-bottom: 1em;
}
.txt-box .ta-center {
  text-align: center;
}
.txt-box .ta-right {
  text-align: right;
}

.ideal-candidate {
  margin: 80px 0;
}
.ideal-candidate .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.ideal-candidate .blue-box .box {
  width: calc((100% - 120px) / 3);
}
.ideal-candidate .blue-box .box .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  min-height: 140px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.ideal-candidate .blue-box .box .item-ttl:nth-child(1) {
  background: url(../../images/employment/blue-box-1.png) no-repeat center center/cover;
}
.ideal-candidate .blue-box .box .item-ttl:nth-child(2) {
  background: url(../../images/employment/blue-box-2.png) no-repeat center center/cover;
}
.ideal-candidate .blue-box .box .item-ttl:nth-child(3) {
  background: url(../../images/employment/blue-box-3.png) no-repeat center center/cover;
}
.ideal-candidate .blue-box .box .item-ttl:nth-child(4) {
  background: url(../../images/employment/blue-box-4.png) no-repeat center center/cover;
}
.ideal-candidate .blue-box .box p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ideal-candidate {
    margin: 60px 0;
  }
  .ideal-candidate .blue-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 10px;
  }
  .ideal-candidate .blue-box .box {
    width: calc((100% - 10px) / 2);
    margin-bottom: 5px;
  }
  .ideal-candidate .blue-box .box .item-ttl {
    font-size: 15px;
    line-height: 1.4;
    min-height: 100px;
  }
  .ideal-candidate .blue-box .box p {
    padding: 0 5px;
  }
}