@media screen and (max-width: 575px) {
  .top_pankuzu {
    display: none;
  }
}

.job_h1 {
  font-weight: 700;
  font-size: 150%;
  margin-bottom: 20px;
}

.job_item_wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.job_item_wrap {
  width: 100%;
}

.job_item_wrap .recruit_post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
  padding: 20px 40px;
  border-radius: 12px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 16%);
}

.cate_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  font-size: 87.5%;
  margin-bottom: 12px;
  width: 100%;
}

.cate_wrap span {
  padding: 4px 20px;
  border-radius: 4px;
  background-color: #DAE9B5;
  color: #414141;
  font-weight: 700;
}

.cate_wrap span.new_arrivals {
  background-color: #FF7600;
  color: #fff;
}

.cate_wrap span.deadline {
  background-color: #FF000A;
  color: #fff;
}

.recruit_post .catch {
  display: none;
}

.recruit_post .catch h2 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 150%;
}

.job_item_wrap .recruit_post .recruit_post_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.job_item_wrap .recruit_post .recruit_post_wrapper .img_photo {
  width: 400px;
  text-align: center;
}

.job_item_wrap .recruit_post .recruit_post_wrapper .note_area {
  width: calc(100% - (400px + 20px));
}

.job_item_wrap .recruit_post .recruit_post_wrapper .img_photo img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  height: auto;
}

.job_item_wrap .recruit_post .recruit_post_wrapper .note_area ul li {
  padding-left: 40px;
  margin-top: 1rem;
  position: relative;
}

.job_item_wrap .recruit_post .recruit_post_wrapper .note_area ul li.desc {
  padding-left: 0;
}

.job_item_wrap .recruit_post .recruit_post_wrapper .note_area ul li:first-child {
  margin-top: 0;
}

.job_item_wrap .recruit_post .recruit_post_wrapper .note_area ul li::before {
  content: '';
  position: absolute;
  background-color: #ADC054;
  left: 0;
  top: 7px;
}

.job_item_wrap .recruit_post .recruit_post_wrapper .note_area ul li.desc::before {
  content: none;
}

.job_item_wrap .recruit_post .recruit_post_wrapper .note_area ul li.area::before {
  width: 12px;
  height: 18px;
  clip-path: path("M.008,16.2H11.992V18H.008ZM6,4.5A1.8,1.8,0,1,0,7.71,6.384c0-.028,0-.056,0-.084A1.763,1.763,0,0,0,6,4.5M6,0a6.12,6.12,0,0,1,6,6.237c0,.066,0,.132-.007.2q0,4.212-5.992,8.865Q.008,10.656.008,6.435A6.12,6.12,0,0,1,5.8.007C5.868,0,5.934,0,6,0");
}

.job_item_wrap .recruit_post .recruit_post_wrapper .note_area ul li.salary::before {
  width: 12px;
  height: 16px;
  clip-path: path("M2.2.509A1.236,1.236,0,0,0,.536.2,1.1,1.1,0,0,0,.158,1.709c.013.022.027.043.041.063l3.559,5.06H1.8a1.14,1.14,0,1,0,0,2.277h3v1.139h-3a1.14,1.14,0,1,0,0,2.277h3V14.8a1.2,1.2,0,0,0,2.4,0V12.529h3a1.14,1.14,0,1,0,0-2.277h-3V9.113h3a1.14,1.14,0,1,0,0-2.277H8.244L11.8,1.772A1.105,1.105,0,0,0,11.524.23L11.465.192A1.242,1.242,0,0,0,9.8.509L6,5.921Z");
}

.job_item_wrap .recruit_post .recruit_post_wrapper .note_area ul li.holiday::before {
  width: 14px;
  height: 14px;
  clip-path: path("M3,.875V1.75H1.5A1.416,1.416,0,0,0,0,3.063V4.375H14V3.063A1.416,1.416,0,0,0,12.5,1.75H11V.875A.943.943,0,0,0,10,0,.943.943,0,0,0,9,.875V1.75H5V.875A.943.943,0,0,0,4,0,.943.943,0,0,0,3,.875ZM14,5.25H0v7.438A1.416,1.416,0,0,0,1.5,14h11A1.416,1.416,0,0,0,14,12.688Z");
}


.job_item_wrap .recruit_post .recruit_post_wrapper .note_area ul li.time::before {
  width: 14px;
  height: 14px;
  clip-path: path("M7,0A7,7,0,1,1,0,7,7,7,0,0,1,7,0ZM6.344,3.281V7a.659.659,0,0,0,.293.547L9.261,9.3A.657.657,0,0,0,9.989,8.2L7.656,6.65V3.281a.656.656,0,0,0-1.312,0Z");
}

.job_item_wrap .recruit_post .btn_wrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.simplefavorite-button,
.simplefavorite-button:active {
  display: block;
  border-radius: 8px;
  padding: 12px 40px;
  border: 2px solid #F0E55D;
  background-color: #fff;
  position: relative;
  width: 220px;
  text-align: center;
  cursor: pointer;
}

.simplefavorite-button::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 14px;
  background-color: #F0E55D;
  clip-path: path("M8.317.492A.926.926,0,0,0,7.1.089a.893.893,0,0,0-.419.4L4.854,4.109l-4.079.58a.881.881,0,0,0-.766.994.867.867,0,0,0,.26.493L3.23,8.994l-.7,3.984a.882.882,0,0,0,.748,1.01.939.939,0,0,0,.578-.091L7.5,12.022,11.146,13.9a.929.929,0,0,0,1.232-.363.846.846,0,0,0,.095-.556l-.7-3.984,2.96-2.819a.851.851,0,0,0,.006-1.237.924.924,0,0,0-.507-.249l-4.082-.58Z");
  top: calc(50% - 7px);
  left: 16px;
  transition: 0.3s;
}

.simplefavorite-button:hover,
.simplefavorite-button.active {
  background-color: #F0E55D;
  opacity: 1;
}

.simplefavorite-button.active:hover {
  background-color: #DED557;
  border-color: #DED557;
}

.simplefavorite-button:hover::before,
.simplefavorite-button.active::before {
  background-color: #fff;
  transform: scale(1.1);
}


.job_item_wrap .job_side .job_search_area {
  background: #F3F7DE;
  border-radius: 12px;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
  padding: 20px;
}

.mobile_btn button {
  display: none;
  border-radius: 4px;
  border: none;
  padding: 12px 40px;
  text-align: center;
  font-size: 112.5%;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  background: linear-gradient(90deg, rgba(107, 165, 175, 1), rgba(112, 188, 112, 1) 50%, rgba(218, 233, 181, 1));
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}

.mobile_btn button::before {
  content: '';
  position: absolute;
  background-color: #fff;
  clip-path: path("M13.212,11.624H12.38l-.3-.284a6.87,6.87,0,1,0-.737.737l.284.3v.832l4.479,4.468a1.11,1.11,0,0,0,1.57-1.569Zm-6.322,0a4.735,4.735,0,1,1,.013,0H6.89Z");
  width: 18px;
  height: 18px;
  left: 20px;
  top: calc(50% - 9px);
  transition: 0.3s;
}

.apply_btn {
  border-radius: 8px;
  border: none;
  padding: 12px 40px;
  font-size: 112.5%;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 220px;
  background: linear-gradient(90deg, rgba(107, 165, 175, 1), rgba(112, 188, 112, 1) 50%, rgba(218, 233, 181, 1));
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}

.apply_btn::before {
  background: linear-gradient(270deg, rgba(107, 165, 175, 1), rgba(112, 188, 112, 1) 50%, rgba(218, 233, 181, 1));
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
}

.apply_btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-color: #fff;
  clip-path: path("M.355,11.855,5.069,6.994.355,2.133a1.278,1.278,0,0,1,0-1.767A1.186,1.186,0,0,1,2.032.33l.036.036L7.645,6.117a1.276,1.276,0,0,1,0,1.767l-5.577,5.75a1.184,1.184,0,0,1-1.674.039l-.039-.039a1.3,1.3,0,0,1,0-1.779");
  right: 16px;
  top: calc(50% - 7px);
  transition: 0.3s;
}

.apply_btn:hover {
  box-shadow: none;
  color: #fff;
}

.apply_btn:hover::before {
  opacity: 1;
}

.apply_btn:hover::after {
  transform: translateX(4px);
}

@media screen and (max-width: 991px) {
  .job_item_wrap .recruit_post .recruit_post_wrapper{
    justify-content: center;
    width: 100%;
    max-width: 400px;
  }
  .job_item_wrap .recruit_post .recruit_post_wrapper .note_area {
    width: 100%;
  }
  .job_item_wrap .recruit_post .recruit_post_wrapper .img_photo{
    width: auto!important;
  }
}


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

  .job_search_area {
    display: none;
  }

  .job_item_wrap .job_side {
    width: 100%;
  }

  .cate_wrap {
    gap: 12px;
  }

  .job_item_wrap .recruit_post {
    padding: 20px;
  }

  .mobile_btn button {
    display: block;
  }

  .job_item_wrap .job_side .filter-block {
    display: flex;
    gap: 8px;
    align-items: center;
  }
}

/* ページネーション */
.Pagination {
  width: 100%;
}

.pagenation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.pagenation ul li .page {
  margin: 0;
}

.pagenation ul li a,
.pagenation ul li span {
  font-family: "Inter", sans-serif;
  text-align: center;
  width: 37px;
  height: 37px;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #ADC054;
  display: block;
  margin: 0;
}

.pagenation ul li a:hover,
.pagenation ul li span.page-current {
  color: #fff;
  background-color: #ADC054;
}

.pagenation ul li a.page-next,
.pagenation ul li a.page-prev {
  font-size: 0;
  position: relative;
}

.pagenation ul li a.page-next::before,
.pagenation ul li a.page-prev::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 14px;
  background-color: #ADC054;
  clip-path: path("M9.3,5.51A1.94,1.94,0,0,1,9.348,8.45c-.014.013-.029.027-.044.04L3.332,13.54A2.152,2.152,0,0,1,.51,13.4a1.7,1.7,0,0,1-.5-1.349V1.95A1.871,1.871,0,0,1,1.839.006,2.133,2.133,0,0,1,3.332.46Z");
  top: calc(50% - 7px);
  left: calc(50% - 5px);
  transition: 0.3s;
}

.pagenation ul li a.page-prev {
  transform: rotate(180deg);
}

.pagenation ul li a.page-next:hover::before {
  transform: translateX(4px);
  background-color: #fff;
}

.pagenation ul li a.page-prev:hover::before {
  transform: rotate(0deg) translateX(4px);
  background-color: #fff;
}