/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require font-awesome
 *= require ./lib/bootstrap-4.0.0/bootstrap.min
 *= require ./lib/jquery.smartmenus.bootstrap.css
 *= require_tree .
 *= require_self

 */

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');*/


@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
  font-family:  "Noto Sans JP", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro", "游ゴシック", "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro","Hiragino Mincho Pro","HiraMinProN-W3","游明朝", "ヒラギノ明朝 Pro W3",
    "游明朝","Yu Mincho","游明朝体","YuMincho","HGS明朝E","HG明朝E",
    "Hiragino Mincho Pro W3", "Hiragino Mincho Pro",
    "ＭＳ Ｐゴシック", "MS PGothic", "Oswald", "メイリオ", "Noto Serif", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  line-height: 1.6;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-weight: 500;
  color: black;
}

a,a:hover {
  text-decoration: none;
  cursor: pointer;
}
img {
  display: block;
  width: 100%;
}

p, dt, dd {
  overflow-wrap: break-word;
}
body {
  position: relative;
  margin: 0;
}
p {
  /* white-space: pre-wrap; */
}
h1, h2 {
  font-weight: 700;
}
h3 {
  font-weight: bold;
}

hr {
  border: 0.5px solid #DEDEDE;
  margin: 20px 0px;
}

/*--------------------------responsive ---------------------*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}


/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/

.img_block {
  display: block;
  width: 100%;
}
.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  margin: 0 auto;
  border-bottom: 1px solid #EDEDED;
}
.header_logo_message {
  font-size: 11px;
  font-weight: 700;
  color: #F38221;
  margin-bottom: 4px;
}
.header_content_wrapper {
  display: flex;
  width: 85%;
}
.header_content_main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header_content {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.header_logo {
  width: 136px;
}
.header_content_text {
  margin-left: 40px;
  font-size: 12px;
  color: #707070;
}
.header_content_text span {
  color: #F38222;
  font-size: 14px;
  font-weight: 700;
}
.header_content_text .hide-on-mobile {
  display: inline;
  font-size: 12px;
  color: #707070;
  font-weight: normal;
}
.header_history {
  padding-left: 24px;
  border-left: 1px solid #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header_history__btn {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header_history__btn_media {
  display: block;
  font-size: 22px;
  color: #F38222;
  line-height: 1;
}
.header_history__btn_text {
  display: block;
  font-size: 11px;
  color: #707070;
  margin: 0;
  margin-top: 3px;
}
.footer {
  padding: 60px calc(50% - 420px);
  background: #F5F5F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_logo {
  width: 150px;
  display: block;
}
.footer_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
}
.footer_menu li {
  display: block;
}
.footer_menu li a {
  font-size: 14px;
}
.copyright {
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 15px 0;
  background: #403539;
}
.inquiry-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  color: white;
  background:#F38222;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.inquiry-btn > svg {
  margin-left: 8px;
}
.inquiry-btn:hover {
  background-color: #d96b1a;
}
.inquiry-btn:active {
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.15);
}
.main {
  padding: 36px 0 60px;
}
.contain {
  max-width: calc(100vw - 6vw);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.contain.top {
  max-width: 85%;
}
.section + .section {
  margin-top: 36px;
}
.title {
  font-size: 20px;
  padding: 0;
  padding-left: 16px;
  border-left: 4px solid #F38222;
  margin: 0 0 24px;
}
.btn_main {
  font-size: 16px;
  padding: 18px 0;
  line-height: 1;
  background: #F38222;
  text-align: center;
  display: block;
  color: white;
  border: none;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
}
.mb-3 {
    margin-bottom: 3px;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.search_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.noresult {
  font-size: 16px;
  padding-left: 18px;
  text-align: center;
}
.fv_image_container {
  display: flex;
  width: 85%;
  margin: 24px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.fv_image_container img {
  width: 65%;
}
.fv_search_section {
  display: flex;
  width: 35%;
  justify-content: center;
  align-items: center;
  padding: 24px 0
}
.fv_search_form_msg {
  font-size: 14px;
  font-weight: 700;
  color: #F38222;
  margin-bottom: 16px;
}
.fv_search_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
.fv_search_form_group {
  margin-bottom: 20px;
  width: 100%;
}
.fv_search_form_group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}
.fv_search_input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
  background: url('../img/arrow_down.svg') no-repeat right 10px center;
  background-color: white;
  background-size: 12px;
}
.fv_search_button {
  width: 100%;
  padding: 8px;
  margin-top: 24px;
  font-size: 16px;
  background-color: #F38222;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
}
.fv_search_button:hover {
  background-color: #d96b1a;
}

/* ------------------------------------
breadcrumb
------------------------------------ */
.breadcrumb {
  display: block;
  margin-top: 10px;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  font-size: 12px;
  color: #707070;
}
.breadcrumb li:not(:first-child):before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  transform: translateY(-50%);
  color: inherit;
  margin-right: 5px;
}
/* ------------------------------------
slick
------------------------------------ */
.slick-slider .slick-dots  {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  position: static;
}
.slick-slider .slick-dots li {
  margin: 0 10px;
  width: initial;
  height: initial;
  display: block;
}
.slick-slider .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  color: transparent;
  background: #EDEDED;
  border-radius: 9999px;
}
.slick-slider .slick-dots li.slick-active button {
  background: #F38222;
}
.slick-slider .slick-dots li button:before {
  display: none;
}
/* ------------------------------------
Area
------------------------------------ */
.area_item {
  display: flex;
  justify-content: flex-start;
}
.area_item__name {
  font-size: 14px;
  padding: 9px;
  background: #EDEDED;
  border-radius: 2px;
  width: 135px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area_item__prefs {
  width: calc(100% - 135px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding: 8px 0 8px 20px;
}
.area_item__pref {
  font-size: 14px;
  color: black;
  border-bottom: 1px solid #F38222;
}
.area_item__pref.select_pref_modal {
  font-size: 14px;
  color: black;
  border-bottom: 1px solid #F38222;
  display: inline-block;
  pointer-events: none;
}
.area_item + .area_item {
  margin-top: 16px;
}
/* ------------------------------------
Tag
------------------------------------ */
.tag_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 8px;
  &[level=sm] {
    column-gap: 6px;
    row-gap: 6px;
  }
}
.tag_item {
  color: #F38222;
  margin: 0;
  border: 1px solid #F38222;
  border-radius: 2px;
  line-height: 1.3;
  font-size: 12px;
  padding: 4px 7px;
  &[level=sm] {
    font-size: 8px;
    padding: 3px 4px;
  }
}
/* ------------------------------------
Job
------------------------------------ */
.job_carousel {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 20px;
}
.job_card {
  width: calc(100% / 3 - 16px);
  border: 1px solid #F3F3F3;
  padding: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 0px 10px;
}
.job_card__title {
  font-size: 16px;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
.job_card__detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.job_card__detail + .job_card__detail {
  margin-top: 4px;
}
.job_card__label {
  background: #EDEDED;
  border-radius: 2px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  width: 70px;
  column-gap: 3px;
}
.job_card__label_icon {
  width: 15px;
  display: block;
  color: #707070;
}
.job_card__label_text {
  width: 40px;
  text-align: center;
  display: block;
  color: #777777;
  line-height: 1;
}
.job_card__content {
  font-size: 12px;
  width: calc(100% - 72px);
  margin-left: 6px;
  padding: 3px 0;
}
.job_card__worker {
  padding: 12px 20px 12px 12px;
  border: 2px solid #EDEDED;
  position: relative;
  margin-top: 16px;
  position: relative;
}
.job_card__worker_title {
  font-size: 10px;
  color: #777777;
  margin: 0 0 2px;
}
.job_card__worker_role {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
}
.job_card__worker_role__icon {
  margin-right: 6px;
}
.job_card__worker_text {
  font-size: 10px;
  margin: 2px 0 0;
}
.job_card__worker:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.job_card__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.job_item {
  border: 1px solid #F3F3F3;
  padding: 20px 40px 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  position: relative;
}
.job_item + .job_item {
  margin-top: 24px;
}
.job_item__title {
  font-size: 20px;
  margin-bottom: 18px;
}
.job_item__detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.job_item__detail + .job_item__detail {
  margin-top: 4px;
}
.job_item__label {
  background: #EDEDED;
  border-radius: 2px;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 105px;
  column-gap: 3px;
}
.job_item__label_icon {
  width: 16px;
  text-align: center;
  display: block;
  color: #707070;
}
.job_item__label_text {
  width: calc(100% - 16px);
  text-align: center;
  display: block;
  color: #777777;
  line-height: 1;
}
.job_item__content {
  font-size: 12px;
  width: calc(100% - 72px);
  margin-left: 6px;
  padding: 3px 0;
}
.job_item__text {
  font-size: 16px;
}
.job_item__media {
  width: 240px;
}
.job_item__meta {
  width: calc(100% - 240px);
  padding-right: 40px;
}
.job_item__main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.job_item__act {
  margin-top: 18px;
}
.job_meta__item {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #DEDEDE;
}
.job_meta__item + .job_meta__item {
  margin-top: -1px;
}
.job_meta__label {
  background: #EDEDED;
  border-radius: 2px;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 125px;
  column-gap: 3px;
}
.job_meta__label_icon {
  width: 16px;
  text-align: center;
  display: block;
  color: #707070;
}
.job_meta__label_text {
  width: calc(100% - 16px);
  text-align: center;
  display: block;
  color: #777777;
  line-height: 1;
}
.job_meta__content {
  font-size: 12px;
  width: calc(100% - 72px);
  margin-left: 6px;
  padding: 6px 0;
}
.job_meta__text {
  font-size: 16px;
}
.job_meta__media {
  width: 240px;
}
.job_meta__meta {
  width: calc(100% - 240px);
  padding-right: 40px;
}
.job_meta__main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.job_text {
  font-size: 16px;
  margin-bottom: 12px;
}
.job_tag {
  margin-bottom: 4px;
}
.job_date {
  color: #707070;
  font-size: 12px;
  margin-bottom: 10px;
}
.job_title {
  margin-bottom: 24px;
  font-size: 24px;
}
.job_head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
}
.job_media {
  width: 55%;
  margin-right: 20px;
}
.job_point {
  width: 45%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
}
.job_point__title {
  font-size: 16px;
  color: white;
  text-align: center;
  position: relative;
  background: #F38222;
  padding: 4px 0;
  line-height: 1.2;
}
.job_point__title:before {
  content: "";
  border-right: 1px solid white;
  transform: rotate(-45deg) translate(-60%, 10%);
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 10px;
}
.job_point__title:after {
  content: "";
  border-right: 1px solid white;
  transform: rotate(45deg) translate(-30%, 10%);
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-left: 10px;
}
.job_point__text {
  padding: 20px;
  font-size: 14px;
}
.job_voice {
  padding: 20px;
  background: #F3F3F3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.job_voice__media {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  overflow: hidden;
}
.job_voice__title {
  font-size: 14px;
  color: #F38222;
}
.job_voice__main {
  width: calc(100% - 80px);
  padding-left: 20px;
}
.job_map iframe {
  display: block;
  border: none;
  height: 400px;
  width: 100%;
}
.job_recommend {
    margin-bottom: 24px;
    font-size: 24px;
}
/* ------------------------------------
Driver
------------------------------------ */
.driver_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 16px;
}
.driver_item {
  width: calc(100% / 3 - 16px);
  border: 1px solid #F3F3F3;
  padding: 12px 16px 12px 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.driver_item__label {
  color: black;
}
.driver_item__media {
  display: block;
  width: 50px;
  margin-right: 11px;
}
.driver_item:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  right: 11px;
  top: 50%;
  font-size: 10px;
  transform: translateY(-50%);
  color: #F38222;
}
/* ------------------------------------
Paginator
------------------------------------ */
.paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 24px;
}
.pagi_item {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid #EDEDED;
  border-radius: 2px;
  color: #F38222;
}
.pagi_num.active {
  background: #F38222;
  color: white;
  border-color: #F38222;
}
/* ------------------------------------
search
------------------------------------ */
.search_title {
  font-size: 24px;
}
.search_count {
  font-size: 20px;
  color: #777777;
  margin-bottom: 36px;
}
.search_cond {
  padding: 40px;
  background: #F3F3F3;
  border-radius: 2px;
  margin-bottom: 30px;
}
.search_option + .search_option {
  margin-top: 18px;
}
.search_option__title {
  font-size: 14px;
  color: #F38222;
}
.search_option__title i {
  margin-right: 5px;
}
.search_option__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}
.search_option__btn {
  font-size: 14px;
  color: #777777;
  cursor: pointer;
}
.search_option__text {
  font-size: 14px;
}
.search_option__detail {
  color: #F38222;
  font-size: 14px;
}
.search_option__detail i {
  margin-left: 5px;
}
.search_act {
  margin-top: 20px;
}
.search_act__btn {
  color: white;
  background: #F38222;
  font-size: 20px;
  text-align: center;
  padding: 16px 0;
  display: block;
  border: none;
  width: 100%;
  font-weight: 700;
  cursor: pointer;
}

/* ------------------------------------
form
------------------------------------ */
.x_need {
  color: white;
  background: #F38222;
  font-size: 9px;
  padding: 1px 4px;
  border-radius: 2px;
  margin-left: 4px;
  display: inline-block;
}
.form_item + .form_item {
  margin-top: 16px;
}
.form_label {
  font-size: 16px;
  line-height: 1.3;
  display: block;
  margin-bottom: 4px;
}
.form_label[color=orange] {
  color: #F38222
}
.form_label i {
  margin-right: 5px;
}
.form_label .x_need {
  position: relative;
  bottom: 2px;
}
.form_text,
.form_select {
  height: initial;
  border: 1px solid #EDEDED;
  box-shadow: none;
  outline: none;
  padding: 12px;
  width: 100%;
}
.form_textarea {
  height: initial;
  border: 1px solid #EDEDED;
  box-shadow: none;
  outline: none;
  padding: 16px;
  width: 100% !important;
}
.form_checkbox__label {
  display: block;
  padding: 15px;
  border: 1px solid #EDEDED;
  background: white;
  border-radius: 2px;
  line-height: 1;
  cursor: pointer;
  position: relative;
    font-size: 14px;
}
.form_radio__label {
  display: block;
  padding: 15px;
  border: 1px solid #EDEDED;
  background: white;
  border-radius: 2px;
  line-height: 1;
  cursor: pointer;
  position: relative;
    font-size: 14px;
}
.form_checkbox__input {
  display: none;
}
.form_radio__input {
  display: none;
}
.form_checkbox__label:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  right: 10px;
  font-size: 16px;
  color: #F38222;
  display: none;
}
.form_radio__label:before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  right: 9px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid #F38222;
  display: block;
  position: absolute;
}
.form_radio__label:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  right: 13px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #F38222;
  display: none;
  position: absolute;
}
.form_checkbox__input:checked + .form_checkbox__label:after {
  display: block;
}
.form_radio__input:checked + .form_radio__label:after {
  display: block;
}
.form_checkboxes,
.form_radioes,
.area_pick {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 12px;
}
.form_checkboxes .form_checkbox,
.form_radioes .form_radio,
.area_pick .area_select {
  width: calc(100% / 3 - 16px);
}
.form_range {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.form_submit {
  margin-top: 36px;
}
.area_select {
  display: block;
  padding: 15px;
  border: 1px solid #EDEDED;
  background: white;
  border-radius: 2px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
.area_select:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  right: 11px;
  top: 50%;
  font-size: 10px;
  transform: translateY(-50%);
  color: #F38222;
}
.form_price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
}
.form_price .form_text {
  width: calc(100% / 3 - 16px);
}
/* ------------------------------------
content
------------------------------------ */
.jquery-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jquery-modal .modal.modal_main {
  display: flex !important;
}
.modal.modal_main {
  padding: 0;
  border-radius: 0;
  position: relative;
  max-width: 840px;
  width: 100%;
  max-height: 100%;
  padding: 0;
  flex-grow: 1;
  overflow: auto;
}
.modal.modal_main .close-modal  {
  display: none;
}
.modal_header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #EDEDED;
  background-color: white;
  z-index: 1;
}
.modal_close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: #777777;
  line-height: 1;
  z-index: 1;
}
.modal_content {
  padding: 20px;
  flex-grow: 1;
  max-height: calc(100% - 60px);
  margin-top: 60px;
  overflow: auto;
}
.modal_form_label {
  font-size: 16px;
  color: #F38222;
  display: block;
  margin-bottom: 10px;
}
.modal_form_label i {
  margin-right: 10px;
}
/* ------------------------------------
content
------------------------------------ */
.floating {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px calc(50% - 420px);
  display: flex;
  justify-content: center;
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  display: none;
}
.floating.active {
  display: flex;
}
.recruit_form {
  border-top: 4px solid #F38222;
  border-radius: 2px;
  padding: 40px 80px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .contain {
    padding: 0 24px;
  }
  .contain.top {
    max-width: 100%;
  }
  .contain.search_items {
    padding: 0;
  }
  .header {
    padding: 2vw 1vw 1vw 1vw;
    position: relative;
  }
  .header_status {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: white;
    font-size: 3vw;
    border-radius: 0;
  }
  .header_logo {
    width: 104px;
  }
  .header_logo_message {
    font-size: 9px;
    font-weight: 600;
    color: #F38221;
    margin-bottom: 2px;
  }
  .header_content_wrapper {
    display: flex;
    padding: 0 16px;
    width: 100%;
  }
  .header_content_text {
    margin-left: 32px;
    font-size: 9px;
    color: #707070;
  }
  .header_content_text span {
    color: #F38222;
    font-size: 11px;
    font-weight: 700;
  }
  .header_content_text .hide-on-mobile {
    display: none;
  }
  .header_history {
    padding-left: 8px;
  }
  .header_history__btn_media {
    font-size: 16px;
  }
  .header_history__btn_text {
    font-size: 9px;
    margin-top: 0.5vw;
  }
  .footer {
    padding: 20px 3vw;
    display: block;
  }
  .footer_logo {
    margin: 0 auto;
  }
  .footer_menu {
    column-gap: 12px;
    justify-content: center;
    margin-top: 12px;
  }
  .footer_menu li a {
    font-size: 12px;
  }
  .copyright {
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 8px 0;
  }
  .breadcrumb {
    margin: 0;
  }
  .main {
    padding: 20px 0 40px;
  }
  .btn_main {
    font-size: 14px;
    padding: 12px 0;
  }
  .section + .section {
    margin-top: 18px;
  }
  .fv_image_container {
    display: block;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .fv_image_container img {
    width: 100%;
  }
  .fv_search_section {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 24px
  }
  .fv_search_form_msg {
    font-size: 14px;
    font-weight: 700;
    color: #F38222;
    margin-bottom: 16px;
  }
  .fv_search_form_group {
    margin-bottom: 16px;
  }
  .fv_search_form_group label {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .fv_search_input {
    padding: 8px;
    font-size: 11px;
    background-size: 8px;
  }
  .fv_search_button {
    padding: 4px;
    margin-top: 16px;
    font-size: 12px;
  }
  .fv_search_button:hover {
    background-color: #d96b1a;
  }
  /* ------------------------------------
  search
  ------------------------------------ */
  .search_title {
    font-size: 18px;
  }
  .search_count {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .search_cond {
    padding: 12px;
  }
  .search_option + .search_option {
    margin-top: 8px;
  }
  .search_option__detail {
    font-size: 12px;
  }
  .search_option__detail i {
    margin-left: 4px;
  }
  .search_act {
    margin-top: 12px;
  }

  /* ------------------------------------
  form
  ------------------------------------ */
  .area_pick {
    display: block;
  }
  .area_select {
    border-top: 0;
  }
  .area_pick .area_select {
    width: 100%;
  }
  .area_select + .area_select {
    margin-top: 0;
  }
  .form_label {
    font-size: 14px;
  }
  .form_checkboxes, .form_radioes, .area_pick {
    display: block;
  }
  .form_checkboxes .form_checkbox,
  .form_radioes .form_radio,
  .area_pick .area_select {
    width: 100%;
  }
  .form_checkbox__label {
    padding: 10px;
  }
  .form_checkbox + .form_checkbox,
  .form_radio + .form_radio {
    margin-top: 4px;
  }
  .form_text, .form_select {
    height: initial;
    padding: 10px;
  }
  .form_range {
    column-gap: 10px;
  }
  .form_submit {
    margin-top: 18px;
  }
  .form_item + .form_item {
    margin-top: 12px;
  }
  .modal_content {
    padding: 0;
  }
  .modal_form {
    padding: 12px;
  }
  .modal_header {
    height: 40px;
    font-size: 16px;
  }
  .modal_close {
    right: 10px;
    top: 10px;
  }
  .modal_content {
    padding: 0;
    flex-grow: 1;
    max-height: calc(100% - 40px);
    margin-top: 40px;
    overflow: auto;
  }
  /* ------------------------------------
  tag
  ------------------------------------ */
  .tag_list {
    column-gap: 6px;
    row-gap: 2px;
  }
  /* ------------------------------------
  job
  ------------------------------------ */
  .job_item {
    padding: 12px;
  }
  .job_item__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .job_item__main {
    display: block;
  }
  .job_item__meta {
    display: block;
    width: 100%;
    padding: 0;
  }
  .job_item__media {
    width: 100%;
    margin-top: 12px;
  }
  .job_item__act {
    margin-top: 12px;
  }
  .job_item + .job_item {
    margin-top: 12px;
  }
  .job_item__label {
    padding: 2px 10px;
  }
  .job_item__content {
    padding: 1px 0;
  }
  .job_title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .job_head {
    display: block;
  }
  .job_media {
    width: 100%;
    margin: 0;
  }
  .job_point {
    width: 100%;
    margin-top: 12px;
  }
  .job_point__text {
    padding: 12px;
  }
  .job_voice {
    padding: 12px;
  }
  .job_text {
    font-size: 14px;
  }
  .job_carousel {
    display: block;
  }
  .job_card {
    width: 100%;
    padding: 12px;
  }
  .job_card + .job_card {
    margin-top: 12px;
  }
  .job_card__worker {
    margin-top: 12px;
  }
  /* ------------------------------------
  title
  ------------------------------------ */
  .title  {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 8px;
    border-left-width: 2px;
  }
  .area_item__name {
    width: 100px;
    font-size: 12px;
    padding: 4px;
  }
  .area_item__prefs {
    width: calc(100% - 100px);
    padding: 4px 0 4px 8px;
    column-gap: 10px;
  }
  .area_item__pref {
    font-size: 12px;
  }
  .area_item + .area_item {
    margin-top: 4px;
  }
  /* ------------------------------------
  title
  ------------------------------------ */
  .driver_list {
    display: block;
  }
  .driver_item {
    width: 100%;
    border: 1px solid #F3F3F3;
    padding: 4px 12px 4px 4px;
  }
  .driver_item + .driver_item {
    margin-top: 4px;
  }

  /* ------------------------------------
  slick
  ------------------------------------ */
  .slick-slider .slick-dots {
    margin-top: 8px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  /* ------------------------------------
  content
  ------------------------------------ */
  .floating {
    padding: 12px 3vw;
  }
  .recruit_form {
    padding: 12px;
  }
}
