@charset "UTF-8";

/* --------------------------------------------------
 intro-blc
-------------------------------------------------- */
#intro-blc .ttl-style-large {
  font-size: 150%;
}

/* --------------------------------------------------
 job-blc
-------------------------------------------------- */
#job-blc ul li .img-blc figcaption {
  font-size: 150%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #896921;
}

#job-blc ul li .txt-blc {
  padding: 20px 10px;
  box-sizing: border-box;
}

#job-blc .img-blc .img {
  overflow: hidden;
}

#job-blc .img-blc .img>img {
  transform: scale(1.2);
  transition: all ease-in-out 1000ms;
}

#job-blc .img-blc.do-animate .img>img {
  transform: scale(1);
}

@media screen and (max-width:1000px) {
  #job-blc ul li .img-blc figcaption {
    font-size: 120%;
  }
}

/* --------------------------------------------------
 others-blc
-------------------------------------------------- */
#others-blc .list-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#others-blc .list-box li {
  width: calc((100% - 4rem) / 3);
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

#others-blc .list-box li:nth-child(3n+3), #others-blc .list-box li:last-child {
  margin-right: 0;
}

#others-blc .list-txt {
  padding: 4rem;
  box-sizing: border-box;
}

#others-blc .list-txt li {
  margin-top: 2rem;
}

#others-blc .list-txt li:first-child {
  margin-top: 0;
}

@media screen and (max-width:767px) {
  #others-blc .list-txt {
    padding: 2rem;
  }

  #others-blc .list-box li {
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
  }
}

@media screen and (max-width:640px) {
  #others-blc .list-txt {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  #others-blc .list-box {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  #others-blc .list-box li {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }

  #others-blc .list-box li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {
  #others-blc .list-txt {
    padding: 2rem 0;
  }
}