@charset "UTF-8";

/* =================================
   Recruit
================================= */
.recruit-profile__table{
margin-bottom: 50px;
}


.recruit-profile__inner {
  width: min(100% - 32px, 1100px);
  margin: 0 auto;
}

.profile-list--recruit .profile-list__head {
  white-space: nowrap;
}

.profile-list--recruit .profile-list__body {
  line-height: 1.9;
}

.recruit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit-list > li {
  display: flex;
  gap: 16px;
}

.recruit-list > li + li {
  margin-top: 28px;
}

.recruit-list__mark {
  flex: 0 0 auto;
  font-size: 2rem;
  line-height: 1.5;
}

.recruit-list__content {
  flex: 1 1 auto;
}

.recruit-list__title {
  margin: 0;
  font-weight: 700;
}

.recruit-subtable {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 8px 18px;
  margin-top: 8px;
}

.recruit-subtable__head {
  margin: 0;
  font-weight: 700;
}

.recruit-subtable__body p {
  margin: 0;
}

.recruit-subtable__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit-subtable__body li {
  position: relative;
  padding-left: 1em;
}

.recruit-subtable__body li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.recruit-note {
  margin-top: 20px;
  color: #d85a00;
  font-weight: 700;
}

.recruit-center {
  text-align: center;
	margin: 0 10px;
}

.recruit-salary__detail {
  margin-top: 10px;
}

.recruit-salary__detail p {
  margin: 0;
}

.recruit-salary__etc {
  margin-top: 8px;
}

.recruit-salary__etc ul {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.recruit-salary__etc li {
  position: relative;
  padding-left: 1em;
}

.recruit-salary__etc li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .recruit-profile__inner {
    width: min(100% - 32px, 1100px);
  }

  .recruit-list > li {
    gap: 10px;
  }

  .recruit-list > li + li {
    margin-top: 22px;
  }

  .recruit-subtable {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 6px;
  }

  .recruit-list__mark {
    font-size: 1.8rem;
  }

  .recruit-note {
    margin-top: 16px;
  }
	
	.profile-list__body{
	display: block;
	}
	
	.recruit-center{
	text-align: left;
	margin: 0;
	}
}