/*
 * filename: recruit.css
 * version: 1.0
 */
#main.recruit {
  margin-bottom: 90px;
}
#main.recruit > .sec1 {
  height: auto;
  width: 100%;
}
#main.recruit > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: calc(450px + 16%);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.recruit > .sec1 > .inner {
    max-width: 768px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.recruit > .sec1 > .inner {
    max-width: 800px;
    padding: 0 50px;
  }
}
#main.recruit > .sec1 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
#main.recruit > .sec1 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #main.recruit > .sec1 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
#main.recruit > .sec1 > .inner > [class^=box] > .phd {
  height: auto;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 28.8px;
  margin-bottom: 22.5px;
  text-align: center;
}
#main.recruit > .sec1 > .inner > [class^=box] > .lst {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.recruit > .sec1 > .inner > [class^=box] > .lst {
    margin: 0 auto;
    max-width: 430px;
  }
}
#main.recruit > .sec1 > .inner > [class^=box] > .lst > .itm {
  height: auto;
  width: 100%;
}
#main.recruit > .sec1 > .inner > [class^=box] > .lst > .itm:not(:last-of-type) {
  margin-bottom: 25px;
}
#main.recruit > .sec1 > .inner > [class^=box] > .lst > .itm > .lnk {
  background-color: #ba0025;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.recruit > .sec1 > .inner > [class^=box] > .lst > .itm > .lnk {
    transition: opacity 0.35s;
  }
}
#main.recruit > .sec1 > .inner > [class^=box] > .lst > .itm > .lnk::after {
  background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_extlnk2.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
@media screen and (min-width: 768px) {
  #main.recruit > .sec1 > .inner > [class^=box] > .lst > .itm > .lnk:hover {
    opacity: .7;
  }
}
