@charset "utf-8";

.recruit__message {
  background: var(--color-white);
  padding: clamp(20px, 3.67vw, 50px);
  color: var(--color-page-section-text);
}

.recruit__message-title {
  position: relative;
  font-size: clamp(16px, 1.76vw, 24px);
  font-weight: 600;
  letter-spacing: calc(60 / 1000 * 1em);
  display: flex;
  align-items: center;
  gap: 8px;
  color: #569cdb;
}

.recruit__message-title::before {
  content: "";
  width: 12px;
  height: auto;
  aspect-ratio: 12/35;
  background: url(../images/quotation-left.svg) no-repeat center top/contain;
}

.recruit__message-title::after {
  content: "";
  width: 12px;
  height: auto;
  aspect-ratio: 12/35;
  background: url(../images/quotation-right.svg) no-repeat center top/contain;
}

.recruit__message-text {
  margin-top: 18px;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 500;
  line-height: calc(33 / 15);
  color: var(--color-page-section-text);
}

@media screen and (min-width: 768px) {
  .recruit__message-text {
    margin-top: 30px;
  }
}

.recruit__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .recruit__cards {
    gap: 60px;
  }
}

.recruit__card {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 600px) {
  .recruit__card {
    grid-template-columns: 37.6% 1fr;
  }
}

@media screen and (min-width: 900px) {
  .recruit__card {
    gap: 50px;
  }
}

.recruit__card-image {
  aspect-ratio: 323/338;
  width: 100%;
  height: auto;
}

.recruit__card-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  .recruit__card-body {
    text-align: left;
    justify-self: end;
    max-width: 482px;
  }
}

.recruit__card-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: calc(60 / 1000 * 1em);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #569cdb;
  gap: 8px;
}

@media screen and (min-width: 600px) {
  .recruit__card-title {
    text-align: left;
    font-size: clamp(14px, 1.62vw, 22px);
    justify-content: flex-start;
  }
}

.recruit__card-title::before {
  content: "";
  width: 12px;
  height: auto;
  aspect-ratio: 12/35;
  background: url(../images/quotation-left.svg) no-repeat center top/contain;
}

.recruit__card-title::after {
  content: "";
  width: 12px;
  height: auto;
  aspect-ratio: 12/35;
  background: url(../images/quotation-right.svg) no-repeat center top/contain;
}

.recruit__card-text {
  margin-top: 18px;
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 500;
  line-height: calc(33 / 15);
  color: var(--color-page-section-text);
}

@media screen and (min-width: 768px) {
  .recruit__card-text {
    margin-top: 30px;
  }
}

.recruit__boxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--color-page-section-text);
}

.recruit__box {
  background: var(--color-white);
  padding: 15px 20px;
}

.recruit__box-text {
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 500;
  line-height: calc(33 / 15);
  color: var(--color-page-section-text);
  display: flex;
  align-items: center;
  gap: 14px;
}

.recruit__box-text::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url(../images/recruit-check) no-repeat center center/contain;
}

.recruit__voice + .recruit__voice {
  margin-top: 105px;
}

.recruit__voice-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(16px, 1.47vw, 20px);
  font-weight: 500;
  letter-spacing: calc(60 / 1000 * 1em);
  line-height: 1.2;
  color: var(--detaile-color);
}

.recruit__voice-title::before {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--color-accent);
  border-radius: 3px;
  flex-shrink: 0;
}

.recruit__voice-table {
  margin-top: 5px;
}

.recruit__voice-table-row:not(:first-child) {
  border-top: 1px solid #c7c7c7;
}

.recruit__voice-table-row {
  padding-block: 20px;
  align-items: center;
  display: grid;
  grid-template-columns: clamp(118px, 14.5vw, 198px) 1fr;
}

.recruit__voice-table-th {
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 500;
  line-height: 1.2;
  color: #569cdb;
}

.recruit__voice-table-td {
  min-height: 50px;
  display: grid;
  align-items: center;
  padding-left: clamp(20px, 2.93vw, 40px);
  color: var(--color-page-section-text);
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.recruit__voice-table-td::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: url(../images/voice-dot.svg) repeat-y center center/cover;
}

.recruit__description {
  display: grid;
  grid-template-columns: 1fr;
  gap: 49px;
}

@media screen and (min-width: 600px) {
  .recruit__description {
    grid-template-columns: 42.5% 1fr;
  }
}

.recruit__description-image {
  aspect-ratio: 365/475;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.recruit__description-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.recruit__table {
}

.recruit__table-row {
  display: grid;
  align-items: center;
  grid-template-columns: 132px 1fr;
  padding-block: 35px;
}

@media screen and (min-width: 600px) {
  .recruit__table-row {
    grid-template-columns: clamp(77px, 9.67vw, 132px) 1fr;
  }
}

.recruit__table-row:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
  position: relative;
}

.recruit__table-row:not(:last-child)::after {
  position: absolute;
  content: "";
  width: clamp(60px, 5.2vw, 71px);
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #569cdb;
}

.recruit__table-th {
  font-size: clamp(10px, 1.03vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  color: #569cdb;
  padding-right: 10px;
}

.recruit__table-td {
  font-size: clamp(10px, 1.03vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  color: #454545;
}
