@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* 中村留採用サイト */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-------------------------------------------
共通
-------------------------------------------*/
.interview-content-text .interview-content-text__q span {
  color: #00A42C;
}

.read-content-img__job img {
  height: 300px;
}

/*-------------------------------------------
新卒採用募集要項
-------------------------------------------*/
.job-contents-wrap {
  margin-bottom: 100px;
}
.job-contents-wrap table {
  margin-bottom: 50px;
}

.job-content-newgrad-video {
  margin-bottom: 50px;
}

/*-------------------------------------------
新卒採用募集要項_詳細
-------------------------------------------*/
/*-------------------------------------------
新卒採用エントリー
-------------------------------------------*/
.entry-text {
  margin-left: 0px;
}

.entry-form-container {
  margin-bottom: 20px;
}
.entry-form-container p {
  margin: 20px;
}
.entry-form-container form {
  margin-bottom: 50px;
}
.entry-form-container table {
  table-layout: revert;
}
.wpcf7-list-item {
  margin: 0;
  display: block;
}

@media (width < 768px) {
  .entry-text {
    font-size: 0.9rem;
  }
  .entry-form-container p {
    margin: 10px 20px;
  }
  .entry-form-container tr td {
    display: block;
  }
  .entry-form-container tr td:nth-child(1) {
    display: block;
    width: 100%;
  }
}
[type=text],
[type=email],
[type=tel] {
  margin: 0;
}

.require {
  color: red;
}

.formtxt_m {
  width: 50%;
  margin-right: 10px;
}

.formtxt_s {
  width: 20%;
  margin-right: 10px;
}

.wpcf7-select {
  width: 40%;
  margin-right: 10px;
}

.contact_button_area {
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 input[type=submit] {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  background: #00A42C;
  color: white;
  border: 1px solid #00A42C;
  display: inline-block;
  font-size: 1rem;
  padding: 20px 100px;
  border-radius: 50px;
}

.wpcf7 input[type=submit]:hover {
  background: white;
  color: #00A42C;
  border: 1px solid #00A42C;
  cursor: pointer;
}

input[type=checkbox] {
  transform: scale(1.5);
}

td img {
  height: auto;
}

tr td:nth-child(1) {
  font-weight: bold;
  width: 30%;
}

.free_dial_sect {
  font-size: 1.6em;
  font-weight: bold;
}

.free_dial_img {
  height: 4em;
  vertical-align: top;
}

.free_dial_no {
  font-size: 4em;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  line-height: initial;
}

@media only screen and (max-width: 64.063em) {
  .formtxt_m {
    width: 90%;
    margin-right: 10px;
  }
  .formtxt_s {
    width: 80%;
    margin-right: 10px;
  }
  tr td:nth-child(1) {
    font-weight: bold;
    width: 30%;
  }
}
@media only screen and (max-width: 40.063em) {
  .formtxt_m {
    width: 90%;
    margin-right: 10px;
  }
  .formtxt_s {
    width: 90%;
    margin-right: 10px;
  }
  tr td:nth-child(1) {
    width: 30%;
  }
  .free_dial_sect {
    font-size: 1.2em;
  }
  .free_dial_img {
    height: 2em;
  }
  .free_dial_no {
    font-size: 2em;
  }
}
/*-------------------------------------------
キャリア採用募集要項
-------------------------------------------*/
.career-contents-wrap {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 20px;
}

.career-contents-inline {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}

.career-contents-item {
  width: 100%;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 20px 30px 10px;
}

.career_selectBlock {
  padding: 0;
  margin-bottom: 30px;
  font-size: 1rem;
  letter-spacing: 0;
}

[type=checkbox], [type=file], [type=radio] {
  margin: 0;
}

[type=checkbox] + label, [type=radio] + label {
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 0;
}

.bl_selectBlock_content {
  width: 100%;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bl_selectBlock_ttl {
  width: 100%;
  letter-spacing: 0;
}

.bl_selectBlock_pict {
  display: block;
  margin: 0;
  width: 50%;
  margin-bottom: 20px;
}

.bl_selectBlock_item {
  display: flex;
  max-width: 1000px;
  width: 100%;
  justify-content: center;
  align-items: baseline;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bl_selectBlock_check {
  display: revert;
}

.bl_selectBlock_wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.el_searchResult {
  margin-bottom: 50px;
}

.career-contents-item__title {
  font-size: 1rem;
  margin-bottom: 20px;
}

.career-contents-item__job-title {
  font-size: 1.2rem;
  font-weight: 900;
}

.career-contents-item__work-place {
  font-size: 0.8rem;
}

.career-contents-item__link {
  text-align: right;
  font-size: 0.8rem;
}

@media (width < 968px) {
  .bl_selectBlock_item {
    display: block;
    padding: 0;
  }
}
@media (width < 768px) {
  .career-contents-inline {
    grid-template-columns: 1fr;
  }
  .bl_selectBlock_content {
    grid-template-columns: 1fr 1fr;
  }
  .bl_selectBlock_ttl {
    text-align: left;
  }
}
/*input {}*/
.el_searchResult {
  text-align: center;
  color: #333;
}

.js_target {
  display: none;
}

.js_target.js_selected {
  display: table-row;
}

/*.js_release {}*/
.js_release:hover {
  cursor: pointer;
  opacity: 0.7;
}

/*-------------------------------------------
絞り込みボタン
-------------------------------------------*/
[type=checkbox] + label[for], [type=radio] + label[for] {
  cursor: pointer;
  padding: 10px;
  background: #eee;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  margin-left: 0px;
}

.check_btn:before {
  content: "";
}

.check_box {
  display: none;
}

/*以下を追記*/
.check_box:checked + .check_btn {
  background: #00A42C;
  color: #fff;
}

.check_box:checked + .check_btn:before {
  content: "";
}

/*-------------------------------------------
キャリア採用募集要項_詳細
-------------------------------------------*//*# sourceMappingURL=recruit_job.css.map */