@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; } }
.is_sp {
  display: none !important; }

.kyujin_container {
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  -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;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  /* - - - - - - - - - - - - - - - 
  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;
    transition: all 0.3s;
    text-decoration: none;
    color: #328ff9; }
    .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: #002993; } }
  @media screen and (max-width: 768px) {
    .kyujin_container {
      padding: 5%; } }

/* - - - - - - - - - - - - - - - 
parts
- - - - - - - - - - - - - - - - */
.btn {
  display: block;
  position: relative;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 1em 0;
  background: #00bc92;
  text-align: center;
  -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%);
    transform: translate(-50%, -50%);
    border: 1px solid #54b1ff;
    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;
    transition: all 0.2s; }
  .btn.btn_secondary {
    background: #328ff9; }
    .btn.btn_secondary:before {
      border-color: #328ff9; }
  .btn.btn_external:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    background: url(../img/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: flex; }
  .job_count_pager.contents_top {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px; }
  .job_count_pager.contents_bottom {
    display: block;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-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: flex; }
  .job_result_total .job_result_total_head {
    flex: 0 0 45px;
    display: inline-block;
    position: relative;
    background: #00bc92;
    height: 45px;
    margin-right: 20px; }
    .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: #003d2f;
      line-height: 1;
      -webkit-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%);
    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);
    transform: translateX(-50%) scale(0.7); }
  .job_result_total .job_result_total_body {
    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 .job_result_total_body_ttl {
      font-size: 16px; } }

.result_total {
  font-size: 24px;
  flex: 1 1 50%; }
  .result_total_all {
    position: relative;
    top: 2px;
    font-weight: bold;
    color: #00bc92;
    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: flex;
    list-style: none; }
  .pagination li {
    font-size: 12px;
    text-align: center; }
    .pagination li a,
    .pagination li em {
      display: block;
      position: relative;
      color: #333333;
      font-style: normal;
      font-weight: bold;
      width: 28px;
      height: 28px;
      line-height: 28px;
      background: #eee;
      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;
        transition: all 0.2s; }
    .pagination li em {
      color: #fff;
      background: #328ff9; }
      .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: #328ff9; } }
  @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);
      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;
  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;
  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; }
  input[type="search"]:focus {
    outline-offset: -2px; }
  input[type="search"]::-webkit-search-decoration {
    display: none; }

select,
input {
  display: block;
  width: 100%;
  padding: .7em 44px .7em 15px !important;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  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);
    transform: translateY(-50%) rotate(45deg);
    color: #328ff9;
    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 15px 0 1.5em;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-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;
      transition: all 0.2s; }
    input[type=checkbox] + label:before {
      top: 4px;
      left: 0;
      z-index: 0;
      width: 13px;
      height: 13px;
      border: 1px solid #dddddd; }
    input[type=checkbox] + label:after {
      top: 4px;
      left: 4px;
      z-index: 2;
      opacity: 0;
      width: 5px;
      height: 10px;
      color: #fff;
      border-bottom: 2px solid;
      border-right: 2px solid;
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    input[type=checkbox] + label a:link,
    input[type=checkbox] + label a:visited {
      color: #333333; }
  input[type=checkbox]:checked + label:before {
    background: #328ff9; }
  input[type=checkbox]:checked + label:after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    opacity: 1; }

input[type=radio] {
  display: none; }
  input[type=radio] + label {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 0 15px 0 1.5em;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-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;
      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: #328ff9;
      border-radius: 50%; }
    input[type=radio] + label a:link,
    input[type=radio] + label a:visited {
      color: #333333; }
  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 {
    box-shadow: 0 0 10px #eee; }

  select:hover,
  input:hover {
    background: #dcffff; } }
/* form parts custom setting */
.search-toggle {
  position: relative;
  background: #328ff9;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-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;
    transition: all 0.3s; }
    .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
      transform: translateX(-50%) rotate(45deg);
      margin-left: -3px; }
    .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
      margin-left: 3px;
      transform: translateX(-50%) rotate(-45deg); }
  .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(1) {
    -webkit-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);
    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; } }
  @media screen and (max-width: 768px) {
    .search-toggle {
      margin-bottom: 5%; } }

.search_panel {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #eee; }
  .search_panel .search_body {
    display: none; }
  @media screen and (max-width: 768px) {
    .search_panel {
      padding: 5%; } }
  @media screen and (max-width: 480px) {
    .search_panel {
      margin-bottom: 25px; } }

.custom-form {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee; }
  .custom-form_inner {
    display: flex;
    flex-wrap: wrap; }
  .custom-form_parts {
    display: flex;
    align-items: center;
    flex-basis: 100%; }
    .custom-form_parts:not(:first-child) {
      margin-top: 10px; }
  .custom-form .parts_ttl {
    flex: 0 0 200px;
    font-size: 15px;
    font-weight: bold;
    color: #1858a2; }
    .custom-form .parts_ttl_note {
      font-size: 12px;
      font-weight: bold;
      color: #328ff9; }
  .custom-form .form_parts_inner {
    flex: 1 1 100%; }
    .custom-form .form_parts_inner_ttl {
      font-weight: bold;
      margin-bottom: .5em; }
      .custom-form .form_parts_inner_ttl:nth-of-type(2) {
        margin-top: 15px; }
  .custom-form .category_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .custom-form .category_list li {
      margin: 2px 10px 2px 0; }
  .custom-form .selCity-box {
    padding: .7em 15px;
    margin-top: 10px;
    border: 1px solid #e5e5e5; }
    .custom-form .selCity-box .selCity_alert {
      color: #328ff9;
      font-weight: bold; }
  .custom-form .custom-form_searth_btn {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 30px auto 0; }
    .custom-form .custom-form_searth_btn .btn_cover {
      display: block;
      position: relative;
      color: #fff;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
      .custom-form .custom-form_searth_btn .btn_cover:before, .custom-form .custom-form_searth_btn .btn_cover:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 3;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s; }
      .custom-form .custom-form_searth_btn .btn_cover:before {
        content: "\f002";
        font-family: 'FontAwesome';
        top: 50%;
        left: 1em;
        font-size: 1.6rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none; }
      .custom-form .custom-form_searth_btn .btn_cover:after {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 1px solid #54b1ff;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s; }
      .custom-form .custom-form_searth_btn .btn_cover input {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        color: #fff !important;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 15px 0 !important;
        background: #00bc92;
        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 {
      opacity: .7; }
      .custom-form .custom-form_searth_btn .btn_cover:hover:before {
        left: 1.2em; } }
  @media screen and (max-width: 768px) {
    .custom-form .parts_ttl {
      flex-basis: 150px; } }
  @media screen and (max-width: 480px) {
    .custom-form_parts {
      display: block; }
    .custom-form .parts_ttl {
      flex-basis: 150px;
      margin-bottom: .3em; } }

/* kyujin */
.job_post_date {
  opacity: .8;
  font-size: 10px;
  color: #333333; }
  .job_post_date_ttl {
    position: relative;
    font-weight: bold; }
    .job_post_date_ttl:after {
      content: "："; }

.job_post_validthrough {
  opacity: .8;
  font-size: 10px;
  color: #333333; }
  .job_post_validthrough_ttl {
    position: relative;
    font-weight: bold; }
    .job_post_validthrough_ttl:after {
      content: "："; }

.job_employmenttype_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  list-style: none; }
  .job_employmenttype_list_item {
    color: #328ff9;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    margin-left: .7em;
    padding: 0 .5em;
    height: 24px;
    border: 1px solid #328ff9;
    background: #fff;
    overflow: hidden; }
  @media screen and (max-width: 768px) {
    .job_employmenttype_list_item {
      width: 24px;
      color: transparent; }
      .job_employmenttype_list_item:first-letter {
        color: #328ff9;
        margin-right: 20px; } }

.job_workplace {
  line-height: 1.5;
  color: #333333; }
  .job_workplace_ttl {
    position: relative;
    color: #00bc92;
    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;
  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: #333333; }
    .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: 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;
      animation-name: scroll_obj;
      animation-duration: 4s;
      animation-timing-function: ease;
      animation-iteration-count: infinite; }
    .job_tag .job_tag_list {
      position: relative;
      -webkit-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: #333333; }
  @media screen and (max-width: 768px) {
    .job_ttl {
      font-size: 18px;
      line-height: 1.6; } }

.job_occupations {
  font-size: 18px;
  font-weight: bold;
  color: #333333; }
  @media screen and (max-width: 768px) {
    .job_occupations {
      font-size: 16px; } }

.job_post_ttl {
  font-size: 16px;
  font-weight: bold;
  color: #333333; }

.outline_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 1em; }
  .outline_ttl:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #dcffff;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 480px) {
    .outline_ttl {
      font-size: 16px;
      padding-left: 0;
      padding-right: 0; }
      .outline_ttl:after {
        left: -5.5%;
        width: 111%; } }

.appeal_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 1em; }
  .appeal_ttl:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #a3ffea;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 480px) {
    .appeal_ttl {
      font-size: 16px;
      padding-left: 0;
      padding-right: 0; }
      .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 #eee; }
  .job_outline_item_ttl {
    -webkit-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%;
    flex: 1 1 100%;
    padding: 20px 10px; }
  @media screen and (max-width: 480px) {
    .job_outline_item_ttl {
      flex-basis: 80px;
      padding: 15px 10px 15px 0; }
    .job_outline_item_txt {
      padding: 15px 0 15px 10px; } }

/* - - - - - - - - - - - - - - - 
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;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }
  .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_ttl a {
    color: #333333; }
.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 {
  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;';
    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;
  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: #328ff9;
    margin: .5em 0 .9em; }
.lower-kyujin_l .job_lead {
  margin-bottom: 10px; }
.lower-kyujin_l .job_outline {
  border-top: 1px solid #eee;
  padding-top: 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;
      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: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 5% 0;
  max-width: 900px; }
  .lower-kyujin_l .job_convertion_inner {
    position: relative;
    flex: 0 1 50%;
    margin: 0 10px; }
    .lower-kyujin_l .job_convertion_inner:after {
      content: '\f054';
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      font-size: 1.2rem;
      color: #fff;
      position: absolute;
      left: 1em;
      top: 50%;
      transform: translateY(-50%);
      transition: left .2s ease;
      pointer-events: none; }
    .lower-kyujin_l .job_convertion_inner:hover:after {
      color: #fff;
      left: 1.2em; }
@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: 16px; }
  .lower-kyujin_l .job_workplace {
    margin-top: 5px; }
  .lower-kyujin_l .job_outline-head {
    position: relative;
    padding: 12px 15px;
    border: 1px solid #eee; }
    .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 {
      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 {
  padding-bottom: 89px;
  /* 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;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee; }
    .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%;
    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;';
      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;
    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: #328ff9;
      margin: .5em 0 .9em; }
  .lower-kyujin_d .apeal_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none; }
    .lower-kyujin_d .apeal_list_item {
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      border-bottom: 1px solid #eee; }
    .lower-kyujin_d .apeal_list .apeal_list_item_head {
      position: relative;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      color: #00bc92;
      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;
      align-items: flex-start;
      padding: 0 20px 20px; }
      .lower-kyujin_d .apeal_list .apeal_list_item_detail_txt {
        flex: 1 1 70%; }
    .lower-kyujin_d .apeal_list .apeal_list_item_detail_img {
      position: relative;
      -webkit-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;';
        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: #00bc92;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .lower-kyujin_d .apeal_list .toggle-ico:before {
        -webkit-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);
        transform: translate(-50%, -50%) rotate(90deg); }
      .lower-kyujin_d .apeal_list .toggle-ico.js-active:before {
        -webkit-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);
        transform: translate(-50%, -50%) rotate(-180deg); }
  @media screen and (max-width: 768px) {
    .lower-kyujin_d .job_body_head_img {
      -webkit-flex-basis: 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;
      justify-content: center;
      -webkit-align-items: 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;
      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%);
        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: 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);
        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);
          transform: rotate(-135deg);
          margin-bottom: -3px; }
    .lower-kyujin_d .job_head_img {
      width: 112%;
      margin: -5.5% 0 15px -6%;
      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;';
        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 {
        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%);
        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: #00bc92;
        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: #00bc92; }
    .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: rgba(0, 0, 0, 0.8);
  padding: 15px;
  -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;
    justify-content: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
  .fixed_convertion .phone {
    flex: 0 0 340px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center; }
    .fixed_convertion .phone .btn_phone {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      color: #fff;
      width: 100%;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-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 {
    position: relative;
    flex: 1 0 auto; }
    .fixed_convertion .convertion:after {
      content: '\f054';
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      font-size: 1.2rem;
      color: #fff;
      position: absolute;
      left: 1em;
      top: 50%;
      transform: translateY(-50%);
      transition: left .2s ease;
      pointer-events: none; }
    .fixed_convertion .convertion:hover:after {
      color: #fff;
      left: 1.2em; }
    .fixed_convertion .convertion .btn_convertion {
      position: relative;
      display: block;
      width: 100%;
      background: #00bc92;
      color: #fff;
      padding: 15px 0;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-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%);
        transform: translate(-50%, -50%);
        border: 1px solid #54b1ff;
        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;
        transition: all 0.2s; }
      .fixed_convertion .convertion .btn_convertion:after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        background: url(../img/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;
        flex-basis: 220px;
        margin-right: 10px;
        background: #fff; }
        .fixed_convertion .phone .btn_phone {
          -webkit-align-items: center;
          align-items: center; }
        .fixed_convertion .phone .phone_num,
        .fixed_convertion .phone .phone_notes {
          color: #328ff9; }
        .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: #328ff9;
    width: 100%;
    height: 1px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-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;
  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;
  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;';
    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%;
  flex: 1 1 100%; }
.lower-whatsnew .job_list-type-a .job_outline {
  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: #333333; }
    .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;
  flex-wrap: wrap;
  margin-left: -1.6666666667%;
  margin-right: -1.6666666667%; }
  .lower-whatsnew .job_list-type-b .job {
    -webkit-flex: 0 1 30%;
    flex: 0 1 30%;
    margin-left: 1.6666666667%;
    margin-right: 1.6666666667%; }
    .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;';
      object-fit: contain;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .lower-whatsnew .job_list-type-b .job_outline {
    list-style: none; }
    .lower-whatsnew .job_list-type-b .job_outline_item_ttl, .lower-whatsnew .job_list-type-b .job_outline_item_txt {
      color: #333333;
      padding: 10px 0; }
    .lower-whatsnew .job_list-type-b .job_outline_item_ttl {
      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 {
      transform: translateY(5px); }
    .lower-whatsnew .job_link:hover:after {
      transform: translateY(-5px); } }
@media screen and (max-width: 768px) {
  .lower-whatsnew .job_list-type-a .job_img_wrap {
    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 {
      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;
      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 */
