@charset "UTF-8";
@-webkit-keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
main .recruit01 .kv {
  background: url(../img/staff-inquiry/kv.png) center center no-repeat;
  background-size: 1800px 400px;
  height: 400px;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .recruit01 .kv {
    padding-top: calc(80/750 * 100vw);
    background: url(../img/staff-inquiry/sp_kv.png) center center no-repeat;
    background-size: cover;
    height: calc(459/750 * 100vw);
  }
}
main .recruit01 .under_ttl01 p {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(225,203,179,0.71),0px 0px 4px rgba(225,203,179,0.71),0px 0px 4px rgba(225,203,179,0.71),0px 0px 4px rgba(225,203,179,0.71),0px 0px 4px rgba(225,203,179,0.71);
}
main .recruit01 .under_ttl01 h2 {
  color: #fff;
  text-shadow: 0px 0px 25px rgba(225,203,179,0.71),0px 0px 25px rgba(225,203,179,0.71),0px 0px 25px rgba(225,203,179,0.71),0px 0px 25px rgba(225,203,179,0.71),0px 0px 25px rgba(225,203,179,0.71);
}

main .recruit02 {
  background: url(../img/staff-inquiry/bg01.jpg) center top no-repeat;
  background-size: 1800px auto;
  margin: -134px auto 0;
  padding-bottom: 120px;
}

main .recruit02 .under_lead {
  z-index: 2;
  margin-bottom: 160px;
}

main .recruit02 .box01 {
  text-align: left;
  text-align: justify;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px;
}

main .recruit02 .box01:first-child{
  margin-top: 0;
}

main .recruit02 .box01 .img {
  width: 270px;
}

main .recruit02 .box01 .img .comment {
  display: none;
}

main .recruit02 .box01 .text {
  width: 675px;
  line-height: 1.9;
}

main .recruit02 .box01 .text .catch {
  font-size: 30px;
  line-height: 1.6;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #af9b73;
}

@media screen and (max-width: 768px) {
  main .recruit02 {
    margin: calc(132/750 * -100vw) auto 0;
    background: url(../img/staff-inquiry/sp_bg01.jpg) center top no-repeat;
    background-size: contain;
    padding-bottom: 0;
  }
  main .recruit02 .box01 {
    display: block;
    border-top: 1px solid #af9b73;
    margin: 40px calc(80/750 * 100vw) 0;
    padding-top: 40px;
  }
  main .recruit02 .box01:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  main .recruit02 .box01 .img {
    width: 100%;
    text-align: center;
  }
  main .recruit02 .box01 .img .comment {
    text-align: left;
  }
  main .recruit02 .box01 .text {
    width: 100%;
  }
  main .recruit02 .under_lead {
    margin-bottom: 80px;
  }
  main .recruit02 .box01 .text .catch {
    font-family: "notoserif", serif;
    font-size: 20px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: calc(40/750 * 100vw);
    text-align: center;
  }
  main .recruit02 .box01 .text .comment {
    display: none;
  }
  main .recruit02 .box01 .img img {
    margin-bottom: 20px;
  }
  main .recruit02 .box01 .img .comment {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  main .recruit02 .under_lead .p2 {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 350px) {
  main .recruit02 .under_lead .p2 span{
    display: block;
  }
}

main .recruit03 {
  background: url(../img/staff-inquiry/logomark01.png) left -190px bottom -40px no-repeat;
  background-size: 666px auto;
}

main .recruit03 .under_subttl p {
  font-weight: normal;
  font-size: 18px;
}

main .recruit03 .box01 {
  margin-bottom: 100px;
}

main .recruit03 .box02 {
  text-align: center;
}

main .recruit03 .box02 .btn {
  width: 360px;
}

@media screen and (max-width: 768px) {
  main .recruit03 {
    padding: 130px 0 0;
    background: url(../img/staff-inquiry/logomark01.png) left -5vw top 0 no-repeat;
    background-size: calc(440/750 * 100vw) auto;
    margin-top: -60px;
  }
  main .recruit03 .box01 {
    margin: 0 calc(40/750 * 100vw);
  }
  main .recruit03 .box02 {
    display: block;
    margin: calc(100/750 * 100vw) calc(40/750 * 100vw) 0;
  }
  main .recruit03 .box02 .btn {
    width: 100%;
    padding: 3vw 9vw 3vw 4vw;
  }
}

main .recruit04 {
  margin-top: 120px;
  padding-bottom: 160px;
}

main .recruit04 ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .recruit04 ul li {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: 1;
}

main .recruit04 ul li img {
  width: 320px;
  opacity: 1.0;
  vertical-align: bottom;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

main .recruit04 ul li a:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  main .recruit04 {
    margin: calc(160/750 * 100vw) calc(40/750 * 100vw);
    padding-bottom: 0;
    width: auto;
  }
  main .recruit04 ul {
    display: block;
  }
  main .recruit04 ul li {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 5vw;
  }
  main .recruit04 ul li:last-child {
    margin-bottom: 0;
  }
  main .recruit04 ul li img {
    width: 100%;
  }
  main .recruit04 ul li a {
    width: 100%;
    height: auto;
  }
}
