@charset "UTF-8";
.contents > *:not(:last-child) {
  margin-bottom: 20px;
}

.top_section_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top_section_header .ttl_en {
  margin-top: 10px;
  color: #0D3E8F;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (max-width: 639px) {
  .top_section_header .ttl_en {
    font-size: 13px;
  }
}
.top_section_header img {
  margin-top: 3px;
}
.top_section_header .ttl_ja {
  margin-top: 10px;
  color: #0D3E8F;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 639px) {
  .top_section_header .ttl_ja {
    font-size: 21px;
  }
}
.top_section_header .ttl_ja span {
  color: #0D3E8F;
}

.top_offer_slider {
  overflow: hidden;
}
.top_offer_slider .slide_inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
.top_offer_slider .fullwidth_slider {
  position: static;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0;
}
.top_offer_slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .top_offer_slider .slick-arrow {
    width: 40px;
    background-color: transparent;
    border-radius: 0;
  }
}
.top_offer_slider .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #0D3E8F;
}
@media (max-width: 767px) {
  .top_offer_slider .slick-arrow::after {
    border-top: 2px solid #0D3E8F;
  }
}
.top_offer_slider .slick-arrow.prevArrow {
  left: 10%;
}
@media (max-width: 767px) {
  .top_offer_slider .slick-arrow.prevArrow {
    left: 0%;
  }
}
.top_offer_slider .slick-arrow.prevArrow::after {
  left: 25px;
  border-left: 1px solid #0D3E8F;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .top_offer_slider .slick-arrow.prevArrow::after {
    left: 20px;
    border-left: 2px solid #0D3E8F;
  }
}
.top_offer_slider .slick-arrow.nextArrow {
  right: 10%;
}
@media (max-width: 767px) {
  .top_offer_slider .slick-arrow.nextArrow {
    right: 0%;
  }
}
.top_offer_slider .slick-arrow.nextArrow::after {
  right: 25px;
  border-right: 1px solid #0D3E8F;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .top_offer_slider .slick-arrow.nextArrow::after {
    right: 20px;
    border-right: 2px solid #0D3E8F;
  }
}
.top_offer_slider .slick-list {
  overflow: visible !important;
}
.top_offer_slider .slick-slide {
  padding: 0 25px;
  /*opacity: 0.7;*/
  /*transition: all 0.3s ease;*/
}
@media (max-width: 639px) {
  .top_offer_slider .slick-slide {
    margin: 0 10px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
}
.top_offer_slider .slick-slide.slick-active, .top_offer_slider .slick-slide.slick-current {
  opacity: 1;
}
.top_offer_slider .slick-slide .fav_btn {
  margin-top: -35px;
  margin-bottom: 11px;
}
.top_offer_slider .slick-slide a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.top_offer_slider .slick-slide a:hover {
  opacity: 0.8;
}
.top_offer_slider .slick-slide a .area {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.5px 12px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 639px) {
  .top_offer_slider .slick-slide a .area {
    display: none;
  }
}
.top_offer_slider .slick-slide a img {
  width: 100%;
  aspect-ratio: 380 / 320;
  object-fit: cover;
  object-position: center;
}
.top_offer_slider .slick-slide a .category {
  margin-top: 20px;
}
@media (max-width: 639px) {
  .top_offer_slider .slick-slide a .category {
    display: none;
  }
}
.top_offer_slider .slick-slide a .category span {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 3px;
  padding: 5px 10px;
}
.top_offer_slider .slick-slide a .title {
  padding: 15px 0 8px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
@media (max-width: 639px) {
  .top_offer_slider .slick-slide a .title {
    border-bottom: none;
  }
}
.top_offer_slider .slick-slide a .company {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
@media (max-width: 639px) {
  .top_offer_slider .slick-slide a .company {
    color: #444;
  }
}
.top_offer_slider .slick-slide a .detail {
  display: none;
}
@media (max-width: 639px) {
  .top_offer_slider .slick-slide a .detail {
    display: flex;
    flex-wrap: wrap;
    color: #444;
    font-size: 13px;
  }
  .top_offer_slider .slick-slide a .detail > * {
    flex-shrink: 0;
    width: 50%;
    min-height: 27px;
    padding-left: 23px;
    padding-right: 5px;
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .top_offer_slider .slick-slide a .detail .work_location {
    background-image: url(../../../img/front/sp/common/icon_address_s.png);
    background-size: 14px auto;
  }
  .top_offer_slider .slick-slide a .detail .salary {
    background-image: url(../../../img/front/sp/common/icon_salary_s.png);
    background-size: 15px auto;
  }
  .top_offer_slider .slick-slide a .detail .offer_category {
    background-image: url(../../../img/front/sp/common/icon_cate_s.png);
    background-size: 16px auto;
  }
  .top_offer_slider .slick-slide a .detail .offer_category span {
    display: inline-block;
    margin-right: 5px;
  }
  .top_offer_slider .slick-slide a .detail .work_time {
    background-image: url(../../../img/front/sp/common/icon_time_s.png);
    background-size: 16px auto;
  }
}

#recommendeds {
  padding-top: 95px;
  padding-bottom: 120px;
}
#recommendeds .sec_lead {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 639px) {
  #recommendeds .sec_lead {
    font-size: 14px;
  }
}
#recommendeds .sec_lead br {
  display: none;
}
@media (max-width: 480px) {
  #recommendeds .sec_lead br {
    display: block;
  }
}
#recommendeds .btn_area {
  text-align: center;
}
#recommendeds .btn_area a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffe400;
  border-radius: 100px;
  text-decoration: none;
}
#recommendeds .btn_area a:hover {
  color: inherit;
}

#zenkoku_map {
  position: relative;
  padding-bottom: 40px;
}
#zenkoku_map .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#zenkoku_map .wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1080px) {
  #zenkoku_map .wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #zenkoku_map {
    margin-top: -60px;
  }
}

#left_map {
  position: relative;
  width: calc(69900% / 1200);
  margin-top: 130px;
  padding-bottom: calc(55000% / 1200);
  background-image: url(../../../img/front/pc/top/map.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  #left_map {
    width: 100%;
    padding-bottom: calc(78600% / 733);
  }
}
@media (max-width: 767px) {
  #left_map {
    padding-bottom: 0;
    background-image: none;
  }
}
#left_map h2 {
  position: absolute;
  margin-top: -40px;
  color: #0D3E8F;
}
#left_map h2 span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #left_map h2 {
    position: static;
    text-align: center;
  }
  #left_map h2 span {
  }
}
@media (max-width: 639px) {
  #left_map h2 span {
    font-size: 21px;
  }
}
#left_map h2 img {
  margin-left: 10px;
  width: 28px;
}
@media (max-width: 639px) {
  #left_map h2 img {
    width: 14px;
  }
}

#left_map .area_button {
  position: absolute;
}
@media (max-width: 767px) {
  #left_map .area_button {
    display: none;
  }
}
#left_map .area_button a {
  display: block;
  width: 110px;
  height: 30px;
  background-color: #FFEB01;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
#left_map .area_button a:hover {
  color: inherit;
  opacity: 0.8;
}

#area_hokkaido {
  top: calc(11000% / 733);
  left: calc(46000% / 733);
}

#area_touhoku {
  top: calc(30000% / 733);
  left: calc(49300% / 733);
}

#area_kanto {
  top: calc(49700% / 733);
  left: calc(45600% / 733);
}

#area_hokuriku-koshinetsu {
  top: calc(41000% / 733);
  left: calc(34000% / 733);
}

#area_toukai {
  top: calc(58600% / 733);
  left: calc(34000% / 733);
}

#area_kansai {
  top: calc(51000% / 733);
  left: calc(21600% / 733);
}

#area_chugoku-shikoku {
  top: calc(30000% / 733);
  left: calc(42000% / 733);
}

#area_kyushu-okinawa {
  top: calc(68800% / 733);
  left: 0;
}

#pref_okayama {
  top: calc(21000% / 733);
  left: calc(38000% / 733);
}

#pref_kagawa {
  top: calc(37000% / 733);
  left: calc(47000% / 733);
}

#area_others {
  display: none;
}

#right_table {
  position: relative;
  z-index: 2;
  width: calc(46000% / 1200);
  padding: 20px 40px 40px;
  margin-left: -200px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1080px) {
  #right_table {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  #right_table {
    padding: 15px 15px 20px;
  }
}
#right_table table th,
#right_table table td {
  border-bottom: 1px solid #A6D6F3;
  padding: 10px 0;
}
#right_table table th {
  width: 140px;
}
#right_table table th::before {
  content: '';
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #0D3E8F;
  margin-right: 8px;
}
@media (max-width: 639px) {
  #right_table table th {
    width: 120px;
  }
}
#right_table table th a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 3px;
  margin-right: 8px;
  background-color: #0D3E8F;
  border-radius: 10px;
  vertical-align: middle;
}
#right_table table .ul_areas {
  display: flex;
  flex-wrap: wrap;
}
@media all and (-ms-high-contrast: none) {
  #right_table table .ul_areas {
    width: 240px;
  }
}
#right_table table .ul_areas li {
  margin-right: 20px;
}
#right_table table a {
  text-decoration: none;
}
@media (max-width: 639px) {
  #right_table table a {
    text-decoration: underline;
  }
}
#right_table table a:hover {
  text-decoration: underline;
  color: #0D3E8F;
}

#job_search {
  padding-top: 75px;
  padding-bottom: 80px;
  background-color: #B3DBEA;
}
#job_search .top_section_header .ttl_ja {
  position: relative;
}
#job_search #search_area {
  margin-top: 45px;
  padding: 30px 90px;
  background-color: #fff;
  border-radius: 10px;
}
#job_search #search_area .search_contents select {
  padding: 10px 50px 10px 25px;
}
#job_search .search_tab {
  display: flex;
}
@media (max-width: 767px) {
  #job_search {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  #job_search #search_area {
    margin-top: 25px;
    padding: 20px;
  }
  #job_search .search_tab {
    display: none;
  }
}
#job_search .search_tab > * {
  width: 100%;
  padding: 20px 5px 24px;
  background-color: #0D3E8F;
  border-radius: 10px 10px 0 0;
  color: #fff;
  transition: all 0.3s ease;
}
#job_search .search_tab .selected {
  color: #000;
  background-color: #fff;
}
#job_search .search_tab > *:not(.selected):hover {
  opacity: 0.7;
  cursor: pointer;
}
#job_search .search_tab span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
}
#job_search .search_contents_view {
  padding: 30px 90px 60px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1080px) {
  #job_search .search_contents_view {
    padding: 20px 50px 50px;
  }
}
@media (max-width: 767px) {
  #job_search .search_contents_view {
    padding: 0;
    background: transparent;
  }
}
#job_search .search_contents {
  display: none;
}
#job_search .search_contents.selected {
  display: block;
}

#free_word_search {
  padding: 30px 90px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 940px) {
  #free_word_search {
    padding: 30px;
  }
}
@media (max-width: 639px) {
  #free_word_search {
    padding: 15px 15px 30px;
  }
}
#free_word_search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #free_word_search form {
    display: block;
  }
}
#free_word_search .ttl {
  flex-shrink: 0;
  margin-right: 15px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #free_word_search .ttl {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  #free_word_search .ttl {
    font-size: 14px;
  }
}
#free_word_search input[type=text] {
  max-width: 100%;
  width: 700px;
  height: 55px;
  padding: 0 20px;
  border: 1px solid #999;
  background-color: #fff;
}
@media (max-width: 940px) {
  #free_word_search input[type=text] {
    width: calc(52000% / 840);
  }
}
@media (max-width: 767px) {
  #free_word_search input[type=text] {
    width: 100%;
  }
}
#free_word_search input[type=submit] {
  flex-shrink: 0;
  display: block;
  width: 170px;
  height: 55px;
  margin-left: 15px;
  padding-left: 20px;
  background-color: #ffe400;
  background-image: url(../../../img/front/pc/common/icon_search_s_blk.png);
  background-repeat: no-repeat;
  background-position: left 32px center;
  border: none;
  border-radius: 100px;
  color: #000;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #free_word_search input[type=submit] {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  #free_word_search input[type=submit] {
    font-size: 14px;
  }
}
#free_word_search .note {
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}
@media (max-width: 767px) {
  #free_word_search .note {
    margin-top: 15px;
    text-align: left;
  }
}
@media (max-width: 639px) {
  #free_word_search .note {
    font-size: 12px;
  }
}

#latests {
  padding-top: 95px;
  padding-bottom: 120px;
}
#latests h2 .ttl_ja {
  position: relative;
}
#latests .btn_area {
  margin-top: 60px;
  text-align: center;
}
#latests .btn_area a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffe400;
  border-radius: 100px;
  text-decoration: none;
}
#latests .btn_area a:hover {
  color: inherit;
}
@media (max-width: 639px) {
  #latests {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

#entry {
  width: 100%;
  padding: 30px 0;
  background: center/cover no-repeat url(/img/front/pc/top/register_bg.png);
}
@media (max-width: 639px) {
  #entry {
    background: center/cover no-repeat url(/img/front/pc/top/register_bg_sp.jpg);
  }
}
#entry .wrapper {
  position: relative;
}
#entry .entry_bnr {
  width: 100%;
}
#entry .entry_bnr_sp {
  display: none;
}
@media (max-width: 639px) {
  #entry .entry_bnr {
    display: none;
  }
  #entry .entry_bnr_sp {
    display: block;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
}
#entry .btn {
  position: absolute;
  right: 45px;
  bottom: 20px;
  display: block;
  width: calc(28600% / 1240);
}
@media (max-width: 639px) {
  #entry .btn {
    left: 0;
    right: 0;
    max-width: 274px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#entry .btn img {
  width: 100%;
  height: auto;
}

#about {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
#about .bg {
  position: absolute;
  margin: auto;
  top:0 ;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .bg img {
  max-width: 100%;
}
#about h2 .ttl_ja {
  position: relative;
}
#about p {
  margin-top: 30px;
  padding: 0 90px;
  line-height: 2.2;
  letter-spacing: 0.5px;
}
#about .img {
  margin-top: 20px;
}
#about .img img {
  max-width: 100%;
}
@media (max-width: 639px) {
  #about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #about .bg {
    top: 90px;
    bottom: auto;
  }
  #about h2 .ttl_ja::before {
    left: -35px;
    top: -25px;
    width: 64px;
    height: 50px;
  }
  #about p {
    padding: 0;
  }
}

#reason {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #E2F0F6;
}
#reason h2 {
  margin-bottom: 50px;
}
#reason h2 .ttl_ja {
  position: relative;
  z-index: 1;
}
@media (max-width: 639px) {
  #reason {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #reason h2 {
    margin-bottom: 25px;
  }
}
#reason section {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #reason section {
    display: block;
  }
}
#reason section:not(:last-child) {
  margin-bottom: 80px;
}
#reason section .img {
  flex-shrink: 2;
  width: 540px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  #reason section .img {
    width: 100%;
    margin-right: 0;
  }
}
#reason section .img img {
  width: 100%;
}
#reason section .content {
  flex-shrink: 1;
  width: 600px;
}
@media (max-width: 767px) {
  #reason section .content {
    width: 100%;
    margin-top: 20px;
  }
}
#reason section:nth-child(2n+1) .img {
  order: 2;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 767px) {
  #reason section:nth-child(2n+1) .img {
    margin-left: 0;
  }
}
#reason section:nth-child(2n+1) .content {
  order: 1;
}
#reason section .ribbon {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: auto;
  padding: 5px 10px;
  background: #5ab9ec;
  background: linear-gradient(145.5deg, #ffffff 0%, #ffffff 45px, #B3DBEA 45px, #B3DBEA 100%);
  color: #0D3E8F;
}
@media (max-width: 639px) {
  #reason section .ribbon {
    padding: 3px 10px;
  }
}
#reason section h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media (max-width: 639px) {
  #reason section h3 {
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
  }
}
#reason section h3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FFFFFF;
}
#reason section p {
  margin-top: 25px;
  line-height: 2.2;
  letter-spacing: 0.5px;
}
@media (max-width: 639px) {
  #reason section p {
    line-height: 1.8;
  }
}

#checked {
  padding-top: 80px;
  padding-bottom: 80px;
}
#checked h2 {
  margin-bottom: 40px;
}
#checked h2 .ttl_en {
  font-size: 16px;
}
#checked h2 .ttl_ja {
  position: relative;
  z-index: 1;
}
@media (max-width: 639px) {
  #checked {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#category_tab {
  margin-bottom: 30px;
}

#category_tab #category_tab_menu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#category_tab #category_tab_menu ul li {
  width: 100%;
  /* border-right: 1px solid #00bcb5; */
  color: #00bcb5;
  background-color: #eee;
  font-weight: bold;
  height: 40px;
  text-align: center;
}

#category_tab #category_tab_menu ul li p {
  border-right: 1px solid #00bcb5;
  margin-top: 12px;
  line-height: 16px;
}

#category_tab #category_tab_menu ul li:last-child p {
  border-right: none;
}

#category_tab #category_tab_menu ul li.selected {
  background-color: #00bcb5;
  color: #fff;
}

#category_tab #category_tab_body {
  border: 5px solid #00bcb5;
  padding: 10px;
  height: 400px;
  overflow: auto;
}

#category_tab #category_tab_body #tab_body_inner {
  width: 614px;
  margin: 0 auto;
}

#category_tab #category_tab_body #body_2,
#category_tab #category_tab_body #body_3 {
  display: none;
}

#top_search {
  background-color: #474747;
  padding: 10px 25px;
}

#top_search input[type=text] {
  width: 564px;
}

#top_search input[type=submit] {
  width: 86px;
}

#cate_banners > a:not(:nth-child(-n+2)) {
  margin-top: 10px;
}

.lead {
  background-image: url(../../../img/front/pc/top/lead_bg.png);
  color: #fff;
  padding: 25px 40px;
  width: 100%;
  /* height: 160px; */
}

.lead h2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.lead h2 img {
  vertical-align: bottom;
  margin-right: 10px;
}

#media_dl {
  background-color: #ff2833;
  padding: 20px 2em 20px 30px;
  border: 5px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
}

#media_dl_left a {
  background-image: url(../../../img/front/pc/top/dwl_icon.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: #fff;
  width: 230px;
  display: block;
  text-decoration: none;
  padding-left: 32px;
}

#media_dl_right {
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 10px;
}

#fv {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}

#fv_img {
  position: relative;
  left: 50%;
  /* 画像の左端が画面中央にくる */
  margin-left: -600px;
  /* 画像幅1000pxの半分だけ左に移動する */
}

.no-webp .entry {
  background-image: url(/img/front/pc/top/entry_bg.png);
}

#fv_oc {
  background: center/cover no-repeat url(/img/front/fv_oc.jpg);
  height: 555px;
}
#fv_oc .text {
  width: 840px;
  margin: auto;
  padding-top: 220px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-shadow: 3px 2px 3px #019075;
}
#fv_oc .text .sub {
  font-size: 34px;
  font-weight: bold;
}

.agent #search_area .search_tab .recruit,
.agent #search_area .search_tab .company {
  width: 100%;
}
.agent .lead h2 img {
  width: 355px;
  height: 57px;
}
