@charset "utf-8";
/* CSS Document
SET 2022/03/18
 */

/****************************** adding ******************************/


#alltop {
  padding-top: 72px;
}

/* メインビジュアル */
.recruit__kv {
  height: 565px;
  background: url(../../img/page/recruit/kv.jpg) center center/cover no-repeat;
  margin-bottom: 80px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recruit__headline {
  background: #7F1D3A;
  font-family: Noto Sans CJK JP;
  padding: 20px 30px !important;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px !important;
  line-height: 1em;
}

@media screen and (max-width: 640px) {
  .recruit__kv {
    height: 53vw !important;
    margin-bottom: 80px !important;
  }
  .recruit__headline {
    font-size: 5vw !important;
    padding: 10px 15px !important;
  }
} 
/* #alltop .kv {
  height: 565px;
  background: url(../../img/page/recruit/kv.jpg) center center/cover no-repeat;
  margin-bottom: 80px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

/* #alltop .kv h1 {
  background: #7F1D3A;
  font-family: Noto Sans CJK JP;
  padding: 20px 30px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 1em;
}

@media screen and (max-width: 640px) {
  #alltop .kv {
    height: 53vw;
    margin-bottom: 80px;
  }
  #alltop .kv h1 {
    font-size: 5vw;
    padding: 10px 15px;
  }
} */

#alltop .contents {
  margin-bottom: 50px;
}

#alltop .contents h2 {
  background: #9d163a;
  color: #ffffff;
  font-size: 20px;
  padding: 0.4em 0.7em;
}

#alltop .contents article {
  padding: 40px 0;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#alltop .contents article .news {
  width: 50%;
}

#alltop .contents article .news ul {
  border-top: solid 1px #ccc;
}

#alltop .contents article .news ul li {
  padding: 5px 15px;
  border-bottom: solid 1px #ccc;
}

#alltop .contents article .news ul li:nth-child(odd) {
  background: #f5f5f5;
}

#alltop .contents article .news ul li dl dt, #alltop .contents article .news ul li dl dd {
  line-height: 1.5em;
}

#alltop .contents article .news ul li dl dt {
  border-bottom: dotted 1px #ccc;
  color: #9d163a;
  margin-bottom: 5px;
  font-weight: bold;
}

#alltop .contents article .right {
  width: 43%;
}

#alltop .contents article .links a {
  display: block;
  background: url(../../img/page/recruit/common/arrow-circle-right-white.svg) right 20px center/auto 1.6em no-repeat #9d163a;
  color: #ffffff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-bottom: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#alltop .contents article .links a:hover {
  background-color: #000000;
}

@media screen and (max-width: 640px) {
  #alltop .contents {
    margin-bottom: 10vw;
  }
  #alltop .contents h2 {
    font-size: 4vw;
    margin-bottom: 0vw;
  }
  #alltop .contents article {
    display: block;
    padding: 4vw 0;
    margin-bottom: 7vw;
  }
  #alltop .contents article .news, #alltop .contents article .right {
    width: 100%;
  }
  #alltop .contents article .news {
    margin-bottom: 5vw;
  }
  #alltop .contents article .news ul li {
    padding: 2vw 3vw;
  }
  #alltop .contents article .news ul li dl dt, #alltop .contents article .news ul li dl dd {
    font-size: 3.5vw;
  }
}

#alltop .message {
  background: #9d163a;
  padding: 60px 0;
}

#alltop .message p {
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #alltop .message {
    padding: 10vw 2vw;
  }
  #alltop .message p {
    font-size: 3.3vw;
  }
}

#alltop .pdf {
  padding: 60px 0 20px;
  text-align: center;
}

#alltop .pdf a img {
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  #alltop .pdf a {
    font-size: 3.5vw;
  }
}

#alltop .copyright {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 1em;
  font-size: 12px;
  line-height: 1.7em;
}

@media screen and (max-width: 640px) {
  #alltop .copyright {
    font-size: 3vw;
  }
}

/*# sourceMappingURL=alltop.css.map */