@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&display=swap");
:root {
  --text-color: #191919;
  --wh: #fff;
  --bk: #191919;
  --gray: #f4f4f4;
  --green: #45b035;
  --border-color: #f2f2f2;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .pc-xsl {
    display: none !important;
  }
}

@media screen and (min-width:500px) {
  .sp-xsl {
    display: none !important;
  }
}

@media screen and (max-width: 376px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 377px) {
  .sp-xs {
    display: none !important;
  }
}

.search-caution__inner {
  padding-top: 10rem;
  border-top: 1px solid #f4f4f4;
}
@media screen and (max-width: 1200px) {
  .search-caution__inner {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .search-caution__inner {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .search-caution__inner {
    padding-top: 3rem;
  }
}
.search-caution__inner.--small {
  width: 90%;
  max-width: 110rem;
  margin: 0 auto;
}
.search-caution__wrapper {
  background-color: rgba(228, 179, 181, 0.15);
  border-radius: 1rem;
  padding: 4rem 6rem 6rem;
}
@media screen and (max-width: 1200px) {
  .search-caution__wrapper {
    padding: 3rem 4rem 4rem;
  }
}
@media screen and (max-width: 834px) {
  .search-caution__wrapper {
    padding: 2rem 3rem 3rem;
  }
}
@media screen and (max-width: 640px) {
  .search-caution__wrapper {
    padding: 1.5rem 2rem 2rem;
  }
}
.search-caution__title {
  text-align: center;
  font-size: 2.4rem;
  color: #c05155;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: clamp(1rem, 2vw, 2.5rem);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .search-caution__title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 834px) {
  .search-caution__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .search-caution__title {
    font-size: 1.6rem;
  }
}
.search-caution__text {
  line-height: 1.7647058824;
  margin-top: clamp(0.5rem, 4vw, 4rem);
}/*# sourceMappingURL=search-caution.css.map */