@charset "UTF-8";
.page_image {
  background: url(/img/page_header/page_header_recruit.jpg) no-repeat top center;
  background-size: cover;
}

.voice_list {
  margin-bottom: 40px;
}

.voice_module {
  border: solid 1px #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.voice_module p {
  width: 30%;
  margin: 0;
}
.voice_module ul {
  width: 70%;
  padding-left: 10px;
  margin: 0;
}
.voice_module ul li {
  color: #222;
}
.voice_module ul .fwb {
  font-weight: bold;
  color: #0091b0;
}

.voice {
  margin: 0;
}
.voice h4 {
  color: #0091b0;
  font-size: 16px;
}
.voice ul {
  font-weight: bold;
  margin-bottom: 15px;
}

.recruit_table {
  width: 600px;
  margin-bottom: 0;
}
.recruit_table th, .recruit_table td {
  border: solid 1px #999;
  padding: 10px;
  font-size: 12px;
}
.recruit_table th {
  background-color: #ddd;
  width: 120px;
  text-align: center;
}
.recruit_table td ul, .recruit_table td dl {
  margin-top: 10px;
}

.entry_by_site ul {
  margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
  .voice_list {
    margin-bottom: 40px;
  }
  .voice_module {
    padding: 8px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .voice_module p {
    width: 37%;
    margin: 0;
  }
  .voice_module ul {
    width: 63%;
    padding-left: 10px;
    margin: 0;
  }
  .voice {
    margin: 0;
  }
  .voice h4 {
    font-size: 20px;
  }
  .voice ul {
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #0091b0;
    color: #fff;
    padding: 5px 10px;
  }
  .voice .interview01, .voice .interview02 {
    line-height: 1.8;
  }
  .recruit_table {
    width: 100%;
  }
  .recruit_table th, .recruit_table td {
    padding: 15px;
    font-size: 14px;
  }
  .recruit_table th {
    width: 150px;
  }
  .recruit_table td ul, .recruit_table td dl {
    margin-top: 10px;
  }
  .voice01 .main_voice {
    background: url(/img/recruit/voice01-01.jpg) no-repeat;
    background-size: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
  .voice01 .main_voice p, .voice01 .main_voice h4, .voice01 .main_voice ul {
    width: 50%;
  }
  .voice02 .main_voice {
    background: url(/img/recruit/voice02-01.jpg) no-repeat;
    background-size: 100%;
    padding: 20px 20px 20px 50%;
    margin-bottom: 30px;
  }
  .voice02 .main_voice p, .voice02 .main_voice h4, .voice02 .main_voice ul {
    width: 100%;
  }
  .voice03 .main_voice {
    background: url(/img/recruit/voice03-01.jpg) no-repeat;
    background-size: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
  .voice03 .main_voice p, .voice03 .main_voice h4, .voice03 .main_voice ul {
    width: 50%;
  }
}
@media screen and (min-width: 62em) {
  .voice_list {
    margin-bottom: 60px;
  }
  .voice_module {
    padding: 8px;
    margin-bottom: 6px;
  }
  .voice {
    margin: 0;
  }
  .voice h4 {
    font-size: 24px;
  }
  .voice ul {
    margin-bottom: 15px;
  }
  .voice01 .main_voice {
    background-size: 70%;
    background-position: right top;
    padding: 20px 20px 20px 0;
    margin-bottom: 30px;
  }
  .voice01 .main_voice p, .voice01 .main_voice h4, .voice01 .main_voice ul {
    width: 50%;
  }
  .voice02 .main_voice {
    background-size: 70%;
    background-position: left top;
    padding: 20px 0 20px 50%;
    margin-bottom: 30px;
  }
  .voice02 .main_voice p, .voice02 .main_voice h4, .voice02 .main_voice ul {
    width: 100%;
  }
  .voice02 .main_voice .interview01 {
    color: #222;
  }
  .voice03 .main_voice {
    background-size: 70%;
    background-position: right top;
    padding: 20px 20px 20px 0;
    margin-bottom: 30px;
  }
  .voice03 .main_voice p, .voice03 .main_voice h4, .voice03 .main_voice ul {
    width: 50%;
  }
  .recruit_table {
    width: 100%;
  }
  .recruit_table th, .recruit_table td {
    padding: 15px;
    font-size: 14px;
  }
  .recruit_table th {
    width: 150px;
  }
  .recruit_table td ul, .recruit_table td dl {
    margin-top: 10px;
  }
}
/* 

2025.03.12 追記

*/
.new_recruit_table {
  width: 100%;
}
.new_recruit_table th, .new_recruit_table td {
  padding: 8px 12px;
  border-top: solid 1px #A2D8E2;
  border-bottom: solid 1px #A2D8E2;
}
@media screen and (min-width: 48em) {
  .new_recruit_table th, .new_recruit_table td {
    padding: 12px 24px;
  }
}
.new_recruit_table th {
  width: 36%;
  background-color: #F0F9FB;
}
@media screen and (min-width: 48em) {
  .new_recruit_table th {
    width: 200px;
    text-align: center;
  }
}
.new_recruit_table td {
  width: 64%;
}
@media screen and (min-width: 48em) {
  .new_recruit_table td {
    width: calc(100% - 200px);
  }
}
.new_recruit_table td li {
  margin-bottom: 4px;
}
@media screen and (min-width: 48em) {
  .new_recruit_table td br {
    display: none;
  }
}