<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.main_slider_wrap {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}


.slider-5 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}






/*===================================
全体
====================================*/
* {
  box-sizing: border-box;
}

.header_nav_bottom h1 {
  width: 200px;
}

.header_nav_bottom h1 a {
  display: block;
  width: 100% !important;
}

.main {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}

/*===================================
ログインボタン
====================================*/
.top_login_list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  font-size: 18px;
  background-color: #e7e7e7bd;
  margin: 0 auto;
  padding: 12px 3%;
}

.top_login_list a {
  border-radius: 5px;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1;
}

.top_login_list .register a {
  color: #fff;
  background: #f15a24;
}

.top_login_list .login a {
  color: #f15a24;
  background: #fff;
  border: 1px solid #f15a24;
}

.top_login_list&gt;li {
  max-width: 240px;
  width: 48%;
}

.top_login_list .register {
  margin-right: 2%;
}

.top_login_list&gt;li:hover {
  opacity: 0.7;
}

/*===================================
スライダー
====================================*/
.flexslider {
  text-align: center;
  visibility: hidden;
  /* 初期状態でスライダーを隠す */
}

.slide_nonepc {
  display: none;
}

.slide_nonesp {
  display: block;
}

.register a,
.login a {
  color: #fff;
  display: block;
}


/* トップお知らせ */

.top_info_area {
  background-color: #dae4ff;
  padding: 4px;
}

.top_info_area&gt;p {
  min-height: auto;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}

.top_info_area a {
  color: rgb(41, 43, 148);
  text-decoration: underline;
}


/*===================================
検索ボックス
====================================*/
.top_search {
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
  padding: 0 3%;
  box-sizing: border-box;
  transform: translateY(-16px);
}

/* 検索ボックスタブ */

.tabs {
  max-width: 800px;
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #c7c7c7;

}

.tab_item {
  width: calc(100%/4);
  background-color: #ffa684;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 11px 5px;
  border-right: 1px solid #fff;
  border-top: 3px solid #ffa684;
  color: #fff;
}

.tab_item:last-of-type {
  border-right: none;
}

input[type="radio"]:checked+.tab_item {
  background-color: #fff;
  color: #f15a24;
  border-top: 3px solid #f15a24;
}


input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 20px;
  clear: both;
  overflow: hidden;
}


#list01:checked~#list01_content,
#list02:checked~#list02_content,
#list03:checked~#list03_content,
#list04:checked~#list04_content {
  display: block;
}

/* タブここまで */

/* タブ内共通 */
.tab_content select,
.tab_content input[type="text"] {
  height: 40px;
  padding: 6px 26px 6px 6px;
  border: 1px solid #c5c5c5;
  font-size: 14px;
  border-radius: 4px;
}

.tab_content select {
  background-image: url("../../images/top_search/select_arrow.svg");
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-color: #fff;
  color: #333;
}

.top_search_btnaera {
  display: block;
  width: 100%;
}

.search_btn {
  background: #f15a24;
  color: #fff;
  width: 130px;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
}

.tab_content select,
.tab_content input[type="text"],
.tab_content .search_btn {
  margin: 0 4px 10px 0;
  max-width: 100%;
}

/* 企業から探す */

.tab_job .pc_none {
  display: none;
}

.job_area {
  width: 100px;
}

.job_gyotai {
  width: 180px;
}


.job_free {
  width: 260px;
}

/* ブランドから探す */
.brand_gyotai {
  width: 180px;
}

.brand_area {
  width: 100px;
}

.brand_free {
  width: 260px;
}

/* 説明会を探す */

.event_month {
  width: 110px;
}


.event_area {
  width: 110px;
}

.event_gyotai {
  width: 250px;
}

.event_free {
  width: 350px;
}

/* ニュースを探す */
.news_free {
  width: 410px;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.free {
  font-size: 15px;
  width: 80%;
  max-width: 400px;
  padding: 8px;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.free::placeholder {
  color: #999;
  /*  padding: 15px;*/
}

.free::-webkit-input-placeholder {
  padding-top:
    /*0.1em*/
    -1em;
}

.favorite_box {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
  width: 90%;
  margin: 0 auto;
}

.favorite_box span:not(:nth-child(1)) {
  background: #e6e6e6;
  margin: 0px 5px 5px 0;
  padding: 0 5px;
  white-space: nowrap;
  display: inline-block;
}

.favorite_text {
  color: #f15a24;
}

.fourth_text a br.pc_none {
  display: none !important;
}

/* 20220927add */
.second_box .pc_icon {
  display: block;
}

.second_box .sp_icon {
  display: none;
}

/*===================================
検索外特集
====================================*/

.feature_tit {
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  color: #333;
  margin: 20px auto;
  padding-left: 10px;
  border-left: #f15a24 3px solid;
  max-width: 1280px;
  width: 94%;
}

.category_tit {
  font-weight: bold;
  max-width: 1280px;
  margin: 0 auto 10px;
  font-size: 17px;
  padding-left: 10px;
  width: 94%;

}

.feature {
  margin: 0 auto 40px;
}

.feature .kodawari_list,
.feature .skill_list {
  width: 1280px;
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  padding: 0 20px;
  margin: 0 auto;
}


.feature .kodawari_list::-webkit-scrollbar,
.feature .skill_list::-webkit-scrollbar {
  display: none;
}

.feature .kodawari_list li,
.feature .skill_list li {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  /* width: auto; */
  width: 170px;
  height: 110px;
  margin: 8px;
  position: relative;

}

.kodawari_list li a,
.skill_list li a {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
  top: 0;
  text-align: center;
  border-radius: 10px;

}


.kodawari_list li img,
.skill_list li img {
  border-radius: 10px;
  position: absolute;
}

/*===================================
カテゴリ
====================================*/

.area_category,
.gyotai_category {
  margin: 0 auto;
  padding: 40px 0 0;
  background-color: #ff9164;
  /* box-shadow: #99999947 2px 2px 10px; */
}

.area_category .area_tit,
.gyotai_category .gyotai_tit {
  color: #333;
  font-weight: bold;
  font-size: 20px;
  border-radius: 12px 12px 0 0;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  padding: 24px;
}

.area_category .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 36px 24px;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}

.area_wrap {
  display: flex;
  width: 48%;
  justify-content: flex-start;
  align-items: center;
  margin: 0 1% 10px;

}

.area_category_tit {
  margin-right: 2%;
}

.area_cate_all {
  display: none;
}

.sp_area_cate_tit {
  display: none;
}

.area_category_tit a {
  display: block;
  font-weight: bold;
  width: 140px;
  font-size: 16px;
  position: relative;
  color: #f15a24;
}


.area_category_tit a:hover {
  opacity: 0.7;
}

.area_category_tit a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #f15a24;
  border-right: 1.5px solid #f15a24;
  transform: rotate(45deg);
}

.area_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.area_list li {
  margin-right: 4px;
}

.area_list li a {
  padding: 6px;
}

.area_list li a:hover {
  text-decoration: underline;
}


.gyotai_category {
  padding-bottom: 50px;
  margin-bottom: 80px;
}

.gyotai_category .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 36px 24px;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}

.gyotai_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.gyotai_list li {
  margin: 0 10px 8px 0;
}

.gyotai_list li a {
  display: block;
  padding: 8px 8px 8px 20px;
  background-color: #ffe9dc;
  position: relative;
}

.gyotai_list li a:hover {
  text-decoration: underline;
}

.gyotai_list li a::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  border: solid transparent;
  border-width: 5px 0 5px 8px;
  /* 矢印の大きさ */
  border-left-color: #ff9164;
  /* 矢印の色 */
}

/*===================================
飲食コラム
====================================*/
.column {
  margin-bottom: 40px;
}

.column .inner {
  max-width: 1280px;
  width: 94%;
  margin: 0 auto;
}

.column_tit {
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  color: #333;
  margin: 0 0 20px;
  padding-left: 10px;
  border-left: #f15a24 3px solid;
  max-width: 1280px;
}

.column_list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.column_list li {
  margin: 0 1% 20px;
}


.column_list li a {
  display: block;
  height: 100%;
}

.column_list li img {
  width: 200px;
  aspect-ratio: 5 / 3;
}


/*===================================
その他サービス
====================================*/

.other_service .inner {
  max-width: 1280px;
  width: 94%;
  margin: 0 auto;
}

.other_service_tit {
  font-weight: bold;
  font-size: 22px;
  color: #333;
  margin: 0 0 20px;
  padding-left: 10px;
  border-left: #f15a24 3px solid;
  max-width: 1280px;
}

.other_list {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e3e3e3;
}

.other_list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.other_list li:last-of-type {
  margin-bottom: 0;
}

.other_list li&gt;a {
  display: block;
  width: 140px;
  max-width: 32%;
  margin-right: 2%;
}

.other_img {
  width: 100%;
}

.other_txt {
  flex: 1;

}


.other_txt p {
  font-size: 14px;
}



/* アプリ用スマートバナー制御 */
.smart-banner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: top 0.1s ease;
}

.smart-banner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.SmBnClose {
  position: absolute;
  right: 5%;
  top: 50%;
  width: 5%;
  transform: translateY(-50%);
}

#js-smbn-header {
  top: 0;
  transition: top 0.5s ease;
}

.fixed-header {
  transition: top 0.5s ease;
}

/*==================================
モーダル
=====================================*/

.top_modal_main::-webkit-scrollbar {
  width: 7px;
}

.top_modal_main::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.top_modal_main::-webkit-scrollbar-thumb {
  background-color: rgb(110, 110, 110);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.top_modal-content {
  display: block;
  position: fixed;
  z-index: 110000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_modal-content.hidden {
  display: none !important;
}

.top_modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.top_modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 700px;
  background-color: #fff;
  height: auto;
  max-height: 76%;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
}

.top_modal_main {
  padding: 10px 20px 30px;
  margin: 40px auto;
  overflow-y: auto;
  max-height: 60vh;
  box-sizing: border-box;
  max-width: 100%;
}

.top_modal_main h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.top_modal_main p {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}

.moda_btn {
  margin: 20px auto 0;
  display: block;
  background-color: #f15a24;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  max-width: 300px;
  letter-spacing: 1px;
}

.modal_org {
  font-weight: bold;
  color: #f15a24;
}

.top_modal_main * {
  box-sizing: border-box;
}

.close_modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
}

@media screen and (max-width: 1280px) {

  /*===================================
検索外特集
====================================*/
  .feature .kodawari_list,
  .feature .skill_list {
    width: 100vw;
    padding-left: 3%;
  }

  /*===================================
飲食コラム
====================================*/

  .column_list li {
    width: 160px;
  }

}

@media screen and (max-width: 1024px) {
  /*===================================
全体
====================================*/

  .header_nav_bottom h1 {
    width: 167px;
  }

  /*===================================
検索ボックス
====================================*/
  .tabs {
    max-width: 700px;
  }

}


@media screen and (max-width: 768px) {

  /*===================================
ログインボタン
====================================*/
  .top_login_list a {
    padding: 12px 2%;
    font-size: 14px;
  }

  /*===================================
検索ボックス
====================================*/

  /* 検索ボックス */
  .top_search {
    transform: translateY(0);
    margin: 16px auto 50px;
  }

  /* タブ */
  .tab_item {
    font-size: 14px;
  }

  .tab_content {
    padding: 20px 3% 6px;
  }

  .tab_content select,
  .tab_content input[type="text"] {
    font-size: 13px;
    padding: 6px 22px 6px 3%;
  }

  /* 企業から探す */
  .tab_job .pc_none {
    display: block;
  }

  .job_syokusyu,
  .job_area,
  .job_gyotai,
  .job_jouken {
    width: 47%;
  }

  .job_free {
    width: 96%;
  }

  /* ブランドから探す */
  .brand_gyotai,
  .brand_area {
    width: 47%;
  }

  .brand_free {
    width: 96%;
  }

  /* 説明会を探す */
  .event_month,
  .event_day,
  .event_area {
    width: 47%;
  }

  .event_free,
  .event_gyotai {
    width: 96%;

  }

  /* 20210817追記 */
  .slide_nonepc {
    display: block;
    aspect-ratio: 490 / 219;
  }

  .slide_nonesp {
    min-height: auto;
    display: none;
  }

  /*===================================
  検索外特集
  ====================================*/

  .feature_tit {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .category_tit {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .feature .kodawari_list,
  .feature .skill_list {
    padding: 0 0 0 3%;

  }

  .feature .kodawari_list li,
  .feature .skill_list li {
    width: 140px;
    height: 90px;
    margin: 4px;
  }

  /*===================================
カテゴリ(エリア・業態)
====================================*/
  .area_category,
  .gyotai_category {
    padding: 40px 0 10px;
  }

  .gyotai_category {
    padding-bottom: 40px;
  }

  .area_category .inner,
  .gyotai_category .inner {
    display: block;
    padding: 0 4% 20px;
  }

  .area_wrap {
    width: 100%;
  }

  .area_category .area_tit,
  .gyotai_category .gyotai_tit {
    font-size: 18px;
    padding: 20px 4%;
  }

  .area_category_tit a {
    width: 110px;
    font-size: 14px;
  }

  .area_category_tit a::before {
    right: 3px;
  }

  .area_list li a {
    font-size: 13px;
    padding: 4px 6px;
    color: #333;
  }

  .gyotai_list li {
    margin: 0 8px 8px 0;
  }


  .gyotai_list li a {
    font-size: 12px;
    padding: 4px 7px 4px 19px;
  }

  /*===================================
飲食コラム
====================================*/

  .column_tit {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .column_list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .column_list li {
    width: 31%;
  }

  .column_list li img {
    width: 100%;
  }


  /*===================================
その他サービス
====================================*/

  .other_service_tit {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .other_list {
    padding: 20px 3%;
  }

  .other_txt p {
    font-size: 12px;
    line-height: 1.3;
  }

  /*==================================
モーダル
=====================================*/

  .top_modal_main h3 {
    font-size: 22px;
  }

  .top_modal_main p {
    font-size: 15px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .contents {
    margin-top: 4%;
    overflow: hidden;
    padding: 0 3%;
    box-sizing: border-box;
  }

  .search_text {
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {

  /*===================================
全体
====================================*/
  .header_nav_bottom h1 {
    width: 105px;
  }

  .main {
    margin: 71px auto 0;
  }

  /*===================================
ログインボタン
====================================*/
  .top_login_list .register {
    margin-right: 3%;
  }

  .top_login_list a {
    padding: 10px 2%;
    font-size: 13px;
  }

  /*===================================
カテゴリ(エリア・業態)
====================================*/

  .area_category .area_tit,
  .gyotai_category .gyotai_tit {
    border-radius: 7px 7px 0 0;

  }

  .area_category .inner,
  .gyotai_category .inner {
    padding: 0 0;
    border-radius: 0 0 7px 7px;
    overflow: hidden;
  }

  .area_wrap {
    display: block;
    margin: 0;
  }

  .area_category_tit {
    display: none;
  }


  .sp_area_cate_tit {
    display: block;
    font-weight: bold;
    color: #f15a24;
    padding: 12px 5%;
    border-bottom: 1px solid #dadada;
    position: relative;
    font-size: 15px;
  }

  .area_wrap:nth-of-type(9) .sp_area_cate_tit {
    border-bottom: none;
    padding-bottom: 16px;
  }

  .sp_area_cate_tit::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #f15a24;
    border-right: 1px solid #f15a24;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
  }

  .sp_area_cate_tit.open::after {
    transform: rotate(-45deg);
  }

  .kaigai .sp_area_cate_tit::after{
  border: none!important;
  }

  .area_list {
    display: none;
  }

  .area_cate_all {
    display: block;
  }

  .area_list li {
    background-color: #f3f3f3;
    margin-right: 0;
    border-bottom: 1px solid #dadada;
  }

  .area_list li&gt;a {
    display: block;
    padding: 12px 5%;
    font-size: 14px;
    position: relative;
  }

  .area_list li&gt;a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #969696;
    border-right: 1px solid #969696;
    transform: rotate(45deg);
  }

  .gyotai_category {
    margin-bottom: 60px;
  }

  .gyotai_category .inner {
    padding: 0;
  }

  .gyotai_list {
    align-items: stretch;
  }

  .gyotai_list li {
    width: 50%;
    margin: 0;
    border-top: #e3e3e3 1px solid;
  }

  .gyotai_list li:nth-child(odd) {
    border-right: #e3e3e3 1px solid;
  }

  .gyotai_list li:nth-child(1),
  .gyotai_list li:nth-child(2) {
    border-top: none;

  }

  .gyotai_list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    background-color: #fff;
    padding: 10px 18px 10px 10px;
    position: relative;
  }

  .gyotai_list li a::before {
    content: none;
  }

  .gyotai_list li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #f15a24;
    border-right: 1px solid #f15a24;
    transform: rotate(45deg);
  }


  /*===================================
その他サービス
====================================*/
  .other_list {
    padding: 16px 2%;
  }

  .other_txt p {
    font-size: 11px;
  }

  /*==================================
モーダル
=====================================*/

  .top_modal_main h3 {
    font-size: 20px;
  }

  .top_modal_main p {
    font-size: 14px;
  }

  .moda_btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {

  /* 検索タブ */
  .tab_item {
    font-size: 13px;
  }
}</pre></body></html>