/* ------------------------ */
/* common.css上書き */
/* ------------------------ */
#copy {
.title {
  --titleH: 3em;
  font-size: 64px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  line-height: var(--titleH);
  height: 400px;
  padding: 0;
  background-image: url(../img/recruit/recruit-visu.webp);
  background-size: cover;
  background-position: left top;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .title {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .title {
    height: 138px;
    font-size: 32px;
    background-image: url(../img/recruit/sp/recruit-visu.webp);
    background-position: left top;
  }
}
}
#cont {
display: none;
}
@media only screen and (max-width: 768px) {
    #eyecatch, #visu {
        margin-top: 67px;
    }
}
@media screen and (min-width: 948px) {
    #eyecatch, #visu {
        margin-top: 95px;
    }
}
@media only print, screen and (min-width: 769px) {
    #eyecatch, #visu {
    margin-top: 95px;
  }
}

/* ------------------------ */
/*共通レイアウト
/* ------------------------ */

.inner {
  max-width: 1080px;
  width: 90%;
}
.recruit__inner {
    max-width: 1080px;
    width: 90%;
    margin: auto;
    margin-top: 115px;
}
@media only screen and (max-width: 768px) {
  .recruit__inner {
    margin-top: 45px;
  }
}


