/*---------------------------
style
----------------------------*/
* {
  box-sizing: border-box;
}

div {
  color: #000;
  font-size: 18px;
  line-height: 3.0rem;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
div p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  div p {
    font-size: 1.4rem;
  }
}

*.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  *.pc {
    display: none;
  }
}

*.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  *.sp {
    display: block;
  }
}

.recruit {
  background-image: url(/img/kv01.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center -300px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit {
    background-position: center -100px;
    padding-top: 38vw;
  }
}
.recruit h2.pagetitle {
  margin-bottom: 0;
}
.recruit .content {
  background-color: #fff;
}
.recruit .content .inner {
  max-width: 980px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner {
    max-width: 90%;
    padding-top: 20px;
  }
}
.recruit .content .inner h2 {
  margin-bottom: 4.0rem;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner h2 {
    margin-bottom: 3.0rem;
  }
}
.recruit .content .inner .title_s {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .title_s {
    display: block;
    margin-bottom: 4.0rem;
  }
  .recruit .content .inner .title_s > img {
    margin-bottom: 2.0rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .recruit .content .inner .title_s > img {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .title_s ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .recruit .content .inner .title_s ul li {
    width: 49%;
    margin-bottom: 4px;
  }
  .recruit .content .inner .title_s ul li:nth-of-type(3) {
    text-align: right;
  }
  .recruit .content .inner .title_s ul li:nth-of-type(3) img {
    width: 70%;
    height: auto;
    margin-left: auto;
  }
  .recruit .content .inner .title_s ul li:nth-of-type(4) img {
    width: 70%;
    height: auto;
  }
}
.recruit .content .inner .title {
  margin-bottom: 5.0rem;
}
.recruit .content .inner .title .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .title .row {
    flex-wrap: wrap;
  }
}
.recruit .content .inner .title .row > img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .title .row > img {
    width: 100%;
  }
}
.recruit .content .inner .title .row .txt {
  width: 50%;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .title .row .txt {
    width: 100%;
    padding-top: 20px;
  }
}
.recruit .content .inner .title .row .txt img {
  margin-bottom: 3.0rem;
}
.recruit .content .inner .snav {
  max-width: 725px;
  margin: auto;
  margin-bottom: 4.0rem;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .snav {
    display: none;
  }
}
.recruit .content .inner .snav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.recruit .content .inner .snav ul li {
  margin-right: 5px;
}
.recruit .content .inner .greeting {
  max-width: 940px;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .greeting {
    margin-bottom: 2.0rem;
  }
}
.recruit .content .inner .greeting span {
  display: block;
  margin-bottom: 4.0rem;
  text-align: center;
}
.recruit .content .inner .greeting .txt {
  max-width: 890px;
  margin: auto;
  margin-bottom: 4.0rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .greeting .txt {
    text-align: left;
  }
}
.recruit .content .inner .greeting .txt p:nth-of-type(1) {
  text-align: center;
}
.recruit .content .inner .greeting .img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit .content .inner .greeting .img img {
  width: 33%;
  height: auto;
}
.recruit .content .inner .info {
  max-width: 900px;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .info {
    margin-bottom: 4.0rem;
  }
}
.recruit .content .inner .info .title_box {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  margin-bottom: 4.0rem;
}
.recruit .content .inner .info .title_box:nth-child(1) {
  background-image: url(../img/info_bg01.png);
  height: 337px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .info .title_box:nth-child(1) {
    background-image: none;
    height: auto;
  }
}
.recruit .content .inner .info .title_box:nth-child(3) {
  background-image: url(../img/info_bg02.png);
  margin-bottom: 0px;
  height: 347px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .info .title_box:nth-child(3) {
    background-image: none;
    height: auto;
  }
}
.recruit .content .inner .info .title_box .txt {
  width: 75%;
  margin-left: auto;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .info .title_box .txt {
    width: 100%;
    padding-top: 0;
  }
}
.recruit .content .inner .info .title_box .txt p {
  width: 100%;
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .info .title_box .txt p {
    padding-left: 0;
  }
}
.recruit .content .inner .info .title_box .txt img {
  margin-bottom: 30px;
}
.recruit .content .inner .info .box {
  background-color: #FFFFE5;
  padding: 3.0rem 6.0rem;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .info .box {
    padding: 2.0rem 1.5rem;
  }
}
.recruit .content .inner .info .box:nth-child(2) {
  margin-bottom: 4.0rem;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .info .box:nth-child(2) {
    margin-bottom: 1.0rem;
  }
}
.recruit .content .inner .info .box .txt {
  margin-top: 2.0rem;
}
.recruit .content .inner .info .box .txt .line {
  display: block;
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: center left;
  width: 100%;
  height: 24px;
}
.recruit .content .inner .reason {
  max-width: 998px;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .reason {
    margin-bottom: 4.0rem;
  }
}
.recruit .content .inner .reason > .img {
  margin-bottom: 4.0rem;
}
.recruit .content .inner .reason .row .col {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .reason .row .col {
    flex-wrap: wrap;
  }
}
.recruit .content .inner .reason .row .col .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .reason .row .col .img {
    width: 100%;
  }
}
.recruit .content .inner .reason .row .col .txt {
  width: 50%;
  padding: 30px 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .reason .row .col .txt {
    width: 100%;
    padding: 2.0rem 0;
  }
}
.recruit .content .inner .reason .row .col .txt img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .reason .row .col .txt img {
    max-width: 80%;
    height: auto;
    margin: auto;
    margin-bottom: 15px;
  }
}
.recruit .content .inner .reason .row .col:nth-of-type(even) .img {
  order: 2;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .reason .row .col:nth-of-type(even) .img {
    order: 1;
  }
}
.recruit .content .inner .reason .row .col:nth-of-type(even) .txt {
  order: 1;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .reason .row .col:nth-of-type(even) .txt {
    order: 2;
  }
}
.recruit .content .inner .reason .row .col:nth-of-type(3) .txt img {
  max-width: 65%;
}
.recruit .content .inner .app {
  max-width: 890px;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .app {
    margin-bottom: 4.0rem;
  }
}
.recruit .content .inner .app table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .app table {
    display: block;
  }
}
.recruit .content .inner .app table tr {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .app table tr {
    display: block;
  }
}
.recruit .content .inner .app table tr th, .recruit .content .inner .app table tr td {
  padding: 1.0rem 0;
}
.recruit .content .inner .app table tr th {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .app table tr th {
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 1.0rem;
  }
}
.recruit .content .inner .app table tr td {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .app table tr td {
    display: block;
    width: 100%;
  }
}
.recruit .content .inner .contact {
  max-width: 890px;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .contact {
    margin-bottom: 2.0rem;
  }
}
.recruit .content .inner .contact .box {
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-bottom: 4.0rem;
  padding: 3.0rem 4.0rem;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .contact .box {
    margin-bottom: 2.0rem;
    padding: 2.0rem 2.0rem;
  }
}
.recruit .content .inner .contact .box > span {
  display: block;
  margin-bottom: 2.0rem;
}
.recruit .content .inner .contact .box > span img {
  margin: auto;
}
.recruit .content .inner .contact .box table {
  width: 100%;
  display: block;
}
.recruit .content .inner .contact .box table tbody {
  width: 100%;
  display: block;
}
.recruit .content .inner .contact .box table tr {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.recruit .content .inner .contact .box table tr th, .recruit .content .inner .contact .box table tr td {
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .contact .box table tr th, .recruit .content .inner .contact .box table tr td {
    display: block;
  }
}
.recruit .content .inner .contact .box table tr th {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .contact .box table tr th {
    width: 100%;
    padding: 0;
  }
}
.recruit .content .inner .contact .box table tr th span {
  display: block;
  padding: 0.3rem 1.0rem;
  background: red;
  color: #fff;
  position: absolute;
  top: 22px;
  right: 15px;
  font-size: 1.4rem;
  line-height: 1.0rem;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .contact .box table tr th span {
    position: static;
    display: inline-block;
    margin-left: 5px;
  }
}
.recruit .content .inner .contact .box table tr td {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .contact .box table tr td {
    width: 100%;
  }
}
.recruit .content .inner .contact .box table tr td input[type="text"],
.recruit .content .inner .contact .box table tr td textarea {
  border: 1px solid #ccc;
  padding: 0.5rem 1.0rem;
  width: 100%;
}
.recruit .content .inner .contact .box table tr.wide th {
  width: 100%;
  padding-bottom: 0;
}
.recruit .content .inner .contact .box table tr.wide td {
  width: 100%;
}
.recruit .content .inner .contact .box .btn {
  padding-top: 4.0rem;
}
@media screen and (max-width: 767px) {
  .recruit .content .inner .contact .box .btn {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
}
.recruit .content .inner .contact .box .btn input[type="submit"] {
  border: none;
  background: #000;
  padding: 1.0rem 3.0rem;
  color: #fff;
  box-sizing: border-box;
}
.recruit .content .inner .contact .box .btn p {
  margin-top: 1.0rem;
}
.recruit .content .inner .contact .box.tel {
  text-align: center;
}
.recruit .content .inner .contact .box.mail span {
  text-align: center;
}
.recruit .content .inner .contact .note h3 {
  margin-bottom: 1.5rem;
}
.recruit .content .inner .contact .note .txt {
  margin-bottom: 2.0rem;
}
.recruit .content .inner .thanks {
  text-align: center;
}
.recruit .content .inner .thanks span {
  display: block;
  margin-bottom: 4.0rem;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
