/*
Theme Name: procaretto Professional Theme
Author: WordPress テーマ作成
Description: 運送業の次世代スタンダードを表現したクリーンなシングルページテーマ。
Version: 1.1
*/

/* リセット & 基本設定 */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

:root {
    --primary: #6a0dad;   /* ロゴのパープル */
    --accent: #8bc34a;    /* ロゴのグリーン */
    --bg-light: #f8f9fa;
    --text-dark: #1a1a1a;
}

/* レイアウト */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
}

section { padding: 120px 0; }

h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.05em;
}

h2 span {
    display: block;
    font-size: 0.9rem;
    color: var(--primary);
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* ヘッダー */
header {
    background: #fff;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* カスタムロゴのサイズ調整 */
.custom-logo-link img {
    max-height: 50px;
    width: auto;
    display: block;
}

/* メインビジュアル */
.hero {
    height: 85vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 700;
}

.hero-content p {
    font-size