@charset "UTF-8";
.breadcrumb a {
  color: #000;
}

a {
  cursor: pointer;
}

#recruitment {
  width: 100%;
  padding-top: 74px;
}

@media screen and (min-width: 641px) {
  #recruitment {
    min-width: 1200px;
    padding-top: 120px;
  }
}

#recruitment .recruitment-inner {
  width: 100%;
  padding-bottom: 60px;
}

#recruitment .recruitment-inner .title {
  width: 100%;
  position: relative;
}

#recruitment .recruitment-inner .title-inner {
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .title-inner {
    width: 1200px;
    padding: 0 10px;
  }
}

#recruitment .recruitment-inner .title-inner-text {
  width: 100%;
}

#recruitment .recruitment-inner .title-inner-text .recruitment-title h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .title-inner-text .recruitment-title h2 {
    font-size: 70px;
  }
}

#recruitment .recruitment-inner .title-inner-text .recruitment-title p {
  font-size: 22px;
  font-weight: 600;
  padding-top: 10px;
  letter-spacing: 10px;
}

#recruitment .recruitment-inner .title-inner-text .recruitment-sub {
  padding-top: 40px;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .title-inner-text .recruitment-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#recruitment .recruitment-inner .title-inner-text .recruitment-sub p {
  line-height: 30px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .title-inner-text .recruitment-sub p {
    padding-right: 50px;
  }
}

#recruitment .recruitment-inner .title-inner-text .recruitment-sub-img {
  width: 100%;
  padding-top: 10px;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .title-inner-text .recruitment-sub-img {
    width: 45%;
    padding-top: 0;
  }
}

#recruitment .recruitment-inner .title-inner-text .recruitment-sub-img img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .title::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 300px;
    background-color: #25282b;
    top: 90px;
    right: 0;
    z-index: -1;
  }
}

#recruitment .recruitment-inner .plan {
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 30px;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .plan {
    width: 1200px;
    padding: 0 10px;
    margin-top: 100px;
  }
}

#recruitment .recruitment-inner .plan-inner {
  width: 98%;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .plan-inner {
    width: 92%;
  }
}

#recruitment .recruitment-inner .plan-inner h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/recruitment/conditions.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 50px 0;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .plan-inner h3 {
    font-size: 28px;
  }
}

#recruitment .recruitment-inner .plan-inner table {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .plan-inner table {
    margin-top: 50px;
  }
}

#recruitment .recruitment-inner .plan-inner table tr {
  width: 100%;
}

#recruitment .recruitment-inner .plan-inner table tr th, #recruitment .recruitment-inner .plan-inner table tr td {
  font-weight: bold;
  padding: 10px;
  border-top: 1px solid #c5c5c5;
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .plan-inner table tr th, #recruitment .recruitment-inner .plan-inner table tr td {
    padding: 20px;
    text-align: left;
  }
}

#recruitment .recruitment-inner .plan-inner table tr th {
  width: 100%;
  background-color: #f7f7f7;
  display: block;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .plan-inner table tr th {
    width: 20%;
    display: table-cell;
  }
}

#recruitment .recruitment-inner .plan-inner table tr td {
  width: 100%;
  display: block;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .plan-inner table tr td {
    width: 80%;
    display: table-cell;
  }
}

#recruitment .recruitment-inner .plan-inner table tr:last-of-type th, #recruitment .recruitment-inner .plan-inner table tr:last-of-type td {
  border-bottom: 1px solid #c5c5c5;
}

#recruitment .recruitment-inner .contact {
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 10px;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .contact {
    width: 1200px;
    padding: 0 10px 60px 10px;
    margin-top: 100px;
  }
}

#recruitment .recruitment-inner .contact-inner {
  width: 98%;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .contact-inner {
    width: 92%;
  }
}

#recruitment .recruitment-inner .contact-inner h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/recruitment/contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 50px 0;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .contact-inner h3 {
    font-size: 28px;
  }
}

#recruitment .recruitment-inner .contact-inner table {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .contact-inner table {
    margin-top: 50px;
  }
}

#recruitment .recruitment-inner .contact-inner table tr {
  width: 100%;
}

#recruitment .recruitment-inner .contact-inner table tr th, #recruitment .recruitment-inner .contact-inner table tr td {
  font-weight: bold;
  padding: 10px;
  border-top: 1px solid #c5c5c5;
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .contact-inner table tr th, #recruitment .recruitment-inner .contact-inner table tr td {
    padding: 20px;
    text-align: left;
  }
}

#recruitment .recruitment-inner .contact-inner table tr th {
  width: 100%;
  display: block;
  background-color: #f7f7f7;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .contact-inner table tr th {
    width: 20%;
    display: table-cell;
  }
}

#recruitment .recruitment-inner .contact-inner table tr td {
  width: 100%;
  display: block;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .contact-inner table tr td {
    width: 80%;
    display: table-cell;
  }
}

#recruitment .recruitment-inner .contact-inner table tr:last-of-type th, #recruitment .recruitment-inner .contact-inner table tr:last-of-type td {
  border-bottom: 1px solid #c5c5c5;
}

#recruitment .recruitment-inner .other {
  background-color: #f7f7f7;
  padding: 30px 0;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .other {
    padding: 60px 0;
  }
}

#recruitment .recruitment-inner .other-inner {
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .other-inner {
    width: 1200px;
    padding: 0 10px;
  }
}

#recruitment .recruitment-inner .other-inner p {
  text-align: center;
  line-height: 30px;
}

#recruitment .recruitment-inner .other-inner ul {
  padding-top: 30px;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .other-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 60px;
  }
}

#recruitment .recruitment-inner .other-inner ul li {
  padding-bottom: 20px;
}

@media screen and (min-width: 641px) {
  #recruitment .recruitment-inner .other-inner ul li {
    padding-bottom: 0;
  }
}

#recruitment .recruitment-inner .other-inner ul li p {
  color: #25282b;
  border-left: 3px solid #25282b;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
}

#recruitment .recruitment-inner .other-inner ul li figure {
  padding-top: 10px;
}

#recruitment .recruitment-inner .other-inner ul li figure img {
  width: 100%;
}

#recruitment .recruitment-inner .other-inner ul li .link {
  text-align: right;
}

#recruitment .recruitment-inner .other-inner ul li .link a {
  display: inline-block;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding: 16px 0 8px 0;
  color: #000;
}
/*# sourceMappingURL=recruitment.css.map */