@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: 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  main .recruit01 .kv {
    background: url(../img/staff-inquiry/kv2.png) center center no-repeat;
    background-size: 1800px 400px;
    height: 400px;
    padding-top: 150px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  main .recruit01 .kv {
    padding-top: calc(160/750 * 100vw);
    background: url(../img/staff-inquiry/sp_kv2.png) center center no-repeat;
    background-size: cover;
    height: calc(460/750 * 100vw);
  }
}
main .recruit01 .under_ttl01 p {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(200, 158, 102,1);
  margin-bottom: 4px; /* 文字の見やすさ優先でサイト共通の余白を上書き */
}
main .recruit01 .under_ttl01 h2 {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(159, 116, 70, 1);
}

@media screen and (max-width: 768px) {
  main .recruit01 .under_ttl01 p ,
  main .recruit01 .under_ttl01 h2 {
    text-shadow: 0px 0px 10px rgba(169, 129, 75, 1);
  }
}

main .recruit02 {
  background-image: url(../img/staff-inquiry/bg01.jpg), url(../img/staff-inquiry/logomark01.png);
  background-position: center top, left -330px bottom -40px;
  background-repeat: no-repeat, no-repeat;
  background-size: 1800px auto, 666px auto;
  margin: -400px auto 0;
  padding-top: 418px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  main .recruit02 {
    margin: -61vw auto 0;
    padding: 65vw 0 0;
    background: url(../img/staff-inquiry/sp_bg01.jpg) center top no-repeat;
    background-size: contain;
  }
}

main .recruit02 .inblock > .link01 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  main .recruit02 .inblock > .link01 {
    margin: 0 calc(40/750 * 100vw);
    text-align: left;
  }
}
main .recruit02 .inblock > .link01 .more {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #8b6c2e;
  padding-left: 34px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  main .recruit02 .inblock > .link01 .more {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 24px;
    margin-left: 0;
    margin-right: calc(33/750 * 100vw);
    font-size: 15px;
  }
}
main .recruit02 .inblock > .link01 .more:before {
  left: 0;
}
main .recruit02 .inblock > .link01 .more:after {
  left: 0;
}
@media screen and (max-width: 768px) {
  main .recruit02 .inblock > .link01 .more:before {
    width: 20px;
    left: 0;
  }
  main .recruit02 .inblock > .link01 .more:after {
    left: 0;
  }
}
main .recruit02 .inblock > .link01 .more:hover:before {
  left: -10px;
}
main .recruit02 .inblock > .link01 .more:hover:after {
  left: -10px;
}
@media screen and (max-width: 768px) {
  main .recruit02 .inblock > .link01 .more:hover:before {
    left: 0;
  }
  main .recruit02 .inblock > .link01 .more:hover:after {
    left: 0;
  }
}

main .recruit02 .under_subttl {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  main .recruit02 .under_subttl{
    margin: calc(90/750 * 100vw) 0;
  }
}

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

main .recruit02 table {
  width: 100%;
}

main .recruit02 table tr {
  border-top: 1px dotted #af9b73;
}

main .recruit02 table tr:first-child {
  border-top: 1px solid #af9b73;
}

main .recruit02 table th, main .recruit02 table td {
  vertical-align: top;
  padding: 20px;
}

main .recruit02 table th {
  width: 20%;
}

main .recruit02 table td p {
  margin-bottom: 1em;
}

main .recruit02 table td p:last-child {
  margin-bottom: 0;
}

main .recruit02 table td dl + p {
  margin-top: 1em;
}

main .recruit02 table td dt {
  color: #8b6c2e;
}

main .recruit02 table td dd {
  margin: 0.2em 0 1.5em;
}

main .recruit02 table td dd:last-child {
  margin-bottom: 0;
}

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

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

@media screen and (max-width: 768px) {
  main .recruit02 .box01 {
    margin: 0 calc(40/750 * 100vw);
  }
  main .recruit02 table tr:last-child {
    border-bottom: 1px solid #af9b73;
  }
  main .recruit02 table th, main .recruit02 table td {
    padding: 25px 0;
  }
  main .recruit02 table th, main .recruit02 table td {
    padding: calc(50/750 * 100vw) 0;
  }
  main .recruit02 table th {
    width: calc(180/750 * 100vw);
  }
  main .recruit02 table td {
    letter-spacing: 0.04em;
  }
  main .recruit02 .box02 {
    display: block;
    margin: calc(100/750 * 100vw) calc(40/750 * 100vw) 0;
  }
  main .recruit02 .box02 .btn {
    width: 100%;
    padding: 3vw 9vw 3vw 4vw;
  }
}










main .recruit_nav {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  main .inblock.recruit_nav {
    margin: calc(90/750 * 100vw) calc(40/750 * 100vw) calc(160/750 * 100vw);
  }
}

main .recruit_nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

main .recruit_nav li {
  width: 326px;
}

@media screen and (max-width: 768px) {
  main .recruit_nav li {
    width: calc((100% - 40/750*100vw) / 2);
  }
}

@media screen and (min-width: 480px) {
  main .recruit_nav li a br {
    display: none;
  }
}

main .recruit_nav a {
  display: block;
  position: relative;
  width: 100%;
  padding: 32px 0 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-bottom: 1px solid #8b6c2e;
  color: #8b6c2e;
  text-align: center;
  transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  main .recruit_nav a {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 54px;
    padding: 0;
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

main .recruit_nav a:before {
  display: inline-block;
  position: absolute;
  bottom: 28px;
  right: 8px;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid #8b6c2e;
  border-right: 1px solid #8b6c2e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  main .recruit_nav a:before {
    bottom: calc(50% - 3px);
    right: 0;
  }
}

main .recruit_nav a:hover {
  color: #c5b596;
}

main .recruit_nav a:hover:before {
  border-top: 1px solid #c5b596;
  border-right: 1px solid #c5b596;
}






#footer .logo_area .link,
#footer .logo_area + .f_recruit {
  display: none;
}

