<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>エルコンテンツ合同会社</title>
<style>
body {
font-family: Arial, 'Hiragino Sans', 'Meiryo', sans-serif;
line-height: 1.8;
color: #333;
margin: 0;
padding: 0;
background-color: #f9f9f9;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}
header {
background-color: #2c3e50;
color: white;
padding: 40px 0;
text-align: center;
}
h1 {
font-size: 2.5em;
margin-bottom: 10px;
}
h2 {
color: #2c3e50;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
margin-top: 40px;
}
.tagline {
font-size: 1.2em;
opacity: 0.8;
}
main {
background-color: white;
padding: 40px 0;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
ul {
padding-left: 20px;
}
li {
margin-bottom: 10px;
}
.contact-info {
background-color: #ecf0f1;
padding: 20px;
border-radius: 5px;
margin-top: 30px;
text-align: center;
}
footer {
background-color: #2c3e50;
color: white;
text-align: center;
padding: 20px 0;
margin-top: 40px;
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>エルコンテンツ合同会社</h1>
<p class="tagline">デジタルの可能性を最大限に引き出す</p>
</div>
</header>
<main>
<div class="container">
<section>
<h2>会社概要</h2>
<p>エルコンテンツ合同会社は、デジタル時代において企業の成長を支援する革新的なソリューションを提供しています。私たちは、最新のテクノロジーと創造的なアイデアを融合させ、クライアントのビジネスに真の価値をもたらします。</p>
</section>
<section>
<h2>事業内容</h2>
<ul>
<li>デジタルコンテンツプラットフォームの運営</li>
<li>ECサイトの運営</li>
<li>マーケティング支援</li>
</ul>
</section>
<section>
<h2>私たちの強み</h2>
<p>デジタルエコシステムに関する深い理解と、革新的なアプローチにより、クライアントのビジネスを次のレベルへと導きます。私たちは、常に最新のトレンドとテクノロジーに精通し、それらを効果的に活用することで、競争力のあるソリューションを提供します。</p>
</section>
<section>
<h2>お問い合わせ</h2>
<div class="contact-info">
<p>お問い合わせは以下のメールアドレスまでお願いいたします:</p>
<p><a href="mailto:info@econtents.com">info@econtents.com</a></p>
</div>
</section>
</div>
</main>
<footer>
<div class="container">
<p>© 2024 エルコンテンツ合同会社. All rights reserved.</p>
</div>
</footer>
</body>
</html>