@charset "UTF-8";
/*PC・タブレット・スマホ共通設定
 ---------------------------------------------------------------------------*/
/* mobile first*/
/* For Bootstrap4 Breakpoints  */
/* For Bootstrap4 Breakpoints  End */
/* ----
// * ex) @include text-stroke(2, #fff);
---- */
/* Corplist Style
-------------------------------------------------- */
/* Corplist base class */
.Listbox {
  position: relative;
  border: #ddd thin solid;
  border-radius: 10px;
  padding: 30px 15px 35px;
  margin: 0 0 10px 0;
  height: 100%;
  cursor: pointer; }
  @media (min-width: 992px) {
    .Listbox {
      padding: 30px 15px 0px; } }

.Listbox__icon01 {
  display: inline-block;
  height: 25px;
  width: auto;
  border: #db096a thin solid;
  border-radius: 30px;
  margin-right: 2px;
  margin-bottom: 0.3rem; }

.Listbox__icon01 .-text {
  display: inline-block;
  line-height: 25px;
  /*
    vertical-align: middle;

     */
  font-size: 1rem;
  color: #db5e97; }

.Listbox__icon02 {
  position: absolute;
  right: 1rem;
  top: 0.5rem; }

.Listbox__icon02 .-text {
  line-height: normal;
  vertical-align: middle;
  font-size: 1rem;
  background-color: #f9bfd9;
  color: #34395d;
  border-radius: 30px;
  padding: 2px 8px 0; }

.Listbox__photo {
  padding: 5px 5px 20px;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .Listbox__photo {
      padding: 5px; } }

.Listbox__photo .-img {
  aspect-ratio: 344 / 273;
  width: 100%;
  max-width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  /*   border-radius: 15px; */ }

@media (min-width: 992px) {
  .Lbboxwrap {
    display: flex;
    justify-content: flex-end; } }

.Listbox__link {
  position: absolute;
  bottom: -1rem;
  right: 0.5rem;
  text-align: center;
  background-color: #405081;
  border-radius: 50% 50%;
  width: 60px;
  height: 60px;
  padding: 0.4rem 0.8rem;
  line-height: 0.8; }
  @media (min-width: 768px) {
    .Listbox__link {
      bottom: 0.5rem; } }
  @media (min-width: 992px) {
    .Listbox__link {
      position: relative;
      bottom: unset;
      right: unset; } }

.Listbox__link a {
  color: #fff;
  text-decoration: none; }

.Corp__photo .-img {
  aspect-ratio: 300 / 200;
  width: 100%;
  max-width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  padding: 10px; }
  @media (min-width: 768px) {
    .Corp__photo .-img {
      max-width: 250px; } }

.Corpinfo {
  margin-bottom: 4rem; }

.Corpinfo__detail,
.Joboffers__detail {
  margin: 1rem; }
  @media (min-width: 768px) {
    .Corpinfo__detail,
    .Joboffers__detail {
      margin: 2rem; } }
  @media (min-width: 992px) {
    .Corpinfo__detail,
    .Joboffers__detail {
      margin: 4rem; } }

.Joboffers .-number {
  margin: 2rem 1rem 1rem;
  padding: 0.5rem;
  background-color: rgba(142, 139, 114, 0.3); }

.Joboffers__detail .-h2 {
  margin-bottom: 2rem; }

.Corpinfo__detail .row,
.Joboffers__detail .row {
  margin-bottom: 1rem; }

.Corpinfo__detail .-title,
.Joboffers__detail .-title {
  font-weight: bold; }

.Corpeach .nav-tabs {
  border-bottom: 1px solid #d1c39f; }

.Corpeach .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #3e597e;
  background-color: #fff;
  border-color: #bda37f #bda37f #fff; }

.Corpeach .nav-link {
  color: #526bad; }

.Iconblock .icon {
  width: 30px;
  padding-right: 0.5rem;
  vertical-align: middle; }

.Iconblock span {
  vertical-align: middle;
  line-height: normal; }

.Corpname {
  background-color: #e8f3fd;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 30px;
  text-decoration: none;
  margin-bottom: 5px; }

.Corpname span {
  /*
    background-color: #e8f3fd;

    padding: 3px;
     */
  vertical-align: middle; }
