.main {
  background-color: #fdfdfd;
}

.job_listpage,
.job_detail {
  padding-top: 100px;
}

.job_search {
  position: relative;
  overflow: hidden;
  font-size: 25px;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 30px;
}


/* 募集職種一覧 */
.job_listpage_disc {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #333;
}

.job_listpage_disc_s {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.6;
    color: #333;
}

.joblist_info {
  display: block;
  margin-bottom: 25px;
  padding: 20px 15px;
  box-sizing: border-box;
  text-decoration: none !important;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  transition: box-shadow 0.3s, transform 0.3s;

}

.joblist_info h3 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
}

.joblist_info h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #0000FF;
  position: absolute;
  top: -2px;
  left: 0px;
}

.joblist_info h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #333;
}

.joblist_info p {
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #999;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.joblist_info span {
  font-weight: 500;
}

.contract .feas_clevel_01 {
  width: 50%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/*
.contract label input {
  display: block;
  position: relative;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: solid 1px #0000ff;
  border-radius: 2px;
  margin-right: 8px;
}

.contract label input:focus + .contract .span {
  border: solid 1px #0000ff;
}

.contract label input:checked + .contract .span {
  background: #0000ff;
}

.contract label input:checked + .contract .span::before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 60%;
  width: 40%;
  height: 3px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #0000ff;
}

.contract label input:checked + .contract .span::after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 70%;
  width: 76%;
  height: 3px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #0000ff;
}

.contract .span {
  position: relative;
  top: 2px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: solid 1px #0000ff;
  border-radius: 2px;
}

.CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
}
*/

.contract label {
  margin-right: 20px;
  display: inline-block;
  width: 32vw;
}

@media screen and (min-width: 900px) {
  .contract label {
    width: auto;
    cursor: pointer;
  }
}

/*チェックボックを打ち消して新たに作成*/
.contract input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  position: relative;
  border: 1px solid #0000ff;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
/*チェックマークを作成*/
.contract input[type="checkbox"]:checked::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  display: inline-block;
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-54deg);
}
.contract input[type="checkbox"]:checked{
  background: #0000ff;
}

.job_listpage_right {
  text-align: right;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #0000FF;
  border-right: solid 2px #0000FF;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}

.job_type { /*職種*/
  display: inline-block;
  padding: 6px 15px 8px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #0000FF;
  border-radius: 5px;
  margin-bottom: 8px;
}

.job_contract {/* 雇用形態（共通スタイル） */
  display: inline-block;
  padding: 6px 15px 8px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 8px;
}
.employment { /* 雇用形態（直接雇用） */
  color: #0000FF;
  background-color: #e5e5ff;
  border: 1px solid #0000ff;
}

.subcontracting { /* 雇用形態（業務委託） */
  color: #008250;
  background-color: #ddf5ec;
  border: 1px solid #008250;
}

.handicapped { /* 雇用形態（障がい者雇用） */
  color: #5f0082;
  background-color: #f5daff;
  border: 1px solid #5f0082;
}

.feas-submit-button { /* 検索ボタン */
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 17px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #0000FF;
  border-radius: 33px;
  text-decoration: none;
  border: solid 1px #fff;
  cursor: pointer;
}

.feas-submit-button:hover {
  color: #0000FF;
  background-color: #fff;
  border: solid 1px #0000FF;

}

.joblist_wrap.section {
  padding: 0 20px 50px;
}

@media screen and (min-width: 900px) {

  .job_listpage {
    padding-top: 162px;
  }

  .joblist_info {
    margin-bottom: 30px;
    padding: 30px;
  }

  .joblist_info:hover {
    transform: translate(0, -2px);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  }

  .job_listpage_disc {
    font-size: 20px;
  }

  .job_listpage_disc_s {
    font-size: 15px;
  }

  .joblist_info h3 {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-bottom: 5px;
    font-size: 30px;
    letter-spacing: 1px;
  }

  .joblist_info h4 {
    margin-bottom: 20px;
  }

  .joblist_info p {
    margin-bottom: 20px;
    font-size: 15px;
    -webkit-line-clamp: 3;
  }

  .job_type {
    margin-right: 10px;
    font-size: 15px;
  }

  .contract .feas_clevel_01 {
    float: left;
    width: auto;
    padding: 0 20px 20px;
  }

  .contract label input[type="checkbox"]:checked::before{
    top: 6px;
    left: 26px;
  }

  .feas-submit-button { /* 検索ボタン */
    max-width: 300px;
    margin: 50px auto 0;
    font-size: 20px;
  }

  .joblist_wrap {
    padding: 0 0 80px;
  }
}

/* 求人詳細 */

.job_detail hr {
  margin: 20px 0;
}

.job_detail_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}

.job_detail_disc {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}

.job_summary h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.job_summary h3:first-child {
  margin-top: 0;
}

.job_summary p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.app_summary th,
.app_summary td {
  font-size: 14px;
  color: #333;
  border: solid 1px #ccc;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}

.app_summary th {
  padding: 10px 15px;
  font-weight: 500;
  text-align: left;
  background: #eee;
}

.app_summary td {
  padding: 15px;
  line-height: 1.4;
}

.app_summary {
  width: 100%;
}

table.app_summary th,
table.app_summary td {
  display: block;
  width: 100%;
  border-bottom: none;
}

.app_summary tr:last-child {
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 900px) {
  .job_detail {
    padding-top: 162px;
  }

  .job_detail hr {
    margin: 30px 0;
  }

  .job_detail_title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .job_detail_disc {
    font-size: 20px;
  }

  .job_summary h3 {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .job_summary p {
    margin-bottom: 20px;
    font-size: 18px;
  }

  table.app_summary tr {
    display: flex;

  }

  .app_summary th,
  .app_summary td {
    font-size: 18px;
  }

  table.app_summary th {
    width: 203px;
    padding: 20px;
  }

  .app_summary td {
    padding: 20px;
  }
}

/*タブのスタイル*/
.jobtype input[type=checkbox] {
  display: none;
}

.jobtype .feas_clevel_1 {
  width: calc(90%/2);
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  letter-spacing: -1px;
  text-align: center;
  color: #0000FF;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #0000FF;
  border-radius: 10px;
  margin:0px 0px 10px 10px;
  cursor: pointer;
}

.jobtype .feas_clevel_1 input:checked + .jobtype .feas_clevel_1 {
  color: #ffffff;
  background-color: #0000FF;
}

@media screen and (min-width: 900px) {
  .jobtype .feas_clevel_1 {
    width: calc(120%/7);
  }
}

.jobtype .feas_clevel_1:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="search_element_1"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#hr:checked ~ #hr_content,
#acc:checked ~ #acc_content,
#sales:checked ~ #sales_content,
#assistant:checked ~ #assistant_content,
#customer:checked ~ #customer_content,
#consultant:checked ~ #consultant_content,
#marketing:checked ~ #marketing_content,
#creative:checked ~ #creative_content,
#engineer:checked ~ #engineer_content,
#handicap:checked ~ #handicap_content,
#other:checked ~ #other_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.jobtype input:checked + .feas_clevel_1,
.jobtype input:checked ~ .jobtype.feas_clevel_1 {
  background-color:#0000FF;
  color: #FFF;
}

.jobtype input:checked ~ .jobtype .feas_clevel_1{
  background-color:#0000FF;
  color: #FFF;
}

/* FEAS form */
.freeword {
  display: block;
  width: 100%;
}

/*20241206追記*/
.jobtag{
  visibility: hidden;
}
