@charset "UTF-8";
.jobindex {
  color: #222222;
  font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.jobindex__contents, .jobindex__contents--about, .jobindex__contents--it, .jobindex__contents--finance, .jobindex__contents--maker, .jobindex__contents--gray {
  padding: 60px 0;
}
.jobindex__contents--gray {
  padding: 60px 0;
  background-color: #F5F5F5;
}
.jobindex__headingArea, .jobindex__headingArea--it, .jobindex__headingArea--finance, .jobindex__headingArea--maker, .jobindex__headingArea--gray {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  padding: 30px 0 25px;
  position: relative;
  color: #FFFFFF;
}
.jobindex__headingArea--gray {
  padding: 0 0 60px;
  color: #222222;
}
.info__inner {
  width: 1000px;
  margin: 0 auto;
}
.info__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info__anchor {
  transition: 0.5s;
  display: block;
  background: #ffffff;
}

.info__item {
  width: 300px;
}

.info__item:nth-of-type(n+4) {
  margin-top: 27px;
}
.info__anchor {
  min-height: 197px;
  max-height: 197px;
  border: solid 1px #005EAB;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.info__anchor:hover {
  transform: scale(1.02);
  opacity: 0.8;
}
.info__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #005EAB;
  font-size: 13px;
  line-height: 50px;
}

.info__title::after {
  content: "";
  display: block;
  background-image: url("/resource/helpful/job-index/img/link_arrow_deepBlue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 88%;
  transform: translateY(-50%);
}
.info__anchor {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .jobindex__contents, .jobindex__contents--about, .jobindex__contents--it, .jobindex__contents--finance, .jobindex__contents--maker, .jobindex__contents--gray {
    padding: 20px 0 30px;
  }
  .jobindex__contents--gray {
    padding: 20px 0 30px;
  }
  .jobindex__headingArea, .jobindex__headingArea--it, .jobindex__headingArea--finance, .jobindex__headingArea--maker, .jobindex__headingArea--gray {
    font-size: 18px;
    padding: 16px 0 17px;
  }
  .jobindex__headingArea--gray {
    padding: 10px 0 20px;
  }
  .info__inner {
    width: 90%;
    margin: 0 auto;
  }
  .info__item:nth-of-type(n+4) {
    margin-top: 0;
  }
  .info__item {
    width: calc((100% / 2) - 5px);
    margin-bottom: 10px;
  }
  .info__anchor {
    min-height: 140px;
    height: 164px;
  }
  .info__imgOuter img {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .info__title {
    font-size: 14px;
    line-height: 21px;
    background-color: #FFFFFF;
    padding: 10px;
    text-align: justify;
  }

  .info__title::after {
    background-image: none;
  }
}
@media screen and (max-width: 400px) {
  .info__title {
    font-size: 13px;
  }
}
