/* =========================================================
   TEAM ONE
   採用情報ページ
   recruit.css
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.recruit-hero {
  width: 100%;
  overflow: hidden;
  background: #f3f3f3;
}

.recruit-hero picture {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

.recruit-hero img {
  display: block;
  width: 100%;
  height: auto;
}


/* =========================================================
   PAGE COMMON
   ========================================================= */

.subpage {
  background: #fff;
}

.page-section {
  padding: 68px 0;
}

.page-section.alt {
  background: var(--soft);
}

.section-eyebrow {
  margin: 0 0 7px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.section-eyebrow.center,
.page-heading.center {
  text-align: center;
}

.page-heading {
  margin: 0 0 16px;
  font-size: 31px;
  line-height: 1.45;
  font-weight: 900;
}

.page-heading span {
  color: var(--red);
}

.page-lead {
  max-width: 820px;
  margin: 0 auto 30px;
  color: #555;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
}


/* =========================================================
   MESSAGE
   ========================================================= */

.recruit-message {
  max-width: 850px;
  margin: 0 auto 30px;
  text-align: center;
}

.recruit-message p {
  margin: 0 0 12px;
  color: #555;
  font-size: 13px;
  line-height: 1.9;
}

.recruit-message .recruit-catch {
  margin-bottom: 16px;
  color: #111;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
}


/* =========================================================
   WELCOME
   ========================================================= */

.welcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.welcome-grid article {
  padding: 25px 17px;
  border: 1px solid #ddd;
  border-radius: 11px;
  background: #fff;
  text-align: center;
}

.welcome-grid i {
  margin-bottom: 13px;
  color: var(--red);
  font-size: 33px;
}

.welcome-grid h2 {
  margin: 0 0 8px;
  font-size: 14px;
}

.welcome-grid p {
  margin: 0;
  color: #555;
  font-size: 11px;
  line-height: 1.7;
}


/* =========================================================
   JOB
   ========================================================= */

.job-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 850px;
  margin: 0 auto;
}

.job-grid article {
  position: relative;
  padding: 30px 24px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.job-number {
  position: absolute;
  top: 12px;
  left: 14px;
  color: #bbb;
  font-size: 11px;
  font-weight: 900;
}

.job-grid i {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 38px;
}

.job-grid h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.job-grid p {
  margin: 0;
  color: #555;
  font-size: 12px;
  line-height: 1.8;
}


/* =========================================================
   WORKPLACE
   ========================================================= */

.workplace-grid {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 38px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.workplace-copy > p:not(.section-eyebrow) {
  margin: 0 0 12px;
  color: #555;
  font-size: 13px;
  line-height: 1.8;
}

.workplace-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.workplace-tags span {
  padding: 7px 11px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fafafa;
  font-size: 11px;
  font-weight: 900;
}

.workplace-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff0f0;
  color: var(--red);
  font-size: 52px;
}


/* =========================================================
   REQUIREMENTS
   ========================================================= */

.recruit-table-wrap {
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
}

.recruit-table {
  width: 100%;
  border-collapse: collapse;
}

.recruit-table th,
.recruit-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #eee;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.8;
}

.recruit-table tr:last-child th,
.recruit-table tr:last-child td {
  border-bottom: 0;
}

.recruit-table th {
  width: 180px;
  background: #fafafa;
  font-weight: 900;
}

.recruit-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 920px;
  margin: 16px auto 0;
  padding: 14px 17px;
  border: 1px solid #ddd;
  border-radius: 9px;
  background: #fff;
}

.recruit-note i {
  margin-top: 3px;
  color: var(--red);
}

.recruit-note p {
  margin: 0;
  color: #555;
  font-size: 11px;
  line-height: 1.7;
}


/* =========================================================
   ACCESS
   ========================================================= */

.access-card {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 32px;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 13px;
  background: #fff;
}

.access-card dl {
  margin: 0;
}

.access-card dl div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #eee;
}

.access-card dl div:last-child {
  border-bottom: 0;
}

.access-card dt {
  color: #555;
  font-size: 11px;
  font-weight: 900;
}

.access-card dd {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.access-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff0f0;
  color: var(--red);
  font-size: 46px;
}


/* =========================================================
   CONTACT
   ========================================================= */

.recruit-contact-section {
  background: #111;
}

.recruit-contact {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.recruit-contact .section-eyebrow {
  color: #fff;
}

.recruit-contact h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
}

.recruit-contact > p:not(.section-eyebrow):not(.contact-hours) {
  max-width: 600px;
  margin: 0 auto 20px;
  color: #ddd;
  font-size: 13px;
  line-height: 1.8;
}

.recruit-contact a {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  min-width: 360px;
  padding: 15px 24px;
  border-radius: 10px;
  background: var(--red);
  color: #fff;
  text-align: left;
}

.recruit-contact a i {
  font-size: 28px;
}

.recruit-contact a small,
.recruit-contact a strong {
  display: block;
}

.recruit-contact a small {
  margin-bottom: 2px;
  font-size: 10px;
}

.recruit-contact a strong {
  font-size: 23px;
}

.contact-hours {
  margin: 12px 0 0;
  color: #aaa;
  font-size: 10px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 980px) {
  .welcome-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .recruit-hero picture {
    max-width: none;
  }

  .recruit-hero img {
    width: 100%;
    height: auto;
  }

  .page-section {
    padding: 48px 0;
  }

  .page-heading {
    font-size: 23px;
  }

  .page-lead {
    font-size: 13px;
  }

  .recruit-message .recruit-catch {
    font-size: 20px;
  }

  .welcome-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .welcome-grid article {
    padding: 20px 12px;
  }

  .job-grid {
    grid-template-columns: 1fr;
  }

  .workplace-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .workplace-icon {
    width: 110px;
    height: 110px;
    font-size: 40px;
  }

  .recruit-table,
  .recruit-table tbody,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
  }

  .recruit-table tr {
    border-bottom: 1px solid #ddd;
  }

  .recruit-table tr:last-child {
    border-bottom: 0;
  }

  .recruit-table th {
    padding: 10px 14px 5px;
    border-bottom: 0;
    background: #fafafa;
    color: #555;
    font-size: 11px;
  }

  .recruit-table td {
    padding: 6px 14px 13px;
    border-bottom: 0;
    font-size: 12px;
  }

  .access-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 17px;
  }

  .access-icon {
    width: 100px;
    height: 100px;
    font-size: 36px;
  }

  .recruit-contact h2 {
    font-size: 24px;
  }

  .recruit-contact a {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 430px) {
  .welcome-grid {
    grid-template-columns: 1fr;
  }

  .access-card dl div {
    grid-template-columns: 82px 1fr;
  }
}
