@charset "utf-8";
.cont h1 {
  background-image: url(../images/title.png);
}
#recruit .box {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
}
#recruit .h3 {
  font-size: 17px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: bold;
  color: #7d6eb6;
  margin-bottom: 20px;
}
#recruit .left {
  width: 350px;
  float: left;
}
#recruit .m50 {
  margin-left: 50px;
}
#recruit .right {
  width: 50%;
  overflow: hidden;
  padding-left: 20px;
  float: right;
  margin-top: -50px;
}
#recruit .matsu {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
}
#recruit .ishi {
  position: relative;
  margin-bottom: 20px;
}
#recruit .ishi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 40px;
  height: 40px;
  background-image: url("../images/ishi.png");
  background-size: 100%;
}
#recruit .matsu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 40px;
  height: 40px;
  background-image: url("../images/mathu.png");
  background-size: 100%;
}
#recruit .textr {
  text-align: right;
  padding-right: 65px;
}
#recruit .q3 {
  margin-top: 0;
}
#recruit .lq3 {
  margin-top: -50px;
}
#recruit .m30 {
  margin-left: 30px;
}
#recruit .p10 {
  padding-top: 10px;
}
#recruit .border {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
}
#recruit .bold {
  font-size: 20px;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  text-align: center;
  margin-bottom: 20px;
}
#recruit .bold span {
  box-shadow: 0px -10px 0px 0px #ffc300 inset;
  font-size: 24px;
}
#recruit .none {
  border-bottom: none;
}
#recruit a.rec {
  display: block;
  width: 600px;
  margin: 30px auto;
}

@media only screen and (max-width: 768px) {
.cont h1 {
  background-image: url(../images/title_sp.png);
}
#recruit .left {
  width: 100%;
  float: none;
}
#recruit .right {
  width: 100%;
  padding-left: 0;
  float: none;
  margin-top: 0;
}
#recruit .img01 {
  width: 100%;
  padding-top: 72.68%;
  overflow: hidden;
  height: 0;
  background: url("../images/img_01_sp.jpg") no-repeat center center;
  background-size: 100%;
  display: block;
}
#recruit .textr {
  text-align: left;
  padding-right: 0;
}
#recruit .lq3 {
  margin-top: 0;
}
#recruit .img02 {
  width: 100%;
  padding-top: 72.68%;
  overflow: hidden;
  height: 0;
  background: url("../images/img_02_sp.jpg") no-repeat center center;
  background-size: 100%;
  display: block;
  margin-bottom: 30px;
}
#recruit .m30 {
  margin-left: 50px;
}
#recruit .img03 {
  width: 100%;
  padding-top: 72.68%;
  overflow: hidden;
  height: 0;
  background: url("../images/img_03_sp.jpg") no-repeat center center;
  background-size: 100%;
  display: block;
  float: none;
}
#recruit .bold {
  text-align: left;
  font-size: 18px;
}
#recruit a.rec {
  display: none;
}
}
