@charset "UTF-8";
/* default settings */
.breadcrumbs {
  padding-block: 0.4375rem;
}
@media (min-width: 769px) {
  .breadcrumbs {
    padding-top: 5.25rem;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding-block: 2.4375rem 1.375rem;
  }
}
.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-inline: 2.5rem;
}
@media (min-width: 769px) {
  .breadcrumbs__container {
    padding-inline: 3.875rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .breadcrumbs__container {
    padding-inline: 1.5rem;
  }
}
.breadcrumbs__item:not(:last-child) {
  padding-right: 0.875rem;
  margin-right: 0.3125rem;
  position: relative;
}
@media (max-width: 768px) {
  .breadcrumbs__item:not(:last-child) {
    padding-right: 0.8125rem;
    margin-right: 0.5625rem;
  }
}
.breadcrumbs__item:not(:last-child):after {
  content: "＞";
  color: #B4B5B6;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 0rem;
  right: 0;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .breadcrumbs__item:not(:last-child):after {
    top: 0.1875rem;
  }
}
.breadcrumbs__item br {
  display: none;
}
.breadcrumbs__item a, .breadcrumbs__item span {
  font-size: 0.625rem;
  font-weight: 400;
  text-align: left;
  color: #B4B5B6;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .breadcrumbs__item a, .breadcrumbs__item span {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.breadcrumbs__item.-en a, .breadcrumbs__item.-en span {
  font-family: "Inter", sans-serif;
}

.slick-controler {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
  gap: 1.125rem;
  font-size: 0;
}
@media (max-width: 768px) {
  .slick-controler {
    height: 1.5625rem;
  }
}

.slick-arrow {
  width: 0.8125rem;
  height: 0.8125rem;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
.slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.slick-arrow.slick-prev:before {
  border-top: 0.375rem solid transparent;
  border-right: 0.75rem solid #808080;
  border-bottom: 0.375rem solid transparent;
}
.slick-arrow.slick-next:before {
  border-top: 0.375rem solid transparent;
  border-left: 0.75rem solid #808080;
  border-bottom: 0.375rem solid transparent;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  line-height: 0;
}
.slick-dots button {
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  border: none;
  background: #D8D8D9;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: #808080;
}

.faq-category-detail-page {
  font-weight: 400;
  padding-top: 3.0625rem;
  color: #000;
}
@media (max-width: 768px) {
  .faq-category-detail-page {
    padding-top: 2.4375rem;
    font-size: 0.875rem;
    line-height: 1.4375rem;
  }
}
.faq-category-detail-page a {
  text-underline-position: under;
  text-decoration-thickness: 1px;
  color: inherit;
}
@media (min-width: 769px) {
  .faq-category-detail-page a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .faq-category-detail-page a:hover {
    color: #808080;
  }
}
.faq-category-detail-page figure {
  margin: 0;
}
.faq-category-detail-page .page-thumbnail {
  margin: 0 0 1.875rem 0;
}
@media (max-width: 768px) {
  .faq-category-detail-page .page-thumbnail {
    margin: 0 0 1.4375rem 0;
  }
}
.faq-category-detail-page .title-28 {
  margin: 0 0 2rem 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 768px) {
  .faq-category-detail-page .title-28 {
    margin: 0 0 1.9375rem 0;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.faq-category-detail-page .page-txt {
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 768px) {
  .faq-category-detail-page .page-txt {
    line-height: 1.6428571429;
  }
}
@media (min-width: 769px) {
  .faq-category-detail-page .inner--w960 {
    max-width: 42.625rem;
  }
}
.faq-category-detail-page .block-text {
  margin: 0 0 5.4375rem 0;
}
@media (max-width: 768px) {
  .faq-category-detail-page .block-text {
    margin: 0 0 3.25rem 0;
  }
}
.faq-category-detail-page .block-text:last-child {
  margin: 0;
}
.faq-category-detail-page .block-text__title {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5625rem;
  font-weight: 400;
  margin: 0 0 1.875rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .faq-category-detail-page .block-text__title {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 0.25rem;
    margin: 0 0 1.4375rem 0;
  }
}
.faq-category-detail-page .link {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  text-decoration: underline;
  color: inherit;
}
@media (max-width: 768px) {
  .faq-category-detail-page .link {
    margin-top: 0.25rem;
  }
}
.faq-category-detail-page .faq-category {
  width: 42.625rem;
  margin: 0 auto;
  color: #000;
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-category {
    width: 100%;
  }
}
.faq-category-detail-page .faq-category .faq-q {
  font-size: 1.75rem;
  line-height: 2.25rem;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 769px) {
  .faq-category-detail-page .faq-category .faq-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-category .faq-q {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.25rem;
    position: relative;
    padding-left: 1.9375rem;
  }
  .faq-category-detail-page .faq-category .faq-q .faq-ttl {
    top: 1px;
  }
}
.faq-category-detail-page .faq-category .faq-a {
  font-size: 1rem;
  line-height: 1.75rem;
}
@media (min-width: 769px) {
  .faq-category-detail-page .faq-category .faq-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-category .faq-a {
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    padding-left: 1.9375rem;
  }
  .faq-category-detail-page .faq-category .faq-a .faq-ttl {
    top: -1px;
  }
}
@media (min-width: 769px) {
  .faq-category-detail-page .faq-category .faq-a span:nth-child(2) {
    padding-top: 0.375rem;
  }
}
.faq-category-detail-page .faq-category .faq-ttl {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-right: 1.25rem;
  display: block;
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-category .faq-ttl {
    font-size: 1.375rem;
    line-height: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.faq-category-detail-page .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-list {
    gap: 1.125rem;
  }
}
.faq-category-detail-page .faq-item {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #000000;
  border-radius: 1.875rem;
  padding: 1.1875rem 3.6875rem;
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .faq-category-detail-page .faq-item {
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .faq-category-detail-page .faq-item:hover {
    background-color: #D8D8D9;
    border-color: #D8D8D9;
  }
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-item {
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 1.25rem;
    padding: 0.9375rem 1.3125rem 0.9375rem 3.4375rem;
  }
}
.faq-category-detail-page .faq-item:before {
  content: "Q";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.5625rem;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-item:before {
    left: 1.5rem;
  }
}
.faq-category-detail-page .faq-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.faq-category-detail-page .faq-link-item {
  width: 13.3125rem;
  border: 1px solid #000;
  border-left: none;
  position: relative;
}
@media (min-width: 769px) {
  .faq-category-detail-page .faq-link-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.3125rem;
            flex: 0 0 13.3125rem;
    height: 13.3125rem;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .faq-category-detail-page .faq-link-item:hover {
    background-color: #d8d8d9;
  }
  .faq-category-detail-page .faq-link-item:hover .faq-link-item__title .arrow {
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
  }
  .faq-category-detail-page .faq-link-item:nth-child(4n+1) {
    border-left: 1px solid #000;
  }
  .faq-category-detail-page .faq-link-item:nth-child(n+5) {
    border-top: none;
  }
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-link-item {
    width: 50%;
    aspect-ratio: 1/1;
  }
  .faq-category-detail-page .faq-link-item:nth-child(even) {
    border-right: none;
  }
  .faq-category-detail-page .faq-link-item:nth-child(n+3) {
    border-top: none;
  }
}
.faq-category-detail-page .faq-link-item__wrap {
  text-align: center;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.4375rem auto;
  text-align: center;
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-link-item__wrap {
    margin: 1.4375rem auto 0 auto;
  }
}
.faq-category-detail-page .faq-link-item__title {
  margin: 0;
  margin-right: 0.625rem;
  display: inline-block;
  font-weight: 500;
  position: relative;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-link-item__title {
    line-height: 1.65;
    margin-right: 0.9375rem;
  }
}
.faq-category-detail-page .faq-link-item__title .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 0.3em;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background: url("/finder/assets/img/page-faq-category-detail/ico_arr.svg") no-repeat left bottom/contain;
  display: inline-block;
  position: absolute;
}
@media (min-width: 769px) {
  .faq-category-detail-page .faq-link-item__title .arrow {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.faq-category-detail-page .faq-link-item__url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
  z-index: 1;
}
.faq-category-detail-page .faq-link-item img {
  max-width: 50%;
  max-height: 50%;
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
.faq-category-detail-page .faq-link-item img.pc {
  width: 6.0625rem;
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-link-item img.pc {
    width: 5.2425rem;
    margin-left: 3.625rem;
  }
}
.faq-category-detail-page .faq-link-item img.surprise {
  width: 34.27%;
}
@media (max-width: 768px) {
  .faq-category-detail-page .faq-link-item img.surprise {
    width: 30.66%;
  }
}
.faq-category-detail-page .group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6.25rem 0;
}
@media (max-width: 768px) {
  .faq-category-detail-page .group-btn {
    margin: 4rem 0;
  }
}
.faq-category-detail-page .group-btn .btn {
  width: 14.25rem;
  height: 2.875rem;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.875rem;
  text-align: center;
  border: 1px solid #000;
}
@media (min-width: 769px) {
  .faq-category-detail-page .group-btn .btn {
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
}
@media (max-width: 768px) {
  .faq-category-detail-page .group-btn .btn {
    width: 15.875rem;
    height: 3rem;
    font-size: 1rem;
    line-height: 3rem;
  }
}
.faq-category-detail-page .group-btn .btn.--color-black {
  background-color: #000;
  color: #fff;
}
.faq-category-detail-page .group-btn .btn.--color-white {
  background-color: #fff;
  color: #000;
}
@media (min-width: 769px) {
  .faq-category-detail-page .group-btn .btn.--color-white:hover {
    background-color: #D8D8D9;
    border: 1px solid #D8D8D9;
  }
}
.faq-category-detail-page .group-btn .btn.--mt {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .faq-category-detail-page .group-btn .btn.--mt {
    margin-top: 3.5625rem;
  }
}
.faq-category-detail-page .link {
  font-size: 0.875rem;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  border-bottom: 0.0625rem solid;
  display: inline-block;
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.4375rem;
}
@media (max-width: 768px) {
  .faq-category-detail-page .link {
    margin-top: 0.4375rem;
  }
}
@media (min-width: 769px) {
  .faq-category-detail-page .link:hover {
    color: #808080;
  }
}

.page-faq-category-detail .footer-backtotop.no-breadcrumb {
  padding-block: 7.5625rem 7.375rem;
}
@media (max-width: 768px) {
  .page-faq-category-detail .footer-backtotop.no-breadcrumb {
    padding-block: 4.0625rem 3.75rem;
  }
}