@charset "UTF-8";
/* 
  関数
*/
/*$fc-black:#707070;
$bc-black:#707070;*/
/*$header-bgc:#EAEAE9;*/
/* underpages */
/* about */
/* contact*/
/* service */
/* btn */
/* job */
/* numbers */
/* 
  関数  end
*/
main {
  color: #000000;
  /*background-image: url(images/bg-gray03.jpg);
  background-size: cover;
  background-attachment: fixed;*/
  background-color: #fff;
}

.under-top .under-top-container .under-top-wrapper-01 {
  background-image: url(images/recruit.png);
  background-size: cover;
}

/* content-01*/
.content-01 {
  padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .content-01 .content-container {
    width: 350px;
    height: auto;
  }
  .content-01 .content-container .content-wrapper-01 {
    /* 縦に並べる */
    flex-direction: column;
  }
  .content-01 .content-container .content-wrapper-01 .content-item-01 {
    padding: 0 0 40px 0;
    width: 250px;
  }
  .content-01 .content-container .content-wrapper-01 .content-item-02 {
    width: auto;
  }
  .content-01 .content-container .content-wrapper-01 .content-item-02 .item-text {
    padding-right: 0px;
  }
  .content-01 .content-container .content-wrapper-02 {
    display: none;
  }
}
.content-btn-01 {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  padding-bottom: 100px;
}
.content-btn-01 .item-btn {
  /* hover */
}
.content-btn-01 .item-btn .btn-wrapper {
  width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*height: 100px;*/
  background-color: rgb(131, 128, 121);
  border: 2px solid rgb(131, 128, 121);
  color: white;
  position: relative;
}
.content-btn-01 .item-btn .btn-wrapper a {
  width: 100%;
  height: 100%;
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
}
.content-btn-01 .item-btn .btn-wrapper:hover {
  background-color: rgb(156, 153, 147);
}

.job-button {
  padding-right: max(10vw, 10px);
  padding-left: max(10vw, 10px);
}
.job-button .job-button_container {
  /* フレックスボックスに指定 */
  display: flex;
  /* 子要素を横に並べる*/
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /* 子要素を左右に両端配置*/
  justify-content: space-around;
}
.job-button .job-button_container .category_tab {
  width: max(18%, 150px);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  border: 1px solid rgb(131, 128, 121);
  font-size: 12px;
  margin-bottom: 5px;
  cursor: pointer;
}
.job-button .job-button_container .is-active {
  background-color: rgb(131, 128, 121);
  color: white;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 500px) {
  .job-button {
    padding-right: 10px;
    padding-left: 10px;
  }
  .job-button .job-button_container {
    /* フレックスボックスに指定 */
    display: flex;
    /* 子要素を横に並べる*/
    flex-direction: row;
    /* 折り返す */
    flex-wrap: wrap;
    /* 子要素を左右に両端配置*/
    justify-content: space-around;
  }
  .job-button .job-button_container .category_tab {
    width: max(18%, 150px);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    border: 1px solid rgb(131, 128, 121);
    font-size: 12px;
    margin-bottom: 5px;
    cursor: pointer;
  }
  .job-button .job-button_container .is-active {
    background-color: rgb(131, 128, 121);
    color: white;
    transition: all 0.2s ease-out;
  }
}
.job {
  padding-right: max(10vw, 25px);
  padding-left: max(10vw, 25px);
  padding-top: 50px;
  padding-bottom: 50px;
}
.job .job_container .job-title {
  padding-bottom: 30px;
  /* フレックスボックスに指定 */
  display: flex;
  /* 子要素を横に並べる*/
  flex-direction: row;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
}
.job .job_container .job-title .title-left {
  width: 4px;
  height: 50px;
  background-color: rgb(131, 128, 121);
  margin-right: 20px;
}
.job .job_container .job-title .title-right .main-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  /* 文字間隔 */
  letter-spacing: 0.05em;
  color: rgb(102, 101, 99);
}
.job .job_container .job-title .title-right .sub-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  /* 文字間隔 */
  letter-spacing: 0.1em;
  color: rgb(183, 183, 183);
}
.job .job_container .job-description ul li {
  /* フレックスボックスに指定 */
  display: flex;
  /* 子要素を横に並べる*/
  flex-direction: row;
  /* 上の線 */
  border-top: 1px solid rgb(216, 216, 216);
  /* 余白 */
  padding-top: 20px;
  padding-bottom: 20px;
}
.job .job_container .job-description ul li .description-left {
  padding-right: 10px;
  padding-left: 10px;
  width: max(20%, 100px);
  /* 行間 */
  line-height: 1.75;
  /* 文字間隔 */
  letter-spacing: 0.05em;
}
.job .job_container .job-description ul li .description-right {
  padding-right: 10px;
  padding-left: 10px;
  width: 70%;
  /* 行間 */
  line-height: 1.75;
  /* 文字間隔 */
  letter-spacing: 0.05em;
}
.job .job_container .job-description ul li:last-child {
  /* 下の線 */
  border-bottom: 1px solid rgb(216, 216, 216);
}
.job .panel {
  display: none;
}
.job .is-show {
  display: block;
}

@media screen and (max-width: 800px) {
  .job {
    padding-right: max(10vw, 25px);
    padding-left: max(10vw, 25px);
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .job .job_container .job-title {
    padding-bottom: 30px;
    /* フレックスボックスに指定 */
    display: flex;
    /* 子要素を横に並べる*/
    flex-direction: row;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
  }
  .job .job_container .job-title .title-left {
    width: 4px;
    height: 50px;
    background-color: rgb(131, 128, 121);
    margin-right: 20px;
  }
  .job .job_container .job-title .title-right .main-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    /* 文字間隔 */
    letter-spacing: 0.05em;
    color: rgb(102, 101, 99);
  }
  .job .job_container .job-title .title-right .sub-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    /* 文字間隔 */
    letter-spacing: 0.1em;
    color: rgb(183, 183, 183);
  }
  .job .job_container .job-description ul li {
    /* フレックスボックスに指定 */
    display: flex;
    /* 子要素を横に並べる*/
    flex-direction: row;
    /* 上の線 */
    border-top: 1px solid rgb(216, 216, 216);
    /* 余白 */
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .job .job_container .job-description ul li .description-left {
    padding-right: 10px;
    padding-left: 10px;
    width: max(20%, 100px);
    /* 行間 */
    line-height: 1.75;
    /* 文字間隔 */
    letter-spacing: 0.05em;
  }
  .job .job_container .job-description ul li .description-right {
    padding-right: 10px;
    padding-left: 10px;
    width: 70%;
    /* 行間 */
    line-height: 1.75;
    /* 文字間隔 */
    letter-spacing: 0.05em;
  }
  .job .job_container .job-description ul li:last-child {
    /* 下の線 */
    border-bottom: 1px solid rgb(216, 216, 216);
  }
  .job .panel {
    display: none;
  }
  .job .is-show {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .job {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .job .job_container .job-title {
    padding-bottom: 30px;
    /* フレックスボックスに指定 */
    display: flex;
    /* 子要素を横に並べる*/
    flex-direction: row;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
  }
  .job .job_container .job-title .title-left {
    width: 4px;
    height: 50px;
    background-color: rgb(131, 128, 121);
    margin-right: 20px;
  }
  .job .job_container .job-title .title-right .main-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    /* 文字間隔 */
    letter-spacing: 0.05em;
    color: rgb(102, 101, 99);
  }
  .job .job_container .job-title .title-right .sub-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    /* 文字間隔 */
    letter-spacing: 0.1em;
    color: rgb(183, 183, 183);
  }
  .job .job_container .job-description ul li {
    /* フレックスボックスに指定 */
    display: flex;
    /* 子要素を横に並べる*/
    flex-direction: row;
    /* 上の線 */
    border-top: 1px solid rgb(216, 216, 216);
    /* 余白 */
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .job .job_container .job-description ul li .description-left {
    padding-right: 10px;
    padding-left: 10px;
    width: max(20%, 100px);
    /* 行間 */
    line-height: 1.75;
    /* 文字間隔 */
    letter-spacing: 0.05em;
  }
  .job .job_container .job-description ul li .description-right {
    padding-right: 10px;
    padding-left: 10px;
    width: 70%;
    /* 行間 */
    line-height: 1.75;
    /* 文字間隔 */
    letter-spacing: 0.05em;
  }
  .job .job_container .job-description ul li:last-child {
    /* 下の線 */
    border-bottom: 1px solid rgb(216, 216, 216);
  }
  .job .panel {
    display: none;
  }
  .job .is-show {
    display: block;
  }
}/*# sourceMappingURL=recruit.css.map */