@charset "UTF-8";
@import url('/css/style.css');

.copyright {
  margin-top: 0;
}

.main-results {
  display: flex;
  justify-content: space-between;
  max-width: 1270px;
  margin: auto;
  padding-top: 3rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 1.5rem;
  }
  .main-results {
    padding-top: 1.0rem;
  }
}

/* 検索メニュー */
.aside_sp_on_off {
  display: none;
  width: 95%;
  margin: auto;
  padding: 0 0 0.2rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
}
.aside_sp_on_off span::before {
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(225deg);
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .aside_sp_on_off {
    display: block;
    font-size: 16px;
    background: white;
    color: #000000;
    text-align: left;
  }
  .aside_sp_on_off.clicked span::before {
    transform: rotate(45deg);
  }
  .aside_sp_on_off.clicked + .aside {
    transform: translateX(0);
    background: #5d479e;
    width: 23rem;
    padding: 2.5%;
  }
  /* スライドイン開いている間はbodyのスクロールを無効 */
  body.no-scroll {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .aside_sp_on_off.clicked + .aside {
    width: 100%;
    margin-left: 0;
    overflow-y: scroll;
    height: 87vh;
    padding-bottom: 2rem;
    z-index: 11;
    top: 7rem;
  }
}

.aside {
  width: 17.5rem;
}
@media screen and (max-width: 1100px) {
  .aside {
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .aside {
    position: absolute;
    top: 7.5rem;
    transform: translateX(-19rem);
    transition: 0.3s ease-in-out;
    z-index: 11;
  }
}
.aside input[type='checkbox'] {
  display: none;
}
.aside__inner_keyword,
.aside__inner_button,
.aside__inner_save {
  padding: 1rem 0.5rem 0.5rem;
  margin-bottom: 0.6rem;
  border-radius: 0.3rem;
  background: #faf9f7;
}

.aside__inner_keyword_title,
.aside__inner_save-title {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0 0.5em 1rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .aside__inner_keyword_title,
  .aside__inner_save-title {
    font-size: 12.8px;
  }
}

.aside__inner_save-block {
  padding: 0.7em 0.6em;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.3rem;
  background: #ffffff;
}
.aside__inner_save-block p {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .aside__inner_save-block p {
    font-size: 12.8px;
  }
}
.delete-search-condition-name {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  padding-right: 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .delete-search-condition-name {
    font-size: 12.8px;
  }
}

.search-condition-wrap {
  display: flex;
  flex-wrap: wrap;
}
.delete-search-condition-icon {
  /* content: '×'; */
  color: #ffffff;
  background: #333333;
  font-size: 0.5rem;
  padding: 0.1em 0.3em;
  margin-right: 0.5em;
  border-radius: 50%;
  /* height: 65%; */
  margin-top: 3px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .aside__inner_save-block input:checked + span::before {
    font-size: 8px;
  }
}

.aside__inner_button-title {
  display: flex;
  justify-content: space-between;
}
.aside__inner_button-title p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0 0.5em 1rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .aside__inner_button-title p {
    font-size: 12.8px;
  }
}
.aside__inner_button-title button {
  background: none;
  color: #333333;
  line-height: 1em;
  height: 1em;
  padding-top: 0;
}

.aside__inner_button-block {
  display: flex;
  justify-content: space-between;
}
.aside__inner_button-block button {
  background: #ffffff;
  color: #2c8ce4;
  border: 2px solid #2c8ce4;
  height: 1em;
  padding: 1.3em 0;
  font-size: 0.85rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 48%;
  justify-content: center;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .aside__inner_button-block button {
    font-size: 12.8px;
  }
}

.aside__inner_keyword input[type='text'] {
  width: 100%;
  padding: 0.7em 0.6em;
  border-color: #e0e0e0;
  border-radius: 0.3rem;
}
.aside__inner_keyword hr {
  margin: 1em auto;
  width: 95%;
  border: 1px solid #e0e0e0;
}
.aside__inner_keyword_modal-item {
  margin-bottom: 0.6rem;
  background: #ffffff;
}
.aside__inner_keyword_modal-item:last-child {
  margin-bottom: 0;
}
.aside__inner_keyword_modal-item span {
  font-size: 0.8rem;
  line-height: 1em;
  padding: 1em 1em 1.3em;
  font-weight: bold;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aside__inner_keyword_modal-item span {
    font-size: 12.8px;
  }
}
.aside__inner_keyword_modal-item span::before {
  content: '';
  display: block;
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  border: 2px solid;
  top: 0;
  bottom: 0;
  right: 1.3em;
  margin: auto;
  border-radius: 50%;
  cursor: pointer;
}
.aside__inner_keyword_modal-item span::after {
  content: '+';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.44em;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .aside__inner_keyword_modal-item span::after {
    font-size: 19.2px;
    right: 1.07em;
  }
}
.aside__inner_keyword_modal-item.clicked span::after {
  content: '+';
  width: 0.55em;
  height: 2px;
  top: 0;
  border: 0;
  margin: auto;
  right: 1.45em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .aside__inner_keyword_modal-item.clicked span::after {
    right: 1.08em;
  }
}

.aside__inner_recruitment-item label span {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.4em 0.4em 0.7em 3em;
  position: relative;
  margin-bottom: 0.7rem;
  background: #ffffff;
  position: relative;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .aside__inner_recruitment-item label span {
    font-size: 12.8px;
  }
}
.aside__inner_recruitment-item label span::before {
  content: '';
  position: absolute;
  display: block;
  height: 1.2em;
  width: 1.2em;
  border: 2px solid #333333;
  top: 0;
  bottom: 0;
  left: 1.1em;
  margin: auto;
}
.aside__inner_recruitment-item label input:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.4em;
  height: 0.8em;
  left: 1.6em;
  top: 0.8em;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  transform: rotate(45deg);
}

.aside__inner_keyword_income {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .aside__inner_keyword_income {
    font-size: 12.8px;
  }
}
.aside__inner_keyword_income input[type='text'] {
  width: 68%;
  margin-right: 1em;
}

.aside__inner_keyword-ul-li-content {
  display: none;
}

.clicked .aside__inner_keyword-ul-li-content {
  padding: 0 0.6em;
  display: flex;
  flex-wrap: wrap;
  /* min-height: 3em; */
  margin-bottom: 10px;
}
.clicked .aside__inner_keyword-ul-li-content span {
  font-size: 0;
  padding: 0;
  overflow: hidden;
}
.clicked .aside__inner_keyword-ul-li-content span::after {
  content: none;
}
.clicked .aside__inner_keyword-ul-li-content input:checked + span {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  padding-right: 0.5em;
  margin: 1px;
}
@media screen and (max-width: 767px) {
  .clicked .aside__inner_keyword-ul-li-content input:checked + span {
    font-size: 12.8px;
  }
}
.clicked .aside__inner_keyword-ul-li-content input:checked + span::before {
  content: '×';
  color: #ffffff;
  background: #333333;
  font-size: 0.5rem;
  padding: 0.1em 0.3em;
  margin-right: 0.5em;
  border-radius: 50%;
  position: static;
  border: none;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .clicked .aside__inner_keyword-ul-li-content input:checked + span::before {
    font-size: 8px;
  }
}
.clicked .aside__inner_keyword-ul-li-content input:checked + span::after {
  content: none;
}

/* aside ラジオボタン */
.aside__inner-environment-blok {
  background: #FFFFFF;
  border-radius: 0.3rem;
  padding: 1rem 0.5rem 0.5rem;
}
.aside__inner-environment-blok-main-title {
  font-size: 0.8rem;
  font-weight: bold;
}
.aside__inner-environment-blok-list {
  display: grid;
  padding-top: 10px;
}
.aside__inner-environment-blok-title {
  font-size: 0.8rem;
  font-weight: bold;
}
.aside__inner-environment-blok-input {
  font-size: 0.8rem;
  display: grid;
}

.search__list {
  max-width: calc(97% - 17.5rem);
  width: 100%;
}
.search-list__off-inner {
  margin-top: 10%;
  text-align: center;
  font-size: 16px;
  font-family: 'Noto Sans JP';
}
@media screen and (max-width: 1100px) {
  .search__list {
    max-width: calc(94% - 17.5rem);
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .search__list {
    max-width: none;
    width: 95%;
    margin: auto;
  }
}
.search__list-title {
  padding: 2rem 0 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .search__list-title {
    font-size: 19.2px;
  }
}

.search__list-inner-ul-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li {
    padding: 1rem 0 0;
  }
}
.search__list-inner-ul-li img {
  width: 32.5%;
  max-height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}
.apply__inner-button_favorite_done span img,
.interested-list__inner-ul-li-button_interested span img {
  width: 1.6em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .apply__inner-button_favorite_done span img,
  .interested-list__inner-ul-li-button_interested span img {
    padding: 0;
  }
}
.search__list-inner-ul-li:first-child {
  border-top: 7px solid #5e479f;
}
.search__list-inner-ul-li-right {
  width: 100%;
}

.search__list-inner-ul-li:first-child .search__list-inner-ul-li-right-list {
  padding-bottom: 0;
}
.search__list-inner-ul-li-right-div {
  width: 66%;
}
@media screen and (max-width: 1100px) {
  .search__list-inner-ul-li-right-div {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right-div {
    width: 100%;
  }
}
/* .search__list-inner-ul-li:nth-child(n + 3) img {
  display: none;
} */
.search__list-inner-ul-li:nth-child(n + 3)
  .interested-list__inner-ul-li-button_interested
  span
  img {
  display: inherit;
  margin-right: 0.5em;
}

.search__list-inner-ul-li-text {
  line-height: 1em;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  padding-bottom: 1.3rem;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-text {
    padding: 0 1rem 1.3rem;
    font-size: 12.8px;
  }
}

.search__list-inner-ul-li-text-icon {
  color: #ffffff;
  display: inline-block;
  background: #f2c94c;
  padding: 0.3em 1.1em;
  margin-right: 2em;
}

.search__list-inner-ul-li-text-dete {
  color: #999999;
}

@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right {
    padding: 0 1rem;
  }
}
.search__list-inner-ul-li-right-title h2 {
  font-size: 1.3rem;
  line-height: 1em;
  padding-bottom: 0.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right-title h2 {
    font-size: 19.2px;
    line-height: 1.2em;
  }
}

.search__list-inner-ul-li-right-title-text {
  font-size: 1rem;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right-title-text {
    font-size: 16px;
  }
}

.search__list-inner-ul-li-right-img {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right-img {
    display: block;
    padding: 2rem 0;
  }
}
.search__list-inner-ul-li-right-img img {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right-img img {
    width: 100%;
  }
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.search__list-inner-ul-li-right-company-list {
  padding: 0.4em 0 0.6em;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: wrap; /* 改行を許可 */
  gap: 0.2em; /* タグ間のスペースを調整 */
}
.search__list-inner-ul-li-right-company-list span {
  font-size: 0.7rem;
  padding: 0.2em 0.6em;
  display: block;
  margin-right: 1em;
  margin-top: 0.5em;
  background: #e7f0f8;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right-company-list span {
    font-size: 10px;
  }
}

.search__list-inner-ul-li-right-list {
  padding: 0.6rem 0;
  display: inline-block;
}
.search__list-inner-ul-li-right-list li {
  font-size: 0.9em;
  margin: 0 1em 0.6em 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right-list li {
    font-size: 14.4px;
  }
}
.search__list-inner-ul-li-right-list li span {
  font-size: 0.8rem;
  padding: 0.5em 0;
  width: 7em;
  display: inline-block;
  text-align: center;
  margin-right: 1em;
  line-height: 1em;
  color: #ffffff;
  background: #4ecdc4;
  border-radius: 0.2rem;
  min-width: 7em;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right-list li span {
    font-size: 12.8px;
  }
}

.search__list-inner-ul-li-right-list_skills {
  font-size: 0.9em;
  margin: 0 1em 0.6em 0;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right-list_skills {
    font-size: 14.4px;
  }
}
.search__list-inner-ul-li-right-list_skills span {
  font-size: 0.8rem;
  padding: 0.5em 0;
  width: 7em;
  display: inline-block;
  text-align: center;
  margin-right: 1em;
  line-height: 1em;
  color: #ffffff;
  background: #4ecdc4;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-right-list_skills span {
    font-size: 12.8px;
  }
}

/* 詳細を見るボタン */
.search__list-inner-ul-li-button {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  background: #faf9f7;
  display: flex;
  justify-content: center;
  position: relative;
}
.search__list-inner-ul-li-button button {
  width: 100%;
  display: inline-block;
}

.search__list-inner-ul-li-button button {
  padding: 0.8em 0;
  width: 18.5em;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-button {
    padding: 1rem;
  }
}

/* 締め切り間近通知 */

.search__list-inner-ul-li-button .near-deadline {
  position: absolute;
  font-size: 0.9rem;
  left: 24px;
}
.search__list-inner-ul-li-button .near-deadline span {
  font-size: 1.3rem;
  color: #FF0000;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .search__list-inner-ul-li-button .near-deadline {
    display: none;
  }
}

/* 締め切り間近通知 end */
.search__list-inner-ul-li-button_interested {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  margin-left: 1em;
}
.search__list-inner-ul-li-button_interested span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.search__list-inner-ul-li-button_interested span img {
  width: 1.6em;
}

button.search__list-inner_button {
  display: flex;
  justify-content: center;
  margin: 3rem auto 0;
  color: #2c8ce4;
  border: 2px solid;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.7em 0;
  width: 27rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  button.search__list-inner_button {
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .freeze {
    overflow: hidden;
  }
} /*# sourceMappingURL=search-list.css.map */

.search__result {
  display: flex;
  justify-content: left;
  padding-bottom: 22px;
}

.normal-font {
  font-size: 23px;
  padding-top: 5px;
}

.normal-font-display {
  padding-left: 18px;
  padding-top: 8px;
  font-size: 18px;
  font-weight: 100;
}

.hit-number {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: red;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.purple-line {
  width: 8px;
  height: 50px;
  background: #5d479e;
}

.title {
  display: flex;
  align-items: center;
  justify-content: left;
  color: #333333;
  padding-bottom: 22px;
}

.title-text {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  display: flex;
  flex-direction: row;
}

.title-text-first {
  padding-left: 18px;
}

.title-text-second {
  padding-top: 14px;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  min-width: 175px;
}

@media screen and (max-width: 900px) {
  .title {
    font-size: medium;
    font-weight: 100;
  }
  .title-text {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
  }
  .title-text-first {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.5rem;
  }
  .title-text-second {
    font-size: medium;
    font-weight: 700;
    padding-top: 0;
  }
}

.pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #6f42c1;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  color: #6f42c1;
  font-family: Arial, sans-serif;
  font-weight: 100;
  transition: background-color 0.3s;
}

.page-item:hover {
  background-color: #f0f0f0;
}

.page-item.active {
  background-color: #e6eaff;
}

.custom-select {
  width: 210px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  cursor: pointer;
  height: 44px;
  display: flex;
}

.down-arrow {
  width: 20px;
  height: 20px;
  padding-top: 6px;
}

.pagination-container {
  padding-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .pagination-container {
    flex-direction: column;
  }
}
.apply__inner-button_favorite_done {
  background: #ff6b6b;
  border: 1px solid #bdbdbd;
  margin-left: 1em;
}
.apply__inner-button_favorite_done span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.interested-list__inner-ul-li-button_interested {
  background: #ffffff;
  border: 2px solid #bdbdbd;
  margin-left: 1em;
}
.interested-list__inner-ul-li-button_interested span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.interested-list__inner-ul-li-button_interested.expired {
  border: 1px solid #E0E0E0;
  background: #E0E0E0;
  cursor: default;
}
.interested-list__inner-ul-li-button_interested.expired span {
  color: #fff;
}
.apply__inner-button_favorite_done span img,
.interested-list__inner-ul-li-button_interested span img {
  width: 1.6em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .apply__inner-button_favorite_done span img,
  .interested-list__inner-ul-li-button_interested span img {
    padding: 0;
    width: 21px;
    height: 21px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.search__list-inner-ul-li-right-img-inner {
  width: 100%;
}

.width100p {
  width: 100%;
}

.results-nav-pager-footer {
  justify-content: center !important;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .results-page-search-result > * {
    width: 100%;
  }
  .results-nav-pager-ul {
    order: 3;
  }
  .results-nav-pager-sort-wrapper {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .results-page-search-result {
    display: flex;
    flex-direction: column;
  }
}
.results-nav-pager-ul {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .results-nav-pager-ul {
    width: 100%;
    margin-top: 1rem;
    margin: 1rem auto 0;
    justify-content: center;
  }
}

.detail-button {
  height: 100%;
}

.search-title {
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.input-display-none {
  display: none;
}

/* ===== 検索モーダル ===== */
.modal {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;  
  top: 50%; 
  left: 50%;  
  transform: translate(-50%, -50%); 
  z-index: 13; 
}
#modalContainer {
  display: none;  
  position: fixed;  
  top: 50%; 
  left: 50%;  
  transform: translate(-50%, -50%); 
  z-index: 13;  
}
#modalOverlay {
  display: none;  
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 12;  
}
/* ===== 職種で探すモーダル ===== */
/* PC版 */
.occupation-modal_pc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 630px;
}
.occupation-modal__inner {
  width: 960px;
  padding: 24px;
  border-radius: 10px;
  background: #E9EEF8;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .occupation-modal__inner {
    width: 660px;
  }
}
@media screen and (max-width: 767px) {
  .occupation-modal_pc {
    display: none;
  }
}

/* ヘッダー */
.occupation-modal__header {
  padding-bottom: 8px;
  border-bottom: 1px solid #878787;
  display: flex;
  align-items: center;
  gap: 10px;
}
.occupation-modal__header h2 {
  font-size: 24px;
  font-weight: 600;
}
.occupation-modal__header img {
  width: 19px;
  height: 17px;
}
.occupation-modal__header_icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F2C94C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.occupation-modal__close-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4f4f4f;
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: absolute;
  top: -4%;
  right: -2.7%;
  font-size: 20px;
  font-weight: 700;
  padding-right: 7px;
}

/* ボディ */
.occupation-modal__body {
  display: flex;
  gap: 24px;
}
/* ボディ(左側) */
.occupation-modal__body_left-block {
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.occupation-modal__body_left-block_header,
.occupation-modal__body_right-block_header {
  border-radius: 4px;
  padding: 10px;
  background: linear-gradient(90deg, #4D649F 0%, #5E479F 100%),
  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  text-align: center;
}
.occupation-modal__body_left-block_header p,
.occupation-modal__body_right-block_header p {
  font-weight: 600;
  color: #ffffff;
}
.occupation-modal__body_left-block_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  height: 329px;
}
.occupation-modal__body_left-block_list-item {
  border-radius: 4px;
  padding: 6px 28px 6px 12px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.occupation-modal__body_left-block_list-item.selected {
  background: #D5D5D5;
}
.occupation-modal__body_left-block_list-item.selected::before {
  content: '選択中';
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 22%;
  right: 7%;
}
.occupation-modal__body_left-block_list-item::after {
  content: '';
  border-top: 2px solid #5D479E;
  border-right: 2px solid #5D479E;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 4%;
}
.occupation-modal__body_left-block_list-item:hover {
  background: #F2C94C;
}
.occupation-modal__body_left-block_list-item span {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 22%;
  right: 8%;
}
.occupation-modal__body_left-block_list-item p {
  font-size: 14px;
  font-weight: 600;
  color: #5D479E;
  pointer-events: none;
}
.occupation-modal__body_left-block_list-item:hover p {
  color: #333;
}

@media screen and (max-width: 1100px) {
  .occupation-modal__body_left-block_list-item.selected::before {
    display: none;
  }
}

/* ボディ(右側) */
.occupation-modal__body_right-block {
  width: 508px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.occupation-modal__body_right-block_body {
  display: none;
}
.occupation-modal__body_right-block_body.selected {
  display: block;
  overflow-y: auto;
  height: 329px;
}
.occupation-modal__body_right-block_default {
  height: 329px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 4px;
}
.occupation-modal__body_right-block_default p {
  color: #878787;
  font-weight: 600;
}
.occupation-modal__body_right-block_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.occupation-modal__body_right-block_list-item {
  font-weight: 600;
  border-radius: 4px;
  height: 33px;
  padding: 4px 12px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.occupation-modal__body_right-block_list-item.checked {
  background: #FEE69F;
}
.occupation-modal__body_right-block_list-item:hover {
  background: #FEE69F;
}
.occupation-modal__body_right-block_list-select-all {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}
.select-all-checkbox {
  margin-top: 6px;
}
.occupation-modal__body_right-block_body label {
  display: flex;
  gap: 5px;
  cursor: pointer;
}

/* フッター */
.occupation-modal__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.occupation-modal__footer p {
  font-size: 14px;
  font-weight: 600;
  color: #878787;
}
.occupation-modal__footer span {
  font-size: 24px;
  font-weight: 600;
  color: #5D479E;
  margin: 0 3px;
}
.occupation-modal__footer_submit-button {
  width: 380px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}
.occupation-modal__footer_submit-button.disabled{
  background: #E0E0E0;
  cursor: default;
  pointer-events: none;
}
.occupation-modal__footer_clear-all {
  cursor: pointer;
}

/* SP版 */
.occupation-modal_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .occupation-modal_sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .occupation-modal_sp__inner {
    width: 355px;
    height: 95vh;
    padding: 30px 15px 15px;
    border-radius: 6px;
    background: #E9EEF8;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    overflow: hidden;
  }

  /* ヘッダー */
  .occupation-modal_sp__header {
  padding-bottom: 8px;
  border-bottom: 1px solid #878787;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  }
  .occupation-modal_sp__header h2 {
    font-size: 20px;
    font-weight: 600;
    margin-right: 31px;
  }
  .occupation-modal_sp__header img {
    width: 19px;
    height: 17px;
  }
  .occupation-modal_sp__header_icon-wrap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F2C94C;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .occupation-modal_sp__close-button {
    position: absolute;
    top: 0;
    right: 2%;
    font-size: 27px;
    font-weight: 700;
  }

  /* ボディ */
  .occupation-modal_sp__body {
    overflow-y: auto;
    height: calc(100% - 100px);
  }
  .occupation-modal_sp__body::-webkit-scrollbar {
    display: none; /* スクロールバーを非表示 */
  }
  .occupation-modal_sp__body_list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
  }
  .occupation-modal_sp__body_list-item {
    border-radius: 4px;
    padding: 10px 6px;
    padding-right: 25px;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .occupation-modal_sp__body_list-item p {
    margin: 0;
  }
  .occupation-modal_sp__body_list-item span {
    opacity: 0;
    visibility: hidden;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    transition: opacity 0.3s ease;
  }
  .occupation-modal_sp__body_list-item.selected span {
    opacity: 1;
    visibility: visible;
  }
  .occupation-modal_sp__body_list-item.selected {
    background: #D5D5D5;
  }
  .occupation-modal_sp__body_list-item::after {
    content: '';
    border-top: 2px solid #5D479E;
    border-right: 2px solid #5D479E;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 3%;
    transition: transform 0.3s ease;
  }
  .occupation-modal_sp__body_list-item.clicked::after {
    transform: rotate(135deg);
  }
  .occupation-modal_sp__body_list-item:hover {
    background: #F2C94C;
  }
  .occupation-modal_sp__body_list-item p {
    font-size: 13px;
    font-weight: 600;
    color: #5D479E;
    pointer-events: none;
  }
  .occupation-modal_sp__body_list-item-children {
    border-radius: 6px;
    padding: 0 15px;
    background: #E6E6E6;
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .occupation-modal_sp__body_list-item-children.is-children-open {
    max-height: 800px;
    padding: 10px 15px;
    overflow-y: auto;
  }
  .occupation-modal_sp__body_list-item-children.is-children-open::-webkit-scrollbar {
    display: none; /* スクロールバーを非表示 */
  }
  .occupation-modal_sp__body_list-item-children_select-all > label {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 5px;
  }
  input[type='checkbox'] {
    background-color: #d5d5d5;
  }
  .select-all-checkbox {
    margin-top: 2px;
  }
  .occupation-modal_sp__body_list-item-children-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .occupation-modal_sp__body_list-item-children-item {
    padding: 6px;
    border-radius: 4px;
    background: #ffffff;
  }
  .occupation-modal_sp__body_list-item-children-item.checked {
    background: #FEE69F;
  }
  .occupation-modal_sp__body_list-item-children-item > label {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  /* フッター */
  .occupation-modal_sp__footer {
    background: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .occupation-modal_sp__footer_clear-button {
    width: 80px;
    height: 40px;
    border-radius: 4px;
    padding: 10px;
    background: #D5D5D5;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .occupation-modal_sp__footer_submit-button {
    width: 250px;
    height: 40px;
    border-radius: 4px;
    padding: 0 20px;
    background: #2c8ce4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .occupation-modal_sp__footer_submit-button::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    color: #ffffff;
    position: absolute;
    top: 40%;
    right: 5%;
  }
  .occupation-modal_sp__footer_submit-button span {
    font-size: 20px;
    margin: 0 5px 1px;
  }
}
/* ===== 職種で探すモーダル end ===== */
/* ===== 業種で探すモーダル ===== */
/* PC版 */
.industry-modal_pc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 630px;
}
.industry-modal__inner {
  width: 960px;
  padding: 24px;
  border-radius: 10px;
  background: #E9EEF8;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .industry-modal__inner {
    width: 660px;
  }
}
@media screen and (max-width: 767px) {
  .industry-modal_pc {
    display: none;
  }
}

/* ヘッダー */
.industry-modal__header {
  padding-bottom: 8px;
  border-bottom: 1px solid #878787;
  display: flex;
  align-items: center;
  gap: 10px;
}
.industry-modal__header h2 {
  font-size: 24px;
  font-weight: 600;
}
.industry-modal__header img {
  width: 19px;
  height: 17px;
}
.industry-modal__header_icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F2C94C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-modal__close-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4f4f4f;
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: absolute;
  top: -4%;
  right: -2.7%;
  font-size: 20px;
  font-weight: 700;
  padding-right: 7px;
}

/* ボディ */
.industry-modal__body {
  display: flex;
  gap: 24px;
}
/* ボディ(左側) */
.industry-modal__body_left-block {
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.industry-modal__body_left-block_header,
.industry-modal__body_right-block_header {
  border-radius: 4px;
  padding: 10px;
  background: linear-gradient(90deg, #4D649F 0%, #5E479F 100%),
  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  text-align: center;
}
.industry-modal__body_left-block_header p,
.industry-modal__body_right-block_header p {
  font-weight: 600;
  color: #ffffff;
}
.industry-modal__body_left-block_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  height: 329px;
}
.industry-modal__body_left-block_list-item {
  border-radius: 4px;
  padding: 6px 28px 6px 12px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.industry-modal__body_left-block_list-item.selected {
  background: #D5D5D5;
}
.industry-modal__body_left-block_list-item.selected::before {
  content: '選択中';
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 22%;
  right: 7%;
}
.industry-modal__body_left-block_list-item::after {
  content: '';
  border-top: 2px solid #5D479E;
  border-right: 2px solid #5D479E;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 4%;
}
.industry-modal__body_left-block_list-item:hover {
  background: #F2C94C;
}
.industry-modal__body_left-block_list-item span {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 22%;
  right: 8%;
}
.industry-modal__body_left-block_list-item p {
  font-size: 14px;
  font-weight: 600;
  color: #5D479E;
  pointer-events: none;
}
.industry-modal__body_left-block_list-item:hover p {
  color: #333;
}

@media screen and (max-width: 1100px) {
  .industry-modal__body_left-block_list-item.selected::before {
    display: none;
  }
}

/* ボディ(右側) */
.industry-modal__body_right-block {
  width: 508px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.industry-modal__body_right-block_body {
  display: none;
}
.industry-modal__body_right-block_body.selected {
  display: block;
  overflow-y: auto;
  height: 329px;
}
.industry-modal__body_right-block_default {
  height: 329px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 4px;
}
.industry-modal__body_right-block_default p {
  color: #878787;
  font-weight: 600;
}
.industry-modal__body_right-block_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.industry-modal__body_right-block_list-item {
  font-weight: 600;
  border-radius: 4px;
  height: 33px;
  padding: 4px 12px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.industry-modal__body_right-block_list-item.checked {
  background: #FEE69F;
}
.industry-modal__body_right-block_list-item:hover {
  background: #FEE69F;
}
.industry-modal__body_right-block_list-select-all {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}
.select-all-checkbox {
  margin-top: 6px;
}
.industry-modal__body_right-block_body label {
  display: flex;
  gap: 5px;
  cursor: pointer;
}

/* フッター */
.industry-modal__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.industry-modal__footer p {
  font-size: 14px;
  font-weight: 600;
  color: #878787;
}
.industry-modal__footer span {
  font-size: 24px;
  font-weight: 600;
  color: #5D479E;
  margin: 0 3px;
}
.industry-modal__footer_submit-button {
  width: 380px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}
.industry-modal__footer_submit-button.disabled{
  background: #E0E0E0;
  cursor: default;
  pointer-events: none;
}
.industry-modal__footer_clear-all {
  cursor: pointer;
}

/* SP版 */
.industry-modal_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .industry-modal_sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .industry-modal_sp__inner {
    width: 355px;
    height: 95vh;
    padding: 30px 15px 15px;
    border-radius: 6px;
    background: #E9EEF8;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    overflow: hidden;
  }

  /* ヘッダー */
  .industry-modal_sp__header {
  padding-bottom: 8px;
  border-bottom: 1px solid #878787;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  }
  .industry-modal_sp__header h2 {
    font-size: 20px;
    font-weight: 600;
    margin-right: 31px;
  }
  .industry-modal_sp__header img {
    width: 19px;
    height: 17px;
  }
  .industry-modal_sp__header_icon-wrap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F2C94C;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .industry-modal_sp__close-button {
    position: absolute;
    top: 0;
    right: 2%;
    font-size: 27px;
    font-weight: 700;
  }

  /* ボディ */
  .industry-modal_sp__body {
    overflow-y: auto;
    height: calc(100% - 100px);
  }
  .industry-modal_sp__body::-webkit-scrollbar {
    display: none; /* スクロールバーを非表示 */
  }
  .industry-modal_sp__body_list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
  }
  .industry-modal_sp__body_list-item {
    border-radius: 4px;
    padding: 10px 6px;
    padding-right: 25px;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .industry-modal_sp__body_list-item p {
    margin: 0;
  }
  .industry-modal_sp__body_list-item span {
    opacity: 0;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .industry-modal_sp__body_list-item.selected span {
    opacity: 1;
    visibility: visible;
  }
  .industry-modal_sp__body_list-item.selected {
    background: #D5D5D5;
  }
  .industry-modal_sp__body_list-item::after {
    content: '';
    border-top: 2px solid #5D479E;
    border-right: 2px solid #5D479E;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 3%;
    transition: transform 0.3s ease;
  }
  .industry-modal_sp__body_list-item.clicked::after {
    transform: rotate(135deg);
  }
  .industry-modal_sp__body_list-item:hover {
    background: #F2C94C;
  }
  .industry-modal_sp__body_list-item p {
    font-size: 13px;
    font-weight: 600;
    color: #5D479E;
    pointer-events: none;
  }
  .industry-modal_sp__body_list-item-children {
    border-radius: 6px;
    padding: 0 15px;
    background: #E6E6E6;
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .industry-modal_sp__body_list-item-children.is-children-open {
    max-height: 800px;
    padding: 10px 15px;
    overflow-y: auto;
  }
  .industry-modal_sp__body_list-item-children.is-children-open::-webkit-scrollbar {
    display: none; /* スクロールバーを非表示 */
  }
  .industry-modal_sp__body_list-item-children_select-all > label {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 5px;
  }
  input[type='checkbox'] {
    background-color: #d5d5d5;
  }
  .select-all-checkbox {
    margin-top: 2px;
  }
  .industry-modal_sp__body_list-item-children-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .industry-modal_sp__body_list-item-children-item {
    padding: 6px;
    border-radius: 4px;
    background: #ffffff;
  }
  .industry-modal_sp__body_list-item-children-item.checked {
    background: #FEE69F;
  }
  .industry-modal_sp__body_list-item-children-item > label {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  /* フッター */
  .industry-modal_sp__footer {
    background: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .industry-modal_sp__footer_clear-button {
    width: 80px;
    height: 40px;
    border-radius: 4px;
    padding: 10px;
    background: #D5D5D5;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .industry-modal_sp__footer_submit-button {
    width: 250px;
    height: 40px;
    border-radius: 4px;
    padding: 0 20px;
    background: #2c8ce4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .industry-modal_sp__footer_submit-button::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    color: #ffffff;
    position: absolute;
    top: 40%;
    right: 5%;
  }
  .industry-modal_sp__footer_submit-button span {
    font-size: 20px;
    margin: 0 5px 1px;
  }
}
/* ===== 業種で探すモーダル end ===== */
/* ===== 勤務地で探すモーダル ===== */
/* PC版 */
.area-modal_pc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-modal__inner {
  width: 960px;
  padding: 10px 24px;
  border-radius: 10px;
  background: #E9EEF8;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .area-modal__inner {
    width: 660px;
  }
}
@media screen and (max-width: 767px) {
  .area-modal_pc {
    display: none;
  }
}

/* ヘッダー */
.area-modal__header {
  padding-bottom: 8px;
  border-bottom: 1px solid #878787;
  display: flex;
  align-items: center;
  gap: 10px;
}
.area-modal__header h2 {
  font-size: 24px;
  font-weight: 600;
}
.area-modal__header img {
  width: 19px;
  height: 17px;
}
.area-modal__header_icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F2C94C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-modal__close-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4f4f4f;
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: absolute;
  top: -4%;
  right: -2.7%;
  font-size: 20px;
  font-weight: 700;
  padding-right: 7px;
}

/* ボディ */
.area-modal__body {
  display: flex;
  gap: 24px;
}
/* ボディ(左側) */
.area-modal__body_left-block {
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.area-modal__body_left-block_header,
.area-modal__body_right-block_header {
  border-radius: 4px;
  padding: 5px 10px;
  background: linear-gradient(90deg, #4D649F 0%, #5E479F 100%),
  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  text-align: center;
}
.area-modal__body_left-block_header p,
.area-modal__body_right-block_header p {
  font-weight: 600;
  color: #ffffff;
}
.area-modal__body_left-block_map {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  position: relative;
}
.area-modal__body_left-block_map-button {
  padding: 4px 8px;
  border-radius: 4px;
  background: #ffffff;
  color: #5D479E;
  font-size: 14px;
  font-weight: 600;
  border: none;
  position: absolute;
}
#mapButtonHokkaido {
  top: 0;
  right: 0;
}
#mapButtonTohoku {
  top: 35%;
  right: 18%;
}
#mapButtonKoshinetsuHokuriku {
  top: 35%;
  right: 46%;
}
#mapButtonKanto {
  top: 55%;
  right: 18%;
}
#mapButtonTokai {
  top: 75%;
  right: 25%;
}
#mapButtonKansai {
  top: 85%;
  right: 40%;
}
#mapButtonChugoku {
  top: 55%;
  right: 63%;
}
#mapButtonShikoku {
  top: 90%;
  right: 55%;
}
#mapButtonKyushu {
  top: 68%;
  left: 0;
}
#mapButtonKaigai {
  top: 0;
  left: 0;
}
.area-modal__body_left-block_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
}
@media (max-height: 900px) {
  /* 高さが900px以下の場合のスタイル */
  .area-modal__body_left-block_list {
    display: none;
  }
}
.area-modal__body_left-block_list-item {
  border-radius: 4px;
  padding: 3px 28px 3px 12px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
  display: flex;
}
.area-modal__body_left-block_list-item.selected {
  background: #D5D5D5;
}
.area-modal__body_left-block_list-item::before {
  content: '選択中';
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 20%;
  right: 8%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.area-modal__body_left-block_list-item.selected::before {
  opacity: 1;
}
.area-modal__body_left-block_list-item::after {
  content: '';
  border-top: 2px solid #5D479E;
  border-right: 2px solid #5D479E;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 4%;
}
.area-modal__body_left-block_list-item:hover {
  background: #F2C94C;
}
.area-modal__body_left-block_list-item p {
  font-size: 14px;
  font-weight: 600;
  color: #5D479E;
  pointer-events: none;
  display: contents
}
.area-modal__body_left-block_list-item span {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 22%;
  right: 8%;
}
.area-modal__body_left-block_list-item:hover p {
  color: #333;
}

@media screen and (max-width: 1100px) {
  .area-modal__body_left-block {
    min-width: 250px;
  }
  #mapButtonHokkaido {
    display: none;      
  }
  #mapButtonTohoku {
    display: none;      
  }
  #mapButtonKoshinetsuHokuriku {
    display: none;      
  }
  #mapButtonKanto {
    display: none;      
  }
  #mapButtonTokai {
    display: none;      
  }
  #mapButtonKansai {
    display: none;      
  }
  #mapButtonChugoku {
    display: none;      
  }
  #mapButtonShikoku {
    display: none;      
  }
  #mapButtonKyushu {
    display: none;    
  }
  #mapButtonKaigai {
    display: none;      
  }
  .area-modal__body_left-block_list-item.selected::before {
    display: none;
  }
}

/* ボディ(右側) */
.area-modal__body_right-block {
  width: 508px;
  height: 630px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-height: 900px) {
  /* 高さが900px以下の場合のスタイル */
  .area-modal__body_right-block {
    height: 300px;
  }
}
.area-modal__body_right-block_body {
  display: none;
}
.area-modal__body_right-block_body.selected {
  display: block;
  overflow-y: auto;
  height: 630px;
}
.area-modal__body_right-block_default {
  height: 590px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 4px;
}
@media (max-height: 900px) {
  /* 高さが900px以下の場合のスタイル */
  .area-modal__body_right-block_default {
    height: 300px;
  }
}
.area-modal__body_right-block_default p {
  color: #878787;
  font-weight: 600;
}
.area-modal__body_right-block_list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.area-modal__body_right-block_list-item {
  font-weight: 600;
  border-radius: 4px;
  height: 33px;
  padding: 4px 12px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.area-modal__body_right-block_list-item span {
  /* opacity: 0; */
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 22%;
  right: 8%;
  transition: opacity 0.3s ease;
}
.area-modal__body_right-block_list-item.selected span {
  opacity: 1;
}
.area-modal__body_right-block_list-item.checked {
  background: #FDDEDE;
}
.area-modal__body_right-block_list-item::before {
  content: '';
  border-bottom: 2px solid #2C8CE4;
  width: 14px;
  position: absolute;
  top: 47%;
  right: 3%;
  transition: transform 0.3s ease;
}
.area-modal__body_right-block_list-item::after {
  content: '';
  border-right: 2px solid #2C8CE4;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 21px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.area-modal__body_right-block_list-item.checked::before {
  transform: rotate(180deg);
}
.area-modal__body_right-block_list-item.checked::after {
  transform: rotate(180deg);
  opacity: 0;
}
.area-modal__body_right-block_list-item:hover {
  background: #FDDEDE;
}
.area-modal__body_right-block_body input[type='checkbox'] {
  appearance: none;
  min-width: 18px;
  height: 18px;
  background-color: #e0e0e0;
  position: relative;
  cursor: pointer;
}
.area-modal__body_right-block_body input[type='checkbox']:checked,
.area-modal_sp__body_slidein-area-list-item_pref-list-item input[type='checkbox']:checked,
.area-modal_sp__body_slidein-area-list-item_pref-list-item-accordion input[type='checkbox']:checked {
  background-color: #FFC8C8;
}
.area-modal__body_right-block_body input[type='checkbox']::before {
  content: '';
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 6px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 16%;
  right: 33%;
}
.area-modal__body_right-block_body input[type='checkbox']:checked::before,
.area-modal_sp__body_slidein-area-list-item_pref-list-item input[type='checkbox']:checked::before,
.area-modal_sp__body_slidein-area-list-item_pref-list-item-accordion input[type='checkbox']:checked::before {
  border-bottom: 2px solid #FF6B6B;
  border-right: 2px solid #FF6B6B;
}
.select-all-checkbox {
  margin-top: 4px;
}
.area-modal__body_right-block_body label {
  display: flex;
  gap: 5px;
  cursor: pointer;
}
.area-modal__body_right-block_list-item_cities-list-wrap {
  border-radius: 6px;
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.area-modal__body_right-block_list-item_cities-list-wrap.is-list-open {
  max-height: max-content;
  border: 1px solid #D5D5D5;
}
.area-modal__body_right-block_list-item_cities-list-wrap label.checked {
  color: #FF6B6B;
}
.area-modal__body_right-block_list-item_cities-list-wrap_select-all {
  display: flex;
  align-items: center;
}
.area-modal__body_right-block_list-item_cities-list-wrap_select-all label {
  font-weight: 600;
  margin-left: 22px;
  padding: 5px 0;
}
.area-modal__body_right-block_list-item_cities-list-devider {
  border-top: 1px solid #D5D5D5;
}
.area-modal__body_right-block_list-item_cities-list {
  padding: 10px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.area-modal__body_right-block_list-item_cities-list-item label {
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 141px;
}

@media screen and (max-width: 1100px) {
  .area-modal__body_right-block_list-item::after {
    right: 16px;
  }
  .area-modal__body_right-block_list-item_cities-list-item label {
    width: 129px;
  }
}

.tokyo-separator {
  border-top: 1px solid #ccc; /* 区切り線の色 */
  margin: 10px 0; /* 上下の余白 */
  width: 100%; /* 幅を調整 */
}

/* フッター */
.area-modal__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.area-modal__footer p {
  font-size: 14px;
  font-weight: 600;
  color: #878787;
}
.area-modal__footer span {
  font-size: 24px;
  font-weight: 600;
  color: #5D479E;
  margin: 0 3px;
}
.area-modal__footer_submit-button {
  width: 380px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}
.area-modal__footer_submit-button.disabled{
  background: #E0E0E0;
  cursor: default;
  pointer-events: none;
}
.area-modal__footer_clear-all {
  cursor: pointer;
}

/* SP版 */
.area-modal_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .area-modal_sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .area-modal_sp__inner {
    width: 355px;
    height: 95vh;
    padding: 30px 15px 15px;
    border-radius: 6px;
    background: #E9EEF8;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
  }

  /* ヘッダー */
  .area-modal_sp__header {
  padding-bottom: 8px;
  border-bottom: 1px solid #878787;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  }
  .area-modal_sp__header h2 {
    font-size: 20px;
    font-weight: 600;
    margin-right: 31px;
  }
  .area-modal_sp__header img {
    width: 19px;
    height: 17px;
  }
  .close-slidein-button {
    content: '';
    width: 13px;
    height: 13px;
    border-top: 3px solid #878787;
    border-left: 3px solid #878787;
    transform: rotate(-45deg);
    position: absolute;
    top: 25%;
    left: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .close-slidein-button.is-slidein-visible {
    opacity: 1;
  }
  .area-modal_sp__header_icon-wrap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F2C94C;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .area-modal_sp__close-button {
    position: absolute;
    top: -30px;
    right: -3%;
    font-size: 27px;
    font-weight: 700;
  }

  /* ボディ */
  .area-modal_sp__body {
    position: relative;
    overflow: hidden;
    height: 650px;
  }
  .area-modal_sp__body_list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .area-modal_sp__body_list.is-slidein-visible {
    opacity: 0;
  }
  .area-modal_sp__body_list-item {
    border-radius: 4px;
    padding: 10px 6px;
    padding-right: 25px;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .area-modal_sp__body_list-item p {
    margin: 0;
  }
  .area-modal_sp__body_list-item span {
    /* opacity: 0; */
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition: opacity 0.3s ease;
  }
  .area-modal_sp__body_list-item.selected span {
    opacity: 1;
  }
  .area-modal_sp__body_list-item.selected {
    background: #D5D5D5;
  }
  .area-modal_sp__body_list-item::after {
    content: '';
    border-top: 2px solid #5D479E;
    border-right: 2px solid #5D479E;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 3%;
    transition: transform 0.3s ease;
  }
  .area-modal_sp__body_list-item:hover {
    background: #F2C94C;
  }
  .area-modal_sp__body_list-item p {
    font-size: 13px;
    font-weight: 600;
    color: #5D479E;
    pointer-events: none;
  }
  /* スライドイン */
  .area-modal_sp__body_slidein-area-list,
  .area-modal_sp__body_slidein-area-list-item {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    transform: translateX(176%);
    transition: transform 0.3s ease;
    z-index: 2;
    visibility: hidden;
    background: #E9EEF8;
  }
  .area-modal_sp__body_slidein-area-list-item.is-slidein-visible {
    transform: translateX(0);
    visibility: visible;
    width: 325px;
  }
  .area-modal_sp__body_slidein-area-list-item_header {
    border-radius: 4px;
    border: 1px solid #5D479E;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  .area-modal_sp__body_slidein-area-list-item_header p {
    color: #5D479E;
    font-size: 14px;
    font-weight: 600;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item {
    font-weight: 600;
    border-radius: 4px;
    height: 33px;
    padding: 4px;
    background: #ffffff;
    position: relative;
    cursor: pointer;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item span {
    /* opacity: 0; */
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 22%;
    right: 6%;
    transition: opacity 0.3s ease;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item.selected span {
    opacity: 1;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item.checked {
    background: #FDDEDE;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item label {
    display: flex;
    align-items: center;
     gap: 5px;
     font-size: 13px;
     font-weight: 600;
  }
  /* アコーディオン */
  .area-modal_sp__body_slidein-area-list-item_pref-list-item-accordion {
    border-radius: 6px;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item-accordion.is-accordion-open {
    max-height: 498px;
    overflow-y: auto;
    border: 1px solid #D5D5D5;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item-accordion label.checked {
    color: #FF6B6B;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item-accordion_select-all {
    display: flex;
    align-items: center;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item-accordion_select-all label {
    font-weight: 600;
    margin-left: 22px;
    padding: 5px 0;
    display: flex;
    gap: 5px;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item-accordion-devider {
    border-top: 1px solid #D5D5D5;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item-accordion_cities-list {
    padding: 10px 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  .area-modal_sp__body_slidein-area-list-item_pref-list-item-accordion_cities-list-item label {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 130px;
    gap: 5px;
  }

  /* フッター */
  .area-modal_sp__footer {
    background: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .area-modal_sp__footer_clear-button {
    width: 80px;
    height: 40px;
    border-radius: 4px;
    padding: 10px;
    background: #D5D5D5;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .area-modal_sp__footer_submit-button {
    width: 250px;
    height: 40px;
    border-radius: 4px;
    padding: 0 20px;
    background: #2c8ce4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .area-modal_sp__footer_submit-button::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    color: #ffffff;
    position: absolute;
    top: 40%;
    right: 5%;
  }
  .area-modal_sp__footer_submit-button span {
    font-size: 20px;
    margin: 0 5px 1px;
  }
}
/* ===== 勤務地で探すモーダル end ===== */
/* ===== こだわりで探すモーダル ===== */
/* PC版 */
.condition-modal_pc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 630px;
}
.condition-modal__inner {
  width: 960px;
  padding: 24px;
  border-radius: 10px;
  background: #E9EEF8;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .condition-modal__inner {
    width: 660px;
  }
}
@media screen and (max-width: 767px) {
  .condition-modal_pc {
    display: none;
  }
}

/* ヘッダー */
.condition-modal__header {
  padding-bottom: 8px;
  border-bottom: 1px solid #878787;
  display: flex;
  align-items: center;
  gap: 10px;
}
.condition-modal__header h2 {
  font-size: 24px;
  font-weight: 600;
}
.condition-modal__header img {
  width: 19px;
  height: 17px;
}
.condition-modal__header_icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F2C94C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.condition-modal__close-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4f4f4f;
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: absolute;
  top: -4%;
  right: -2.7%;
  font-size: 20px;
  font-weight: 700;
  padding-right: 7px;
}

/* ボディ */
.condition-modal__body {
  display: flex;
  gap: 24px;
}
/* ボディ(左側) */
.condition-modal__body_left-block {
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.condition-modal__body_left-block_header,
.condition-modal__body_right-block_header {
  border-radius: 4px;
  padding: 10px;
  background: linear-gradient(90deg, #4D649F 0%, #5E479F 100%),
  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  text-align: center;
}
.condition-modal__body_left-block_header p,
.condition-modal__body_right-block_header p {
  font-weight: 600;
  color: #ffffff;
}
.condition-modal__body_left-block_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  height: 329px;
}
.condition-modal__body_left-block_list-item {
  border-radius: 4px;
  padding: 6px 28px 6px 12px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.condition-modal__body_left-block_list-item.selected {
  background: #D5D5D5;
}
.condition-modal__body_left-block_list-item.selected::before {
  content: '選択中';
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 22%;
  right: 7%;
}
.condition-modal__body_left-block_list-item::after {
  content: '';
  border-top: 2px solid #5D479E;
  border-right: 2px solid #5D479E;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 4%;
}
.condition-modal__body_left-block_list-item:hover {
  background: #F2C94C;
}
.condition-modal__body_left-block_list-item span {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 22%;
  right: 8%;
}
.condition-modal__body_left-block_list-item p {
  font-size: 14px;
  font-weight: 600;
  color: #5D479E;
  pointer-events: none;
}
.condition-modal__body_left-block_list-item:hover p {
  color: #333;
}

@media screen and (max-width: 1100px) {
  .condition-modal__body_left-block_list-item.selected::before {
    display: none;
  }
}

/* ボディ(右側) */
.condition-modal__body_right-block {
  width: 508px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.condition-modal__body_right-block_body {
  display: none;
}
.condition-modal__body_right-block_body.selected {
  display: block;
  overflow-y: auto;
  height: 329px;
}
.condition-modal__body_right-block_default {
  height: 329px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 4px;
}
.condition-modal__body_right-block_default p {
  color: #878787;
  font-weight: 600;
}
.condition-modal__body_right-block_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.condition-modal__body_right-block_list-item {
  font-weight: 600;
  border-radius: 4px;
  height: 33px;
  padding: 4px 12px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.condition-modal__body_right-block_list-item.checked {
  background: #FEE69F;
}
.condition-modal__body_right-block_list-item:hover {
  background: #FEE69F;
}
.condition-modal__body_right-block_list-select-all {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}
input[type='checkbox'] {
  appearance: none;
  min-width: 18px;
  height: 18px;
  background-color: #e0e0e0;
  position: relative;
  cursor: pointer;
}
input[type='checkbox']:checked {
  background-color: #F2C94C;
}
input[type='checkbox']::before {
  content: '';
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 6px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 16%;
  right: 33%;
}
input[type='checkbox']:checked::before {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}
.select-all-checkbox {
  margin-top: 6px;
}
.condition-modal__body_right-block_body label {
  display: flex;
  gap: 5px;
  cursor: pointer;
}

/* フッター */
.condition-modal__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.condition-modal__footer p {
  font-size: 14px;
  font-weight: 600;
  color: #878787;
}
.condition-modal__footer span {
  font-size: 24px;
  font-weight: 600;
  color: #5D479E;
  margin: 0 3px;
}
.condition-modal__footer_submit-button {
  width: 380px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}
.condition-modal__footer_submit-button.disabled{
  background: #E0E0E0;
  cursor: default;
  pointer-events: none;
}
.condition-modal__footer_clear-all {
  cursor: pointer;
}

/* SP版 */
.condition-modal_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .condition-modal_sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .condition-modal_sp__inner {
    width: 355px;
    height: 95vh;
    padding: 30px 15px 15px;
    border-radius: 6px;
    background: #E9EEF8;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    overflow: hidden;
  }

  /* ヘッダー */
  .condition-modal_sp__header {
  padding-bottom: 8px;
  border-bottom: 1px solid #878787;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  }
  .condition-modal_sp__header h2 {
    font-size: 20px;
    font-weight: 600;
    margin-right: 31px;
  }
  .condition-modal_sp__header img {
    width: 19px;
    height: 17px;
  }
  .condition-modal_sp__header_icon-wrap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F2C94C;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .condition-modal_sp__close-button {
    position: absolute;
    top: 0;
    right: 2%;
    font-size: 27px;
    font-weight: 700;
  }

  /* ボディ */
  .condition-modal_sp__body {
    overflow-y: auto;
    height: calc(100% - 100px);
  }
  .condition-modal_sp__body::-webkit-scrollbar {
    display: none; /* スクロールバーを非表示 */
  }
  .condition-modal_sp__body_list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
    height: 110vh;
  }
  .condition-modal_sp__body_list-item {
    border-radius: 4px;
    padding: 10px 6px;
    padding-right: 25px;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .condition-modal_sp__body_list-item p {
    margin: 0;
  }
  .condition-modal_sp__body_list-item span {
    opacity: 0;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .condition-modal_sp__body_list-item.selected span {
    opacity: 1;
    visibility: visible;
  }
  .condition-modal_sp__body_list-item.selected {
    background: #D5D5D5;
  }
  .condition-modal_sp__body_list-item::after {
    content: '';
    border-top: 2px solid #5D479E;
    border-right: 2px solid #5D479E;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 3%;
    transition: transform 0.3s ease;
  }
  .condition-modal_sp__body_list-item.clicked::after {
    transform: rotate(135deg);
  }
  .condition-modal_sp__body_list-item:hover {
    background: #F2C94C;
  }
  .condition-modal_sp__body_list-item p {
    font-size: 13px;
    font-weight: 600;
    color: #5D479E;
    pointer-events: none;
  }
  .condition-modal_sp__body_list-item-children {
    border-radius: 6px;
    padding: 0 15px;
    background: #E6E6E6;
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .condition-modal_sp__body_list-item-children.is-children-open {
    max-height: 800px;
    padding: 10px 15px;
    overflow-y: auto;
  }
  .condition-modal_sp__body_list-item-children.is-children-open::-webkit-scrollbar {
    display: none; /* スクロールバーを非表示 */
  }
  .condition-modal_sp__body_list-item-children_select-all > label {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 5px;
  }
  input[type='checkbox'] {
    background-color: #d5d5d5;
  }
  .select-all-checkbox {
    margin-top: 2px;
  }
  .condition-modal_sp__body_list-item-children-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .condition-modal_sp__body_list-item-children-item {
    padding: 6px;
    border-radius: 4px;
    background: #ffffff;
  }
  .condition-modal_sp__body_list-item-children-item.checked {
    background: #FEE69F;
  }
  .condition-modal_sp__body_list-item-children-item > label {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  /* フッター */
  .condition-modal_sp__footer {
    background: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .condition-modal_sp__footer_clear-button {
    width: 80px;
    height: 40px;
    border-radius: 4px;
    padding: 10px;
    background: #D5D5D5;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .condition-modal_sp__footer_submit-button {
    width: 250px;
    height: 40px;
    border-radius: 4px;
    padding: 0 20px;
    background: #2c8ce4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .condition-modal_sp__footer_submit-button::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    color: #ffffff;
    position: absolute;
    top: 40%;
    right: 5%;
  }
  .condition-modal_sp__footer_submit-button span {
    font-size: 20px;
    margin: 0 5px 1px;
  }
}
/* ===== こだわりで探すモーダル end ===== */
/* ===== 検索モーダル end ===== */

#search-form-button:disabled {
  background: #e0e0e0;
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: not-allowed;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .search__overlay-for-header {
    display: none;  
    position: fixed;  
    top: 0;
    left: 0;
    width: 100%;
    height: 4.2rem;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 12;  
  }
  .search__overlay-for-header.clicked {
    display: block;
  }
}