<!DOCTYPE html>

<html lang="ja">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>TechStart Academy | 未経験からプロのエンジニアへ</title>

    <script src="https://cdn.tailwindcss.com"></script>

    <link rel="preconnect" href="https://fonts.googleapis.com">

    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap" rel="stylesheet">

    <style>

        body { font-family: 'Noto Sans JP', sans-serif; }

        .glass-card {

            background: rgba(255, 255, 255, 0.9);

            backdrop-filter: blur(10px);

        }

    </style>

</head>

<body class="text-gray-900 bg-white leading-relaxed">


    <nav class="fixed w-full z-50 bg-white/80 backdrop-blur-md border-b border-gray-100">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="flex justify-between h-16 items-center">

                <div class="flex-shrink-0">

                    <span class="text-2xl font-black tracking-tighter text-blue-600">TechStart</span>

                </div>

                <div class="flex items-center space-x-4">

                    <a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-5 py-2 rounded-full text-sm font-bold transition duration-300 shadow-md shadow-blue-200">

                        無料相談

                    </a>

                </div>

            </div>

        </div>

    </nav>


    <section class="relative pt-32 pb-20 lg:pt-48 lg:pb-32 overflow-hidden">

        <div class="absolute inset-0 bg-gradient-to-br from-blue-700 via-blue-600 to-indigo-800 -z-10"></div>

        <div class="absolute inset-0 opacity-10 bg-[url('https://www.transparenttextures.com/patterns/cubes.png')] -z-10"></div>

        

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">

            <h1 class="text-4xl md:text-6xl font-black text-white mb-6 tracking-tight leading-tight">

                3ヶ月で、未経験から<br class="hidden md:block">プロのエンジニアへ。

            </h1>

            <p class="text-blue-100 text-lg md:text-xl mb-10 max-w-2xl mx-auto font-medium">

                最短ルートで理想のキャリアを。挫折させない徹底サポートと実践重視のカリキュラムで、あなたの挑戦を並走します。

            </p>

            <div class="flex flex-col sm:flex-row justify-center gap-4">

                <a href="#features" class="bg-white text-blue-600 hover:bg-blue-50 px-8 py-4 rounded-xl font-bold text-lg transition duration-300 shadow-xl">

                    コース一覧を見る

                </a>

            </div>

        </div>

    </section>


    <section id="features" class="py-24 bg-white">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="text-center mb-16">

                <h2 class="text-3xl md:text-4xl font-bold mb-4">TechStartの特徴</h2>

                <div class="h-1 w-20 bg-blue-600 mx-auto rounded-full"></div>

            </div>

            

            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">

                <div class="p-8 bg-gray-50 rounded-2xl border border-gray-100 hover:border-blue-300 transition duration-300 group">

                    <div class="w-14 h-14 bg-blue-600 rounded-lg flex items-center justify-center mb-6 shadow-lg shadow-blue-100 group-hover:scale-110 transition duration-300">

                        <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></svg>

                    </div>

                    <h3 class="text-xl font-bold mb-4">実践的なカリキュラム</h3>

                    <p class="text-gray-600">基礎だけでなく、現場で即戦力として求められる開発スキルを、アウトプット中心の課題で身につけます。</p>

                </div>


                <div class="p-8 bg-gray-50 rounded-2xl border border-gray-100 hover:border-blue-300 transition duration-300 group">

                    <div class="w-14 h-14 bg-blue-600 rounded-lg flex items-center justify-center mb-6 shadow-lg shadow-blue-100 group-hover:scale-110 transition duration-300">

                        <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"></path></svg>

                    </div>

                    <h3 class="text-xl font-bold mb-4">現役エンジニアのメンター</h3>

                    <p class="text-gray-600">業界の第一線で活躍するプロにいつでも質問可能。技術的な悩みからキャリアの相談までマンツーマンで支えます。</p>

                </div>


                <div class="p-8 bg-gray-50 rounded-2xl border border-gray-100 hover:border-blue-300 transition duration-300 group">

                    <div class="w-14 h-14 bg-blue-600 rounded-lg flex items-center justify-center mb-6 shadow-lg shadow-blue-100 group-hover:scale-110 transition duration-300">

                        <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745V6a2 2 0 012-2h14a2 2 0 012 2v7.255zM10 13V6a2 2 0 00-2-2H5a2 2 0 00-2 2v7.255A23.931 23.931 0 0112 15c3.183 0 6.22-.62 9-1.745V6a2 2 0 01-2-2h-3a2 2 0 00-2 2v7"></path></svg>

                    </div>

                    <h3 class="text-xl font-bold mb-4">転職サポート</h3>

                    <p class="text-gray-600">提携企業への紹介や、ポートフォリオ作成・面接対策まで。あなたの「なりたい姿」を全力でバックアップします。</p>

                </div>

            </div>

        </div>

    </section>


    <section class="py-24 bg-blue-50">

        <div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="text-center mb-16">

                <h2 class="text-3xl md:text-4xl font-bold mb-4">TechStartが選ばれる理由</h2>

                <p class="text-gray-600">不安な日々を、ワクワクする未来へ変える場所。</p>

            </div>


            <div class="space-y-6">

                <div class="flex flex-col md:flex-row items-center gap-8 bg-white p-8 rounded-3xl shadow-sm border border-gray-100">

                    <div class="w-full md:w-1/2">

                        <span class="inline-block px-4 py-1 bg-red-100 text-red-600 rounded-full text-sm font-bold mb-4">BEFORE</span>

                        <h4 class="text-xl font-bold mb-4">何から始めればいいか分からず、将来が不安</h4>

                        <p class="text-gray-500">独学で挫折しそう...。今の仕事を続けていいのか、自分にスキルが身につくのか確信が持てない。</p>

                    </div>

                    <div class="hidden md:block">

                        <svg class="w-10 h-10 text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 5l7 7-7 7M5 5l7 7-7 7"></path></svg>

                    </div>

                    <div class="w-full md:w-1/2">

                        <span class="inline-block px-4 py-1 bg-green-100 text-green-600 rounded-full text-sm font-bold mb-4">AFTER</span>

                        <h4 class="text-xl font-bold mb-4 text-blue-600">明確なロードマップと自信が手に入る</h4>

                        <p class="text-gray-600">迷わず学習に没頭できる環境で、自身の成長を実感。エンジニアとしての市場価値が高まります。</p>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <section id="contact" class="py-24 bg-gray-50">

        <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">

            <div class="bg-white p-10 md:p-16 rounded-[2.5rem] shadow-2xl border border-gray-100">

                <h2 class="text-3xl md:text-4xl font-bold mb-6">

                    まずは無料相談で、あなたの<br class="hidden md:block text-blue-600">キャリアの可能性を見つけませんか?

                </h2>

                <p class="text-gray-500 mb-10 text-lg">

                    無理な勧誘は一切ありません。専門のアドバイザーがあなたの今の悩みや目標を丁寧にお伺いします。

                </p>

                <button class="bg-blue-600 hover:bg-blue-700 text-white px-10 py-5 rounded-2xl font-black text-xl transition duration-300 shadow-xl shadow-blue-200 transform hover:-translate-y-1">

                    無料相談を予約する

                </button>

                <p class="mt-6 text-sm text-gray-400">※ オンライン完結・最短30秒で予約完了</p>

            </div>

        </div>

    </section>


    <footer class="py-12 bg-white border-t border-gray-100 text-center">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="mb-6">

                <span class="text-xl font-black tracking-tighter text-gray-400">TechStart</span>

            </div>

            <p class="text-gray-400 text-sm">

                &copy; 2024 TechStart Academy. All rights reserved.

            </p>

        </div>

    </footer>


    <script>

        // Smooth scroll

        document.querySelectorAll('a[href^="#"]').forEach(anchor => {

            anchor.addEventListener('click', function (e) {

                e.preventDefault();

                document.querySelector(this.getAttribute('href')).scrollIntoView({

                    behavior: 'smooth'

                });

            });

        });

    </script>

</body>

</html>