Auto Body Careers Vancouver WA | Join Five Star Auto Body | Collision Repair Jobs /* Import all styles from home page */ * { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary-black: #1a1a1a; --accent-orange: #ff6b35; --light-gray: #f5f5f5; --medium-gray: #6c757d; --dark-gray: #2c2c2c; --white: #ffffff; --success: #28a745; --warning: #ffc107; --shadow: 0 4px 6px rgba(0, 0, 0, 0.1); --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15); /* Mobile-first responsive variables */ --header-height: 70px; --mobile-padding: 16px; --tablet-padding: 24px; --desktop-padding: 40px; } /* Enhanced Mobile-First Typography */ html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; color: var(--dark-gray); background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Responsive Typography System */ h1 { font-size: clamp(1.75rem, 4.5vw, 3rem); font-weight: 700; line-height: 1.1; margin-bottom: 1rem; } h2 { font-size: clamp(1.4rem, 3.5vw, 2.5rem); font-weight: 600; line-height: 1.2; margin-bottom: 0.8rem; } h3 { font-size: clamp(1.2rem, 2.8vw, 1.8rem); font-weight: 600; line-height: 1.3; margin-bottom: 0.6rem; } h4 { font-size: clamp(1.1rem, 2.2vw, 1.4rem); font-weight: 600; line-height: 1.3; margin-bottom: 0.5rem; } p { font-size: clamp(0.95rem, 2vw, 1.1rem); margin-bottom: 1rem; line-height: 1.6; } /* Enhanced Container with Fluid Padding */ .container { max-width: 1200px; margin: 0 auto; padding: 0 var(--mobile-padding); width: 100%; } /* Import header styles from home page */ header { background: var(--white); box-shadow: var(--shadow); position: sticky; top: 0; z-index: 1000; transition: all 0.3s ease; height: var(--header-height); } nav { display: flex; justify-content: space-between; align-items: center; height: var(--header-height); position: relative; padding: 0; } .logo { flex-shrink: 0; z-index: 1001; } .logo img { height: 40px; width: auto; max-width: 140px; } /* Navigation styles - same as home page */ .nav-menu { display: flex; gap: 2rem; align-items: center; justify-content: flex-end; list-style: none; margin: 0; padding: 0; } .nav-menu > li { position: relative; } .nav-menu a { color: var(--dark-gray); text-decoration: none; font-weight: 500; transition: all 0.3s; display: flex; align-items: center; gap: 5px; padding: 8px 0; } .nav-menu a:hover, .nav-menu a:focus { color: var(--accent-orange); } .dropdown-arrow { font-size: 0.8rem; transition: transform 0.3s; margin-left: 5px; } .dropdown { position: absolute; top: 100%; left: 0; background: var(--white); min-width: 250px; box-shadow: var(--shadow-lg); border-radius: 10px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; margin-top: 10px; z-index: 1000; } .nav-menu li:hover .dropdown, .nav-menu li:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); } .nav-menu li:hover .dropdown-arrow, .nav-menu li:focus-within .dropdown-arrow { transform: rotate(180deg); } .dropdown a { padding: 12px 20px; font-size: 0.95rem; border-bottom: 1px solid var(--light-gray); display: block; width: 100%; } .dropdown a:hover, .dropdown a:focus { background: rgba(255, 107, 53, 0.1); color: var(--accent-orange); padding-left: 25px; } .dropdown a:first-child { border-radius: 10px 10px 0 0; } .dropdown a:last-child { border-radius: 0 0 10px 10px; border-bottom: none; } .mobile-menu-toggle { display: none; background: none; border: none; font-size: 1.8rem; cursor: pointer; color: var(--dark-gray); padding: 8px; z-index: 9999; transition: all 0.3s; border-radius: 4px; min-height: 44px; min-width: 44px; align-items: center; justify-content: center; position: relative; } /* CTA Button System */ .cta-button { background: var(--accent-orange); color: var(--white); padding: 12px 24px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s; display: inline-flex; align-items: center; justify-content: center; border: none; cursor: pointer; font-size: clamp(0.9rem, 2vw, 1rem); box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3); text-align: center; min-height: 44px; min-width: 120px; white-space: nowrap; } .cta-button:hover, .cta-button:focus { background: var(--primary-black); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4); } /* Careers-specific styles */ .careers-hero { background: linear-gradient(135deg, rgba(26,26,26,0.95), rgba(44,44,44,0.9)), url('data:image/svg+xml,Professional Auto Body Shop') center/cover; color: var(--white); padding: 80px 0 100px 0; text-align: center; } .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; max-width: 1000px; margin-left: auto; margin-right: auto; } .benefit-card { background: var(--white); padding: 25px 20px; border-radius: 15px; text-align: center; box-shadow: var(--shadow); transition: transform 0.3s; min-height: 200px; display: flex; flex-direction: column; } .benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); } .benefit-card h4 { color: var(--accent-orange); margin-bottom: 15px; font-size: clamp(1.1rem, 2.2vw, 1.3rem); } .benefit-card p { flex-grow: 1; display: flex; align-items: center; justify-content: center; text-align: center; margin: 0; } .job-listing { background: var(--white); border-radius: 20px; box-shadow: var(--shadow-lg); padding: 30px; margin-bottom: 30px; transition: all 0.3s; border-left: 5px solid var(--accent-orange); } .job-listing:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(0,0,0,0.15); } .job-header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; } .job-title { flex: 1; } .job-meta { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 10px; } .job-tag { background: var(--light-gray); color: var(--dark-gray); padding: 5px 15px; border-radius: 20px; font-size: 0.9rem; font-weight: 500; } .job-tag.urgent { background: var(--accent-orange); color: var(--white); } .requirements-list { list-style: none; padding: 0; } .requirements-list li { margin-bottom: 10px; padding-left: 25px; position: relative; } .requirements-list li::before { content: '✓'; position: absolute; left: 0; color: var(--success); font-weight: bold; } .application-section { background: var(--light-gray); padding: 80px 0; } .application-form { background: var(--white); padding: 40px; border-radius: 20px; box-shadow: var(--shadow-lg); max-width: 800px; margin: 0 auto; } .form-group { margin-bottom: 25px; } .form-group label { display: block; color: var(--dark-gray); margin-bottom: 8px; font-weight: 600; font-size: 1rem; } .form-group label .required { color: var(--accent-orange); } .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 16px; border: 2px solid #e0e0e0; border-radius: 10px; font-size: 1rem; transition: border-color 0.3s; font-family: inherit; } .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--accent-orange); } .form-group textarea { resize: vertical; min-height: 120px; } .form-row { display: grid; grid-template-columns: 1fr; gap: 20px; } .file-upload { position: relative; display: inline-block; cursor: pointer; width: 100%; } .file-upload input[type="file"] { position: absolute; opacity: 0; width: 100%; height: 100%; cursor: pointer; } .file-upload-label { display: block; padding: 14px 16px; border: 2px dashed var(--accent-orange); border-radius: 10px; text-align: center; transition: all 0.3s; background: rgba(255, 107, 53, 0.05); } .file-upload:hover .file-upload-label { background: rgba(255, 107, 53, 0.1); border-color: var(--primary-black); } .culture-section { padding: 80px 0; background: var(--white); } .culture-grid { display: grid; grid-template-columns: 1fr; gap: 25px; margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; } .culture-card { background: linear-gradient(135deg, var(--primary-black), var(--dark-gray)); color: var(--white); padding: 35px 25px; border-radius: 20px; text-align: center; position: relative; overflow: hidden; min-height: 220px; display: flex; flex-direction: column; justify-content: center; } .culture-card::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, var(--accent-orange) 0%, transparent 70%); opacity: 0.1; animation: pulse 4s ease-in-out infinite; } @keyframes pulse { 0%, 100% { transform: scale(0.8); opacity: 0.1; } 50% { transform: scale(1.2); opacity: 0.2; } } .culture-card h3 { position: relative; z-index: 1; color: var(--white); margin-bottom: 15px; font-size: clamp(1.3rem, 2.5vw, 1.6rem); } .culture-card p { position: relative; z-index: 1; opacity: 0.9; margin: 0; } /* Employee Testimonials */ .testimonial-slider { max-width: 900px; margin: 40px auto 0; } .employee-testimonial { background: var(--light-gray); padding: 40px; border-radius: 20px; margin-bottom: 30px; position: relative; } .employee-testimonial::before { content: '"'; font-size: 4rem; color: var(--accent-orange); position: absolute; top: 20px; left: 30px; opacity: 0.3; } .employee-info { margin-top: 20px; display: flex; align-items: center; gap: 15px; } .employee-avatar { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--accent-orange), var(--primary-black)); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: bold; font-size: 1.5rem; } .employee-details h4 { margin: 0; color: var(--primary-black); } .employee-details p { margin: 0; color: var(--medium-gray); font-size: 0.9rem; } /* Stats Section */ .stats-section { background: var(--primary-black); color: var(--white); padding: 60px 0; text-align: center; } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 30px; } .stat-item h3 { font-size: clamp(2rem, 4vw, 3rem); color: var(--accent-orange); margin-bottom: 10px; } .stat-item p { margin: 0; opacity: 0.9; } /* Footer - same as home page */ footer { background: var(--primary-black); color: var(--white); padding: 50px 0 20px; } .footer-content { display: grid; grid-template-columns: 1fr; gap: 30px; margin-bottom: 30px; } .footer-section h4 { margin-bottom: 15px; color: var(--accent-orange); font-size: clamp(1rem, 2.2vw, 1.2rem); } .footer-section a { color: var(--white); text-decoration: none; display: block; margin-bottom: 8px; transition: color 0.3s; font-size: clamp(0.9rem, 1.8vw, 1rem); padding: 4px 0; } .footer-section a:hover, .footer-section a:focus { color: var(--accent-orange); } .footer-section p { font-size: clamp(0.9rem, 1.8vw, 1rem); margin-bottom: 8px; } /* Utility Classes */ .text-center { text-align: center; } .mb-1 { margin-bottom: 0.5rem; } .mb-2 { margin-bottom: 1rem; } .mb-3 { margin-bottom: 1.5rem; } .mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .font-bold { font-weight: 600; } /* Tablet Responsive */ @media (min-width: 768px) { :root { --mobile-padding: var(--tablet-padding); } .container { padding: 0 var(--tablet-padding); } .logo img { height: 45px; max-width: 160px; } .form-row { grid-template-columns: 1fr 1fr; } .culture-grid { grid-template-columns: repeat(2, 1fr); } .footer-content { grid-template-columns: repeat(2, 1fr); gap: 40px; } .job-header { flex-wrap: nowrap; } } /* Desktop Responsive */ @media (min-width: 1024px) { :root { --mobile-padding: var(--desktop-padding); --header-height: 80px; } nav { height: var(--header-height); padding: 1rem 0; } .logo img { height: 50px; max-width: 180px; } .mobile-menu-toggle { display: none !important; } .nav-menu { position: static !important; top: auto !important; left: auto !important; width: auto !important; height: auto !important; background: transparent !important; flex-direction: row !important; justify-content: flex-end !important; align-items: center !important; box-shadow: none !important; padding: 0 !important; overflow: visible !important; gap: 2rem; display: flex !important; margin: 0; list-style: none; z-index: auto; transition: none; } .culture-grid { grid-template-columns: repeat(3, 1fr); } .footer-content { grid-template-columns: repeat(4, 1fr); } .careers-hero { padding: 120px 0; } } /* Mobile-specific menu styles */ @media (max-width: 1023px) { .mobile-menu-toggle { display: flex !important; } .nav-menu { position: fixed !important; top: var(--header-height) !important; left: -100% !important; width: 100vw !important; height: calc(100vh - var(--header-height)) !important; background: var(--white) !important; flex-direction: column !important; justify-content: flex-start !important; align-items: center !important; transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important; overflow-y: auto !important; padding: 20px 0 !important; gap: 0 !important; z-index: 9998 !important; visibility: hidden !important; opacity: 0 !important; } .nav-menu.active { left: 0 !important; visibility: visible !important; opacity: 1 !important; } .nav-menu > li { width: 100% !important; text-align: center !important; border-bottom: 1px solid var(--light-gray) !important; position: relative !important; } .nav-menu > li:last-child { border-bottom: none !important; } .nav-menu a { display: flex !important; align-items: center !important; justify-content: center !important; padding: 16px 20px !important; font-size: 1.1rem !important; min-height: 48px !important; width: 100% !important; } .dropdown { position: static !important; background: var(--light-gray) !important; width: 100% !important; box-shadow: none !important; border-radius: 0 !important; opacity: 0 !important; max-height: 0 !important; overflow: hidden !important; transition: all 0.3s ease !important; margin: 0 !important; z-index: auto !important; } .nav-menu li:hover .dropdown, .nav-menu li:focus-within .dropdown, .nav-menu li.dropdown-open .dropdown { opacity: 1 !important; max-height: 300px !important; } .dropdown a { padding: 12px 30px !important; font-size: 1rem !important; border-bottom: 1px solid rgba(255,255,255,0.1) !important; background: var(--light-gray) !important; } .dropdown a:hover, .dropdown a:focus { background: var(--accent-orange) !important; color: var(--white) !important; padding-left: 35px !important; } .dropdown-arrow { margin-left: auto !important; } } /* Loading Screen */ .loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--white); z-index: 9999; display: flex; justify-content: center; align-items: center; transition: opacity 0.5s; } .loading.hidden { opacity: 0; pointer-events: none; } .spinner { width: 50px; height: 50px; border: 3px solid var(--light-gray); border-top: 3px solid var(--accent-orange); border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Skip Link */ .skip-link { position: absolute; top: -40px; left: 6px; background: var(--accent-orange); color: var(--white); padding: 8px; text-decoration: none; border-radius: 4px; z-index: 10000; } .skip-link:focus { top: 6px; } Skip to main content
Five Star Auto Body Vancouver WA
  • Services ▼
    Vancouver WA Collision Vancouver WA Auto Body Longview WA Collision Longview WA Auto Body
  • Locations ▼
    Vancouver - NE 68th St Vancouver - Columbia St Longview - Commerce Ave
  • About
  • Reviews
  • Blog
  • Contact
  • Careers

Join Vancouver WA's Premier Auto Body Team

Now Hiring Journeymen Technicians & Skilled Professionals

Build your career with Five Star Auto Body - Southwest Washington's leading collision repair center since 1995. We're seeking experienced journeymen technicians and motivated professionals to join our award-winning team.

View Open Positions Apply Now

Why Join Five Star Auto Body?

Industry-leading benefits, career growth, and a culture that values excellence

Competitive Compensation

Top pay rates for journeymen technicians ($120K-$200K+) and performance bonuses

Tool Allowance

Annual tool allowance, access to specialty tools, and state-of-the-art equipment in all shops

Career Development

OEM factory training, I-CAR certification programs, and clear advancement opportunities

Award-Winning Team

Join an OEM certified, BBB A+ rated team recognized for excellence in collision repair

Work-Life Balance

Monday-Friday schedule, no weekends, major holidays off, and flexible scheduling options

State-of-the-Art Facility

Modern equipment, clean work environment, and the latest collision repair technology at all locations

Five Star Auto Body by the Numbers

30+

Years in Business

3

Convenient Locations

50+

Team Members

4.9/5

Employee Satisfaction

Current Career Opportunities

Join our growing team at any of our Vancouver WA or Longview locations

Journeymen Auto Body Technician

URGENT NEED Full-Time $120K-$200K+ All Locations
Apply Now

We're actively seeking experienced journeymen technicians to join our team immediately! If you're a skilled collision repair professional looking for a stable career with excellent benefits and growth opportunities, we want to hear from you.

Key Responsibilities:

  • Perform high-quality collision repairs on all vehicle makes and models
  • Execute frame straightening and structural repairs to OEM specifications
  • Complete panel replacement, welding, and metal finishing work
  • Work efficiently to meet production goals while maintaining quality standards
  • Collaborate with estimators and painters to ensure smooth workflow

Requirements:

  • 3+ years of collision repair experience (journeymen level preferred)
  • Proficiency in welding (MIG, resistance spot welding)
  • Experience with frame machines and measuring systems
  • Own hand tools (specialty tools provided)
  • I-CAR certifications preferred but not required
  • Valid driver's license and reliable transportation

What We Offer:

  • Competitive salary based on experience ($120K-$200K+)
  • Performance bonuses and efficiency incentives
  • Comprehensive health benefits package
  • 401(k) with company match
  • Paid factory training and certification programs
  • $1,500 annual tool allowance

Auto Body Painter

Full-Time $50K-$80K Vancouver WA
Apply Now

Seeking experienced auto body painters to join our state-of-the-art paint department. Work with the latest downdraft spray booths and computerized color matching systems.

Requirements:

  • 2+ years automotive painting experience
  • Knowledge of waterborne and solvent paint systems
  • Color matching and blending expertise
  • Ability to work efficiently in a production environment

Collision Repair Estimator

Full-Time $45K-$70K All Locations
Apply Now

Join our estimating team and help Vancouver WA customers navigate the collision repair process. We're looking for detail-oriented professionals with excellent communication skills.

Requirements:

  • Experience with CCC One, Mitchell, or Audatex estimating systems
  • Strong customer service and communication skills
  • Knowledge of insurance claim procedures
  • I-CAR certification preferred

Entry Level Technician / Apprentice

Full-Time $18-$25/hour Training Provided
Apply Now

Start your career in collision repair! We offer comprehensive training programs for motivated individuals looking to learn the trade. No experience necessary - just bring your work ethic and willingness to learn.

What We're Looking For:

  • Strong work ethic and reliability
  • Mechanical aptitude and attention to detail
  • Ability to work in a team environment
  • Valid driver's license

Our Culture & Values

What makes Five Star Auto Body a great place to work

Team Environment

Work alongside skilled professionals who support each other. Our collaborative culture ensures everyone succeeds together.

Growth Opportunities

Clear career paths from apprentice to master technician. We promote from within and invest in your professional development.

Quality Focus

Take pride in delivering exceptional work. Our OEM certifications and lifetime warranty reflect our commitment to excellence.

What Our Team Members Say

"I've been a journeyman technician here for 8 years, and it's the best shop I've worked at. The management truly cares about their employees, the equipment is top-notch, and the team feels like family. The consistent workflow and fair pay structure make this a great place to build a career."

JR

James Rodriguez

Journeymen Technician - Vancouver NE 68th St

"Starting as an apprentice and working my way up to lead painter has been an incredible journey. Five Star invested in my training, sent me to PPG certification courses, and gave me the tools to succeed. The work-life balance here is excellent - no weekends means I can spend time with my family."

MC

Maria Chen

Lead Painter - Longview Location

Apply Today

Take the next step in your auto body career

Clicking submit will open your email client with the application details pre-filled.

Or call us directly: (360) 699-4887

Email resumes to: info@fivestarvancouver.com

Equal Opportunity Employer: Five Star Auto Body is committed to creating a diverse environment and is proud to be an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, gender, gender identity or expression, sexual orientation, national origin, disability, age, or veteran status.

Auto Body Services Vancouver WA

Vancouver WA Collision Repair Vancouver WA Auto Body Longview WA Collision Repair Longview WA Auto Body

Locations & Service Areas

NE 68th Street Location Columbia Street Location Commerce Avenue Location

Five Star Auto Body

About Us Customer Reviews Auto Body Blog Careers & Employment Contact Us

Contact Five Star Auto Body

Phone: (360) 699-4887

Email: info@fivestarvancouver.com

Careers: info@fivestarvancouver.com

Hours: Monday-Friday: 8:00 AM - 5:00 PM

Facebook Google Maps Yelp Reviews

© 2025 Five Star Auto Body Vancouver WA. All rights reserved.

Vancouver WA Auto Body Jobs | Collision Repair Careers | Journeymen Technician Employment