/* ==========================================================================
   Front Page Styles
   ========================================================================== */

/* Common Styles
   ========================================================================== */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-title {
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1rem;
	color: #333;
	letter-spacing: 0.1em;
}

.section-title-en {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	color: #fff;
	display: block;
}

.section-title-ja {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #fff;
	display: block;
	margin-top: 0.5rem;
}

.section-subtitle {
	font-size: 0.95rem;
	line-height: 1.8;
	text-align: center;
	color: #666;
	margin-bottom: 3rem;
}

.btn-more {
	display: inline-block;
	padding: 12px 40px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.15em;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-more:hover {
	background-color: #fff;
	color: #333;
}

/* Hero Section
   ========================================================================== */
.hero-section {
	position: relative;
	height: 100vh;
	min-height: 600px;
	background: linear-gradient(180deg, #0a2540 0%, #1a4d6d 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hero-content {
	position: relative;
	text-align: center;
	z-index: 2;
	padding: 2rem;
}

.hero-illustrations {
	position: relative;
	margin-bottom: 3rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 8rem;
	height: 200px;
}

.illustration-left,
.illustration-center,
.illustration-right {
	position: relative;
}

.illustration-left img,
.illustration-center img,
.illustration-right img {
	max-height: 150px;
	opacity: 0.8;
	filter: brightness(0) invert(1);
}

.hero-title {
	margin: 2rem 0;
}

.hero-title-main {
	font-size: 3rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 1.6;
}

.hero-text {
	margin-top: 3rem;
}

.hero-subtitle {
	color: #fff;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.15em;
}

.vertical-text {
	display: block;
}

.vertical-text-small {
	font-size: 0.875rem;
}

/* Story Section
   ========================================================================== */
.story-section {
	padding: 100px 0;
	background-color: #fff;
}

.story-card {
	display: flex;
	align-items: stretch;
	background-color: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.story-card-image {
	flex: 1;
	overflow: hidden;
}

.story-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.story-card:hover .story-card-image img {
	transform: scale(1.05);
}

.story-card-content {
	flex: 1;
	background: linear-gradient(135deg, #2d5f3f 0%, #4a8c5f 100%);
	padding: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.story-card-title {
	font-size: 3rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.3;
	margin-bottom: 2rem;
}

/* About Section
   ========================================================================== */
.about-section {
	padding: 100px 0;
	background-color: #f8f8f8;
}

.about-card {
	display: flex;
	align-items: stretch;
	background-color: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.about-card-content {
	flex: 1;
	background: linear-gradient(135deg, #6b4423 0%, #8b5a2b 100%);
	padding: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.about-card-title {
	font-size: 3rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.3;
	margin-bottom: 2rem;
}

.about-card-image {
	flex: 1;
	overflow: hidden;
}

.about-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.about-card:hover .about-card-image img {
	transform: scale(1.05);
}

/* Recruit Section
   ========================================================================== */
.recruit-section {
	padding: 100px 0;
	background-color: #fff;
}

.recruit-card {
	display: flex;
	align-items: stretch;
	background-color: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.recruit-card-image {
	flex: 1;
	overflow: hidden;
}

.recruit-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.recruit-card:hover .recruit-card-image img {
	transform: scale(1.05);
}

.recruit-card-content {
	flex: 1;
	background: linear-gradient(135deg, #1a4d6d 0%, #2d6b8f 100%);
	padding: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.recruit-card-title {
	font-size: 3rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.3;
	margin-bottom: 2rem;
}

/* News Section
   ========================================================================== */
.news-section {
	padding: 100px 0;
	background: linear-gradient(180deg, #e8f4f8 0%, #d4e9f2 100%);
}

.news-section .section-title {
	margin-bottom: 3rem;
}

.news-list {
	max-width: 800px;
	margin: 0 auto 2rem;
}

.news-item {
	display: flex;
	align-items: center;
	padding: 1.5rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}

.news-item:hover {
	background-color: rgba(255, 255, 255, 0.3);
	padding-left: 1rem;
}

.news-date {
	font-size: 0.875rem;
	color: #666;
	min-width: 120px;
	letter-spacing: 0.05em;
}

.news-title {
	flex: 1;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.news-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-title a:hover {
	color: #2d6b8f;
}

.news-more {
	text-align: center;
	margin-top: 3rem;
}

.btn-news-more {
	display: inline-block;
	padding: 12px 40px;
	background-color: transparent;
	border: 1px solid #333;
	color: #333;
	font-size: 0.875rem;
	letter-spacing: 0.15em;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-news-more:hover {
	background-color: #333;
	color: #fff;
}

/* Responsive Design
   ========================================================================== */
@media screen and (max-width: 768px) {
	.hero-title-main {
		font-size: 2rem;
	}

	.hero-illustrations {
		gap: 3rem;
		height: 150px;
	}

	.illustration-left img,
	.illustration-center img,
	.illustration-right img {
		max-height: 100px;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.section-title-en {
		font-size: 2rem;
	}

	.story-card,
	.about-card,
	.recruit-card {
		flex-direction: column;
	}

	.story-card-content,
	.about-card-content,
	.recruit-card-content {
		padding: 2rem;
	}

	.story-card-title,
	.about-card-title,
	.recruit-card-title {
		font-size: 2rem;
	}

	.news-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.news-date {
		min-width: auto;
	}

	.story-section,
	.about-section,
	.recruit-section,
	.news-section {
		padding: 60px 0;
	}
}

@media screen and (max-width: 480px) {
	.hero-title-main {
		font-size: 1.5rem;
	}

	.story-card-content,
	.about-card-content,
	.recruit-card-content {
		padding: 1.5rem;
	}

	.story-card-title,
	.about-card-title,
	.recruit-card-title {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	.btn-more {
		padding: 10px 30px;
		font-size: 0.75rem;
	}
}
