@charset "UTF-8";
.shot_to_shift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 950px;
  margin: 0 auto 40px;
  padding: 15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-decoration: none;
}
.shot_to_shift:hover {
  background-color: #fffce7;
  text-decoration: none;
}
.shot_to_shift_logo {
  width: 55px;
  height: auto;
  margin: 0 15px 0 0;
}
.shot_to_shift_link_text {
  color: #0090a0;
  font-size: 13px;
  text-decoration: none;
}

/* ======================
　主婦LP
====================== */
.container {
  text-align: left;
}

#toPageTop {
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  width: 70px;
  margin-left: 980px;
}

#toPageTop a {
  display: block;
  width: 60px;
  background: url("../../../../image/sw/cu/common/btn_pagetop_ov.gif") no-repeat;
}

#toPageTop a:hover img {
  visibility: hidden;
}

.main_h1 {
  width: 950px;
  margin: -27px auto 10px;
  font-weight: normal;
  font-size: 11px;
  text-align: right;
}

.content_box {
  padding: 0 0 90px 0;
}

.content_box_inner {
  width: 950px;
  margin: 0 auto;
}

.section_ttl_wrapper {
  width: 950px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.section_ttl_wrapper .main_ttl {
  display: block;
  margin: 0 auto;
  padding: 14px 0;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.section_ttl_wrapper .en_main_ttl {
  display: block;
  margin: 0 auto 26px;
  padding: 5px 0;
  border-radius: 8px;
  font-size: 10px;
  text-align: center;
}
.section_ttl_wrapper .txt_main_ttl {
  margin: 0 0 26px 0;
  color: #484542;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.top_img_box {
  background-color: #f3f5f4;
}
.top_img_box .top_img_box_inner {
  width: 950px;
  margin: 0 auto;
  padding: 55px 0 35px;
  background: #f3f5f4 url(../../image/sw/cu/sp/lp/shufu/bg_main.png) no-repeat scroll left center;
}
.top_img_box .top_img_txt {
  width: 100%;
  margin: 0 auto;
}
.top_img_box .main_ttl {
  margin: 0 0 26px 0;
}
.top_img_box .sub_ttl {
  margin: 0 0 0 62px;
  padding: 0 0 18px 0;
  color: #f90;
  font-size: 18px;
  line-height: 1;
}
.top_img_box .sub_ttl .emph {
  font-weight: bold;
  font-size: 20px;
}
.top_img_box .sub_txt {
  width: 553px;
  margin: 0 0 0 24px;
  color: #543719;
  font-size: 12px;
  line-height: 1.7;
}

.nav_main_menu {
  width: 100%;
  box-shadow: 1px 2px 3px #e7e7e7;
  background-color: #fff;
}
.nav_main_menu .main_menu_list {
  display: table;
  position: relative;
  width: 950px;
  height: 88px;
  margin: 0 auto;
  table-layout: fixed;
}
.nav_main_menu .menu_list {
  display: table-cell;
  position: relative;
  position: relative;
  height: 0;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.nav_main_menu .menu_list:hover .nav_arrow {
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  top: 14px;
  left: 85%;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  animation: sdb 1.2s infinite;
  border-left: 2px solid #f9c75a;
  border-bottom: 2px solid #f9c75a;
  -webkit-transform: rotate(-45deg);
  -webkit-animation: sdb 1.2s infinite;
}
@-webkit-keyframes sdb {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  50% {
    display: block;
    opacity: 1;
  }
  100% {
    display: block;
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
  }
}
.nav_main_menu .menu_list.nav_1 {
  background: #fff url(../../image/sw/cu/sp/lp/shufu/nav_1.png) no-repeat scroll center center;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
}
.nav_main_menu .menu_list.nav_1:hover {
  background: #fefbed url(../../image/sw/cu/sp/lp/shufu/nav_1.png) no-repeat scroll center center;
}
.nav_main_menu .menu_list.nav_2 {
  background: #fff url(../../image/sw/cu/sp/lp/shufu/nav_2.png) no-repeat scroll center center;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
}
.nav_main_menu .menu_list.nav_2:hover {
  background: #fefbed url(../../image/sw/cu/sp/lp/shufu/nav_2.png) no-repeat scroll center center;
}
.nav_main_menu .menu_list.nav_3 {
  background: #fff url(../../image/sw/cu/sp/lp/shufu/nav_3.png) no-repeat scroll center center;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
}
.nav_main_menu .menu_list.nav_3:hover {
  background: #fefbed url(../../image/sw/cu/sp/lp/shufu/nav_3.png) no-repeat scroll center center;
}
.nav_main_menu .menu_list.nav_4 {
  background: #fff url(../../image/sw/cu/sp/lp/shufu/nav_4.png) no-repeat scroll center center;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
}
.nav_main_menu .menu_list.nav_4:hover {
  background: #fefbed url(../../image/sw/cu/sp/lp/shufu/nav_4.png) no-repeat scroll center center;
}
.nav_main_menu .menu_list.nav_4:after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 235px;
  width: 2px;
  height: 48px;
  margin: 24px 0 0;
  content: url("../../image/sw/cu/sp/lp/shufu/bdr_nav.png");
}
.nav_main_menu .menu_list:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 48px;
  margin: 24px 0 0;
  content: url("../../image/sw/cu/sp/lp/shufu/bdr_nav.png");
}

.slide_nav_main_menu {
  display: none;
  opacity: 0.9;
  position: fixed;
  left: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 1px 2px 3px #e7e7e7;
  background-color: #fff;
  border-top: 3px solid #f5aa00;
}
.slide_nav_main_menu .slide_main_menu_list {
  display: table;
  position: relative;
  width: 950px;
  height: 50px;
  margin: 0 auto;
  table-layout: fixed;
}
.slide_nav_main_menu .menu_list {
  display: table-cell;
  position: relative;
  height: 50px;
  color: #f49207;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide_nav_main_menu .menu_list:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #fda028;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
}
.slide_nav_main_menu .menu_list:hover:after {
  width: 80%;
}

.search_panel_wrapper {
  padding: 32px 0 90px;
}

.search_panel_inner {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

.search_panel_box {
  float: left;
  width: 680px;
}

.search_panel_box .big_ttl {
  margin: 0 0 26px 0;
}
.search_panel_box .search_ttl {
  margin: 0 0 16px 18px;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
}
.search_panel_box .search_ttl .mini_txt {
  margin: 0 0 0 10px;
  font-size: 16px;
}
.search_panel_box .choise_box {
  margin: 0 0 35px 0;
}
.search_panel_box input[type=radio], .search_panel_box input[type=checkbox] {
  display: none;
}
.search_panel_box .radio_btn, .search_panel_box .check_btn {
  display: inline-block;
  position: relative;
  width: 47%;
  height: 56px;
  padding: 0 0 0 8px;
  border: 1px solid #cdcccc;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 1px 2px 3px #e7e7e7;
  background-color: #f5f4f4;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-box-shadow: 1px 2px 3px #e7e7e7;
  -webkit-box-shadow: 1px 2px 3px #e7e7e7;
}
.search_panel_box .radio_btn:hover, .search_panel_box .check_btn:hover {
  background-color: #e3f1f8;
}
.search_panel_box .radio_btn:hover:after, .search_panel_box .check_btn:hover:after {
  border-color: #4bc0fd;
}
.search_panel_box .radio_btn:before {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #4bc0fd;
  content: "";
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  margin-top: -10px;
}
.search_panel_box .radio_btn:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 14px;
  height: 14px;
  border: 2px solid #bbb;
  border-radius: 20px;
  content: "";
  transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  margin-top: -10px;
}
.search_panel_box input[type=radio]:checked + .radio_btn {
  background-color: #4bc0fd;
  color: #fff;
  border-color: #0c90d4;
}
.search_panel_box input[type=radio]:checked + .radio_btn:before {
  opacity: 1;
}
.search_panel_box input[type=radio]:checked + .radio_btn:after {
  opacity: 0;
}
.search_panel_box .check_btn:before {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: rotate(45deg);
  width: 5px;
  height: 9px;
  content: "";
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  margin-top: -8px;
  border-right: 3px solid #2cb2f8;
  border-bottom: 3px solid #2cb2f8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
input[type=checkbox]:checked + .search_panel_box .check_btn:before {
  background-color: #b8e5fc;
  color: #333;
  border-color: #2cb2f8;
}
.search_panel_box .check_btn:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 14px;
  height: 14px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: "";
  transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  margin-top: -10px;
}
.search_panel_box input[type=checkbox]:checked + .check_btn {
  background-color: #b8e5fc;
  color: #333;
  border-color: #2cb2f8;
}
.search_panel_box input[type=checkbox]:checked + .check_btn:before {
  opacity: 1;
}
.search_panel_box input[type=checkbox]:checked + .check_btn:after {
  border-color: #2cb2f8;
}
.search_panel_box .line {
  display: table;
  width: 100%;
  margin: 0 0 10px 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.search_panel_box .line .radio_btn, .search_panel_box .line .check_btn {
  display: table-cell;
  vertical-align: middle;
}
.search_panel_box .search_btn_box {
  padding: 18px 23px;
  overflow: hidden;
  background-color: #eee;
}
.search_panel_box .search_btn_box .search_number {
  float: left;
  width: 232px;
  height: 66px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 66px;
  text-align: center;
}
.search_panel_box .search_btn_box .search_number .s_number {
  color: #f4176f;
  font-size: 30px;
}
.search_panel_box .search_btn_box .search_number .s_txt {
  font-size: 24px;
}
.search_panel_box .search_btn_box .search_btn {
  display: block;
  float: right;
  width: 360px;
  height: 66px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #f58a00;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s linear;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s linear;
}
.search_panel_box .search_btn_box .search_btn:hover {
  background-color: #fda028;
}

.condition_select_wrapper {
  float: right;
  width: 236px;
  margin: 0 3px 0 0;
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: 2px 2px 3px #e7e7e7;
}
.condition_select_wrapper .big_ttl {
  margin: 0 0 28px;
  padding: 12px 0;
  border-radius: 4px 4px 0 0;
  background-color: #fdebd3;
  color: #e08714;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #e08714;
}
.condition_select_wrapper .condition_select_box {
  padding: 0 13px;
}
.condition_select_wrapper .condition_ttl {
  margin: 0 0 20px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}
.condition_select_wrapper .condition_txt {
  margin: 0 0 30px 0;
  color: #07b5ee;
  font-size: 16px;
  line-height: 1;
}
.condition_select_wrapper .search_btn_box .search_number {
  margin: 0 0 20px 0;
  text-align: right;
}
.condition_select_wrapper .search_btn_box .s_number {
  color: #f4176f;
  font-size: 30px;
}
.condition_select_wrapper .search_btn_box .s_txt {
  font-size: 24px;
}
.condition_select_wrapper .search_btn_box .search_btn {
  display: block;
  width: 100%;
  height: 60px;
  margin: 0 0 13px 0;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #f58a00;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s linear;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s linear;
}
.condition_select_wrapper .search_btn_box .search_btn:hover {
  background-color: #fda028;
}

.area_search_wrapper {
  background-color: #fef7ec;
}
.area_search_wrapper .section_ttl_wrapper .main_ttl {
  width: 600px;
  color: #684d32;
  border-top: 3px solid #fbbc59;
}
.area_search_wrapper .section_ttl_wrapper .en_main_ttl {
  width: 257px;
  background-color: #f8eac5;
  color: #db9527;
}
.area_search_wrapper .area_search_box {
  width: 100%;
  overflow: hidden;
}
.area_search_wrapper .each_area_box {
  box-sizing: border-box;
  float: left;
  width: 463px;
  margin: 0 0 3px 0;
  border: 1px solid #edebe0;
  border-radius: 8px;
  box-shadow: 2px 2px 3px #e7e7e7;
}
.area_search_wrapper .each_area_box_inner {
  box-sizing: border-box;
  width: 100%;
  height: 415px;
  border-radius: 0 0 8px 8px;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/bg_area_search_box.png) no-repeat scroll left top;
}
.area_search_wrapper .large_area_wrapper {
  margin: 0 12px 3px 0;
}
.area_search_wrapper .large_area_wrapper .sub_ttl {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 12px 0 0 57px;
  border-radius: 8px 8px 0 0;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/bg_area_search_ttl.png) no-repeat scroll left top;
  color: #a2670b;
  font-size: 18px;
}
.area_search_wrapper .large_area_wrapper .large_area_box .large_area_list {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/img_map.png) no-repeat scroll center center;
}
.area_search_wrapper .large_area_wrapper .large_area_box li {
  list-style-type: none;
}
.area_search_wrapper .large_area_wrapper .area_item.area_kanto {
  position: absolute;
  top: 234px;
  right: 40px;
}
.area_search_wrapper .large_area_wrapper .area_item.area_kansai {
  position: absolute;
  top: 66px;
  left: 82px;
}
.area_search_wrapper .large_area_wrapper .area_item.area_tokai {
  position: absolute;
  top: 281px;
  left: 188px;
}
.area_search_wrapper .large_area_wrapper .area_item.area_koshinetsu {
  position: absolute;
  top: 118px;
  left: 209px;
}
.area_search_wrapper .large_area_wrapper .area_item.area_chugoku {
  position: absolute;
  top: 338px;
  left: 95px;
}
.area_search_wrapper .large_area_wrapper .area_item.area_kyushu {
  position: absolute;
  top: 238px;
  left: 21px;
}
.area_search_wrapper .large_area_wrapper .area_item.area_hokkaido {
  position: absolute;
  top: 30px;
  right: 25px;
}
.area_search_wrapper .large_area_wrapper .area_item.area_tohoku {
  position: absolute;
  top: 166px;
  right: 41px;
}
.area_search_wrapper .large_area_wrapper .area_link {
  display: block;
  width: 71px;
  margin: 0 auto 10px;
  padding: 4px 0;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #fbd779, 0 0 0 2px #f59600;
  background-color: #f8b90f;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
.area_search_wrapper .large_area_wrapper .area_link:hover {
  opacity: 0.8;
}
.area_search_wrapper .large_area_wrapper .pref_list {
  box-sizing: border-box;
  width: 110px;
  overflow: hidden;
  font-size: 12px;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item {
  box-sizing: border-box;
  float: left;
  width: 54px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #fff, #e3e3e3);
  background: linear-gradient(to bottom, #fff, #e3e3e3);
  background-color: #f9f9f9;
  color: #555;
  font-size: 12px;
  text-decoration: none;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a:hover {
  opacity: 0.8;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a:active {
  background: -webkit-linear-gradient(top, #e3e3e3, #fff);
  background: linear-gradient(to bottom, #e3e3e3, #fff);
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.first_line {
  border: 1px solid #b8b8b8;
  border-bottom: none;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.first_line.odd {
  border-radius: 3px 0 0 0;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.first_line.even {
  border-radius: 0 3px 0 0;
  border-left: none;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.first_line.nomiddle {
  border-bottom: 1px solid #b8b8b8;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.middle_line_btm {
  border: 1px solid #b8b8b8;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.middle_line_btm.even {
  border-left: none;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.middle_line {
  border: 1px solid #b8b8b8;
  border-top: none;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.middle_line.even {
  border-radius: 0 0 3px 0;
  border-left: none;
  border-bottom: 1px solid #b8b8b8;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.last_line {
  border: 1px solid #b8b8b8;
  border-top: none;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.last_line.odd {
  border-radius: 0 0 0 3px;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.last_line.odd.only {
  border-radius: 0 0 3px 3px;
}
.area_search_wrapper .large_area_wrapper .pref_list .pref_item a.last_line.even {
  border-radius: 0 0 3px 0;
  border-left: none;
}
.area_search_wrapper .pickup_area_wrapper .each_area_box_inner {
  padding: 0 24px;
}
.area_search_wrapper .pickup_area_wrapper .sub_ttl {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 12px 0 0 57px;
  border-radius: 8px 8px 0 0;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/bg_area_search_ttl_2.png) no-repeat scroll left top;
  color: #a2670b;
  font-size: 18px;
}
.area_search_wrapper .pickup_area_wrapper .pickup_area_box {
  padding: 20px 0;
  overflow: hidden;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/bdr_area_search.png) no-repeat scroll left bottom;
}
.area_search_wrapper .pickup_area_wrapper .pickup_area_box .sub_ttl_s {
  box-sizing: border-box;
  float: left;
  width: 20%;
  color: #6f4204;
  font-weight: bold;
  font-size: 16px;
}
.area_search_wrapper .pickup_area_wrapper .pickup_area_box .pickup_area_list {
  box-sizing: border-box;
  list-style-type: none;
  float: left;
  width: 80%;
  font-size: 14px;
  line-height: 1.5;
}
.area_search_wrapper .pickup_area_wrapper .pickup_area_box.other {
  background: none;
}
.area_search_wrapper .pickup_area_wrapper .pickup_area_box.other .pickup_area_list .area_list {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 15px 0 0;
}

.job_search_wrapper {
  padding: 0;
  background-color: #f5f8fd;
}
.job_search_wrapper .section_ttl_wrapper .main_ttl {
  width: 600px;
  color: #323d68;
  border-top: 3px solid #3559a7;
}
.job_search_wrapper .section_ttl_wrapper .en_main_ttl {
  width: 257px;
  background-color: #c5e1f8;
  color: #68a9d2;
}
.job_search_wrapper .job_box {
  padding: 30px 0;
  background-color: #fff;
}
.job_search_wrapper .job_box.type_02 {
  background-color: #f5f8fd;
}
.job_search_wrapper .job_box.type_02 .each_job_box {
  margin: 0 0 0 auto;
}
.job_search_wrapper .job_box.job_01 .content_box_inner {
  box-sizing: border-box;
  min-height: 311px;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/img_job_1.png) no-repeat scroll 520px center;
}
.job_search_wrapper .job_box.job_02 .content_box_inner {
  box-sizing: border-box;
  min-height: 383px;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/img_job_2.png) no-repeat scroll 117px center;
}
.job_search_wrapper .job_box.job_03 .content_box_inner {
  box-sizing: border-box;
  min-height: 283px;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/img_job_3.png) no-repeat scroll 530px center;
}
.job_search_wrapper .job_box.job_04 .content_box_inner {
  box-sizing: border-box;
  min-height: 286px;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/img_job_4.png) no-repeat scroll 85px center;
}
.job_search_wrapper .job_box.job_05 .content_box_inner {
  box-sizing: border-box;
  min-height: 265px;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/img_job_5.png) no-repeat scroll 536px center;
}
.job_search_wrapper .job_box.job_06 .content_box_inner {
  box-sizing: border-box;
  min-height: 304px;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/img_job_6.png) no-repeat scroll 100px center;
}
.job_search_wrapper .job_box.job_07 .content_box_inner {
  box-sizing: border-box;
  min-height: 311px;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/img_job_7.png) no-repeat scroll 532px center;
}
.job_search_wrapper .job_box.job_08 .content_box_inner {
  box-sizing: border-box;
  min-height: 281px;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/img_job_8.png) no-repeat scroll 85px center;
}
.job_search_wrapper .job_box.job_09 .content_box_inner {
  box-sizing: border-box;
  min-height: 245px;
  padding: 30px 0 90px;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/img_job_9.png) no-repeat scroll 530px center;
}
.job_search_wrapper .job_box .sub_ttl {
  margin: 0 22px 20px 0;
  padding: 0 0 2px 0;
  color: #2a354d;
  font-size: 27px;
  border-bottom: 2px dashed #2a354d;
}
.job_search_wrapper .job_box .each_job_box {
  width: 480px;
}
.job_search_wrapper .job_box .each_job_box .job_txt {
  width: 460px;
  font-size: 13px;
  line-height: 1.7;
}
.job_search_wrapper .job_box .select_area_list {
  list-style-type: none;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-align: center;
}
.job_search_wrapper .job_box .select_area_list .select_area_item {
  box-sizing: border-box;
  float: left;
  width: 102px;
  height: 55px;
  margin: 0 17px 10px 0;
}
.job_search_wrapper .job_box .select_area_list .select_area_item .select_area_link {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #dbeaf1;
  color: #2a354d;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  transition: opacity 0.2s linear, border 0.2s linear;
  border-bottom: 4px solid #b6d9ea;
  -webkit-transition: opacity 0.2s linear, border 0.2s linear;
}
.job_search_wrapper .job_box .select_area_list .select_area_item .select_area_link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
}
.job_search_wrapper .job_box .select_area_list .select_area_item .select_area_link:hover {
  opacity: 0.8;
}
.job_search_wrapper .job_box .select_area_list .select_area_item .select_area_link:active {
  border: none;
}

.ranking_wrapper {
  background-color: #fef6e0;
}
.ranking_wrapper .section_ttl_wrapper .main_ttl {
  width: 600px;
  color: #684d32;
  border-top: 3px solid #feb138;
}
.ranking_wrapper .section_ttl_wrapper .en_main_ttl {
  width: 257px;
  background-color: #fce18e;
  color: #dda223;
}
.ranking_wrapper .section_ttl_wrapper .txt_main_ttl {
  text-align: left;
}
.ranking_wrapper .ranking_list_box {
  overflow: hidden;
}
.ranking_wrapper .ranking_list_box .each_rank_box {
  box-sizing: border-box;
  float: left;
  width: 30%;
  margin: 0 4% 3px 0;
  border: 1px solid #ebe0b9;
  border-radius: 4px;
  box-shadow: 2px 2px 3px #e7e7e7;
}
.ranking_wrapper .ranking_list_box .each_rank_box.rank_03 {
  margin: 0 2% 0 0;
}
.ranking_wrapper .ranking_list_box .each_rank_box .rank_box_ttl {
  padding: 15px 0;
  border-radius: 4px 4px 0 0;
  background: #fd9a0d url(../../image/sw/cu/sp/lp/shufu/ico_crown.png) no-repeat scroll 35px center;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.ranking_wrapper .ranking_list_box .ranking_list {
  list-style-type: none;
  border-radius: 4px;
  background-color: #fff;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item {
  padding: 18px 0;
  overflow: hidden;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item:nth-child(odd) {
  background-color: #f8f4e3;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item:nth-child(even) {
  background-color: #fff;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item:last-child {
  border-radius: 0 0 4px 4px;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item .rank_num {
  box-sizing: border-box;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 10px;
  border-radius: 32px;
  background-color: #fbaa37;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item .rank_num.num_01 {
  background-color: #fc3;
  color: #333;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item .rank_num.num_02 {
  background-color: #9cf;
  color: #333;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item .rank_num.num_03 {
  background-color: #79f13e;
  color: #333;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item .rank_link_wrapper {
  box-sizing: border-box;
  display: block;
  float: right;
  width: 229px;
  margin: -24px 0 0 0;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item .rank_link_wrapper .rank_link {
  color: #333;
  font-size: 15px;
  text-decoration: underline;
}
.ranking_wrapper .ranking_list_box .ranking_list .rank_item .rank_link_wrapper .rank_link:hover {
  color: #ff9800;
}

.step_wrapper {
  background: #ddebf6 url(../../image/sw/cu/sp/lp/shufu/bg_step.png) no-repeat scroll center top;
}
.step_wrapper .section_ttl_wrapper .main_ttl {
  width: 600px;
  color: #384650;
  border-top: 3px solid #384650;
}
.step_wrapper .section_ttl_wrapper .en_main_ttl {
  width: 257px;
  background-color: #334d70;
  color: #fff;
}
.step_wrapper .section_ttl_wrapper .txt_main_ttl {
  text-align: center;
}
.step_wrapper .step_box {
  padding: 15px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.7;
}
.step_wrapper .step_box_line_01 {
  box-sizing: border-box;
  display: table;
  width: 815px;
  margin: 0 auto 15px;
  border-collapse: separate;
  border-spacing: 15px 0;
}
.step_wrapper .step_box_line_01 .step_box {
  box-sizing: border-box;
  display: table-cell;
  width: 400px;
  vertical-align: middle;
}
.step_wrapper .step_box_line_01 .step_box.step01 {
  background-color: #f5fbfd;
}
.step_wrapper .step_box_line_01 .step_box.step02 {
  background-color: #ecf7fc;
}
.step_wrapper .step_box_line_02 {
  box-sizing: border-box;
  display: table;
  width: 844px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-spacing: 15px 0;
}
.step_wrapper .step_box_line_02 .step_box {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.step_wrapper .step_box_line_02 .step_box.step03 {
  width: 502px;
  background-color: #ecf7fc;
}
.step_wrapper .step_box_line_02 .step_box.stepinfo {
  width: 327px;
  border: 1px solid #fff;
}
.step_wrapper .step_box_line_03 {
  box-sizing: border-box;
  display: table;
  width: 905px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-spacing: 15px 0;
}
.step_wrapper .step_box_line_03 .step_box {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.step_wrapper .step_box_line_03 .step_box.step04 {
  width: 369px;
  background-color: #f5fbfd;
}
.step_wrapper .step_box_line_03 .step_box.step05 {
  width: 521px;
  background-color: #f5fbfd;
}
.step_wrapper .step_box_line_04 {
  box-sizing: border-box;
  display: table;
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  border-spacing: 15px 0;
}
.step_wrapper .step_box_line_04 .step_box {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.step_wrapper .step_box_line_04 .step_box.step06 {
  width: 358px;
  background-color: #ecf7fc;
}
.step_wrapper .step_box_line_04 .step_box.step07 {
  width: 427px;
  background-color: #f5fbfd;
}
.step_wrapper .sub_ttl {
  width: 100%;
  overflow: hidden;
}
.step_wrapper .sub_ttl .step_num {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border-radius: 30px;
  background-color: #38444f;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.step_wrapper .sub_ttl .step_txt {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 85%;
  margin: -2px 0 0 0;
  font-size: 20px;
}

.select_area_wrapper.content_box {
  padding: 0 0 50px;
}
.select_area_wrapper .section_ttl_wrapper {
  padding: 50px 0 25px;
}
.select_area_wrapper .section_ttl_wrapper .area_main_ttl {
  box-sizing: border-box;
  position: relative;
  width: 930px;
  margin: 0 0 0 20px;
  padding: 8px 0 8px 52px;
  border-radius: 10px;
  background-color: #fff;
  color: #0c3356;
  font-size: 20px;
  line-height: 1;
}
.select_area_wrapper .mini_select_area_box .mini_select_area_list {
  box-sizing: border-box;
  list-style-type: none;
  width: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-align: center;
}
.select_area_wrapper .mini_select_area_box .mini_select_area_list .mini_select_area_item {
  box-sizing: border-box;
  float: left;
  width: 110px;
  height: 55px;
  margin: 0 0 0 10px;
}
.select_area_wrapper .mini_select_area_box .mini_select_area_list .mini_select_area_item:first-child {
  margin: 0;
}
.select_area_wrapper .mini_select_area_box .mini_select_area_list .mini_select_area_item .mini_select_area_link {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  transition: opacity 0.2s linear, border 0.2s linear, background-color 0.2s linear;
  -webkit-transition: opacity 0.2s linear, border 0.2s linear, background-color 0.2s linear;
}
.select_area_wrapper .mini_select_area_box .mini_select_area_list .mini_select_area_item .mini_select_area_link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
}
.select_area_wrapper .mini_select_area_box .mini_select_area_list .mini_select_area_item .mini_select_area_link:active {
  border: none;
}
.select_area_wrapper.box_01 {
  background: #b5dbfc url(../../image/sw/cu/sp/lp/shufu/bg_area_select_box_01.png) no-repeat scroll center top;
}
.select_area_wrapper.box_01 .section_ttl_wrapper .area_main_ttl:before {
  display: block;
  position: absolute;
  top: -5px;
  left: -20px;
  width: 45px;
  height: 46px;
  content: url("../../image/sw/cu/sp/lp/shufu/ico_flag.png");
}
.select_area_wrapper.box_01 .mini_select_area_box .mini_select_area_item .mini_select_area_link {
  background-color: #40a1f1;
  border-bottom: 4px solid #0a72ca;
}
.select_area_wrapper.box_01 .mini_select_area_box .mini_select_area_item .mini_select_area_link:hover {
  background-color: #4ca9f6;
}
.select_area_wrapper.box_02 {
  background: #f7d262 url(../../image/sw/cu/sp/lp/shufu/bg_area_select_box_02.png) no-repeat scroll center top;
}
.select_area_wrapper.box_02 .section_ttl_wrapper .area_main_ttl:before {
  display: block;
  position: absolute;
  top: -5px;
  left: -20px;
  width: 45px;
  height: 45px;
  content: url("../../image/sw/cu/sp/lp/shufu/ico_flag_2.png");
}
.select_area_wrapper.box_02 .mini_select_area_box .mini_select_area_item .mini_select_area_link {
  background-color: #fc8a1b;
  border-bottom: 4px solid #c6600d;
}
.select_area_wrapper.box_02 .mini_select_area_box .mini_select_area_item .mini_select_area_link:hover {
  background-color: #fd9735;
}

.experiences_box {
  background: transparent url(../../image/sw/cu/sp/lp/shufu/bg_cloth_story.png) repeat scroll center top;
}
.experiences_box .section_ttl_wrapper .main_ttl {
  width: 600px;
  color: #684d32;
  border-top: 3px solid #feb138;
}
.experiences_box .section_ttl_wrapper .en_main_ttl {
  width: 257px;
  background-color: #fce18e;
  color: #dda223;
}
.experiences_box .section_ttl_wrapper .txt_main_ttl {
  text-align: center;
}
.experiences_box .experience {
  margin: 0 0 30px 0;
  padding: 30px 45px;
  border-radius: 10px;
}
.experiences_box .experience.shufu_01 {
  background: #fff url(../../image/sw/cu/sp/lp/shufu/img_person_1.png) no-repeat scroll 58px center;
}
.experiences_box .experience.shufu_02 {
  background: #fff url(../../image/sw/cu/sp/lp/shufu/img_person_2.png) no-repeat scroll 746px center;
}
.experiences_box .experience.shufu_03 {
  background: #fff url(../../image/sw/cu/sp/lp/shufu/img_person_3.png) no-repeat scroll 48px center;
}
.experiences_box .experience .copy {
  margin: 0 0 15px 0;
  padding: 0 0 16px 0;
  color: #f78a0a;
  font-size: 18px;
  line-height: 1;
  border-bottom: 1px dashed #fcc41b;
}
.experiences_box .experience .voice {
  font-size: 14px;
  line-height: 1.7;
}
.experiences_box .experience.bg_l .experience_inner {
  width: 692px;
  margin: 0 0 0 auto;
}
.experiences_box .experience.bg_r .experience_inner {
  width: 692px;
  margin: 0 auto 0 0;
}

.tax_info_box {
  background-color: #f3fcf8;
}
.tax_info_box .section_ttl_wrapper .main_ttl {
  width: 600px;
  color: #086c3e;
  border-top: 3px solid #22af6e;
}
.tax_info_box .section_ttl_wrapper .en_main_ttl {
  width: 257px;
  background-color: #beedd7;
  color: #51a67e;
}
.tax_info_box .section_ttl_wrapper .txt_main_ttl {
  text-align: center;
}
.tax_info_box .taz_info_wrapper {
  position: relative;
  padding: 20px 40px;
  border: 1px solid #b5cec3;
  border-radius: 10px;
  box-shadow: 2px 2px 3px #e7e7e7;
  background: transparent url(../../image/sw/cu/sp/lp/shufu/bg_note_tax.png) repeat scroll left top;
}
.tax_info_box .taz_info_wrapper:before {
  display: block;
  position: absolute;
  top: -102px;
  right: 102px;
  width: 95px;
  height: 101px;
  content: url("../../image/sw/cu/sp/lp/shufu/img_person_tax.png");
}
.tax_info_box .taz_info_wrapper .tax_info {
  padding: 20px 0;
  border-bottom: 1px dashed #fcc41b;
}
.tax_info_box .taz_info_wrapper .tax_info .sub_ttl {
  color: #06904f;
  font-size: 18px;
  line-height: 1.7;
}
.tax_info_box .taz_info_wrapper .tax_info .sub_ttl .marker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: -5px 0 0 0;
  background-color: #fbf77f;
}
.tax_info_box .taz_info_wrapper .tax_info .txt {
  color: #024722;
  font-size: 13px;
  line-height: 1.7;
}
.tax_info_box .taz_info_wrapper .tax_info.info_01 .sub_ttl {
  position: relative;
}
.tax_info_box .taz_info_wrapper .tax_info.info_01 .sub_ttl:before {
  display: block;
  position: absolute;
  top: 0;
  left: -55px;
  width: 27px;
  height: 28px;
  content: url("../../image/sw/cu/sp/lp/shufu/ico_step_01.png");
}
.tax_info_box .taz_info_wrapper .tax_info.info_02 .sub_ttl {
  position: relative;
}
.tax_info_box .taz_info_wrapper .tax_info.info_02 .sub_ttl:before {
  display: block;
  position: absolute;
  top: 0;
  left: -55px;
  width: 27px;
  height: 28px;
  content: url("../../image/sw/cu/sp/lp/shufu/ico_step_02.png");
}
.tax_info_box .taz_info_wrapper .tax_info.info_03 {
  border: none;
}
.tax_info_box .taz_info_wrapper .tax_info.info_03 .sub_ttl {
  position: relative;
}
.tax_info_box .taz_info_wrapper .tax_info.info_03 .sub_ttl:before {
  display: block;
  position: absolute;
  top: 0;
  left: -55px;
  width: 27px;
  height: 28px;
  content: url("../../image/sw/cu/sp/lp/shufu/ico_step_03.png");
}

.relation_info {
  padding: 20px 0 20px 0;
  line-height: 1.9;
}