@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   グルメキャリー sp.css
 *
 ********************************************************************** */

/* TOP
======================================================= */
.top_img .main_slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main_slider .slick-dots,
.top_content .recruit .pickup .pickup_list .slick-dots,
.detail_block .block01 .slick-dots,
.detail_block .block03 .slick-dots,
.rec_block .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  margin: 0 !important;
  text-align: center;
}

.main_slider .slick-dots li,
.top_content .recruit .pickup .pickup_list .slick-dots li,
.detail_block .block01 .slick-dots li,
.detail_block .block03 .slick-dots li,
.rec_block .slick-dots li {
  float: none !important;
  display: inline;
  width: auto !important;
  height: 8px;
  margin: 0 !important;
  padding: 0 5px !important;
  background: none !important;
  overflow: hidden;
}

.main_slider .slick-dots li button,
.top_content .recruit .pickup .pickup_list .slick-dots li button,
.detail_block .block01 .slick-dots li button,
.detail_block .block03 .slick-dots li button,
.rec_block .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  background: #e5e5e5;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  outline: none;
  font-size: 0;
}

.main_slider .slick-dots li.slick-active button,
.top_content .recruit .pickup .pickup_list .slick-dots li.slick-active button,
.detail_block .block01 .slick-dots li.slick-active button,
.detail_block .block03 .slick-dots li.slick-active button,
.rec_block .slick-dots li.slick-active button {
  background: #f3852d;
}


/*===================================
CM動画用
  ====================================*/

.top_video {
  max-width: 100%;
  width: auto;
  position: relative;
}

.cm_video_pc {
  display: none;
}

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

.cm_link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3852d;
  color: #fff !important;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  width: 80px;
  height: 80px;
  text-decoration: none !important;
  font-size: 13px;
  bottom: -14px;
  right: 10px;
  line-height: 1.3;
  transform: rotate(8deg);
}


.top_text h1 {
  text-align: center;
  padding: 20px 3% 3px;
  font-size: 13px;
}

.top_text h1 .orange {
  color: #f3852d;
}

.caree_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3%;
}

.caree_img {
  width: 19%;
  max-width: 90px;
  margin-right: 4%;
}

.caree_txt p {
  position: relative;
  margin: 0 0 10px;
  border-radius: 10px;
  background-color: #f2f2f2;
  color: #f3852d;
  font-size: clamp(10px, 2.8vw, 16px);
  padding: 12px 2%;
  font-weight: bold;
}

.caree_txt p::before {
  position: absolute;
  left: -10px;
  width: 10px;
  height: 17px;
  top: 50%;
  background-color: #f2f2f2;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
  transform: translateY(-50%);
}




.top_content {
  padding: 0;
}

.top_content div.top_text {
  padding: 5px 0;
  margin: 0 4%;
}

.top_content div.top_text p {
  font-size: 0.8rem;
  letter-spacing: -0.03rem;
}

.top_content div.top_text span.topaddbold {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #f3852d;
}

.top_content .search {
  margin: 0 3% 30px;
  border: 1px solid #ddd;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.top_content .search h3 {
  padding: 13px 15px 13px 35px;
  font-size: 15px;
  font-weight: bold;
  color: #f3852d;
  background: #fcf9ea;
}

.top_content .search h3.area {
  background: #fcf9ea url(../../common/img/ico_area04.png) no-repeat 14px 45%;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
}

.top_content .search h3.other {
  background: #fcf9ea url(../../common/img/ico_search03.png) no-repeat 13px 45%;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}


.top_follow_btn {
  position: fixed;
  right: 0;
  bottom: 165px;
  background-color: #f3852d;
  border-radius: 5px 0 0 5px;
  z-index: 300;
  width: 35px;
  height: 140px;
  box-shadow: -1px 1px 4px #7c3701;
}

.top_follow_btn>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.6px;
  font-size: 12px;
  text-decoration: none;
}


/* エリアから探す */

.top_content .search .inner.japan_bg {
  padding: 0px;
}

.top_content .search .inner.japan_bg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_content .search .inner.japan_bg .japan_list>li {
  border-top: 1px solid #ddd;
}

.top_content .search .inner.japan_bg .japan_list li.area01 span a {
  text-decoration: none;
  color: #00a199;
  text-decoration: underline;
}

.top_content .search .inner.japan_bg .japan_list li.area02 span a {
  text-decoration: none;
  color: #29abe2;
  text-decoration: underline;
}

.top_content .search .inner.japan_bg .japan_list li.area03 span a {
  text-decoration: none;
  color: #8cc63f;
  text-decoration: underline;
}

.top_content .search .inner.japan_bg .japan_list li.area04 span a {
  text-decoration: none;
  color: #fbb03b;
  text-decoration: underline;
}

.top_content .search .inner.japan_bg .japan_list li.area05 span a {
  text-decoration: none;
  color: #ff7bac;
  text-decoration: underline;
}

.top_content .search .inner.japan_bg .japan_list li.area06 span a {
  text-decoration: none;
  color: #116cb0;
  text-decoration: underline;
}



.top_content .search .inner.japan_bg .japan_list>li>span.trigger {
  display: block;
  padding: 15px 0 15px 4%;
  font-weight: bold;
  background: #f3f3f3 url(../../common/img/bg_ac_open02.png) no-repeat 95% 46%;
  cursor: pointer;
}

.top_content .search .inner.japan_bg .japan_list>li>span.trigger.active {
  background: #f3f3f3 url(../../common/img/bg_ac_close02.png) no-repeat 95% 46%;
}

.top_content .search .inner.japan_bg .japan_list>li ul {
  display: none;
}

.top_content .search .inner.japan_bg .japan_list>li ul li {
  line-height: 1;
  padding: 15px 13% 15px 4%;
  border-bottom: 1px dotted #ddd;
  background: #fff;
  position: relative;
}

.top_content .search .inner.japan_bg .japan_list>li ul li:last-child {
  border-bottom: none;
}

.top_content .search .inner.japan_bg .japan_list>li ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(../../common/img/arw_search.png) no-repeat 0 0;
}

/* 別の角度から仕事を探す */

.top_content .search .inner .other_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_content .search .inner .other_list li {
  padding: 10px 3%;
  border-top: 1px solid #ddd;
}

.top_content .search .inner .other_list li a {
  display: block;
}


.top_content .search .inner .other_list li .img {
  float: left;
  width: 90px;
}

.top_content .search .inner .other_list li .txt {
  float: right;
  width: calc(100% - 100px);
}

.top_content .search .inner .other_list li .txt h4 {
  margin: 0 0 3px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #f3852d;
}

.top_content .search .inner .other_list li .txt p {
  font-size: 1.1rem;
}

/* 雑誌から仕事を探す（仮） */

.top_content .search .inner .magazine_list {
  margin: 0;
  padding: 10px 3% 0;
  list-style: none;
}

.top_content .search .inner .magazine_list li {
  padding: 10px 3%;
  margin: 0 0 10px;
  background: #f3f3f3;
}

.top_content .search .inner .magazine_list li .img {
  float: left;
  width: 90px;
}

.top_content .search .inner .magazine_list li .txt {
  float: right;
  width: calc(100% - 100px);
}

.top_content .search .inner .magazine_list li .txt h4 {
  margin: 0 0 3px;
  font-size: 1.1rem;
}

.top_content .search .inner .magazine_list li .txt h4 span {
  font-size: 1.3rem;
  font-weight: bold;
}

.top_content .search .inner .magazine_list li .txt p {
  font-size: 1.0rem;
}

.top_content .search .inner .magazine_list li .txt .btn {
  margin: 10px 0 0;
}

.top_content .search .inner .magazine_list li .txt .btn a {
  display: block;
  padding: 8px 3% 6px;
  border-bottom: 2px solid #ddd;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.top_content .search .inner .magazine_list li .txt .btn a span {
  padding: 0 0 0 9px;
  background: url(../../common/img/arw01.png) no-repeat 0 center;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
}


/* 人気エリアから探す */

.top_content .search .inner .area_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_content .search .inner .area_list li {
  line-height: 1;
  padding: 15px 14% 15px 4%;
  border-top: 1px solid #ddd;
  background: #fff;
  position: relative;
}

.top_content .search .inner .area_list li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(../../common/img/arw_search.png) no-repeat 0 0;
}

/* 条件を絞り込んで仕事を探す */

.top_content .search .inner .search_list01 {
  margin: 0;
  padding: 10px 3%;
  list-style: none;
}

.top_content .search .inner .search_list02 {
  margin: 0;
  padding: 0 3% 10px;
  list-style: none;
}

.top_content .search .inner .search_list01 li {
  float: left;
  width: calc(50% - 10px);
}

.top_content .search .inner .search_list01 li.job {
  padding: 0 0 0 20px;
  background: url(../../common/img/ico_close01.png) no-repeat 5px center;
}

.top_content .search .inner .search_list01 li.area {
  width: 100%;
  margin: 10px 0 0;
}

.top_content .search .inner .search_list02 li.submit {
  margin: 10px 0 0;
}

.top_content .search .inner .search_list01 li select {
  width: 100%;
  color: #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_content .search .inner .search_list01 li input[type="text"],
.top_content .search .inner .search_list02 li input[type="text"],
.top_content .search .inner .search_list01 li a {
  width: 100%;
  color: #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_content .search .inner .search_list01 li a {
  display: block;
  padding: 7px 9px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_content .search .inner .search_list02 li.submit button {
  width: 100%;
  padding: 9px 0 7px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #d37327;
  background: #f3852d;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.top_content .search .inner .search_list02 li.submit button span {
  padding: 0 0 0 20px;
  background: url(../../common/img/ico_search02.png) no-repeat left center;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
}

/* お役立ち情報 */

.top_content h2 {
  margin: 0 3% 10px;
  padding: 2px 0 2px 10px;
  border-left: 4px solid #f3852d;
  font-size: 1.8rem;
  font-weight: bold;
}


.top_content .guide_list {
  margin: 0 0 30px;
}

.top_content .guide_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ddd;
}

.top_content .guide_list ul li {
  border-bottom: 1px solid #ddd;
}

.top_content .guide_list ul li.clearfix {
  padding: 10px 3%;
}

.top_content .guide_list ul li>a {
  display: block;
  padding: 10px 3%;
  text-decoration: none;
}

.top_content .guide_list ul li .img {
  float: left;
  width: 90px;
  position: relative;
}

.top_content .guide_list ul li .new {
  width: 38px;
  position: absolute;
  right: 0;
  top: 0;
}

.top_content .guide_list ul li .txt {
  float: right;
  width: calc(100% - 100px);
}

.top_content .guide_list ul li h3 {
  margin: 0 0 3px;
  font-size: 1.3rem;
  font-weight: bold;
}

.top_content .guide_list ul li p {
  font-size: 1.1rem;
}

.top_content .guide_list ul li .txt a {
  display: inline-block;
  padding: 0 0 0 12px;
  margin: 0 0 5px;
  background: url(../../common/img/arw01.png) no-repeat left center;
}

/* お仕事支援・お役立ちコンテンツ */
.top_content .guide_list ul li .time {
  color: #f92e2e;
}

/* 就活・アルバイトで探す */

.top_content .column_list {
  margin: 0 0 30px;
}

.top_content .column_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ddd;
}

.top_content .column_list ul li {
  border-bottom: 1px solid #ddd;
}

.top_content .column_list ul li a {
  display: block;
  padding: 10px 3%;
  text-decoration: none;
}

.top_content .column_list ul li a .img {
  float: left;
  width: 90px;
  position: relative;
}

.top_content .column_list ul li .new {
  width: 38px;
  position: absolute;
  right: 0;
  top: 0;
}

.top_content .column_list ul li a .txt {
  float: right;
  width: calc(100% - 100px);
}

.top_content .column_list ul li h3 {
  margin: 0 0 3px;
  font-size: 1.3rem;
  font-weight: bold;
}

.top_content .column_list ul li p {
  font-size: 1.1rem;
}

.top_content .column_list ul li .time {
  color: #f92e2e;
}

/* modal */

.modal_block {
  margin: 0 auto;
  padding: 30px 6%;
  text-align: left;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
}

.modal_block>ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.modal_block>ul>li {
  display: inline-block;
  width: 49%;
  padding: 4px 6px 4px 20px;
  text-indent: -20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal_block>ul>li input[type="checkbox"] {
  margin: 0 7px 0 0;
  vertical-align: middle;
}

.area_search_block {
  max-height: 360px;
  overflow: auto;
  margin: 0 0 30px 0;
}

.area_search_block table {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 12px;
  font-size: 1.2rem;
}

.area_search_block table tr th,
.area_search_block table tr td {
  display: block;
}

.area_search_block table tr th.sp_trigger {
  padding: 15px 0 15px 4%;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  text-align: left;
  background: #f3f3f3 url(/common/img/bg_ac_open01.png) no-repeat 95% 46%;
}

.area_search_block table tr th.sp_trigger.active {
  background: #f3f3f3 url(/common/img/bg_ac_close02.png) no-repeat 95% 46%;
  border-bottom: 1px dotted #ddd;
}


.area_search_block table tr td {
  border-bottom: 1px solid #ddd;
}

.area_search_block table tr td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.area_search_block table tr td ul li {
  line-height: 1;
  padding: 15px 4%;
  border-bottom: 1px dotted #ddd;
  background: #fff url(/common/img/arw_search.png) no-repeat 96% 46%;
}

.area_search_block table tr td ul li:last-child {
  border-bottom: none;
}

.area_search_block table tr td ul li input {
  margin: 0 5px 0 0;
  vertical-align: middle;
  transform: scale(1.3);
}

.modal_block .send {
  text-align: center;
}

.modal_block .send button,
.modal_block .send a {
  display: inline-block;
  width: 92%;
  padding: 13px 0 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #d37327;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #f3852d url(/common/img/arw08.png) no-repeat 95%;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}


/*トップバナーポップアップ
=======================================================*/
#adBNRarea {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 999;
  transform: translate3d(0, 0, 0);
}

#adBNRimg {
  text-align: center;
  display: none;
  padding: 10px 10px 10px 10px;
}

#adBNRimg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#adBNRimg ul li {
  list-style: none;
}

#adBNRbtn {
  position: absolute;
  right: 0;
  background: #F15A24;
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-decoration: none;
  padding: 7px;
  cursor: pointer;
  top: -35px;
  width: 18px;
}