@charset "utf-8";
/* CSS Document */

/* =====================
  header
===================== */

#header-1 {
  width: 1200px;
  height: 125px;
  background: #2082d7;
}

.header_wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 145px;
}

.header_item.flex {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header_top {
  height: 85px;
  width: 100%;
  margin-bottom: auto;
}

.header_bottom {
  width: 100%;
  margin-top: auto;
  height: 27px;
}

/*  logo
------------------------*/

.logo {
  width: 140px;
  position: absolute;
  top: 0;
  left: -20px;
}

/*  description
------------------------*/

.description {
  width: 495px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

.description h1 {
  font-size: 12px;
  color: #fff;
  width: 100%;
  margin-top: auto;
  line-height: 1.6;
}

/*  number
------------------------*/

.number {
  width: 108px;
  background: linear-gradient(-135deg, #ffe000 6px, transparent 0) 0 6px, linear-gradient(135deg, #ffe000 6px, #2082d7 0) 0 6px;
  background-color: #ffe000;
  background-size: 12px 12px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 11px;
  text-align: center;
  color: #fb9263;
  line-height: 1;
  font-weight: bold;
  padding-top: 15px;
  margin-right: 15px;
}

.number .textwidget {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 39px;
  color: #2082d7;
  letter-spacing: -2px;
}

.number .textwidget::after {
  content: '件';
  font-size: 11px;
  color: #fb9263;
  margin-left: 4px;
}

/*  tabs
------------------------*/

.tabs li {
  margin-right: 10px;
}

/*  area-nav
------------------------*/

#area-nav li {
  background: url(../img/nav_off.png) no-repeat center bottom;
  background-size: 100%;
  box-sizing: border-box;
  width: 57px;
  height: 28px;
  line-height: 35px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: 1px;
  margin-right: 5px;
  transition: .3s;
}

#area-nav li.current_page,
#area-nav li:hover {
  color: #2082d7;
  background: url(../img/nav_on.png) no-repeat center bottom;
  background-size: 100%;
}

#area-nav li a {
  color: #fff;
  display: block;
  transition: .3s;
}

#area-nav li:hover a {
  color: #2082d7;
  opacity: 1;
}

.h_banner {
  width: 228px;
  padding: 5px;
}

/* =====================
  main_visual
===================== */

#main_visual {
  padding: 185px 0 60px 0;
}

#main_visual .inner {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.main_item {
  width: 590px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
}

/*  main_special
------------------------*/

#slider_wrap {
  width: 100%;
}

#slider {
  max-height: 304px;
  overflow: hidden;
}

#thumbnail_slider {
  max-height: 70px;
  overflow: hidden;
}

#thumbnail_slider .slick-track {
  margin-left: -145px;
  padding-top: 10px;
}

#thumbnail_slider .thumbnail-item {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  width: 170px;
}

#thumbnail_slider .thumbnail-item::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border: 5px solid #ffe000;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .8s;
  opacity: 0;
}

#thumbnail_slider .slick-current::before {
  opacity: 1;
}

#thumbnail_slider .thumbnail-item::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom: 8px solid #ffe000;
  transition: .8s;
  opacity: 0;
}

#thumbnail_slider .slick-current::after {
  opacity: 1;
}

/*  main_new
------------------------*/

#main_new {
  margin-bottom: auto;
  width: 100%;
}

.new_list {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.new_item {
  width: 135px;
  background: #fff;
  box-sizing: border-box;
}

.new_item a {
  padding: 5px;
  display: block;
}

.new_item a:hover {
  opacity: 1;
}

.new_item .thumb {
  height: 75px;
}

.new_excerpt {
  font-size: 11px;
  line-height: 1.4;
}

.new_excerpt li {
  position: relative;
  min-height: 45px;
  border-bottom: 1px dotted #b4b4b4;
  padding: 5px 0 5px 20px;
}

.new_excerpt li::before {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  background: #ffe000;
  position: absolute;
  top: 5px;
  left: 0;
}

.new_excerpt .type::before {
  content: '職';
}

.new_excerpt .salary::before {
  content: '給';
}

.new_excerpt .access::before {
  content: '工';
}

.new_excerpt li:last-child {
  border: none;
}

/*  main_search
------------------------*/

#main_search {
  margin-top: auto;
  width: 100%;
}

input[type="text"] {
  padding: 10px 15px;
  width: 425px;
  height: 45px;
  background: #fff;
  box-sizing: border-box;
}

.feas-searchform-1 input[type="text"] {
  color: #b9d8e9;
  font-weight: bold;
}

/* =====================
  icon
===================== */

.icon_searchjob::before {
  content: '\e924';
}

.icon_useful::before {
  content: '\e923';
}

.icon_published::before {
  content: '\e921';
}

.icon_howtoarea::before {
  content: '\e922';
}

/* =====================
  searchjob
===================== */

#area {
  padding: 20px 0 0 0;
}

/* =====================
  cat
===================== */

#cat {
  background: #d3e3eb;
  padding: 35px 25px 15px 25px;
}

.cat_list {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat_list li {
  width: 160px;
  background: #fff;
  box-shadow: 0px 5px 0px 0px #c5dae4;
  font-size: 11px;
  border-radius: 4px;
  line-height: 1.3;
  margin: 5px 0;
}

.cat_list li a {
  display: block;
  min-height: 154px;
  padding: 15px;
  box-sizing: border-box;
}

.cat_list li strong {
  font-size: 13px;
  color: #2082d7;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  min-height: 32px;
  position: relative;
  background: url(../img/bg_cat.svg) no-repeat top center;
  background-size: 40px;
  padding-top: 50px;
}

.cat_list li strong::before {
  font-size: 40px;
  color: #2082d7;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'icomoon';
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
}

.cat_list .icon_restaurant::before {
  font-size: 52px;
  line-height: 40px;
}

.cat_list .icon_este::before {
  font-size: 45px;
  line-height: 40px;
}

.cat_list li.empty {
  width: 160px;
  background: none;
  box-shadow: none;
}

/* =====================
  station
===================== */

#station {
  background-image: url(../img/bg_station.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-top: 150px;
}

#station .layout {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#station .txt {
  width: 615px;
}

#station .btn {
  width: 190px;
  height: 90px;
  line-height: 1.4;
}

#station .btn a::before {
  content: '\e90c';
  font-family: 'icomoon';
  font-size: 32px;
  font-weight: normal;
  display: block;
  padding-top: 10px;
}

/* =====================
  jobstyle
===================== */

#jobstyle .txt {
  margin-bottom: 25px;
}

.tags {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.tag_item {
  background: #d3e3eb;
  border-radius: 4px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.tag_item::before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #2082d7;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -10px;
  font-family: 'icomoon';
  font-size: 23px;
}

.tag_item.salary {
  width: 340px;
}

.tag_item.commit {
  width: 465px;
}

.tag_item.salary::before {
  content: '\e90b';
  color: #ffce00;
}

.tag_item.commit::before {
  content: '\e90a';
  color: #f2a0b9;
}

.tag_list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag_item .sub_title {
  margin-bottom: 15px;
}

.tag_list li {
  background: #fff;
  box-shadow: 0px 5px 0px 0px #c5dae4;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 10px 0;
}

.tag_list li a {
  color: #2082d7;
  display: block;
  padding: 0 10px;
}

/* =====================
  freewords
===================== */

#freewords {
  padding: 40px 25px 15px 25px;
}

#freewords .layout {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-jalign-items: flex-start;
  align-items: flex-start;
}

.freewords_item {
  background: #3e9cd0;
  border-radius: 4px;
  padding: 10px;
  width: 535px;
  box-sizing: border-box;
}

.freewords_item .feas-searchform-1 input[type="text"] {
  width: 370px;
  height: 40px;
}

.freewords_item .btn {
  height: 35px;
  line-height: 35px;
}

.popularwords {
  width: 285px;
  box-sizing: border-box;
  padding: 5px 0;
}

.popularwords_list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
}

.popularwords_list li {
  margin-right: 8px;
}

.popularwords_list li a {
  color: #2082d7;
  text-decoration: underline;
}

/* =====================
  saw
===================== */

#saw {
  background: #d3e3eb;
  padding: 45px 25px 25px 25px;
}

#saw .saw_recently_job {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#saw .saw_recently_job li {
  background: #fff;
  width: 162px;
  border-radius: 4px;
}

#saw .saw_recently_job li.empty {
  background: none;
}

#saw .saw_recently_job li a {
  display: block;
  padding: 10px;
}

#saw .saw_recently_job li dt {
  font-size: 13px;
  font-weight: bold;
  color: #2082d7;
  line-height: 1.4;
  margin-bottom: 10px;
  min-height: 36px;
}

#saw .saw_recently_job li .thumb {
  height: 85px;
}

/* =====================
  useful
===================== */

.useful_list {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px;
}

.useful_item {
  width: 218px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.useful_item a {
  display: block;
  padding: 10px 10px 25px 10px;
}

.useful_item .thumb {
  height: 115px;
  background-color: #e5e5e5;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.useful_title {
  font-size: 15px;
  color: #2082d7;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.useful_item .excerpt {
  font-size: 13px;
  padding: 0 10px;
  line-height: 1.6;
}

.comingsoon {
  padding: 10px;
}

.comingsoon .excerpt {
  font-size: 15px;
  color: #c1c1c1;
  text-align: center;
  padding: 25px 0;
}

/* =====================
  published
===================== */

#published .layout {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#published .txt {
  width: 450px;
}

#published .published_item {
  width: 340px;
}

#published .btn {
  box-sizing: border-box;
  height: 55px;
  line-height: 55px;
  width: 100%;
}

#published .banner {
  margin-bottom: 75px;
}

/* =====================
  howtoarea
===================== */

#howtoarea .txt {
  margin-bottom: 40px;
}

#howtoarea .frame_border {
  padding-bottom: 240px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

/* =====================
  XO Slider
===================== */

.xo-slider {
  height:340px;
}

/* =====================
  MAPなしエリア用ドロップダウンリスト
===================== */
#area_nomap {
  background: #d3e3eb;
  padding: 35px 25px 15px 25px;
}

.dropdown {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.selected-tags {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 5px 0px 0px #c5dae4;
}

.tags-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  max-width: calc(100% - 90px); /* 矢印アイコンと検索ボタンのスペースを確保 */
  overflow: hidden;
  font-weight: bold;
}

.tag {
  background: #e0e0e0;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.tag i {
  margin-left: 5px;
  cursor: pointer;
}

.arrow-icon {
  font-size: 12px;
  color: #666;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  right: 60px; /* アイコンの位置を調整 */
  transform: translateY(-50%);
}

.dropdown.active .arrow-icon {
  transform: rotate(90deg);
}

.checkbox-list {
  display: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 10;
  margin-top: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.dropdown.active .checkbox-list {
  display: block;
}

.checkbox-item {
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 10px;
}

.checkbox-item input[type="checkbox"] {
  appearance: auto;
  transform: scale(1.5);
  accent-color: #007bff;
  margin-right: 10px;
}

.search-btn {
  background-color: #2082d7;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px; /* ボタンの右位置を調整 */
  transform: translateY(-50%);
  height:80%;
  width:90px;
}
