/* REGAZE 採用ページ - Accenture風デザイン */

:root {
    --regaze: rgb(164, 11, 94);
    --regaze-dark: rgb(130, 8, 75);
    --purple: rgb(90, 50, 150);
    --dark: rgb(20, 20, 25);
}

.recruiting-main,
.recruiting-main-continued {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

/* 全セクション共通：display:tableを解除して100%幅に */
.recruiting-main section,
.recruiting-main-continued section {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
}

/* ========================================
   HERO - 大きく、インパクト
   ======================================== */

/* 背景を暗くする */
#video-area #video,
#video-area video,
#video-area img {
    filter: blur(2px) brightness(0.4) !important;
}

.page-header .page-header-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
}

.page-header .hero-main {
    font-size: 96px;
    font-weight: 800;
    line-height: 1.05;
    color: white;
    margin-bottom: 40px;
    letter-spacing: -0.04em;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    text-shadow:
        0 0 100px rgba(0,0,0,0.9),
        0 0 50px rgba(0,0,0,0.8),
        0 4px 30px rgba(0,0,0,0.7);
}

.page-header .hero-lead {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,0.95);
    margin: 0;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    text-shadow:
        0 0 40px rgba(0,0,0,0.9),
        0 2px 15px rgba(0,0,0,0.7);
}

.btn-hero-primary {
    background: white;
    color: var(--regaze);
    padding: 20px 56px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

/* ========================================
   STATEMENT - 巨大タイポグラフィ、フルブリード
   ======================================== */

.statement-section {
    background: white;
    padding: 200px 0;
}

.statement-container {
    padding: 0 120px;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statement-large {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.15;
    color: var(--dark);
    margin: 0 0 48px 0;
    letter-spacing: -0.03em;
}

.statement-sub {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    margin: 0;
    text-align: center !important;
}

/* ========================================
   CARDS - カラフルグリッド、フルブリード
   ======================================== */

.cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 0;
}

.cards-row .card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 80px 56px;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-magenta {
    background: var(--regaze);
    color: white;
}

.card-dark {
    background: rgb(30, 50, 80);
    color: white;
}

.card-purple {
    background: var(--purple);
    color: white;
}

.card-num {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.3em;
    opacity: 0.5;
}

.card h3 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.02em;
}

.card p {
    font-size: 24px;
    line-height: 1.7;
    margin: 0;
    opacity: 0.9;
}

/* ========================================
   NUMBERS - 巨大な数字、フルブリード
   ======================================== */

.numbers-section {
    background: var(--dark);
    padding: 140px 0;
}

.numbers-container {
    padding: 0 120px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    text-align: center;
}

.number-big {
    display: block;
    font-size: 140px;
    font-weight: 800;
    color: white;
    line-height: 1;
    letter-spacing: -0.04em;
}

.number-label {
    display: block;
    font-size: 24px;
    color: rgba(255,255,255,0.6);
    margin-top: 24px;
    letter-spacing: 0.05em;
}

/* ========================================
   PERSONA - 左右分割、フルブリード
   ======================================== */

.persona-section {
    background: white;
    padding: 180px 0;
}

.persona-container {
    padding: 0 120px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 120px;
    align-items: start;
}

.persona-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--dark);
    margin: 0;
    position: sticky;
    top: 120px;
}

.persona-lead {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark);
    margin: 0 0 56px 0;
}

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

.persona-list li {
    font-size: 24px;
    line-height: 1.6;
    color: #444;
    padding: 32px 0;
    border-bottom: 1px solid #ddd;
    padding-left: 48px;
    position: relative;
}

.persona-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    width: 12px;
    height: 12px;
    background: var(--regaze);
}

/* ========================================
   ROLE - NOW HIRING、フルブリード
   ======================================== */

.role-section {
    background: #f5f5f5;
    padding: 180px 0;
}

.role-container {
    padding: 0 120px;
}

.role-header {
    margin-bottom: 100px;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.role-label {
    display: inline-block;
    background: var(--regaze);
    color: white;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 12px 28px;
    margin-bottom: 32px;
}

.role-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.05;
    color: var(--dark);
    margin: 0 0 20px 0;
    letter-spacing: -0.03em;
    text-align: center !important;
}

.role-subtitle {
    font-size: 28px;
    font-weight: 600;
    color: #666;
    margin: 0;
    text-align: center !important;
}

.role-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.role-block {
    text-align: center;
}

.role-block h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--regaze);
    text-transform: uppercase;
    margin: 0 0 32px 0;
    text-align: center;
}

.role-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.role-block ul li {
    font-size: 24px;
    line-height: 1.7;
    color: #333;
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

/* ========================================
   CTA - 巨大、インパクト
   ======================================== */

.cta-section {
    background: var(--regaze);
    padding: 200px 0;
}

.cta-container {
    padding: 0 120px;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-title {
    font-size: 72px;
    font-weight: 700;
    color: white;
    margin: 0 0 48px 0;
    letter-spacing: -0.02em;
}

.btn-cta {
    background: white;
    color: var(--regaze);
    padding: 28px 80px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.btn-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* ========================================
   NEW: HERO SUB
   ======================================== */

.page-header .hero-sub {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,0.95);
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    text-shadow:
        0 0 40px rgba(0,0,0,0.9),
        0 2px 15px rgba(0,0,0,0.7);
}

/* ========================================
   NEW: PERSONA NOTE
   ======================================== */

.persona-note {
    font-size: 20px;
    font-weight: 500;
    color: #999;
    margin: 40px 0 0 0;
    padding: 24px 0;
    border-top: 2px solid var(--regaze);
    font-style: italic;
}

/* ========================================
   NEW: ROLE SUBTITLE SUB
   ======================================== */

.role-subtitle-sub {
    font-size: 28px;
    font-weight: 500;
    color: #666;
    margin: 24px 0 0 0;
    text-align: center;
}

/* ========================================
   NEW: CTA LEAD
   ======================================== */

.cta-lead {
    font-size: 28px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    margin: 0 0 48px 0;
    text-align: center;
}

/* ========================================
   NEW: WHY PRINCIPAL SECTION (N01)
   ======================================== */

.why-principal-section {
    background: linear-gradient(135deg, var(--dark) 0%, rgb(40, 40, 50) 100%);
    padding: 180px 0;
}

.why-principal-container {
    padding: 0 120px;
}

.why-principal-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    color: white;
    margin: 0 0 80px 0;
    text-align: center;
    letter-spacing: -0.02em;
}

.why-principal-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.why-principal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 40px;
    background: rgba(255,255,255,0.05);
    border-top: 4px solid var(--regaze);
}

.why-principal-num {
    font-size: 48px;
    font-weight: 800;
    color: var(--regaze);
    line-height: 1;
    margin-bottom: 32px;
}

.why-principal-text {
    text-align: center;
}

.why-principal-text h3 {
    font-size: 36px;
    font-weight: 800;
    color: white;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}

.why-principal-text p {
    font-size: 24px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin: 0;
}

/* ========================================
   NEW: GROWTH LOOP SECTION (N02) - Apple Style Full-bleed
   ======================================== */

.growth-loop-section {
    background: #000;
    padding: 0;
    width: 100%;
}

.growth-loop-header {
    padding: 120px 80px 60px;
    text-align: center;
}

.growth-loop-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    color: white;
    margin: 0;
    letter-spacing: -0.02em;
}

.growth-loop-cards {
    display: flex;
    width: 100%;
    gap: 0;
}

.loop-card-full {
    position: relative;
    width: 25%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.loop-card-image {
    width: 100%;
    height: 100%;
}

.loop-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.loop-card-full:hover .loop-card-image img {
    transform: scale(1.05);
}

.loop-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.loop-card-label {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
    text-align: center !important;
    width: 100%;
}

.loop-card-desc {
    font-size: 24px;
    font-weight: 500;
    opacity: 0.9;
    line-height: 1.4;
    margin: 0;
    text-align: center !important;
    width: 100%;
}

/* ========================================
   NEW: TRUE PRINCIPAL DEFINITION (N03)
   ======================================== */

.true-principal-definition {
    background: transparent;
    padding: 80px 0 100px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.true-principal-label {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--regaze);
    margin: 0 0 32px 0;
    text-align: center;
}

.true-principal-statement {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--dark);
    margin: 0 0 60px 0;
    letter-spacing: -0.02em;
    text-align: center;
    max-width: 900px;
}

.true-principal-not {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--dark);
    padding: 80px 120px;
    width: 100%;
    max-width: none;
    margin-left: calc(-120px);
    margin-right: calc(-120px);
    width: calc(100% + 240px);
    box-sizing: border-box;
}

.not-label {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.4);
    margin-bottom: 48px;
    text-align: center;
}

.not-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 100px;
}

.not-list li {
    font-size: 36px;
    font-weight: 800;
    color: white;
    text-align: center;
    letter-spacing: -0.02em;
}

/* 求める経験・働き方の上マージン */
.role-grid {
    margin-top: 100px;
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
}

.animate-on-scroll.visible {
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Stagger animation delays */
.animate-on-scroll:nth-child(1) { animation-delay: 0s; }
.animate-on-scroll:nth-child(2) { animation-delay: 0.1s; }
.animate-on-scroll:nth-child(3) { animation-delay: 0.2s; }
.animate-on-scroll:nth-child(4) { animation-delay: 0.3s; }
