@charset "UTF-8";
main {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 80px;
}

main {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  main {
    margin: 20px 0;
  }
}
main h2 {
  margin: 0 0 30px;
  font-size: 25px;
  color: #D70C18;
  position: relative;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 640px) {
  main h2 {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
  }
}
main h2 br {
  display: none;
}
@media screen and (max-width: 640px) {
  main h2 br {
    display: block;
  }
}
main h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url(/common/img/icon_block.svg) center no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 640px) {
  main h2::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}
main h2 + p {
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  main h2 + p {
    margin-bottom: 40px;
  }
}
main h3 {
  border-bottom: solid 1px #D70C18;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  main h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
main ul {
  margin: 0;
}
@media screen and (max-width: 640px) {
  main ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
  }
}
main ul li {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 640px) {
  main ul li {
    margin: 0 0 5px 0;
  }
}
main ul li.bl_selectBlock_check {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  main ul li.bl_selectBlock_check {
    margin-right: 0;
    width: 100px;
  }
}
main .job_type {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 640px) {
  main .job_type ul li {
    width: 100%;
  }
}

input {
  display: none;
}

.bl_3daysSearchBlock {
  margin-bottom: 60px;
}

.bl_3daysSearchBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.bl_3daysSearchBlock_ttl {
  text-align: center;
  margin: 55px 0;
}

.bl_3daysSearchBlock_ttl_main {
  font-size: 27px;
  color: #0073aa;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-family: "Josefin Sans", "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif;
}

.bl_3daysSearchBlock_ttl_sub {
  font-size: 16px;
  color: #0073aa;
  letter-spacing: 0.2em;
}

.el_searchResult {
  text-align: center;
  color: #D70C18;
  font-weight: bold;
}

.js_target {
  display: none;
  transition: 0.3s;
}

.js_target.js_selected {
  display: block;
  padding: 30px;
  border: solid 1px #FFA0A5;
  margin: 40px 0;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .js_target.js_selected {
    padding: 15px;
  }
}

.bl_selectBlock label {
  display: inline;
}

.bl_selectBlock_check label .el_checkbox {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #666;
}

.bl_selectBlock_check label .el_checkbox:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}

.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after {
  background-color: #D70C18;
  border-radius: 100%;
}

.el_searchResult {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .el_searchResult {
    margin-bottom: 10px;
  }
}

.bl_selectBlock {
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  background: #fafafa;
  padding: 30px;
  box-sizing: border-box;
  margin: 60px 0;
  letter-spacing: 0.1em;
  border: solid 1px #ccc;
}
.bl_selectBlock .unit {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .bl_selectBlock {
    padding: 15px;
    margin: 30px 0;
  }
}

.bl_selectBlock_wrapper_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.bl_selectBlock_check label {
  cursor: pointer;
}

.bl_selectBlock_ttl {
  width: 185px;
  color: #0073aa;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 765px) {
  .bl_selectBlock_ttl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bl_selectBlock_content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .bl_selectBlock_content {
    display: block;
  }
}
.bl_selectBlock_content .area {
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .bl_selectBlock_content .area {
    margin: 0;
  }
}
.bl_selectBlock_content .area h4 {
  font-weight: bold;
}

@media screen and (max-width: 765px) {
  .bl_selectBlock_content {
    width: 100%;
  }
}
.bl_searchResultBlock_item {
  padding: 40px 0;
  box-sizing: border-box;
}
.bl_searchResultBlock_item h4 {
  font-size: 25px;
  font-weight: bold;
  color: #D70C18;
}
@media screen and (max-width: 640px) {
  .bl_searchResultBlock_item h4 {
    font-size: 20px;
  }
}
.bl_searchResultBlock_item h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .bl_searchResultBlock_item h5 {
    font-size: 14px;
  }
}
.bl_searchResultBlock_item h6 {
  margin-top: 20px;
  font-size: 18px;
  padding: 10px;
  color: #D70C18;
  border-bottom: solid 1px #D70C18;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .bl_searchResultBlock_item h6 {
    margin-top: 0;
  }
}
.bl_searchResultBlock_item .type {
  font-weight: bold;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  margin-bottom: 10px;
  background: #666;
  border-radius: 5px;
  border: solid 2px #fff;
}
.bl_searchResultBlock_item table {
  width: 100%;
}
.bl_searchResultBlock_item table tr th, .bl_searchResultBlock_item table tr td {
  padding: 10px 20px;
}
@media screen and (max-width: 640px) {
  .bl_searchResultBlock_item table tr th, .bl_searchResultBlock_item table tr td {
    padding: 10px;
  }
}
.bl_searchResultBlock_item table tr th {
  background: #eee;
  white-space: nowrap;
  width: 200px;
}
@media screen and (max-width: 640px) {
  .bl_searchResultBlock_item table tr th {
    width: 120px;
  }
}
.bl_searchResultBlock_item table tr td {
  background: #fafafa;
}
.bl_searchResultBlock_item table tr td ul {
  padding: 0;
}
.bl_searchResultBlock_item table tr td ul li {
  list-style: disc;
  margin: 0 0 5px 20px;
}
.bl_searchResultBlock_item table tr td span {
  color: #666;
  font-size: 14px;
}
.bl_searchResultBlock_item .unit_btn {
  display: flex;
  justify-content: center;
}
.bl_searchResultBlock_item .unit_btn a {
  display: block;
  width: 300px;
  border-radius: 50px;
  border: solid 2px #D70C18;
  padding: 10px 20px;
  margin: 20px;
  text-align: center;
  transition: 0.3s;
  color: #fff;
  background: #D70C18;
}
@media screen and (max-width: 640px) {
  .bl_searchResultBlock_item .unit_btn a {
    margin: 20px 10px;
  }
}
.bl_searchResultBlock_item .unit_btn a:hover {
  color: #D70C18;
  background: #fff;
}

.bl_selectBlock_check:last-child {
  margin-right: 0;
}

.bl_selectBlock_release {
  text-align: center;
  color: #fff;
  background-color: #bdbdbd;
  padding: 15px 0;
  border-radius: 50px;
}

.js_release {
  cursor: pointer;
}/*# sourceMappingURL=career.css.map */