@import "./colors.css";

/* .topSlider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 197px;
    background-image: url(/assets/img/top/mv-bottom.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */

.fvInner .searchBox {
    background: linear-gradient(90deg, var(--color-ls-accent) 0%, var(--color-primary) 100%);
    background-repeat: no-repeat;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}
.fvInner .searchBox .searchBoxInr .btnSearchItems select {
    box-sizing: border-box;
    width: 100%;
    height: 51px;
    background: #FFFFFF;
    padding-left: 25px;
    padding-right: 16px;
    border-radius: 30px;
    overflow: hidden;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.1));
}
.fvInner .searchBox .searchBoxInr .btnSearchItems select {
    width: 100%;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1em;
    color: var(--color-ls-action-hover);
}

.fvInner .searchBox .searchBoxInr .btnSearchItems select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/assets/icon/chevron-down-gray.svg');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 7px;
  padding-right: 30px;
  overflow-x: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.fvInner .searchBox .searchBoxInr .btnSearchItems select option {
    font-size: 13px;
    line-height: 18.82px;
}
#ta_point .txt_box .h2_ttl {
    position: relative;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  @media screen and (max-width: 850px) {
    #ta_point .txt_box .h2_ttl {
      width: 100%;
    }
  }
  #ta_point .txt_box .h2_ttl span {
    width: -moz-fit-content;
    width: fit-content;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 16px;
  }
  @media screen and (max-width: 850px) {
    #ta_point .txt_box .h2_ttl span {
      font-size: 22px;
      padding: 10px 0 0 0;
      width: 100%;
      text-align: center;
    }
  }
  #ta_point .txt_box .h2_ttl::after {
    content: "";
    position: absolute;
    width: 24.25rem;
    height: 4.6875rem;
    z-index: 1;
    top: 0;
    background: url(/assets/img/h3_ttl_bg.png) no-repeat top/contain;
    left: calc(50% - 12.125rem);
  }
  @media screen and (max-width: 850px) {
    #ta_point .txt_box .h2_ttl::after {
      max-width: 306px;
      height: 59px;
      width: 100%;
      left: 0;
    }
  }

.main-wid .topSearchIndustry .topMain_SectionTitle h2::before {
    background-image: url(/assets/img/common/iconIndustry.svg);
}

.main-wid .topSearchIndustry .topMain_SectionTitle h2.no-icon::before {
    content: none !important;
    background-image: none !important;
    display: none !important;
}

.main-wid .topSearchArea .topMain_SectionTitle h2::before {
    background-image: url(/assets/img/common/iconArea.svg);
}

.main-wid .topSearchArea .topMain_SectionTitle h2.no-icon::before {
    content: none !important;
    background-image: none !important;
    display: none !important;
}

.main-wid .topSearchConditions .topMain_SectionTitle h2::before {
    background-image: url(/assets/img/common/iconCriteria.svg);
}

.main-wid .topSearchConditions .topMain_SectionTitle h2.no-icon::before {
    content: none !important;
    background-image: none !important;
    display: none !important;
}


@media screen and (max-width: 767px) {
    /* .topSlider::after {
        height: 46px;
    } */
    .fvInner .searchBox {
        border-radius: 12px;
    }
    .fvInner .searchBox .searchBoxInr .btnSearchItems select {
        height: 38px;
        padding: 0 24px 0px 10px;
        border-radius: 8px;
    }
    .fvInner .searchBox .searchBoxInr .btnSearchItems select[name="workplace_city[]"] {
        font-size: 13px;
        line-height: 20.27px;
    }
    .fvInner .searchBox .searchBoxInr .btnSearchItems select[name="category[]"] {
        font-size: 13px;
        line-height: 18.82px;
        letter-spacing: -0.15em;
    }
    .fvInner .searchBox .searchBoxInr .btnSearchItems select[name="employment_type[]"] {
        font-size: 13px;
        line-height: 18.82px;        
    }
}

.data-list-recommend {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.data-list-recommend::-webkit-scrollbar {
  display: none;
}

.fvTop .searchTop {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.fvTop .searchTop .searchBoxInr .btnSearchItems select {
    box-sizing: border-box;
    width: 100%;
    height: 51px;
    background: #FFFFFF;
    padding-left: 25px;
    padding-right: 16px;
    border-radius: 30px;
    overflow: hidden;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.1));
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1em;
    color: #333;
}

@media screen and (max-width: 767px){
  .fvTop .searchTop .searchBoxInr .btnSearchItems select {
    border-radius: 8px;
     font-size: 14px;
    line-height: 20px;
  }
}

.fvTop .searchTop .searchBoxInr .btnSearchItems select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/assets/icon/chevron-down-gray.svg');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 7px;
  padding-right: 30px;
  overflow-x: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.screen-nagano .topMain_SectionTitle{
  color: white;
}

/* tab-style-niigata */

.screen-niigata .category-tab {
  background-color: #FEFFF2;
  border: 1px solid #8a8a8a;
  border-bottom: 0px;
  box-sizing: border-box;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.screen-niigata .category-tab-active {
  background-color: #FF6324 !important;
  border: 0px !important;
}

.screen-niigata .category-tab-name {
  color: #555;
}

.screen-niigata .category-tab-name-active {
  color: #fff !important;
}

.screen-niigata .topMain_columnInr_lists,
.screen-niigata .topMain_columnInr_dropdown {
  border-color: #FF6324 !important;
}

.screen-niigata .topMain_columnInr_dropdown > .wrapper-content {
  border-color: #FFFFFF !important;
}

.screen-niigata .topMain_columnInr_dropdown > .wrapper-content .item-industry {
  background-color: #ececec !important;
}

/* tab-style-hokuriku*/

.screen-hokuriku .category-tab {
  background-color: #FCFFD7;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.screen-hokuriku .category-tab-active {
  background-color: #0088BB !important;
}

.screen-hokuriku .category-tab-name {
  color: #555;
}

.screen-hokuriku .category-tab-name-active {
  color: #fff !important;
}

.screen-hokuriku .topMain_columnInr_lists,
.screen-hokuriku .topMain_columnInr_dropdown {
  border-color: #0088BB !important;
}

.screen-hokuriku .topMain_columnInr_dropdown > .wrapper-content {
  border-color: #FFFFFF !important;
}

.screen-hokuriku .topMain_columnInr_dropdown > .wrapper-content .item-industry {
  background-color: #ececec !important;
}

/* tab-style-nagano */
.screen-nagano .category-tab {
  background-color: #FCFFD7;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.screen-nagano .category-tab-active {
  background-color: #FF860D !important;
  border: 0px !important;
}

.screen-nagano .category-tab-name {
  color: #555;
}

.screen-nagano .category-tab-name-active {
  color: #fff !important;
}

.screen-nagano .topMain_columnInr_lists,
.screen-nagano .topMain_columnInr_dropdown {
  border-color: #FF860D !important;
}

.screen-nagano .topMain_columnInr_dropdown > .wrapper-content {
  border-color: #FFFFFF !important;
}

.screen-nagano .topMain_columnInr_dropdown > .wrapper-content .item-industry {
  background-color: #ececec !important;
}



/* tab-style-okinawa */
.screen-okinawa .category-tab {
  background-color: #FEFFF2;
  border: 1px solid #8a8a8a;
  border-bottom: 0px;
  box-sizing: border-box;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.screen-okinawa .category-tab-active {
  background-color: #F49F00 !important;
  border: 0px !important;
}

.screen-okinawa .category-tab-name {
  color: #555;
}

.screen-okinawa .category-tab-name-active {
  color: #fff !important;
}

.screen-okinawa .topMain_columnInr_lists,
.screen-okinawa .topMain_columnInr_dropdown {
  border-color: #F49F00 !important;
}

.screen-okinawa .topMain_columnInr_dropdown > .wrapper-content {
  border-color: #FFFFFF !important;
}

.screen-okinawa .topMain_columnInr_dropdown > .wrapper-content .item-industry {
  background-color: #ececec !important;
}
