@charset "UTF-8";

/* =============================================================================

Bestrate CSS

・最低価格保証用CSS「.recruit-×××」

上記はここに記述する

============================================================================= */


/* .SelectorName
----------------------------------------------------------------------------- */
.recruit-selectorName {
  @media (width > 640px) {
  }
  @media (width <= 640px) {
  }
}

.recruit-contents {
}
.recruit-contents .p-w-pc-960 {
  @media (width > 640px) {
    margin-bottom: 12rem;
  }
  @media (width <= 640px) {
    margin-bottom: 5.6rem;
  }
}
.recruit-ttl {
  padding: 0;
  background-color: transparent;
  @media (width > 640px) {
    padding-bottom: 8rem;
  }
  @media (width <= 640px) {
    padding-bottom: 5.6rem;
  }
}
.recruit-table {
  a {
    display: flex;
    justify-content: space-between;
    @media (width > 640px) {
      padding: 4.3rem 2.4rem;
    }
    @media (width <= 640px) {
      padding: 2.4rem 0;
    }
  }
  .recruit-btn {
    position: relative;
    width: 100%;
  }
  .recruit-btn::before {
    @media (width > 640px) {
      inset: auto;
      position: absolute;
      bottom: 37%;
      right: 2.4rem;
      margin: 0;
      width: 11rem;
      height: 1px;
      background-color: var(--cc-black-A);
      border: none;
    }
    @media (width <= 640px) {
      content: none;
    }
  }
  .recruit-btn::after {
    position: absolute;
    @media (width > 640px) {
      top: 37.5%;
      right: 2.4rem;
    }
    @media (width <= 640px) {
      top: 50%;
      right: 0;
      transform: translateY(-50%);
    }
  }
  .recruit-btn div {
    display: flex;
    flex-direction: column-reverse;
    transition: all .7s;
    @media (width > 640px) {
      gap: 0.8rem;
    }
    @media (width <= 640px) {
      gap: 1.2rem;
      width: 28.6rem;
    }
  }
  dt {
    padding-left: 0;
    color: var(--cc-black-A);
  }
  dd {
    display: flex;
  }
  .recruit-arrow {
    display: flex;
    gap: 3.2rem;
    padding-right: 4rem;
    padding-bottom: 2rem;
    margin-inline: 0;
    flex-shrink: 0;
    transition: all .7s;
    @media (width > 640px) {
      margin-left: 4rem;
    }
    @media (width <= 640px) {
      display: none;
    }
  }
}
.recruit-table:hover {
  div {
    opacity: .6;
  }
}
.recruit-table:last-child {
  border-bottom: 1px solid var(--cc-gray_line-A);
}
.recruit-txt {
  flex-shrink: 0;
  padding: 0 0.8rem;
  color: var(--cc-white-A);
  background-color: var(--cc-gold-A);
}
.recruit-txt:nth-child(2) {
  margin-left: 0.8rem;
}
.recruit-contact {
  @media (width > 640px) {
    margin: 0 auto;
    padding: 8.0rem;
    width: 86.5rem;
  }
  @media (width <= 640px) {
    padding: 8.0rem 3.6rem;
  }
  .p-tg-text-A {
    text-align: center;
    @media (width > 640px) {
      margin-bottom: 4.8rem;
    }
    @media (width <= 640px) {
      margin-bottom: 3.2rem;
    }
  }
}
.recruit-box {
  display: flex;
  .contents-links {
    a {
      @media (width > 640px) {
        padding: 2.1rem 10rem;
      }
      @media (width <= 640px) {
        margin-bottom: 3.2rem;
        padding: 1.7rem 0;
      }
      border: 1px solid var(--cc-black-A);
      background-color: var(--cc-black-A);
      color: var(--cc-white-A);
    }
    a::after {
      background-color: var(--cc-white-A);
    }
  }
}
.recruit-box {
  @media (width > 640px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (width <= 640px) {
    display: block;
  }
  .contents-links {
    a:hover {
      border: 1px solid var(--cc-black-A);
      background-color: var(--cc-white-A);
      color: var(--cc-black-A);
    }
    a:hover::after {
      background-color: var(--cc-black-A);
    }
  }
}
.recruit-tel {
  .tel-link {
    display: block;
    line-height: 1;
    @media (width > 640px) {
      margin-bottom: 0.4rem;
      font-size: 3.2rem;
    }
    @media (width <= 640px) {
      margin-bottom: 0.8rem;
      text-align: center;
      font-size: 2.8rem;
    }
    small {
      @media (width > 640px) {
        font-size: 2.2rem;
      }
      @media (width <= 640px) {
        font-size: 1.8rem;
      }
    }
  }
  .tel-bh {
      @media (width <= 640px) {
        display: block;
        margin-bottom: 0;
        text-align: center;
      }
  }
}