@charset "UTF-8";
/* lp driver 共通
   ========================================================================== */
.p-selectArea {
  background-color: #3FA9F5 !important;
}
.p-selectArea .box-count {
  font-size: 12px;
  color: #fff;
}
.p-selectArea .box-count span {
  font-size: 18px;
  font-weight: 700;
  color: #F7DE19;
  margin: 0 2px;
}

.p-areaSelectPanel-header .head.icn-glass .head-inner::before {
  background-image: url(../../img/lp/lp_common/icn-glass-blue.svg) !important;
}
.p-areaSelectPanel-header .title-head {
  text-align: center;
  font-size: 18px;
  color: #262626;
}
.p-areaSelectPanel-header .job-count {
  color: #3FA9F5;
  font-weight: 700;
}

.c-areaGrid-item a {
  color: #3FA9F5 !important;
  border-color: #3FA9F5 !important;
}

.search-pref-list {
  border: 1px solid #3FA9F5 !important;
}
@media screen and (max-width: 980px) {
  .search-pref-list {
    border: none !important;
  }
}
.search-pref-item a {
  color: #3FA9F5 !important;
}
@media screen and (max-width: 980px) {
  .search-pref-item {
    color: #3FA9F5;
    border: 1px solid #3FA9F5;
    box-shadow: 0 4px 1px -2px #3FA9F5;
  }
}

@media screen and (max-width: 980px) {
  .area-item-sp {
    color: #3FA9F5;
    border: 1px solid #3FA9F5;
    box-shadow: 0 4px 1px -2px #3FA9F5;
  }
}
.p-footer--pref .l-footer-rwd-wrap {
  border-bottom: 1px solid #FFFFFF !important;
}
.p-footer-con--2 {
  border-top: 1px solid #FFFFFF !important;
}

.knowledge-comment {
  padding: 36.5px 0 10px 0 !important;
  color: #F15A24 !important;
}
@media screen and (max-width: 980px) {
  .knowledge-ttl {
    color: #0071BC;
  }
}

.text-cheer {
  line-height: 25px;
}
@media screen and (max-width: 425px) {
  .text-cheer {
    font-size: 13px;
    line-height: 32px;
  }
}

.knowledge-link__flex {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
}

.key-word {
  font-size: 14px;
}

.l-section-slider {
  background-color: #f6f6f6;
}

.form-search-driverwords-pref-code .form-item #municipalitycode_sel {
  width: 182px;
}
.form-search-driverwords-pref-code .form-item #prefcode_sel {
  width: 168px;
}
.form-search-driverwords-pref-code .form-item .relative {
  position: relative;
}
.form-search-driverwords-pref-code .form-item #prefcode_sel, .form-search-driverwords-pref-code .form-item #municipalitycode_sel, .form-search-driverwords-pref-code .form-item #subjob_sel {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  text-align-last: center;
}
.form-search-driverwords-pref-code .form-item #prefcode_sel option, .form-search-driverwords-pref-code .form-item #municipalitycode_sel option, .form-search-driverwords-pref-code .form-item #subjob_sel option {
  text-align: left;
}
.form-search-driverwords-pref-code .form-item .select-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  .form-search-driverwords-pref-code .form-item select#subjob_sel {
    width: 128px;
  }
  .form-search-driverwords-pref-code .form-item #prefcode_sel {
    width: 116px !important;
  }
}
@media screen and (min-width: 769px) {
  .isPc {
    display: block;
  }

  .isSp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .isSp {
    display: block;
  }

  .isPc {
    display: none;
  }

  .p-areaSelectPanel-item.is-3nd .form-item {
    display: flex;
    flex-direction: column;
  }
  .p-areaSelectPanel-item.is-3nd .form-item select {
    width: 100% !important;
  }
  .p-areaSelectPanel-item.is-3nd .form-item #js-change-municipality {
    width: 100%;
  }
  .p-areaSelectPanel-item.is-3nd .form-item .btn-search-driver {
    width: 258px;
    height: 44px;
  }
  .p-areaSelectPanel-item.is-3nd .form-item .width-100 {
    width: 100%;
  }
}
.form-search-driverwords-pref-code .search-select, .form-search-driverwords-free-word .search-select {
  height: 48px;
  padding: 0 36px 0 10px;
  border: 2px solid #3FA9F5;
  border-radius: 8px;
  background: #fff;
  color: #3FA9F5;
  font-size: 16px;
  text-indent: 0.01px;
  vertical-align: middle;
  outline: none;
  text-overflow: "";
  appearance: button;
}
.form-search-driverwords-pref-code .form-item, .form-search-driverwords-free-word .form-item {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.form-search-driverwords-pref-code .form-item .btn-search-driver, .form-search-driverwords-free-word .form-item .btn-search-driver {
  min-width: 134px;
  height: 48px;
}
.form-search-driverwords-pref-code .form-item .btn-search-driver .text-btn, .form-search-driverwords-free-word .form-item .btn-search-driver .text-btn {
  margin-left: 11px;
  font-size: 16px;
}
.form-search-driverwords-pref-code .form-item .search-detailed-conditions, .form-search-driverwords-free-word .form-item .search-detailed-conditions {
  color: #3FA9F5;
  font-weight: 900;
  font-size: 14px;
  min-width: 120px;
  display: flex;
  align-items: center;
}
.form-search-driverwords-pref-code .form-item .c-text-form, .form-search-driverwords-free-word .form-item .c-text-form {
  border: 2px solid #3FA9F5;
  width: 84%;
}
.form-search-driverwords-pref-code .form-item input.free-word:focus-visible, .form-search-driverwords-free-word .form-item input.free-word:focus-visible {
  outline: none;
  border: 2px solid #3FA9F5;
}
.form-search-driverwords-pref-code .form-item input.free-word::placeholder, .form-search-driverwords-free-word .form-item input.free-word::placeholder {
  color: #3FA9F5;
}
.form-search-driverwords-pref-code .form-item .pac-ul-container, .form-search-driverwords-free-word .form-item .pac-ul-container {
  top: 46px;
}
.form-search-driverwords-pref-code .form-item .icon-x, .form-search-driverwords-free-word .form-item .icon-x {
  font-weight: 700;
}
.form-search-driverwords-pref-code .title-search-free-word, .form-search-driverwords-free-word .title-search-free-word {
  margin: 20px 0 4px 0;
}
.form-search-driverwords-pref-code .title-search-free-word .head.icn-glass, .form-search-driverwords-free-word .title-search-free-word .head.icn-glass {
  justify-content: left;
}
.form-search-driverwords-pref-code .title-search-free-word .head.icn-glass .head-inner, .form-search-driverwords-free-word .title-search-free-word .head.icn-glass .head-inner {
  color: #3FA9F5;
}
.form-search-driverwords-pref-code .title-search-free-word .head.icn-glass .head-inner::before, .form-search-driverwords-free-word .title-search-free-word .head.icn-glass .head-inner::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../../img/lp/lp_common/icn-glass-blue.svg) !important;
}

.search-free-word-sp .p-areaSelectPanel {
  height: 166px !important;
}
.search-free-word-sp .p-areaSelectPanel .title-search-free-word {
  margin: 0 0 10px 0;
}
.search-free-word-sp .p-areaSelectPanel .title-search-free-word .head-inner {
  display: flex;
}
.search-free-word-sp .p-areaSelectPanel .title-search-free-word .head.icn-glass {
  display: flex;
  justify-content: center;
}
.search-free-word-sp .p-areaSelectPanel .form-item {
  display: flex;
  flex-direction: column;
}
.search-free-word-sp .p-areaSelectPanel .form-item input.free-word {
  width: 100%;
}
.search-free-word-sp .p-areaSelectPanel .form-item .btn-search-driver {
  width: 258px;
  height: 44px;
  margin-top: 10px;
}

.p-areaSelectPanel-item.is-3nd .p-areaSelectPanel-header .title-head {
  font-size: 14px;
}

.search-modal .c-ttl-wrap {
  background-color: #3FA9F5 !important;
}
.search-modal .c-ttl-wrap .c-ttl-primary {
  background: #3FA9F5;
}

.sec-social-network {
  background-color: #f6f6f6;
}
.sec-social-network .blockquote-tiktok {
  background-color: #FFFFFF;
  padding: 14px 20px 2px 20px;
  border-radius: 10px;
}
.sec-social-network .blockquote-instagram {
  margin-top: 40px;
  background-color: #FFFFFF;
  padding: 14px 20px 2px 20px;
  border-radius: 10px;
}
.sec-social-network .blockquote-instagram .row {
  gap: 80px;
}
.sec-social-network .list-video {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.sec-social-network .iframe-youtube {
  background-color: #FFFFFF;
  padding: 14px 20px 20px 20px;
  border-radius: 10px;
  margin-top: 40px;
}
.sec-social-network .iframe-youtube iframe {
  border-radius: 10px;
}
.sec-social-network .linkall-lp {
  margin-top: 22px;
  text-align: right;
}
.sec-social-network .linkall-lp a {
  padding: 5px 8px 5px 12px;
  text-decoration: none;
  color: #555;
  border: #777 2px solid;
  border-radius: 20px;
}
.sec-social-network .linkall-lp a img {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.sec-social-network h2::before {
  content: "";
  background-image: url(../../img/icon/projector-icon.svg) !important;
}
.sec-social-network .head {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 14px;
}
.sec-social-network .head .icon-social {
  width: 26px;
  height: 26px;
}
.sec-social-network .head .title-social {
  font-weight: 700;
  font-size: 18px;
}
.sec-social-network .head .icon-tiktok {
  width: 20px;
  height: 20px;
}
.sec-social-network .head .bg-icon-tiktok {
  height: 30px;
  width: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-color: #000000;
  justify-content: center;
}
.sec-social-network .head .icon-instagram {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 980px) {
  .sec-social-network .linkall-lp a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .iframe-youtube {
    margin-top: 20px !important;
  }
  .iframe-youtube .hide-sp {
    display: none;
  }
  .iframe-youtube iframe {
    width: 100%;
  }

  .blockquote-instagram .hide-sp {
    display: none !important;
  }

  .blockquote-instagram .show-sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.radio-box input[type=radio] {
  display: none;
}

.radio-box input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
  background-image: url("../../img/icon/icon_radio.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.radio-box input[type=radio]:checked + label::before {
  background-image: url("../../img/icon/icon_radio-on-blue.svg");
}

.pac-ul-container.pac-ul-container__driver {
  border-top: unset !important;
}

.search-modal .search-btn-modal .area-fix {
  position: static !important;
}

@media (min-width: 1px) {
  .check-box input[type=checkbox]:checked + label::before, .check-box input[type=radio]:checked + label::before {
    border-color: #3FA9F5 !important;
    background-color: #3FA9F5 !important;
  }
}
.sec-con-inner .p-areaSelectPanel {
  max-width: 100%;
}

.check-tag .salary-section .salary-option input[type=radio]:checked + span::before {
  border-color: #3fa9f5 !important;
}
.check-tag .salary-section .salary-option span::after {
  border: 5px solid #3fa9f5 !important;
}
.check-tag .salary-section .salary-option:has(input[type=radio]:checked) {
  background: #ecf6fe !important;
}
.check-tag .salary-section .salary-option input[type=radio]:checked + span {
  background: #ecf6fe !important;
}

/*# sourceMappingURL=driver.css.map */
