/* 求人ページスタイル */
.recruit-page {
    padding-top: 0;
}

/* ページヒーロー */
.page-hero {
    background: linear-gradient(135deg, #2C2C2C 0%, #404040 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255,255,255,0.05) 10px,
        rgba(255,255,255,0.05) 20px
    );
    animation: slide 20s linear infinite;
}

@keyframes slide {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.page-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.page-subtitle {
    font-size: 1.8rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

/* イントロセクション */
.recruit-intro {
    padding: 60px 0;
    text-align: center;
}

.lead-text {
    font-size: 1.6rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #333;
}

.language-switch {
    margin-top: 30px;
}

.btn-language {
    display: inline-block;
    padding: 10px 30px;
    background: #f8f8f8;
    border: 2px solid #2C2C2C;
    color: #2C2C2C;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-language:hover {
    background: #2C2C2C;
    color: #fff;
}

/* 募集職種セクション */
.recruit-positions {
    padding: 40px 0;
}

.recruit-positions h2,
.recruit-benefits h2,
.workplace-info h2,
.recruit-apply h2,
.company-info h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.recruit-positions h2::after,
.recruit-benefits h2::after,
.workplace-info h2::after,
.recruit-apply h2::after,
.company-info h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #2C2C2C;
}

.position-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.position-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
}

.position-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.position-card.featured {
    border: 3px solid #2C2C2C;
}

.featured-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #2C2C2C;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: 600;
}

.position-card h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.position-card h3 i {
    color: #2C2C2C;
}

.position-details dt {
    font-weight: 700;
    color: #333;
    margin-top: 15px;
    margin-bottom: 5px;
}

.position-details dd {
    margin-left: 0;
    color: #666;
}

.position-details dd.highlight {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2C2C2C;
}

.position-details ul {
    list-style: none;
    padding: 0;
}

.position-details ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.position-details ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #2C2C2C;
}

/* 福利厚生セクション */
.recruit-benefits {
    background: #f8f8f8;
    padding: 60px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-item {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.benefit-item i {
    font-size: 3rem;
    color: #2C2C2C;
    margin-bottom: 15px;
    display: block;
}

.benefit-item h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #333;
}

.benefit-item p {
    color: #666;
    font-size: 1.4rem;
}

/* 職場環境セクション */
.workplace-info {
    padding: 60px 0;
}

.workplace-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-box {
    text-align: center;
}

.feature-box img {
    width: 100%;
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.feature-box h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #333;
}

.feature-box p {
    color: #666;
    line-height: 1.6;
}

/* 応募方法セクション */
.recruit-apply {
    background: #f8f8f8;
    padding: 60px 0;
}

.apply-box {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.apply-box p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #333;
}

.btn-large {
    font-size: 1.8rem;
    padding: 15px 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-large i {
    font-size: 2rem;
}

.apply-box .note {
    font-size: 1.4rem;
    color: #666;
    margin-top: 20px;
}

/* 会社情報セクション */
.company-info {
    padding: 60px 0 80px;
}

.company-details {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.company-details dt {
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    padding-top: 15px;
    border-top: 1px dotted #ddd;
}

.company-details dt:first-child {
    padding-top: 0;
    border-top: none;
}

.company-details dd {
    margin-left: 0;
    margin-bottom: 15px;
    color: #666;
}

.company-details a {
    color: #2C2C2C;
    text-decoration: none;
}

.company-details a:hover {
    text-decoration: underline;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
    }
    
    .page-subtitle {
        font-size: 1.4rem;
    }
    
    .lead-text {
        font-size: 1.4rem;
    }
    
    .position-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .position-card {
        padding: 20px;
    }
    
    .position-details dd.highlight {
        font-size: 1.8rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .workplace-features {
        grid-template-columns: 1fr;
    }
    
    .company-details {
        padding: 20px;
    }
}