@charset "UTF-8";
/*-- textcolor  --*/
/*-- contentcolor  --*/
/*-- bgcolor  --*/
@font-face {
  font-family: 'HUIFONT';
  src: url("option/font/HUIFONT29.eot");
  src: url("option/font/HUIFONT29.eot?#iefix") format("embedded-opentype"), url("option/font/HUIFONT29.woff") format("woff"), url("option/font/HUIFONT29.ttf") format("truetype");
}

@font-face {
  font-family: 'UD_bold';
  src: url("option/font/A-OTF-UDShinGoPro-DeBold.eot");
  src: url("option/font/A-OTF-UDShinGoPro-DeBold.eot?#iefix") format("embedded-opentype"), url("option/font/A-OTF-UDShinGoPro-DeBold.woff") format("woff"), url("option/font/A-OTF-UDShinGoPro-DeBold.ttf") format("truetype");
}

@font-face {
  font-family: 'UD_heavy';
  src: url("option/font/A-OTF-UDShinGoPro-Heavy.eot");
  src: url("option/font/A-OTF-UDShinGoPro-Heavy.eot?#iefix") format("embedded-opentype"), url("option/font/A-OTF-UDShinGoPro-Heavy.woff") format("woff"), url("option/font/A-OTF-UDShinGoPro-Heavy.ttf") format("truetype");
}

@-webkit-keyframes textMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1663px 0;
  }
}

@-moz-keyframes textMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1663px 0;
  }
}

@-o-keyframes textMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1663px 0;
  }
}

@keyframes textMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1663px 0;
  }
}

@-webkit-keyframes textMove2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3656px 0;
  }
}

@-moz-keyframes textMove2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3656px 0;
  }
}

@-o-keyframes textMove2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3656px 0;
  }
}

@keyframes textMove2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3656px 0;
  }
}

body {
  font-family: Meiryo, メイリオ, sans-serif;
  background-color: #ffffff !important;
  color: #163796;
  font-size: 14px;
  line-height: 1.15;
}

body #header {
  font-family: Meiryo, メイリオ, sans-serif;
}

body .header a {
  display: block;
  opacity: 1;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

body .header a:hover {
  color: inherit;
  text-decoration: none !important;
}

body .header_inner {
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  margin: 0 auto;
  padding: 25px 0;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  body .header_inner {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 767px) {
  body .header_inner {
    display: block;
    padding: 20px;
    position: fixed;
    z-index: 999;
  }
}

@media screen and (max-width: 480px) {
  body .header_inner {
    display: block;
    padding: 10px;
  }
}

body .header_logo {
  display: table-cell;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  body .header_logo {
    display: block;
    max-width: 276px;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  body .header_logo {
    max-width: 207px;
  }
}

body .header_logo img {
  width: 276px;
}

@media screen and (max-width: 480px) {
  body .header_logo img {
    width: 207px;
  }
}

body .header_heading {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #0c58ad;
  font-weight: bold;
  display: table-cell;
  font-size: 14px;
  text-align: right;
  padding-left: 40px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body .header_heading {
    display: block;
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 65px;
  }
}

@media screen and (max-width: 480px) {
  body .header_heading {
    font-size: 10px;
    padding-right: 50px;
  }
}

body .header_heading .break {
  display: block;
}

@media screen and (max-width: 767px) {
  body .header_nav {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  body .header_nav .header_btn_1 {
    background-image: url(/jobfind-pc/original/images/btn_open.png);
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    cursor: pointer;
    display: block;
    height: 54px;
    position: fixed;
    top: 32px;
    right: 32px;
    width: 46px;
    z-index: 1000;
  }
}

@media screen and (max-width: 480px) {
  body .header_nav .header_btn_1 {
    height: 39px;
    top: 20.5px;
    right: 20.5px;
    width: 33px;
  }
}

@media screen and (max-width: 767px) {
  body .header_nav .header_menu {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: fixed;
    padding: 0 20px;
    top: 94px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
    opacity: 0;
    width: 100%;
    z-index: 1010;
  }
}

@media screen and (max-width: 480px) {
  body .header_nav .header_menu {
    padding: 0 10px;
    top: 65px;
  }
}

@media screen and (max-width: 767px) {
  body .header_nav .header_menu .header_btn_2 {
    background-image: url(/jobfind-pc/original/images/btn_close.png);
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    cursor: pointer;
    display: block;
    height: 36px;
    position: fixed;
    top: 30px;
    right: 37px;
    width: 36px;
    z-index: 1010;
  }
}

@media screen and (max-width: 480px) {
  body .header_nav .header_menu .header_btn_2 {
    height: 26px;
    top: 20px;
    right: 24px;
    width: 26px;
  }
}

body .header_nav .header_menu .list_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}

body .header_nav .header_menu .global_list .global_item {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #f0f1d5;
  -webkit-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
     -moz-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
          box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
  height: 70px;
  line-height: 70px;
  color: #163796;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  body .header_nav .header_menu .global_list .global_item {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

body .header_nav .header_menu .global_list .global_item a {
  color: #163796 !important;
  position: relative;
}

@media screen and (max-width: 767px) {
  body .header_nav .header_menu .global_list .global_item a:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #163796;
    border-right: 3px solid #163796;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (max-width: 480px) {
  body .header_nav .header_menu .global_list .global_item a:after {
    margin-top: -6px;
    width: 8px;
    height: 8px;
  }
}

body .header_nav .header_menu .global_list .global_item:nth-child(3) a:hover {
  cursor: default;
}

body .header_nav .header_menu .local_list .local_item {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
     -moz-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
          box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
  height: 70px;
  line-height: 70px;
  color: #163796;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  body .header_nav .header_menu .local_list .local_item {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

body .header_nav .header_menu .local_list .local_item:nth-child(4) {
  margin-bottom: 0;
}

body .header_nav .header_menu .local_list .local_item a {
  color: #163796 !important;
  position: relative;
}

@media screen and (max-width: 767px) {
  body .header_nav .header_menu .local_list .local_item a:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #163796;
    border-right: 3px solid #163796;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (max-width: 480px) {
  body .header_nav .header_menu .local_list .local_item a:after {
    margin-top: -6px;
    width: 8px;
    height: 8px;
  }
}

body .header .nav_toggle .header_menu {
  opacity: 1;
}

body .main a {
  display: block;
  opacity: 1;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

body .main a:hover {
  color: inherit;
  text-decoration: none !important;
}

body .main_visual {
  background: -webkit-gradient(linear, left bottom, left top, from(#163796), color-stop(43%, #1454b5), to(#1171d3));
  background: -webkit-linear-gradient(bottom, #163796 0%, #1454b5 43%, #1171d3 100%);
  background: -moz-linear-gradient(bottom, #163796 0%, #1454b5 43%, #1171d3 100%);
  background: -o-linear-gradient(bottom, #163796 0%, #1454b5 43%, #1171d3 100%);
  background: linear-gradient(0deg, #163796 0%, #1454b5 43%, #1171d3 100%);
  width: 100%;
  position: relative;
}

body .main_visual:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  background: url(/jobfind-pc/original/images/kv_text_pc.png) repeat-x;
  background-position: left center;
  bottom: 15px;
  height: 201px;
  position: absolute;
  top: inherit;
  width: 100%;
  z-index: 2;
  -webkit-animation: textMove 120s linear infinite;
     -moz-animation: textMove 120s linear infinite;
       -o-animation: textMove 120s linear infinite;
          animation: textMove 120s linear infinite;
}

@media screen and (max-width: 1000px) {
  body .main_visual:after {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    height: 0;
    padding-top: 20%;
  }
}

@media screen and (max-width: 767px) {
  body .main_visual:after {
    background: url(/jobfind-pc/original/images/kv_text_sp.png) repeat-x;
    background-position: left center;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    bottom: inherit;
    height: 0;
    padding-top: 39%;
    top: -3%;
    -webkit-animation: textMove2 260s linear infinite;
       -moz-animation: textMove2 260s linear infinite;
         -o-animation: textMove2 260s linear infinite;
            animation: textMove2 260s linear infinite;
  }
}

body .main_visual_inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
}

body .main_visual_inner img {
  position: relative;
  z-index: 10;
  width: 100%;
}

body .main_visual_inner:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  top: inherit;
  background: url(/jobfind-pc/original/images/kv_figure_pc.png) no-repeat;
  bottom: 0;
  height: 387px;
  right: 5px;
  position: absolute;
  width: 604px;
  z-index: 15;
}

@media screen and (max-width: 1000px) {
  body .main_visual_inner:after {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    height: 0;
    right: 0px;
    padding-top: 38.7%;
    width: 60.4%;
  }
}

@media screen and (max-width: 767px) {
  body .main_visual_inner:after {
    background: url(/jobfind-pc/original/images/kv_figure_2_sp.png) no-repeat;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    height: 0;
    padding-top: 64%;
    right: inherit;
    width: 100%;
  }
}

body .main_content {
  background-color: #f0f1d5;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

@media screen and (max-width: 1000px) {
  body .main_content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  body .main_content {
    height: 40px;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  body .main_content {
    height: 20px;
  }
}

body .main_content .global_list {
  max-width: 1000px;
  margin: 23px auto 26px;
  zoom: 1;
}

body .main_content .global_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  body .main_content .global_list {
    display: none;
  }
}

body .main_content .global_list .global_item {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
     -moz-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
          box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
  color: #163796;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-right: 1%;
  max-width: 455px;
  width: 45.5%;
}

body .main_content .global_list .global_item a {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #163796 !important;
  position: relative;
  height: 50px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

body .main_content .global_list .global_item a:hover {
  background-color: #163796;
  color: #fff !important;
}

body .main_content .global_list .global_item:nth-child(1) {
  max-width: 70px;
  width: 7%;
}

body .main_content .global_list .global_item:nth-child(3) {
  margin-right: 0;
}

body .main_content .global_list .current {
  background-color: #163796;
  color: #fff;
  position: relative;
}

body .main_content .global_list .current:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  top: -25px;
  margin-left: -15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #163796;
}

body .main_content .global_list .current a {
  color: #fff !important;
}

body .main_content_2 {
  background-color: #f2f2f2;
}

@media screen and (max-width: 1000px) {
  body .main_content_2 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  body .main_content_2 {
    padding: 0;
  }
}

body .main_content_2 .local_list {
  padding: 18px 0 20px;
  max-width: 1000px;
  margin: 0 auto;
  zoom: 1;
}

body .main_content_2 .local_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  body .main_content_2 .local_list {
    display: none;
  }
}

body .main_content_2 .local_list .local_item {
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  text-align: center;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  margin-right: 1.33%;
  max-width: 240px;
  width: 24%;
}

body .main_content_2 .local_list .local_item:last-child {
  margin-right: 0;
}

body .main_content_2 .local_list .local_item a {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
     -moz-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
          box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
  color: #163796 !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 60px;
  padding-top: 15px;
  position: relative;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

body .main_content_2 .local_list .local_item a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: 2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #163796;
  border-left: 2px solid #163796;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 1000px) {
  body .main_content_2 .local_list .local_item a:after {
    content: none;
  }
}

@media screen and (max-width: 1000px) {
  body .main_content_2 .local_list .local_item .break {
    display: block;
  }
}

body .main_content_2 .local_list .local_item:hover a {
  color: white !important;
  background-color: #163796;
  color: white;
}

body .main_content_2 .local_list .local_item:hover a:after {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

body .content_inner {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  body .content_inner {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 767px) {
  body .content_inner {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 480px) {
  body .content_inner {
    padding: 40px 10px;
  }
}

body .content_inner a {
  display: block;
  opacity: 1;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

body .content_inner a:hover {
  color: inherit;
  text-decoration: none !important;
}

body .content_heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 480px) {
  body .content_heading {
    font-size: 18px;
  }
}

body .content_heading .initials {
  background-color: #163796;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  display: block;
  height: 30px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  top: -3px;
  left: 0;
  line-height: 30px;
  position: absolute;
  width: 30px;
}

@media screen and (max-width: 480px) {
  body .content_heading .initials {
    top: -1px;
  }
}

body .content_heading_sub {
  font-size: 24px;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  body .content_heading_sub {
    font-size: 16px;
    margin-top: 10px;
  }
}

body .content_heading_sub .initials {
  background-color: #e350c9;
}

body .content .merit_list {
  margin-top: 74px;
  zoom: 1;
}

body .content .merit_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  body .content .merit_list {
    margin-top: 45px;
  }
}

@media screen and (max-width: 480px) {
  body .content .merit_list {
    margin-top: 30px;
  }
}

body .content .merit_list .merit_item {
  float: left;
  margin-right: 2.9%;
  max-width: 314px;
  width: 31.4%;
  position: relative;
}

@media screen and (max-width: 767px) {
  body .content .merit_list .merit_item {
    float: none;
    margin: 0 auto 35px;
    max-width: 670px;
    width: 94.36%;
  }
}

@media screen and (max-width: 480px) {
  body .content .merit_list .merit_item {
    margin: 0 auto 25px;
  }
}

body .content .merit_list .merit_item:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body .content .merit_list .merit_item:nth-child(3) {
    margin: 0 auto;
  }
}

body .content .merit_list .merit_item_heading {
  background-color: #163796;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 87px;
  font-family: 'UD_heavy';
  font-size: 12px;
  top: -43.5px;
  left: 50%;
  margin-left: -43.5px;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  width: 87px;
}

@media screen and (max-width: 1000px) {
  body .content .merit_list .merit_item_heading {
    height: 77px;
    font-size: 10px;
    top: -38.5px;
    margin-left: -38.5px;
    width: 77px;
  }
}

@media screen and (max-width: 767px) {
  body .content .merit_list .merit_item_heading {
    font-size: 16px;
    margin-left: 0;
    top: -20px;
    left: -20px;
    padding-top: 0;
    padding-left: 18px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    width: 190px;
  }
}

@media screen and (max-width: 480px) {
  body .content .merit_list .merit_item_heading {
    font-size: 12px;
    top: -10px;
    left: -10px;
    height: 49px;
    line-height: 49px;
    padding-left: 12px;
    width: 124px;
  }
}

@media screen and (max-width: 480px) {
  body .content .merit_list .merit_item_heading .num_1 {
    vertical-align: middle;
  }
}

body .content .merit_list .merit_item_heading .num_2 {
  display: block;
  font-size: 36px;
  font-family: "UD_bold";
  padding-top: 9px;
}

@media screen and (max-width: 1000px) {
  body .content .merit_list .merit_item_heading .num_2 {
    font-size: 32px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  body .content .merit_list .merit_item_heading .num_2 {
    display: inline-block;
    font-size: 30px;
    padding-top: 0;
    padding-left: 15px;
    height: 58px;
    line-height: 58px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 480px) {
  body .content .merit_list .merit_item_heading .num_2 {
    height: 47px;
    line-height: 47px;
    padding-left: 10px;
  }
}

body .content .merit_list .merit_item_img {
  width: 100%;
}

body .content .merit_list .merit_item_text {
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  body .content .merit_list .merit_item_text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  body .content .merit_list .merit_item_text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}

body .content .scedule_list {
  margin-top: 30px;
  zoom: 1;
}

@media screen and (max-width: 480px) {
  body .content .scedule_list {
    margin-top: 20px;
  }
}

body .content .scedule_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

body .content .scedule_list .scedule_item {
  float: left;
  margin-right: 3.2%;
  max-width: 226px;
  width: 22.6%;
}

@media screen and (max-width: 767px) {
  body .content .scedule_list .scedule_item {
    float: none;
    margin-right: 0;
    max-width: 710px;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  body .content .scedule_list .scedule_item {
    margin: 0 auto;
    max-width: 355px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  body .content .scedule_list .scedule_item:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    bottom: 20px;
    top: inherit;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 480px) {
  body .content .scedule_list .scedule_item:after {
    bottom: 13px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
  }
}

body .content .scedule_list .scedule_item_img {
  width: 100%;
}

body .content .scedule_list .scedule_item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body .content .scedule_list .scedule_item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  body .content .scedule_list .scedule_item:last-child {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  body .content .scedule_list .scedule_item:last-child:after {
    content: none;
  }
}

body .content .scedule_list .scedule_item_text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  body .content .scedule_list .scedule_item_text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  body .content .scedule_list .scedule_item_text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}

body .content .step_list {
  margin-top: 74px;
  zoom: 1;
}

body .content .step_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  body .content .step_list {
    margin-top: 45px;
  }
}

@media screen and (max-width: 480px) {
  body .content .step_list {
    margin-top: 30px;
  }
}

body .content .step_list .step_item {
  float: left;
  margin-right: 2.9%;
  max-width: 314px;
  width: 31.4%;
  position: relative;
}

@media screen and (max-width: 767px) {
  body .content .step_list .step_item {
    float: none;
    margin: 0 auto;
    max-width: 670px;
    padding-bottom: 60px;
    width: 94.36%;
  }
}

@media screen and (max-width: 480px) {
  body .content .step_list .step_item {
    max-width: 335px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  body .content .step_list .step_item:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    bottom: 30px;
    top: inherit;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #163796;
    border-left: 3px solid #163796;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 480px) {
  body .content .step_list .step_item:after {
    bottom: 23px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
  }
}

body .content .step_list .step_item:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body .content .step_list .step_item:nth-child(3) {
    margin: 0 auto;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  body .content .step_list .step_item:nth-child(3):after {
    content: none;
  }
}

body .content .step_list .step_item_heading {
  background-color: #163796;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 87px;
  font-family: 'UD_heavy';
  font-size: 12px;
  top: -43.5px;
  left: 50%;
  margin-left: -43.5px;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  width: 87px;
}

@media screen and (max-width: 1000px) {
  body .content .step_list .step_item_heading {
    height: 77px;
    font-size: 10px;
    top: -38.5px;
    margin-left: -38.5px;
    width: 77px;
  }
}

@media screen and (max-width: 767px) {
  body .content .step_list .step_item_heading {
    font-size: 18px;
    margin-left: 0;
    top: -20px;
    left: -20px;
    padding-top: 0;
    padding-left: 18px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    width: 190px;
  }
}

@media screen and (max-width: 480px) {
  body .content .step_list .step_item_heading {
    font-size: 16px;
    top: -10px;
    left: -10px;
    height: 49px;
    line-height: 49px;
    padding-left: 12px;
    width: 124px;
  }
}

@media screen and (max-width: 767px) {
  body .content .step_list .step_item_heading .num_1 {
    vertical-align: middle;
  }
}

body .content .step_list .step_item_heading .num_2 {
  display: block;
  font-size: 36px;
  font-family: "UD_bold";
  padding-top: 9px;
}

@media screen and (max-width: 1000px) {
  body .content .step_list .step_item_heading .num_2 {
    font-size: 32px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  body .content .step_list .step_item_heading .num_2 {
    display: inline-block;
    font-size: 30px;
    padding-top: 0;
    padding-left: 15px;
    height: 58px;
    line-height: 58px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 480px) {
  body .content .step_list .step_item_heading .num_2 {
    height: 47px;
    line-height: 47px;
    padding-left: 10px;
  }
}

body .content .step_list .step_item_heading_2 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding-top: 15px;
}

@media screen and (max-width: 480px) {
  body .content .step_list .step_item_heading_2 {
    font-size: 16px;
    padding-top: 10px;
  }
}

body .content .step_list .step_item_img {
  width: 100%;
}

body .content .step_list .step_item_text {
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  body .content .step_list .step_item_text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  body .content .step_list .step_item_text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}

body .content .staff_img_wrap {
  display: table;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body .content .staff_img_wrap {
    display: block;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_img_wrap {
    margin-top: 20px;
  }
}

body .content .staff_img_wrap .staff_img {
  display: table-cell;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body .content .staff_img_wrap .staff_img {
    display: block;
  }
}

body .content .staff_img_wrap .staff_img_box {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  text-align: left;
  padding-left: 40px;
  vertical-align: middle;
  width: 60%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  body .content .staff_img_wrap .staff_img_box {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  body .content .staff_img_wrap .staff_img_box {
    display: block;
    padding: 30px 20px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_img_wrap .staff_img_box {
    padding: 20px 10px;
  }
}

body .content .staff_img_wrap .staff_img_box:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  background: url(/jobfind-pc/original/images/staff_bg_pc.png);
  top: inherit;
  bottom: -40px;
  height: 108px;
  right: 25px;
  width: 203px;
}

@media screen and (max-width: 1000px) {
  body .content .staff_img_wrap .staff_img_box:after {
    bottom: -75px;
    height: 108px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  body .content .staff_img_wrap .staff_img_box:after {
    background: url(/jobfind-pc/original/images/staff_bg_sp.png) no-repeat;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    bottom: -30px;
    height: 95px;
    right: 15px;
    width: 180px;
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_img_wrap .staff_img_box:after {
    bottom: -20px;
    height: 64px;
    right: 10px;
    width: 121px;
  }
}

body .content .staff_img_wrap .staff_img_text {
  color: #163796;
  font-family: 'HUIFONT';
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  body .content .staff_img_wrap .staff_img_text {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_img_wrap .staff_img_text {
    font-size: 18px;
    line-height: 24px;
  }
}

body .content .staff_img_wrap .staff_img_text .break {
  display: block;
}

@media screen and (max-width: 1000px) {
  body .content .staff_img_wrap .staff_img_text .break {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  body .content .staff_img_wrap .staff_img_text .break {
    display: block;
  }
}

body .content .staff_img_wrap .staff_img_heading {
  color: #163796;
  font-size: 14px;
  padding-top: 30px;
}

@media screen and (max-width: 1000px) {
  body .content .staff_img_wrap .staff_img_heading {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  body .content .staff_img_wrap .staff_img_heading {
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_img_wrap .staff_img_heading {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1000px) {
  body .content .staff_img_wrap .staff_img_heading .break {
    display: block;
  }
}

body .content .staff_text_wrap {
  margin-top: 50px;
  padding-bottom: 55px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.502);
  zoom: 1;
}

body .content .staff_text_wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap {
    margin-top: 30px;
    position: relative;
    padding-bottom: 40px;
    border: 0;
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_text_wrap {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap:after {
    visibility: visible;
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    top: inherit;
    bottom: -1px;
    width: 120%;
    left: -20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.502);
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_text_wrap:after {
    left: -10px;
  }
}

body .content .staff_text_wrap .staff_text_content {
  color: #fff;
  float: left;
  width: 70%;
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap .staff_text_content {
    float: none;
    width: 100%;
  }
}

body .content .staff_text_wrap .staff_text_content .staff_text_heading {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap .staff_text_content .staff_text_heading {
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap .staff_text_content .staff_text_heading .break {
    display: block;
  }
}

body .content .staff_text_wrap .staff_text_content .staff_text {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap .staff_text_content .staff_text {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_text_wrap .staff_text_content .staff_text {
    font-size: 12px;
    line-height: 18px;
  }
}

body .content .staff_text_wrap .staff_text_content .staff_text .break {
  display: block;
  margin-top: 20px;
}

body .content .staff_text_wrap .staff_text_img {
  float: left;
  margin-top: 40px;
  margin-left: 3%;
  width: 27%;
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap .staff_text_img {
    float: none;
    margin: 30px auto 0;
    width: 73.33%;
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_text_wrap .staff_text_img {
    margin: 20px auto 0;
  }
}

body .content .staff_text_wrap_2 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap_2 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_text_wrap_2 {
    margin-top: 20px;
  }
}

body .content .staff_text_wrap_2 .staff_text_content {
  float: right;
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap_2 .staff_text_content {
    float: none;
  }
}

body .content .staff_text_wrap_2 .staff_text_img {
  margin-top: 0;
  margin-left: 0;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap_2 .staff_text_img {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 480px) {
  body .content .staff_text_wrap_2 .staff_text_img {
    margin: 20px auto 0;
  }
}

body .content .staff_text_wrap_3 {
  padding-bottom: 0;
  border: 0;
}

@media screen and (max-width: 767px) {
  body .content .staff_text_wrap_3:after {
    content: none;
  }
}

body .content_2 {
  background-color: #1541a0;
}

@media screen and (max-width: 767px) {
  body .content_2 .content_inner {
    overflow: hidden;
  }
}

body .content_2 .content_inner .content_heading {
  color: #fff;
}

body .content_2 .content_inner .content_heading .initials {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body .content_2 .content_inner .content_heading_sub {
  color: #fff;
}

body .content_2 .content_inner .content_heading_sub .initials {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body .content_3 {
  border-top: 1px dashed #cccccc;
}

body .content_3 .content_inner {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  body .content_3 .content_inner {
    padding-bottom: 40px;
  }
}

body .content_3 .content_inner .content_heading {
  padding-left: 0;
}

body .content_3 .content_inner .link_list {
  margin-top: 40px;
  zoom: 1;
}

body .content_3 .content_inner .link_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  body .content_3 .content_inner .link_list {
    margin-top: 20px;
  }
}

body .content_3 .content_inner .link_list .link_item {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: white;
  -webkit-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
     -moz-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
          box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 1.1%;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  width: 32.6%;
}

@media screen and (max-width: 1000px) {
  body .content_3 .content_inner .link_list .link_item {
    height: 70px;
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item {
    margin-right: 3.09%;
    margin-top: 10px;
    width: 48.4%;
  }
}

body .content_3 .content_inner .link_list .link_item a {
  color: #163796 !important;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 1000px) {
  body .content_3 .content_inner .link_list .link_item a {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item a {
    font-size: 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  body .content_3 .content_inner .link_list .link_item a {
    font-size: 14px;
  }
}

body .content_3 .content_inner .link_list .link_item a:after {
  position: absolute;
  content: "";
  display: block;
  border-right: 2px solid #0c58ad;
  border-top: 2px solid #0c58ad;
  margin: 0;
  top: 50%;
  margin-top: -3px;
  height: 6px;
  width: 6px;
  right: 15px;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
       transform: rotate(45deg) !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item a:after {
    border-right: 3px solid #0c58ad;
    border-top: 3px solid #0c58ad;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    right: 15px;
  }
}

@media screen and (max-width: 480px) {
  body .content_3 .content_inner .link_list .link_item a:after {
    border-right: 2px solid #0c58ad;
    border-top: 2px solid #0c58ad;
    margin-top: -3px;
    height: 6px;
    width: 6px;
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item a .break {
    display: block;
  }
}

body .content_3 .content_inner .link_list .link_item:nth-child(1) {
  margin-top: 0;
  width: 66.3%;
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(1) {
    float: none;
    width: 100%;
  }
}

body .content_3 .content_inner .link_list .link_item:nth-child(1) span {
  position: relative;
}

body .content_3 .content_inner .link_list .link_item:nth-child(1) span:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  background-image: url(/jobfind-pc/original/images/car.png);
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  height: 32px;
  left: 0;
  margin-top: -16px;
  margin-left: -60px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  width: 42px;
}

body .content_3 .content_inner .link_list .link_item:nth-child(2) {
  margin-top: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(2) {
    margin-top: 10px;
    margin-right: 3.09%;
    line-height: 1.3;
  }
}

@media screen and (max-width: 800px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(2) a {
    letter-spacing: -0.06em;
  }
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(2) a {
    height: 70px;
    letter-spacing: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(4) {
    line-height: 1.3;
    margin-right: 3.09%;
  }
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(4) a {
    height: 70px;
    padding-top: 20px;
  }
}

body .content_3 .content_inner .link_list .link_item:nth-child(5) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(5) {
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(5) a {
    height: 70px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(6) {
    margin-right: 3.09%;
  }
}

@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(7) {
    margin-right: 0;
  }
}

body .content_3 .content_inner .link_list .link_item:nth-child(8) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(8) {
    margin-right: 3.09%;
  }
}


@media screen and (max-width: 767px) {
  body .content_3 .content_inner .link_list .link_item:nth-child(9) {
    margin-right: 0;
    line-height: 1.3;
  }
  body .content_3 .content_inner .link_list .link_item:nth-child(9) a {
    height: 70px;
    padding-top: 20px;
  }
}

body .content_3 .content_inner .link_list .link_item:hover {
  background-color: #163796;
}

body .content_3 .content_inner .link_list .link_item:hover a {
  color: white !important;
}

body .content_3 .content_inner .link_list .link_item:hover a:after {
  border-right: 2px solid white;
  border-top: 2px solid white;
}

body .content_3 .content_inner .link_list .link_item:hover:nth-child(1) span:before {
  background-image: url(/jobfind-pc/original/images/car_on.png);
}

body .content_4 {
  border-bottom: 1px dashed #cccccc;
}

body .content_4 .content_inner .link_list .link_item {
  margin-right: 1.2%;
  width: 49.4%;
}

@media screen and (max-width: 767px) {
  body .content_4 .content_inner .link_list .link_item {
    margin-right: 3.09%;
    width: 48.4%;
  }
}

body .content_4 .content_inner .link_list .link_item:nth-child(1) {
  float: left;
  margin-right: 1.2%;
  width: 49.4%;
}

@media screen and (max-width: 767px) {
  body .content_4 .content_inner .link_list .link_item:nth-child(1) {
    line-height: 1.2;
    margin-right: 3.09%;
    width: 48.4%;
  }
}

@media screen and (max-width: 767px) {
  body .content_4 .content_inner .link_list .link_item:nth-child(1) a {
    height: 70px;
    padding-top: 20px;
  }
}

body .content_4 .content_inner .link_list .link_item:nth-child(1) a span:before {
  content: none;
}

@media screen and (max-width: 767px) {
  body .content_4 .content_inner .link_list .link_item:nth-child(1) a .break {
    display: block;
  }
}

body .content_4 .content_inner .link_list .link_item:nth-child(2) {
  margin-top: 0;
  margin-right: 0;
  width: 49.4%;
}

@media screen and (max-width: 767px) {
  body .content_4 .content_inner .link_list .link_item:nth-child(2) {
    width: 48.4%;
  }
}

body #headContent {
  margin: 0;
}

body #mapObj {
  height: 616px;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 60px;
}

@media screen and (max-width: 1000px) {
  body #mapObj {
    padding: 60px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  body #mapObj {
    height: auto;
    padding: 50px 20px 0;
  }
}

@media screen and (max-width: 480px) {
  body #mapObj {
    padding: 30px 10px 0;
  }
}

body #mapObj .map_heading {
  font-size: 30px;
  font-weight: 600;
  position: static;
  font-family: inherit !important;
}

@media screen and (max-width: 480px) {
  body #mapObj .map_heading {
    font-size: 22px;
  }
}

body #mapObj .freeWordObj {
  background-color: #0c58ad;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  top: 120px;
  padding: 6px;
  position: absolute;
  width: 530px;
  z-index: 100;
  font-family: inherit !important;
}

@media screen and (max-width: 1000px) {
  body #mapObj .freeWordObj {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  body #mapObj .freeWordObj {
    height: 60px;
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    padding: 10px;
    padding-left: 10px;
    padding-right: 90px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  body #mapObj .freeWordObj {
    height: 50px;
    padding: 6px;
    padding-right: 71px;
    margin-top: 10px;
  }
}

body #mapObj .freeWordObj .freeWordInput {
  height: 38px;
}

@media screen and (max-width: 767px) {
  body #mapObj .freeWordObj .freeWordInput {
    height: 40px;
    position: relative;
    padding-left: 110px;
  }
}

@media screen and (max-width: 480px) {
  body #mapObj .freeWordObj .freeWordInput {
    height: 38px;
    padding-left: 0;
    position: static;
  }
}

body #mapObj .freeWordObj .freeWordInput span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
}

@media screen and (max-width: 1000px) {
  body #mapObj .freeWordObj .freeWordInput span {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body #mapObj .freeWordObj .freeWordInput span {
    font-size: 16px;
    display: block;
    top: 10.5px;
    left: 0;
    padding-right: 10px;
    position: absolute;
  }
}

@media screen and (max-width: 480px) {
  body #mapObj .freeWordObj .freeWordInput span {
    display: none;
  }
}

body #mapObj .freeWordObj .freeWordInput input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  text-indent: 10px;
  width: 320px;
}

@media screen and (max-width: 1000px) {
  body #mapObj .freeWordObj .freeWordInput input {
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  body #mapObj .freeWordObj .freeWordInput input {
    height: 40px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  body #mapObj .freeWordObj .freeWordInput input {
    height: 38px;
    font-size: 14px;
    width: 100%;
  }
}

body #mapObj .freeWordObj .freeWordButton {
  background-color: #fcfec9;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  height: 38px;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 68px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  body #mapObj .freeWordObj .freeWordButton {
    height: 40px;
    top: 10px;
    right: 10px;
    width: 70px;
  }
}

@media screen and (max-width: 480px) {
  body #mapObj .freeWordObj .freeWordButton {
    height: 38px;
    top: 6px;
    right: 6px;
    width: 60px;
  }
}

body #mapObj .freeWordObj .freeWordButton:after {
  position: absolute;
  content: "";
  display: block;
  border-right: 3px solid #0c58ad;
  border-top: 3px solid #0c58ad;
  margin: 0;
  top: 50%;
  margin-top: -5px;
  height: 8px;
  width: 8px;
  right: 10px;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
       transform: rotate(45deg) !important;
}

@media screen and (max-width: 480px) {
  body #mapObj .freeWordObj .freeWordButton:after {
    content: none;
    /*            border-right: 2px solid #0c58ad;
            border-top: 2px solid #0c58ad;
            margin-top: -5px;
            height: 6px;
            width: 6px;
            right: 5px;*/
  }
}

body #mapObj .freeWordObj .freeWordButton input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #0c58ad;
  cursor: pointer;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding-left: 13px;
  position: relative;
  width: 68px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  body #mapObj .freeWordObj .freeWordButton input {
    padding-left: 11px;
    font-size: 17px;
    height: 40px;
    width: 70px;
  }
}

@media screen and (max-width: 480px) {
  body #mapObj .freeWordObj .freeWordButton input {
    padding-left: 13px;
    font-size: 15px;
    height: 38px;
    font-size: 16px;
    width: 60px;
  }
}

body #mapObj #locasmabtnblock {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #fcfec9;
  -webkit-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
     -moz-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
          box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
  top: 190px;
  position: absolute;
  width: 225px;
  height: 50px;
  z-index: 100;
  font-family: inherit !important;
}

@media screen and (max-width: 767px) {
  body #mapObj #locasmabtnblock {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    top: inherit;
    position: static;
    width: 100%;
    margin: 20px 0 30px;
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  body #mapObj #locasmabtnblock {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    margin: 15px 0 20px;
    height: 50px;
  }
}

body #mapObj #locasmabtnblock a {
  display: block;
  height: 50px;
  text-align: center;
}

body #mapObj #locasmabtnblock a span {
  color: #0c58ad;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  body #mapObj #locasmabtnblock a span {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 480px) {
  body #mapObj #locasmabtnblock a span {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}

body #mapObj #locasmabtnblock a span:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  background-image: url(/jobfind-pc/original/images/compass.png);
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  height: 37px;
  left: 0;
  margin-top: -18.5px;
  margin-left: -45px;
  width: 37px;
}

body #mapObj #locasmabtnblock a span:after {
  position: absolute;
  content: "";
  display: block;
  border-right: 3px solid #0c58ad;
  border-top: 3px solid #0c58ad;
  margin: 0;
  top: 50%;
  margin-top: -5px;
  height: 8px;
  width: 8px;
  right: -15px;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
       transform: rotate(45deg) !important;
}

body #mapObj #locasmabtnblock a:hover {
  text-decoration: none !important;
}

body #mapObj .area {
  top: 120px;
}

@media screen and (max-width: 767px) {
  body #mapObj._js-Hidden {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body #mapObj._js-Hidden div.area {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body #mapObj_sp {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  body #mapObj_sp {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  body #bottomContent #social {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  body #bottomContent #social {
    padding: 0 10px;
  }
}

body #areaLink {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  body #areaLink {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  body #areaLink {
    padding: 0 10px;
  }
}

body #areaLink div.area table {
  margin-right: 0;
}

body .float_btn {
  bottom: -150px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  padding: 0;
  margin: 0 auto;
  max-width: 890px;
  width: 100%;
  z-index: 997;
}

@media screen and (max-width: 1200px) {
  body .float_btn {
    padding: 0 90px 0 20px;
    max-width: 1000px;
  }
}

body .float_btn_inner {
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(227, 77, 200, 0.8);
  -webkit-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
     -moz-box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
          box-shadow: 0.602px 0.799px 4px 0px rgba(150, 148, 153, 0.8);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 600px) {
  body .float_btn_inner {
    font-size: 19px;
    line-height: 1.3;
    padding-top: 13px;
  }
}

body .float_btn_inner:after {
  position: absolute;
  content: "";
  display: block;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  margin: 0;
  top: 50%;
  margin-top: -8px;
  height: 12px;
  width: 12px;
  right: 20px;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
       transform: rotate(45deg) !important;
}

body .float_btn_inner:hover {
  background-color: #e34dc8;
  text-decoration: none !important;
}

@media screen and (max-width: 600px) {
  body .float_btn_inner span {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  body .footer_bg_sp {
    display: block;
    height: 0;
    padding-top: 5.9%;
    background: left top url(/jobfind-pc/original/images/footer_bg_sp.png) no-repeat;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    width: 100%;
  }
}

body .footer {
  background-color: #1541a0;
}

body .footer a {
  display: block;
  opacity: 1;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

body .footer a:hover {
  color: inherit;
  text-decoration: none !important;
}

body .footer #scroll_pagetop a {
  background-color: #fff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: 2px solid #1541a0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 70px;
  position: relative;
  width: 70px;
}

body .footer #scroll_pagetop a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #163796;
  border-left: 3px solid #163796;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .footer .footer_inner {
  color: #fff !important;
  font-size: 14px;
  padding: 40px 0;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  body .footer .footer_inner {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 480px) {
  body .footer .footer_inner {
    font-size: 11px;
    padding: 20px 10px;
  }
}

body .footer .footer_inner:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 36px;
  top: -33px;
  left: 0;
  background: left top url(/jobfind-pc/original/images/footer_bg_1.png) no-repeat;
  width: 406px;
}

@media screen and (max-width: 650px) {
  body .footer .footer_inner:before {
    content: none;
  }
}

body .footer .footer_inner:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 30px;
  top: -28px;
  right: 0;
  background: left top url(/jobfind-pc/original/images/footer_bg_2.png) no-repeat;
  width: 126px;
}

@media screen and (max-width: 650px) {
  body .footer .footer_inner:after {
    content: none;
  }
}

body .footer .footer_inner a {
  color: #fff !important;
}

body .footer .footer_inner a:hover {
  color: #fff !important;
}

body .footer .footer_inner .ga_pdf {
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  body .footer .footer_inner .ga_pdf {
    margin-top: 5px;
  }
}

body .footer .footer_inner .recop {
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  body .footer .footer_inner .recop {
    margin-top: 5px;
  }
}

body .footer .footer_inner .recop a {
  display: inline-block;
}

body .overlay {
  background-color: #163796;
  cursor: pointer;
  opacity: 0.851;
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.s_prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* 20250822　コンテンツ順序変更 */
.content_3 {
  background-color: #1541a0;
}
.content_3 .content_heading {
  color: #fff;
}
.content_4 {
  background-color: #1541a0;
}
.content_4 .content_heading {
  color: #fff;
}