@charset "UTF-8";
/* font awesome */
/* FONT PATH
* -------------------------- */
/*
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}
*/

@media (min-device-width: 768px) {
  a[href*='tel:'] {
    pointer-events: none;
    display: inline-block;
  }
}

body.lower-kyujin_d {
  padding-bottom: 65px;
}

@media (min-width: 48em) {
  body.lower-kyujin_d {
    padding-bottom: 85px;
  }
}

.is_sp {
  display: none !important;
}

.kyujin_container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* - - - - - - - - - - - - - - - 
    base
    - - - - - - - - - - - - - - - - */
}

.kyujin_container *,
.kyujin_container *:after,
.kyujin_container *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

.kyujin_container img {
  vertical-align: bottom;
}

.kyujin_container a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #ff5115;
}

.kyujin_container a:focus {
  outline: none;
}

.kyujin_container a img {
  border: 0;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .kyujin_container a:hover, .kyujin_container a:active {
    color: #990000;
  }
}

@media screen and (max-width: 768px) {
  .kyujin_container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* - - - - - - - - - - - - - - - 
parts
- - - - - - - - - - - - - - - - */
.btn {
  display: block;
  position: relative;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 1em 0;
  background: #ff5115;
  text-align: center;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #ff7337;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn.btn_secondary {
  background: #ffba00;
}

.btn.btn_secondary:before {
  border-color: #ffba00;
}

.btn.btn_external:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 6px;
  background: url(../images/kyujin/ico_blank_white1.png) no-repeat center center;
  background-size: contain;
  width: 10.12px;
  height: 7.36px;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .btn:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .btn {
    padding: 10px 0;
  }
}

.external_link {
  position: relative;
  padding-left: 1.2em;
}

.external_link:before, .external_link:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.external_link:before {
  border: 1px solid;
  width: 9px;
  height: 7px;
  top: 5px;
  left: 3px;
}

.external_link:after {
  border: 1px solid;
  border-top: none;
  border-right: none;
  width: 5px;
  height: 5px;
  top: 10px;
  left: 0;
}

.gMap_link {
  position: relative;
  font-weight: bold;
}

.gMap_link:before {
  content: "\f041";
  font-family: 'FontAwesome';
  position: relative;
  top: -.05em;
  margin-right: .3em;
}

.tel_link {
  position: relative;
  font-weight: bold;
}

.tel_link:before {
  content: "\f098";
  font-family: 'FontAwesome';
  position: relative;
  top: -.05em;
  margin-right: .3em;
}

.job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job_count_pager.contents_top {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.job_count_pager.contents_bottom {
  display: block;
  text-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0 30px;
}

.job_count_pager.contents_bottom .pagination {
  display: inline-block;
  padding-top: 20px;
}

.job_count_pager.contents_bottom .pagination a,
.job_count_pager.contents_bottom .pagination em {
  width: 39.2px;
  height: 39.2px;
  line-height: 39.2px;
}

.pager_next {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
}

/* result total */
.job_result_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.job_result_total .job_result_total_head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  display: inline-block;
  position: relative;
  background: #ffba00;
  height: 45px;
  margin-right: 20px;
  border-radius: 10px;
}

.job_result_total .job_result_total_head:before {
  content: "\f002";
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  top: 1px;
  right: -5px;
  font-size: 16px;
  color: #805d00;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  text-shadow: 1px 1px 1px #fff, 0px 1px 1px #fff, 1px 0px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff, 0px -1px 1px #fff, -1px 0px 1px #fff, -1px -1px 1px #fff;
}

.job_result_total .job_result_total_num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -.2em;
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
  line-height: 1;
}

.job_result_total .job_result_total_cach {
  position: absolute;
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  bottom: .4em;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
  -ms-transform: translateX(-50%) scale(0.7);
  transform: translateX(-50%) scale(0.7);
}

.job_result_total .job_result_total_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.job_result_total .job_result_total_body_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding-top: .3em;
}

@media screen and (max-width: 768px) {
  .job_result_total {
    margin-top: 5%;
  }
  .job_result_total .job_result_total_body_ttl {
    font-size: 16px;
  }
}

.result_total {
  font-size: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.result_total_all {
  position: relative;
  top: 2px;
  font-weight: bold;
  color: #ffba00;
  margin-right: -.3em;
}

.result_total_txt {
  font-size: .7em;
  font-weight: bold;
  margin-right: -.2em;
}

.result_total_current {
  font-size: .5em;
  opacity: .9;
}

@media screen and (max-width: 480px) {
  .result_total {
    font-size: 18px;
  }
}

/* pagination */
.pagination {
  display: block;
  position: relative;
  z-index: 5;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.pagination li {
  font-size: 12px;
  text-align: center;
}

.pagination li a,
.pagination li em {
  display: block;
  position: relative;
  color: #333;
  font-style: normal;
  font-weight: bold;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #f5f5f5;
  overflow: hidden;
}

.pagination li a:before,
.pagination li em:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination li em {
  color: #fff;
  background: #ff5115;
}

.pagination li em:before {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .pagination li a:hover {
    color: #fff;
    opacity: 1;
    background: transparent;
  }
  .pagination li a:hover:before {
    background: #ff5115;
  }
}

@media screen and (max-width: 768px) {
  .pagination .number {
    display: none;
  }
  .pagination .number.current {
    display: inline-block;
  }
}

/* back page */
.page_back {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}

.page_back a {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.page_back a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  margin-right: 5px;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .page_back a:hover {
    opacity: .7;
  }
}

/* form base setting */
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
}

input::-ms-expand,
button::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}

input::-ms-reveal,
button::-ms-reveal,
textarea::-ms-reveal,
select::-ms-reveal {
  visibility: hidden;
}

input::-ms-clear,
button::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  visibility: hidden;
}

input[type="text"],
input[type="submit"],
input[type="search"],
input[type="button"],
select,
textarea {
  outline: none;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none !important;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

select,
input {
  display: block;
  width: 100%;
  padding: 1em 44px 1em 15px !important;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
}

select[type="text"], select[type="search"],
input[type="text"],
input[type="search"] {
  cursor: auto;
}

select option {
  height: 30px;
  line-height: 30px;
  background: #fff;
}

input[type="text"],
input[type="search"],
input[type="submit"] {
  padding-right: 15px !important;
}

.resetbtn {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: .1em .4em !important;
  color: #555;
}

.pull-down {
  position: relative;
}

.pull-down:before, .pull-down:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}

.pull-down:before {
  z-index: 0;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
}

.pull-down:after {
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  color: #ff5115;
  border-bottom: 2px solid;
  border-right: 2px solid;
  width: 7px;
  height: 7px;
  margin-top: -2px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 0 0 0 1.4em;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type=checkbox] + label:before, input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type=checkbox] + label:before {
  top: 3px;
  left: 0;
  z-index: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #ffeab3;
}

input[type=checkbox] + label:after {
  top: 3px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #ffba00;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

input[type=checkbox] + label a:link,
input[type=checkbox] + label a:visited {
  color: #333;
}

input[type=checkbox]:checked + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 0 0 0 1.5em;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type=radio] + label:before, input[type=radio] + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type=radio] + label:before {
  top: 3px;
  left: 0;
  z-index: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 50%;
}

input[type=radio] + label:after {
  z-index: 2;
  top: 6px;
  left: 3px;
  width: 7px;
  height: 7px;
  opacity: 0;
  background: #ff5115;
  border-radius: 50%;
}

input[type=radio] + label a:link,
input[type=radio] + label a:visited {
  color: #333;
}

input[type=radio]:checked + label:after {
  opacity: 1;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  input[type="text"]:focus,
  input[type="submit"]:focus,
  input[type="search"]:focus,
  select:focus,
  textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  select:hover,
  input:hover {
    background: #fff8e6;
  }
}

/* form parts custom setting */
.search-toggle {
  position: relative;
  background: #ff5115;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-toggle .toggle_txt {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: .7em 1em;
}

.search-toggle .toggle_trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 46px;
  height: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.1);
}

.search-toggle .toggle_trigger:hover {
  opacity: 1;
}

.search-toggle .toggle_trigger:focus {
  outline: none;
}

.search-toggle .toggle_trigger_txt_ico {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  margin-left: -3px;
}

.search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin-left: 3px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

.search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(-135deg);
  -ms-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .search-toggle:hover {
    opacity: .7;
  }
}

.search_panel {
  position: relative;
}

.lower-kyujin_l .search_panel {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.lower-kyujin_l .search_panel:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3000px;
  height: 100%;
  background: #f6f7fd url(../images/bg-stripe-white1.png) repeat 0 0;
}

.search_panel .search_body {
  display: none;
}

.lower-kyujin_l .search_panel .search_body {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .lower-kyujin_l .search_panel {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .lower-kyujin_l .search_panel .search_body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.custom-form_parts {
  margin-bottom: 10px;
}

.custom-form .parts_ttl {
  background: #ff5115;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 7px 4px 7px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
}

.custom-form .parts_ttl:before {
  border: 3px solid #ff5115;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 9px;
  position: absolute;
  top: 100%;
  width: 0;
}

.custom-form .form_parts_inner {
  margin-top: -7px;
}

.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.custom-form .category_list li {
  margin: 2px 10px 2px 0;
}

.custom-form .check-box {
  background: #fff;
  padding: .7em 15px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
}

.custom-form .check-box .selCity_alert {
  color: #f83434;
  font-weight: bold;
}

.custom-form .check-box-style li {
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.custom-form .check-box-style a {
  display: block;
}

.custom-form .check-box-style-item10 {
  border-color: #9780ed !important;
}

.custom-form .check-box-style-item20 {
  border-color: #51d2d7 !important;
}

.custom-form .check-box-style-item30 {
  border-color: #ecbe1d !important;
}

.custom-form .check-box-style-item40 {
  border-color: #e68d51 !important;
}

.custom-form .check-box-style-item50 {
  border-color: #598ddc !important;
}

.custom-form .check-box-style img {
  width: 20px;
}

.custom-form .check-box-style input[type=checkbox] + label {
  padding: 5px .7em 5px 2.5em;
}

.custom-form .check-box-style input[type=checkbox] + label:before {
  top: 6px;
  left: 8px;
}

.custom-form .check-box-style input[type=checkbox] + label:after {
  top: 10px;
  left: 12px;
}

.custom-form .custom-form_searth_btn {
  display: block;
  max-width: 225px;
  width: 100%;
  margin-top: 15px;
}

.custom-form .custom-form_searth_btn .btn_cover {
  display: block;
  position: relative;
  color: #fff;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  background: #ffba00;
  border-radius: 10px;
}

.custom-form .custom-form_searth_btn .btn_cover:before, .custom-form .custom-form_searth_btn .btn_cover:after {
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.custom-form .custom-form_searth_btn .btn_cover:before {
  content: "\f002";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  font-family: 'FontAwesome';
  pointer-events: none;
}

.custom-form .custom-form_searth_btn .btn_cover input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1em 0 !important;
  background: transparent;
  outline: none;
  cursor: pointer;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .custom-form .custom-form_searth_btn .btn_cover:hover {
    background: #ff5115;
  }
}

@media screen and (max-width: 480px) {
  .custom-form_parts {
    display: block;
  }
  .custom-form .custom-form_searth_btn {
    margin-top: 0;
  }
}

/* kyujin */
.job_post_date {
  font-size: 13px;
  color: #788ee0;
}

.job_post_date_ttl {
  position: relative;
  font-weight: bold;
}

.job_post_date_ttl:after {
  content: "：";
}

.job_post_date_txt {
  position: relative;
}

.job_post_date_txt:before {
  font-family: fontAwesome;
  content: "\f017";
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 5px 0 0;
  font-size: 1.1em;
}

.job_post_validthrough {
  font-size: 13px;
  color: #788ee0;
}

.job_post_validthrough_ttl {
  position: relative;
  font-weight: bold;
}

.job_post_validthrough_ttl:after {
  content: "：";
}

.job_post_validthrough_txt {
  position: relative;
}

.job_post_validthrough_txt:before {
  font-family: fontAwesome;
  content: "\f017";
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 5px 0 0;
  font-size: 1.1em;
}

.job_employmenttype_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  list-style: none;
}

.job_employmenttype_list_item {
  color: #ff5115;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin-left: .3em;
  padding: 0 .25em;
  width: 20px;
  height: 20px;
  border: 1px solid #788ee0;
  color: #788ee0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .job_employmenttype_list_item {
    color: transparent;
  }
  .job_employmenttype_list_item:first-letter {
    color: #788ee0;
    margin-right: 20px;
  }
}

.job_workplace {
  line-height: 1.5;
  color: #333;
}

.job_workplace_ttl {
  position: relative;
  color: #ffba00;
  font-weight: bold;
}

.job_workplace_ttl:after {
  content: "：";
}

.job_tag .job_tag_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}

.job_tag .job_tag_list_item {
  position: relative;
  font-size: 11px;
  font-weight: bold;
  background: #f0f0f0;
  margin: 0 .5em .5em 0;
  padding: .15em .7em;
  color: #333;
}

.job_tag .job_tag_list_item:before {
  content: "\f02b";
  font-family: 'FontAwesome';
  position: relative;
  margin-right: .3em;
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .job_tag .job_tag_list_item {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .job_tag {
    position: relative;
    width: 106%;
  }
  .job_tag:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), to(white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
  .job_tag:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    width: 30px;
    height: 2px;
    background: #ddd;
    -webkit-animation-name: scroll_obj;
    animation-name: scroll_obj;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .job_tag .job_tag_list {
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 10px 0;
  }
  .job_tag .job_tag_list:after {
    content: "___";
    color: transparent;
  }
}

/* ttl */
.job_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  .job_ttl {
    font-size: 18px;
    line-height: 1.6;
  }
}

.job_occupations {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  .job_occupations {
    font-size: 16px;
  }
}

.job_post_ttl {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.outline_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  color: #fff;
  padding: .7em 1em;
  border-radius: 10px;
  overflow: hidden;
}

.outline_ttl:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #ff5115;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .outline_ttl {
    font-size: 16px;
  }
  .outline_ttl:after {
    left: -5.5%;
    width: 111%;
  }
}

.appeal_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: .7em 1em;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.appeal_ttl:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #ffba00;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .appeal_ttl {
    font-size: 16px;
  }
  .appeal_ttl:after {
    left: -5.5%;
    width: 111%;
  }
}

/* table */
.job_outline_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  border-bottom: 1px solid #e0e0e0;
}

.job_outline_item_ttl {
  -webkit-flex: 0 0 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  font-weight: bold;
  padding: 20px 10px;
}

.job_outline_item_ttl span {
  font-weight: bold;
}

.job_outline_item_txt {
  -webkit-flex: 1 1 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 20px 10px;
}

@media screen and (max-width: 480px) {
  .job_outline_item_ttl {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    padding: 15px 10px 15px 0;
  }
  .job_outline_item_txt {
    padding: 15px 0 15px 10px;
  }
  .job_outline_item_ttl, .job_outline_item_txt {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* - - - - - - - - - - - - - - - 
kyujin_l
- - - - - - - - - - - - - - - - */
.lower-kyujin_l .job:not(:first-child) {
  margin-top: 60px;
}

.lower-kyujin_l .job_list {
  margin-bottom: 30px;
}

.lower-kyujin_l .job_head_meta {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.lower-kyujin_l .job_head_meta .job_post_date,
.lower-kyujin_l .job_head_meta .job_post_validthrough {
  line-height: 1.5;
}

.lower-kyujin_l .job_workplace,
.lower-kyujin_l .job_tag {
  margin-top: 10px;
}

.lower-kyujin_l .job_head > a,
.lower-kyujin_l .job_body_head_img > a {
  display: block;
}

.lower-kyujin_l .job_ttl {
  font-size: 20px;
}

.lower-kyujin_l .job_body {
  margin-top: 20px;
}

.lower-kyujin_l .job_body_head {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

.lower-kyujin_l .job_body_head_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-right: 30px;
}

.lower-kyujin_l .job_img {
  position: relative;
}

.lower-kyujin_l .job_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}

.lower-kyujin_l .job_img img {
  font-family: 'object-fit: contain;';
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lower-kyujin_l .job_body_head_txt {
  -webkit-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.lower-kyujin_l .job_body_head_txt br {
  display: none;
}

.lower-kyujin_l .job_occupations {
  position: relative;
  z-index: 2;
  margin-bottom: .5em;
}

.lower-kyujin_l .job_occupations:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #ff5115;
  margin: .5em 0 .9em;
}

.lower-kyujin_l .job_lead {
  margin-bottom: 10px;
}

.lower-kyujin_l .job_outline_item {
  border: none;
}

.lower-kyujin_l .job_outline_item:not(:first-child) {
  margin-top: 10px;
}

.lower-kyujin_l .job_outline_item_txt br {
  display: none;
}

.lower-kyujin_l .job_outline_item_ttl {
  -webkit-flex: 0 0 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.lower-kyujin_l .job_outline_item_ttl, .lower-kyujin_l .job_outline_item_txt {
  padding: 0;
}

.lower-kyujin_l .job_convertion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 5% 0;
  max-width: 900px;
}

.lower-kyujin_l .job_convertion_inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin: 0 10px;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .lower-kyujin_l .job_head > a:hover,
  .lower-kyujin_l .job_body_head_img > a:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 480px) {
  .lower-kyujin_l .is_pc {
    display: none !important;
  }
  .lower-kyujin_l .is_sp {
    display: block !important;
  }
  .lower-kyujin_l .job {
    margin: 2px 0;
    position: relative;
  }
  .lower-kyujin_l .job:before, .lower-kyujin_l .job:after {
    content: "";
    display: block;
    width: 111%;
    position: relative;
    left: -5.5%;
    border-top: 1px solid #e0e0e0;
  }
  .lower-kyujin_l .job:before {
    margin-bottom: 30px;
  }
  .lower-kyujin_l .job:after {
    margin-top: 30px;
  }
  .lower-kyujin_l .job:not(:first-child) {
    margin-top: 0;
  }
  .lower-kyujin_l .job:first-child:before {
    border-top: 4px double #e0e0e0;
  }
  .lower-kyujin_l .job:last-child:after {
    border-top: 4px double #e0e0e0;
  }
  .lower-kyujin_l .job_list {
    margin-bottom: 0;
  }
  .lower-kyujin_l .job_head_meta {
    padding-bottom: 10px;
  }
  .lower-kyujin_l .job_body {
    margin-top: 15px;
  }
  .lower-kyujin_l .job_ttl {
    font-size: 14px;
  }
  .lower-kyujin_l .job_workplace {
    font-size: 12px;
    margin-top: 5px;
  }
  .lower-kyujin_l .job_outline-head {
    position: relative;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
  }
  .lower-kyujin_l .job_outline-head .job_outline_item {
    display: block;
  }
  .lower-kyujin_l .job_outline-head .job_outline_item_ttl,
  .lower-kyujin_l .job_outline-head .job_outline_item_txt {
    font-size: 12px;
    padding: 0;
  }
  .lower-kyujin_l .job_convertion {
    padding: 15px 0 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .lower-kyujin_l .job_convertion_inner {
    margin: 0 5px;
  }
}

/* - - - - - - - - - - - - - - - 
kyujin_d
- - - - - - - - - - - - - - - - */
.lower-kyujin_d {
  /* sns */
}

.lower-kyujin_d .job_sns {
  padding: 20px 0;
}

.lower-kyujin_d .job_sns_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: .4em;
}

.lower-kyujin_d .job_sns_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  list-style: none;
}

.lower-kyujin_d .job_sns_list li {
  margin-left: 15px;
}

.lower-kyujin_d .job_sns_list li:first-child {
  margin-left: 0;
}

.lower-kyujin_d .job_sns_list a {
  display: block;
}

.lower-kyujin_d .job_sns_list img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lower-kyujin_d .job_sns .list_fb {
  width: 15px;
}

.lower-kyujin_d .job_sns .list_tw {
  width: 19px;
}

.lower-kyujin_d .job_sns .list_line {
  width: 18px;
}

.lower-kyujin_d .job_head_meta {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.lower-kyujin_d .job_head_meta .job_post_date,
.lower-kyujin_d .job_head_meta .job_post_validthrough {
  line-height: 1.5;
}

.lower-kyujin_d .job_workplace,
.lower-kyujin_d .job_tag {
  margin-top: 10px;
}

.lower-kyujin_d .job_body_block {
  margin: 50px 0;
}

.lower-kyujin_d .job_body_block:first-child {
  margin-top: 20px;
}

.lower-kyujin_d .job_body_head {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

.lower-kyujin_d .job_body_head_img {
  -webkit-flex: 0 0 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin-right: 5%;
}

.lower-kyujin_d .job_img {
  position: relative;
}

.lower-kyujin_d .job_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}

.lower-kyujin_d .job_img img {
  font-family: 'object-fit: contain;';
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lower-kyujin_d .job_body_head_txt {
  -webkit-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.lower-kyujin_d .job_occupations {
  position: relative;
  z-index: 2;
  margin-bottom: .5em;
}

.lower-kyujin_d .job_occupations:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #ff5115;
  margin: .5em 0 .9em;
}

.lower-kyujin_d .apeal_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.lower-kyujin_d .apeal_list_item {
  -webkit-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-bottom: 1px solid #e0e0e0;
}

.lower-kyujin_d .apeal_list .apeal_list_item_head {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffba00;
  padding: 1em 25px 1em 20px;
  pointer-events: none;
}

.lower-kyujin_d .apeal_list .apeal_list_item_detail {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20px 20px;
}

.lower-kyujin_d .apeal_list .apeal_list_item_detail_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}

.lower-kyujin_d .apeal_list .apeal_list_item_detail_img {
  position: relative;
  -webkit-flex: 0 0 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 20px;
}

.lower-kyujin_d .apeal_list .apeal_list_item_detail_img:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.lower-kyujin_d .apeal_list .apeal_list_item_detail_img img {
  font-family: 'object-fit: contain;';
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lower-kyujin_d .apeal_list .toggle-ico {
  display: none;
  position: absolute;
  z-index: 2;
  top: 1.1em;
  right: 5px;
  width: 18px;
  height: 18px;
}

.lower-kyujin_d .apeal_list .toggle-ico:before, .lower-kyujin_d .apeal_list .toggle-ico:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #ffba00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.lower-kyujin_d .apeal_list .toggle-ico:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.lower-kyujin_d .apeal_list .toggle-ico:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.lower-kyujin_d .apeal_list .toggle-ico.js-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.lower-kyujin_d .apeal_list .toggle-ico.js-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

@media screen and (max-width: 768px) {
  .lower-kyujin_d .job_body_head_img {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .lower-kyujin_d .apeal_list {
    display: -webkit-block;
    display: block;
  }
  .lower-kyujin_d .apeal_list .apeal_list_item_head {
    font-size: 14px;
    padding-left: 0;
    pointer-events: inherit;
  }
  .lower-kyujin_d .apeal_list .apeal_list_item_detail {
    padding: 0 0 20px;
  }
  .lower-kyujin_d .apeal_list .toggle-ico {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .lower-kyujin_d .is_pc {
    display: none !important;
  }
  .lower-kyujin_d .is_sp {
    display: block !important;
  }
  .lower-kyujin_d .job_sns.is_sp {
    display: flex !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
  .lower-kyujin_d .job_sns.is_sp .job_sns_ttl {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .lower-kyujin_d .job_post_slidedown .job_lead {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .lower-kyujin_d .job_post_slidedown .more_link_inner {
    width: 112%;
    margin-left: -5.5%;
  }
  .lower-kyujin_d .job_post_slidedown .more_link {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0;
    color: #555;
    cursor: pointer;
  }
  .lower-kyujin_d .job_post_slidedown .more_link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1000px;
    height: 30px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .lower-kyujin_d .job_post_slidedown .more_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0 3px 10px;
  }
  .lower-kyujin_d .job_post_slidedown .more_link.js-active {
    border-top: 1px dashed #eee;
  }
  .lower-kyujin_d .job_post_slidedown .more_link.js-active:before {
    content: none;
  }
  .lower-kyujin_d .job_post_slidedown .more_link.js-active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-bottom: -3px;
  }
  .lower-kyujin_d .job_head_img {
    max-width: inherit;
    position: relative;
  }
  .lower-kyujin_d .job_head_img:before {
    content: "";
    display: block;
    padding-top: 66%;
  }
  .lower-kyujin_d .job_head_img img {
    font-family: 'object-fit: contain;';
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .lower-kyujin_d .job_outline-head {
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 12px 15px;
    border: 1px solid #eee;
  }
  .lower-kyujin_d .job_outline-head .job_outline_item {
    display: block;
    border: none;
  }
  .lower-kyujin_d .job_outline-head .job_outline_item:not(:first-child) {
    margin-top: 10px;
  }
  .lower-kyujin_d .job_outline-head .job_outline_item_ttl,
  .lower-kyujin_d .job_outline-head .job_outline_item_txt {
    font-size: 12px;
    padding: 0;
  }
  .lower-kyujin_d .job_body_block {
    margin: 20px 0;
  }
  .lower-kyujin_d .job_body_head {
    display: block;
  }
  .lower-kyujin_d .job_body_head_img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .lower-kyujin_d .job_body_head_txt_inner {
    position: relative;
    padding-top: 20px;
  }
  .lower-kyujin_d .job_body_head_txt_inner:before, .lower-kyujin_d .job_body_head_txt_inner:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1px;
    background: #eee;
  }
  .lower-kyujin_d .job_body_head_txt_inner:before {
    content: none;
    top: 0;
  }
  .lower-kyujin_d .job_body_head_txt_inner:after {
    bottom: 0;
  }
  .lower-kyujin_d .job_body_head_txt_inner:nth-of-type(1):before {
    content: "";
  }
  .lower-kyujin_d .job_body_head_txt_inner .job_post_ttl {
    position: relative;
    margin-bottom: .5em;
    color: #ffba00;
    padding-left: .7em;
  }
  .lower-kyujin_d .job_body_head_txt_inner .job_post_ttl:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 3px;
    height: 1em;
    background: #ffba00;
  }
  .lower-kyujin_d .job_occupations:after {
    position: absolute;
    margin: 0;
    width: 4px;
    height: 100%;
    top: 0;
    left: -5.5%;
  }
}

.fixed_convertion {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: #fff1f1 url(../images/bg-stripe-white1.png) repeat 0 0;
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fixed_convertion_inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.fixed_convertion .phone {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed_convertion .phone .btn_phone {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff5115;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed_convertion .phone .phone_num {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.fixed_convertion .phone .phone_num:before {
  content: "\f098";
  font-family: 'FontAwesome';
  position: relative;
  top: -.05em;
  font-size: .9em;
  margin-right: .3em;
}

.fixed_convertion .phone .phone_notes {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
  opacity: .8;
}

.fixed_convertion .convertion {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.fixed_convertion .convertion .btn_convertion {
  position: relative;
  display: block;
  width: 100%;
  background: #ff5115;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed_convertion .convertion .btn_convertion:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #ff7337;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.fixed_convertion .convertion .btn_convertion:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 7px;
  background: url(../images/kyujin/ico_blank_white1.png) no-repeat center center;
  background-size: contain;
  width: 10.12px;
  height: 7.36px;
}

.fixed_convertion .convertion .btn_convertion span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fixed_convertion .convertion .btn_convertion:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .fixed_convertion {
    padding: 10px;
  }
  .fixed_convertion .phone {
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    margin-right: 10px;
    background: #ffba00;
    border-radius: 10px;
  }
  .fixed_convertion .phone .btn_phone {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixed_convertion .phone .phone_num,
  .fixed_convertion .phone .phone_notes {
    color: #fff;
  }
  .fixed_convertion .phone .phone_num {
    font-size: 14px;
  }
  .fixed_convertion .phone .phone_notes {
    font-size: 10px;
  }
  .fixed_convertion .convertion .btn_convertion {
    padding: 10px 0;
  }
  .fixed_convertion .convertion .btn_convertion span {
    font-size: 14px;
  }
}

/* - - - - - - - - - - - - - - - 
whats new
- - - - - - - - - - - - - - - - */
.lower-whatsnew .job {
  position: relative;
  margin-top: -1px;
}

.lower-whatsnew .job:before, .lower-whatsnew .job:after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #e0e0e0;
}

.lower-whatsnew .job_link {
  position: relative;
  display: block;
  padding: 30px 0;
}

.lower-whatsnew .job_link:before, .lower-whatsnew .job_link:after {
  content: "";
  display: block;
  position: absolute;
  background: #ff5115;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.lower-whatsnew .job_link:before {
  top: 0;
}

.lower-whatsnew .job_link:after {
  bottom: 0;
}

.lower-whatsnew .job_ttl {
  font-size: 16px;
}

.lower-whatsnew .job_txt_wrap_meta {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
}

.lower-whatsnew .job_employmenttype_list_item {
  width: 22px;
  height: 22px;
  line-height: 20px;
  padding: 0;
}

.lower-whatsnew .job_employmenttype_list_item:first-letter {
  margin-left: .4em;
  margin-right: .4em;
}

.lower-whatsnew .job_list-type-a .job_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

.lower-whatsnew .job_list-type-a .job_img_wrap {
  -webkit-flex: 0 0 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 20px;
}

.lower-whatsnew .job_list-type-a .job_img {
  position: relative;
}

.lower-whatsnew .job_list-type-a .job_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}

.lower-whatsnew .job_list-type-a .job_img img {
  font-family: 'object-fit: contain;';
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lower-whatsnew .job_list-type-a .job_txt_wrap {
  -webkit-flex: 1 1 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.lower-whatsnew .job_list-type-a .job_outline {
  line-height: 1.4;
  list-style: none;
}

.lower-whatsnew .job_list-type-a .job_outline_item {
  border: none;
  display: inline;
}

.lower-whatsnew .job_list-type-a .job_outline_item_ttl, .lower-whatsnew .job_list-type-a .job_outline_item_txt {
  display: inline;
  padding: 0;
  color: #333;
  font-size: 13px;
}

.lower-whatsnew .job_list-type-a .job_outline_item_ttl br, .lower-whatsnew .job_list-type-a .job_outline_item_txt br {
  display: none;
}

.lower-whatsnew .job_list-type-a .job_outline_item_txt {
  margin-right: 20px;
}

.lower-whatsnew .job_list-type-a .job_txt_wrap_meta {
  margin-top: 5px;
}

.lower-whatsnew .job_list-type-b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.66667%;
  margin-right: -1.66667%;
}

.lower-whatsnew .job_list-type-b .job {
  -webkit-flex: 0 1 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.lower-whatsnew .job_list-type-b .job:before, .lower-whatsnew .job_list-type-b .job:after {
  content: none;
}

.lower-whatsnew .job_list-type-b .job_img_wrap {
  margin-bottom: 15px;
}

.lower-whatsnew .job_list-type-b .job_img {
  position: relative;
}

.lower-whatsnew .job_list-type-b .job_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}

.lower-whatsnew .job_list-type-b .job_img img {
  font-family: 'object-fit: contain;';
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lower-whatsnew .job_list-type-b .job_outline {
  line-height: 1.4;
  list-style: none;
}

.lower-whatsnew .job_list-type-b .job_outline_item_ttl, .lower-whatsnew .job_list-type-b .job_outline_item_txt {
  color: #333;
  font-size: 13px;
  padding: 10px 0;
}

.lower-whatsnew .job_list-type-b .job_outline_item_ttl {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.lower-whatsnew .job_list-type-b .job_txt_wrap_meta {
  margin-top: 15px;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .lower-whatsnew .job_link:hover {
    opacity: .7;
  }
  .lower-whatsnew .job_link:hover:before, .lower-whatsnew .job_link:hover:after {
    opacity: 1;
  }
  .lower-whatsnew .job_link:hover:before {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .lower-whatsnew .job_link:hover:after {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@media screen and (max-width: 768px) {
  .lower-whatsnew .job_ttl {
    font-size: 14px;
  }
  .lower-whatsnew .job_list-type-a .job_img_wrap {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    margin-right: 15px;
  }
  .lower-whatsnew .job_list-type-b {
    margin-left: -2%;
    margin-right: -2%;
  }
  .lower-whatsnew .job_list-type-b .job {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 480px) {
  .lower-whatsnew .job:before, .lower-whatsnew .job:after {
    width: 111%;
    left: -5.5%;
  }
  .lower-whatsnew .job_list-type-b {
    display: block;
  }
  .lower-whatsnew .job_list-type-b .job:before, .lower-whatsnew .job_list-type-b .job:after {
    content: "";
  }
  .lower-whatsnew .job_list-type-b .job_wrap {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }
  .lower-whatsnew .job_list-type-b .job_img_wrap {
    -webkit-flex: 0 0 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 15px;
  }
  .lower-whatsnew .job_list-type-b .job_outline {
    line-height: 1.4;
  }
  .lower-whatsnew .job_list-type-b .job_outline_item {
    border: none;
    display: inline;
  }
  .lower-whatsnew .job_list-type-b .job_outline_item_ttl, .lower-whatsnew .job_list-type-b .job_outline_item_txt {
    display: inline;
    padding: 0;
  }
  .lower-whatsnew .job_list-type-b .job_outline_item_ttl br, .lower-whatsnew .job_list-type-b .job_outline_item_txt br {
    display: none;
  }
  .lower-whatsnew .job_list-type-b .job_outline_item_txt {
    margin-right: 20px;
  }
  .lower-whatsnew .job_list-type-b .job_txt_wrap_meta {
    margin-top: 5px;
  }
}

/*# sourceMappingURL=kyujin.css.map */