@charset "utf-8";

/* =========================================================
   syuusyoku.css
   企業向け採用ページ専用CSS
   対象HTML：
   body class="syuusyoku-page"
   sr-hero / sr-section / sr-card / sr-entry など
========================================================= */

/* ---------- 基本 ---------- */

body.syuusyoku-page {
  color: #1c1a16;
  background: #f8f5ef;
  letter-spacing: .04em;
}

body.syuusyoku-page * {
  box-sizing: border-box;
}

body.syuusyoku-page a {
  transition: .25s ease;
}

body.syuusyoku-page .sr-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

body.syuusyoku-page .sr-pc {
  display: block;
}

body.syuusyoku-page .sr-sp {
  display: none;
}

body.syuusyoku-page .sr-kicker {
  margin: 0 0 14px;
  color: #c8a35d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
}

/* ---------- ファーストビュー ---------- */

body.syuusyoku-page .sr-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(200,163,93,.26), transparent 32%),
    radial-gradient(circle at 12% 78%, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(135deg, #171411 0%, #2b241e 48%, #0c0b0a 100%);
  color: #fff;
}

body.syuusyoku-page .sr-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .45;
}

body.syuusyoku-page .sr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.08), transparent 32%),
    linear-gradient(270deg, rgba(0,0,0,.35), transparent 48%);
  pointer-events: none;
}

body.syuusyoku-page .sr-hero::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -230px;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  border: 1px solid rgba(200,163,93,.28);
  box-shadow: 0 0 0 70px rgba(200,163,93,.035);
  pointer-events: none;
}

body.syuusyoku-page .sr-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 56px;
  align-items: center;
  padding: 96px 0 82px;
}

body.syuusyoku-page .sr-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.28;
  letter-spacing: .06em;
  font-weight: 800;
}

body.syuusyoku-page .sr-lead {
  margin: 26px 0 0;
  max-width: 700px;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 2;
}

body.syuusyoku-page .sr-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

body.syuusyoku-page .sr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 13px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, opacity .25s ease;
}

body.syuusyoku-page .sr-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

body.syuusyoku-page .sr-btn--primary {
  color: #20170d;
  background: linear-gradient(135deg, #f4d187 0%, #c8a35d 52%, #f0c878 100%);
  box-shadow:
    0 18px 35px rgba(0,0,0,.35),
    0 0 24px rgba(200,163,93,.22);
}

body.syuusyoku-page .sr-btn--primary:hover {
  color: #20170d;
  box-shadow:
    0 24px 45px rgba(0,0,0,.45),
    0 0 32px rgba(200,163,93,.38);
}

body.syuusyoku-page .sr-btn--ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.06);
}

body.syuusyoku-page .sr-btn--ghost:hover {
  color: #fff;
  background: rgba(255,255,255,.12);
}

body.syuusyoku-page .sr-hero__panel {
  position: relative;
}

body.syuusyoku-page .sr-panel-card {
  position: relative;
  z-index: 2;
  max-width: 360px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  color: #1e1b17;
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.25);
}

body.syuusyoku-page .sr-panel-card__label {
  display: inline-block;
  margin-bottom: 10px;
  color: #b78b45;
  font-size: 12px;
  letter-spacing: .16em;
  font-weight: 700;
}

body.syuusyoku-page .sr-panel-card strong {
  display: block;
  font-size: 30px;
  line-height: 1.25;
  color: #1c1a16;
}

body.syuusyoku-page .sr-panel-card p {
  margin: 12px 0 0;
  color: #4f473e;
  font-size: 14px;
  line-height: 1.85;
}

/* ---------- パンくず ---------- */

body.syuusyoku-page .breadcrumbs {
  background: #fff;
}

/* ---------- 共通セクション ---------- */

body.syuusyoku-page .sr-section {
  padding: 90px 0;
}

body.syuusyoku-page .sr-section-title {
  max-width: 840px;
  margin: 0 auto 44px;
  text-align: center;
}

body.syuusyoku-page .sr-section-title--left {
  text-align: left;
  margin-left: 0;
}

body.syuusyoku-page .sr-section-title h2,
body.syuusyoku-page .sr-section--dark h2,
body.syuusyoku-page .sr-entry h2 {
  margin: 0;
  color: #1f1a14;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: .05em;
}

body.syuusyoku-page .sr-section-title p:not(.sr-kicker),
body.syuusyoku-page .sr-text,
body.syuusyoku-page .sr-entry p {
  color: #5e554b;
  font-size: 16px;
  line-height: 2;
}

/* ---------- 特徴カード ---------- */

body.syuusyoku-page .sr-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

body.syuusyoku-page .sr-card {
  position: relative;
  min-height: 245px;
  padding: 34px 30px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(52,43,31,.08);
  border: 1px solid rgba(200,163,93,.20);
  overflow: hidden;
}

body.syuusyoku-page .sr-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(200,163,93,.08);
}

body.syuusyoku-page .sr-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #c8a35d, #2a241e);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

body.syuusyoku-page .sr-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-size: 21px;
  color: #1f1a14;
  line-height: 1.55;
}

body.syuusyoku-page .sr-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #62584d;
  line-height: 1.9;
}

/* ---------- 黒背景セクション ---------- */

body.syuusyoku-page .sr-section--dark {
  background:
    radial-gradient(circle at 8% 20%, rgba(200,163,93,.18), transparent 30%),
    linear-gradient(135deg, #201c18, #0d0c0b);
  color: #fff;
}

body.syuusyoku-page .sr-section--dark h2 {
  color: #fff;
}

body.syuusyoku-page .sr-section--dark .sr-text {
  color: rgba(255,255,255,.76);
}

body.syuusyoku-page .sr-split {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 48px;
  align-items: center;
}

body.syuusyoku-page .sr-needs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

body.syuusyoku-page .sr-need {
  position: relative;
  padding: 22px 22px 22px 52px;
  border-radius: 18px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  line-height: 1.75;
}

body.syuusyoku-page .sr-need::before {
  content: "✓";
  position: absolute;
  left: 22px;
  top: 22px;
  color: #f0c878;
  font-weight: 800;
}

/* ---------- ご紹介までの流れ ---------- */

body.syuusyoku-page .sr-flow {
  padding: 52px;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(52,43,31,.08);
  border: 1px solid rgba(200,163,93,.14);
}

body.syuusyoku-page .sr-flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}

body.syuusyoku-page .sr-flow-list li {
  position: relative;
  padding: 0 28px;
  border-left: 1px solid rgba(200,163,93,.24);
}

body.syuusyoku-page .sr-flow-list li:first-child {
  border-left: none;
  padding-left: 0;
}

body.syuusyoku-page .sr-flow-list span {
  display: block;
  margin-bottom: 12px;
  color: #b78b45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .14em;
  font-weight: 700;
}

body.syuusyoku-page .sr-flow-list strong {
  display: block;
  color: #1f1a14;
  font-size: 19px;
  line-height: 1.55;
  margin-bottom: 12px;
}

body.syuusyoku-page .sr-flow-list p {
  margin: 0;
  color: #665d53;
  line-height: 1.9;
}

/* ---------- 企業エントリー ---------- */

body.syuusyoku-page .sr-entry {
  padding-top: 0;
}

body.syuusyoku-page .sr-entry-box {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 34px;
  align-items: stretch;
  padding: 48px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.86)),
    radial-gradient(circle at 90% 10%, rgba(200,163,93,.22), transparent 26%);
  box-shadow: 0 22px 65px rgba(52,43,31,.11);
  border: 1px solid rgba(200,163,93,.22);
}

body.syuusyoku-page .sr-entry-main h2 {
  margin-bottom: 18px;
}

body.syuusyoku-page .sr-note {
  padding: 18px 20px;
  border-radius: 16px;
  background: #f7f1e6;
  border-left: 4px solid #c8a35d;
}

body.syuusyoku-page .sr-mail-box {
  display: block;
  margin-top: 28px;
  padding: 28px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 80% 20%, rgba(200,163,93,.18), transparent 30%),
    linear-gradient(135deg, #1e1a16, #0f0e0d);
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
}

body.syuusyoku-page .sr-mail-box > span {
  display: block;
  margin-bottom: 16px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  letter-spacing: .16em;
}

/* エントリーはこちらボタン */

body.syuusyoku-page .entry-link-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 18px 22px;
  border-radius: 12px;
  border: 1px solid rgba(240,200,120,.75);
  background: linear-gradient(135deg, #f2d27d 0%, #c8a35d 50%, #a97828 100%);
  color: #111;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.4;
  text-decoration: none;
  overflow: hidden;
  box-shadow:
    0 10px 25px rgba(0,0,0,.45),
    0 0 22px rgba(200,163,93,.28);
}

body.syuusyoku-page .entry-link-btn::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 40%;
  height: 320%;
  background: rgba(255,255,255,.26);
  transform: rotate(25deg);
  transition: .75s ease;
}

body.syuusyoku-page .entry-link-btn span {
  position: relative;
  z-index: 1;
  font-size: 24px;
  transition: .25s ease;
}

body.syuusyoku-page .entry-link-btn {
  position: relative;
  z-index: 1;
}

body.syuusyoku-page .entry-link-btn:hover {
  transform: translateY(-3px);
  color: #111;
  text-decoration: none;
  background: linear-gradient(135deg, #ffe39a 0%, #d4ad61 50%, #b98733 100%);
  box-shadow:
    0 16px 34px rgba(0,0,0,.55),
    0 0 34px rgba(200,163,93,.52);
}

body.syuusyoku-page .entry-link-btn:hover::before {
  left: 130%;
}

body.syuusyoku-page .entry-link-btn:hover span {
  transform: translateX(6px);
}

/* 会社情報 */

body.syuusyoku-page .sr-entry-side {
  padding: 34px 30px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(200,163,93,.18), transparent 30%),
    linear-gradient(135deg, #2b251f, #151311);
}

body.syuusyoku-page .sr-entry-side h3 {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.7;
  color: #f0c878;
}

body.syuusyoku-page .sr-entry-side p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.82);
  line-height: 1.9;
}

body.syuusyoku-page .sr-entry-side p:last-child {
  margin-bottom: 0;
}

/* ---------- スマホ・タブレット ---------- */

@media screen and (max-width: 900px) {
  body.syuusyoku-page .sr-container {
    width: min(100% - 28px, 720px);
  }

  body.syuusyoku-page .sr-pc {
    display: none;
  }

  body.syuusyoku-page .sr-sp {
    display: block;
  }

  body.syuusyoku-page .sr-hero {
    min-height: auto;
  }

  body.syuusyoku-page .sr-hero__inner,
  body.syuusyoku-page .sr-split,
  body.syuusyoku-page .sr-entry-box {
    grid-template-columns: 1fr;
  }

  body.syuusyoku-page .sr-hero__inner {
    gap: 34px;
    padding: 68px 0 58px;
  }

  body.syuusyoku-page .sr-hero h1 {
    font-size: 34px;
  }

  body.syuusyoku-page .sr-lead {
    font-size: 15px;
  }

  body.syuusyoku-page .sr-section {
    padding: 64px 0;
  }

  body.syuusyoku-page .sr-card-grid,
  body.syuusyoku-page .sr-needs,
  body.syuusyoku-page .sr-flow-list {
    grid-template-columns: 1fr;
  }

  body.syuusyoku-page .sr-flow {
    padding: 34px 24px;
  }

  body.syuusyoku-page .sr-flow-list {
    gap: 26px;
  }

  body.syuusyoku-page .sr-flow-list li,
  body.syuusyoku-page .sr-flow-list li:first-child {
    padding: 0 0 0 22px;
    border-left: 2px solid rgba(200,163,93,.35);
  }

  body.syuusyoku-page .sr-entry-box {
    padding: 28px 20px;
    border-radius: 28px;
  }

  body.syuusyoku-page .sr-btn {
    width: 100%;
    min-width: 0;
  }

  body.syuusyoku-page .sr-panel-card {
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  body.syuusyoku-page .sr-container {
    width: calc(100% - 24px);
  }

  body.syuusyoku-page .sr-hero h1 {
    font-size: 29px;
  }

  body.syuusyoku-page .sr-section-title h2,
  body.syuusyoku-page .sr-section--dark h2,
  body.syuusyoku-page .sr-entry h2 {
    font-size: 25px;
  }

  body.syuusyoku-page .sr-card {
    padding: 28px 22px;
  }

  body.syuusyoku-page .sr-mail-box {
    padding: 24px 16px;
  }

  body.syuusyoku-page .entry-link-btn {
    max-width: 100%;
    padding: 17px 18px;
    font-size: 19px;
  }

  body.syuusyoku-page .entry-link-btn span {
    font-size: 22px;
  }
}
