| <!DOCTYPE html> |
| <html lang="ja"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>会社概要 | 未来ソリューション株式会社</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap" rel="stylesheet"> |
| <style> |
| body { |
| font-family: 'Noto Sans JP', sans-serif; |
| } |
| .blue-accent { |
| color: #005BAC; |
| } |
| .bg-blue-accent { |
| background-color: #005BAC; |
| } |
| .border-blue-accent { |
| border-color: #005BAC; |
| } |
| </style> |
| </head> |
| <body class="bg-white text-gray-800"> |
| |
| <nav class="bg-white shadow-md py-4 sticky top-0 z-50"> |
| <div class="container mx-auto px-6 flex justify-between items-center"> |
| <div class="flex items-center"> |
| <i data-feather="cpu" class="blue-accent mr-2"></i> |
| <span class="text-xl font-bold blue-accent">未来ソリューション株式会社</span> |
| </div> |
| <div class="hidden md:flex space-x-8"> |
| <a href="index.html" class="font-medium hover:text-blue-600">ホーム</a> |
| <a href="about.html" class="font-medium blue-accent">会社概要</a> |
| <a href="services.html" class="font-medium hover:text-blue-600">サービス</a> |
| <a href="contact.html" class="font-medium hover:text-blue-600">お問い合わせ</a> |
| </div> |
| <button class="md:hidden focus:outline-none"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </nav> |
|
|
| |
| <section class="relative bg-gradient-to-r from-blue-50 to-gray-50 py-20"> |
| <div class="container mx-auto px-6 text-center"> |
| <h1 class="text-4xl md:text-5xl font-bold mb-6" data-aos="fade-up">会社概要</h1> |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">テクノロジーを通じて人々の生活を豊かにする</p> |
| </div> |
| </section> |
|
|
| |
| <section class="py-20 bg-white"> |
| <div class="container mx-auto px-6"> |
| <div class="flex flex-col md:flex-row items-center"> |
| <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right"> |
| <h2 class="text-3xl font-bold mb-6">私たちのミッション</h2> |
| <p class="text-lg text-gray-600 mb-6">「テクノロジーを通じて人々の生活を豊かにする」</p> |
| <p class="text-gray-600">未来ソリューション株式会社は、最新のテクノロジーを活用し、お客様のビジネス課題を解決する革新的なソリューションを提供します。私たちは、技術の進化と社会のニーズを常に意識し、持続可能な未来を創造することを使命としています。</p> |
| </div> |
| <div class="md:w-1/2 md:pl-12" data-aos="fade-left"> |
| <img src="http://static.photos/office/1024x576/1" alt="Office" class="rounded-lg shadow-xl"> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-20 bg-gray-50"> |
| <div class="container mx-auto px-6"> |
| <div class="flex flex-col md:flex-row items-center"> |
| <div class="md:w-1/2 mb-10 md:mb-0 order-2 md:order-1" data-aos="fade-right"> |
| <img src="http://static.photos/technology/1024x576/2" alt="Vision" class="rounded-lg shadow-xl"> |
| </div> |
| <div class="md:w-1/2 md:pr-12 order-1 md:order-2" data-aos="fade-left"> |
| <h2 class="text-3xl font-bold mb-6">私たちのビジョン</h2> |
| <p class="text-lg text-gray-600 mb-6">「信頼されるパートナーとして持続可能な未来を築く」</p> |
| <p class="text-gray-600">私たちは、お客様と長期的なパートナーシップを築き、テクノロジーの力でビジネスの成長と社会の発展に貢献します。常に最新技術を追求し、倫理的で透明性のあるビジネスを実践することで、信頼される企業を目指します。</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-20 bg-white"> |
| <div class="container mx-auto px-6"> |
| <h2 class="text-3xl font-bold mb-12 text-center" data-aos="fade-up">チーム紹介</h2> |
| <div class="grid md:grid-cols-3 gap-8"> |
| <div class="text-center" data-aos="fade-up" data-aos-delay="100"> |
| <img src="http://static.photos/people/400x400/1" alt="山田 太郎" class="w-48 h-48 rounded-full mx-auto mb-4 shadow-md"> |
| <h3 class="text-xl font-bold mb-2">山田 太郎</h3> |
| <p class="text-gray-600 mb-2">代表取締役</p> |
| <p class="text-gray-500 text-sm">東京大学工学部卒業。大手IT企業で20年の経験を積み、2010年に未来ソリューション株式会社を設立。</p> |
| </div> |
| <div class="text-center" data-aos="fade-up" data-aos-delay="200"> |
| <img src="http://static.photos/people/400x400/2" alt="佐藤 花子" class="w-48 h-48 rounded-full mx-auto mb-4 shadow-md"> |
| <h3 class="text-xl font-bold mb-2">佐藤 花子</h3> |
| <p class="text-gray-600 mb-2">取締役 CTO</p> |
| <p class="text-gray-500 text-sm">京都大学情報学研究科修了。クラウド技術の専門家として国内外で活躍。</p> |
| </div> |
| <div class="text-center" data-aos="fade-up" data-aos-delay="300"> |
| <img src="http://static.photos/people/400x400/3" alt="鈴木 健太" class="w-48 h-48 rounded-full mx-auto mb-4 shadow-md"> |
| <h3 class="text-xl font-bold mb-2">鈴木 健太</h3> |
| <p class="text-gray-600 mb-2">取締役 CFO</p> |
| <p class="text-gray-500 text-sm">早稲田大学商学部卒業。財務戦略と経営管理のエキスパート。</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-blue-accent text-white"> |
| <div class="container mx-auto px-6 text-center"> |
| <h2 class="text-2xl md:text-3xl font-bold mb-6" data-aos="fade-up">私たちと一緒に未来を創造しませんか?</h2> |
| <a href="contact.html" class="bg-white text-blue-600 hover:bg-gray-100 font-bold py-3 px-8 rounded-full transition duration-300 inline-flex items-center" data-aos="fade-up" data-aos-delay="100"> |
| お問い合わせはこちら |
| <i data-feather="arrow-right" class="ml-2"></i> |
| </a> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-gray-900 text-white py-12"> |
| <div class="container mx-auto px-6"> |
| <div class="grid md:grid-cols-4 gap-8"> |
| <div> |
| <h3 class="text-xl font-bold mb-4">未来ソリューション株式会社</h3> |
| <p class="text-gray-400">テクノロジーを通じて人々の生活を豊かにする</p> |
| </div> |
| <div> |
| <h4 class="font-bold mb-4">メニュー</h4> |
| <ul class="space-y-2"> |
| <li><a href="index.html" class="text-gray-400 hover:text-white">ホーム</a></li> |
| <li><a href="about.html" class="text-gray-400 hover:text-white">会社概要</a></li> |
| <li><a href="services.html" class="text-gray-400 hover:text-white">サービス</a></li> |
| <li><a href="contact.html" class="text-gray-400 hover:text-white">お問い合わせ</a></li> |
| </ul> |
| </div> |
| <div> |
| <h4 class="font-bold mb-4">サービス</h4> |
| <ul class="space-y-2"> |
| <li><a href="#" class="text-gray-400 hover:text-white">ITコンサルティング</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">クラウド導入支援</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">システム開発</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">セキュリティ対策</a></li> |
| </ul> |
| </div> |
| <div> |
| <h4 class="font-bold mb-4">連絡先</h4> |
| <p class="text-gray-400 mb-2">東京都新宿区西新宿1-1-1</p> |
| <p class="text-gray-400 mb-2">03-1234-5678</p> |
| <p class="text-gray-400">info@mirai-solutions.jp</p> |
| </div> |
| </div> |
| <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400"> |
| <p>© 2023 未来ソリューション株式会社. All rights reserved.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| AOS.init({ |
| duration: 800, |
| easing: 'ease-in-out', |
| once: true |
| }); |
| feather.replace(); |
| </script> |
| </body> |
| </html> |
|
|