@charset "UTF-8";
/* フロントページ用CSS */

/* === ヒーローセクション === */
.hero-section {
	background: url('img/top/corporate-top-pc-slide-image-girl.png') no-repeat right top / cover;
	aspect-ratio: 16 / 7;
	display: flex;
	align-items: center;
	padding: 16% 5% 0;
	position: relative;
}

.hero-text-image {
	width: 47vw;
	height: auto;
}

/* === 会社概要セクション === */
.company-section {
	padding: 80px 0;
}

.company-inner {
	display: flex;
	align-items: center;
	gap: 50px;
}

.company-content {
	flex: 1;
}

.company-text {
	font-size: 1.0625rem;
	color: #555;
	line-height: 2;
	margin: 0 0 30px;
}

.company-content .btn-detail {
	display: block;
	width: 66%;
	margin: 0 auto;
}

.company-image {
	flex: 1;
	max-width: 50%;
}

.company-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* === 事業案内セクション === */
.business-section {
	padding: 80px 0;
}

.section-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 50px;
}

.section-label {
	font-size: 1.3rem;
	color: #7cb342;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.section-title {
	font-size: 2rem;
	color: #333;
	margin: 0;
	font-weight: 400;
}

.business-list {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.business-item {
	display: flex;
	align-items: center;
	gap: 40px;
}

.business-item.reverse {
	flex-direction: row-reverse;
}

.business-image {
	flex: 1.85;
	max-width: 65%;
}

.business-image .image-placeholder {
	width: 100%;
	padding-top: 35%;
	background-color: #e0e0e0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.business-image .image-placeholder img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.business-content {
	flex: 1;
	text-align: center;
}

.business-title {
	font-size: 1.3rem;
	color: #7cb342;
	margin: 0 0 20px 0;
	font-weight: 700;
}

.btn-detail {
	display: block;
	background-color: #7cb342;
	color: #fff;
	padding: 12px 60px;
	text-align: center;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s;
}

.btn-detail:hover {
	background-color: #689f38;
	color: #fff;
}

/* === 採用情報セクション === */
.recruit-section {
	padding: 80px 0;
}

.recruit-text {
	font-size: 1.0625rem;
	color: #333;
	line-height: 2;
	margin: 0 0 40px;
}

.recruit-text strong {
	color: #7cb342;
	font-weight: 700;
}

/* --- スタッフ写真エリア --- */
.recruit-photo {
	position: relative;
	margin-bottom: 40px;
}

.recruit-photo > img {
	width: 100%;
	display: block;
	object-fit: cover;
}

/* --- Smile Jobnet ロゴ --- */
.recruit-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 25px;
}

.recruit-logo-label {
	font-size: 1.8rem;
	color: #789900;
	font-weight: 500;
}

.recruit-logo img {
	max-width: 280px;
	height: auto;
}

/* --- CTAボタン --- */
.recruit-cta {
	text-align: center;
}

.btn-recruit {
	display: inline-block;
	background-color: #8bbc15;
	color: #fff;
	padding: 16px 100px;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s;
	letter-spacing: 0.05em;
}

.btn-recruit:hover {
	background-color: #689f38;
	color: #fff;
}

/* === お問い合わせセクション === */
.contact-section {
	padding: 80px 0;
	background-color: #fcf7e8;
}


.contact-text {
	font-size: 1.0625rem;
	color: #555;
	line-height: 2;
	margin: 0 0 40px;
}

.contact-box {
	width: 100%;
}

.contact-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.contact-phone-number {
	font-size: 2.5rem;
	font-weight: 700;
	color: #789900;
	text-decoration: none;
	letter-spacing: 0.05em;
}

.contact-phone-hours {
	display: inline-block;
	font-size: 1.15rem;
	color: #789900;
	margin-left: 15px;
	vertical-align: middle;
}

.btn-contact {
	display: block;
	width: 50%;
	margin: 0 auto;
	background-color: #8bbc15;
	color: #fff;
	padding: 20px 50px;
	border: none;
	border-radius: 50px;
	font-size: 1.0625rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
	letter-spacing: 0.05em;
}

.btn-contact:hover {
	background-color: #689f38;
	color: #fff;
}

/* === レスポンシブ（タブレット） === */
@media screen and (max-width: 1023px) {
	.hero-section {
		min-height: auto;
		padding: 0 20px;
	}

	.company-section {
		padding: 60px 0;
	}

	.company-inner {
		gap: 30px;
	}

	.business-section {
		padding: 60px 0;
	}

	.business-item {
		gap: 30px;
	}

	.business-title {
		font-size: 1.0625rem;
	}

	/* 採用情報 タブレット */
	.recruit-section {
		padding: 60px 0;
	}

	.recruit-text {
		margin-bottom: 30px;
	}

	.recruit-logo img {
		max-width: 240px;
	}

	/* お問い合わせ タブレット */
	.contact-section {
		padding: 60px 0;
	}

	.contact-phone-number {
		font-size: 2rem;
	}
}

/* === レスポンシブ（スマホ） === */
@media screen and (max-width: 767px) {
	.hero-section {
		aspect-ratio: 3 / 4;
		background: url('img/top/corporate-top-sp-slide-image-girl.png') no-repeat center bottom / 100% auto;
		align-items: flex-start;
		justify-content: center;
		padding-top: 20px;
	}

	.hero-text-image--sp {
		width: 85vw;
		display: block;
		margin: 0 auto;
	}

	.company-section {
		padding: 40px 0;
	}

	.company-inner {
		flex-direction: column;
		gap: 25px;
	}

	.company-image {
		max-width: 100%;
	}

	.company-text {
		font-size: 1.0rem;
		margin-bottom: 20px;
	}

	.business-section {
		padding: 40px 0;
	}

	.section-header {
		margin-bottom: 30px;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.section-label {
		font-size: 1.0rem;
	}

	.business-list {
		gap: 30px;
	}

	.business-item,
	.business-item.reverse {
		flex-direction: column;
		gap: 15px;
	}

	.business-image {
		width: 100%;
		max-width: 100%;
	}

	.business-content {
		text-align: left;
		width: 100%;
	}

	.business-title {
		font-size: 1.3rem;
		margin-bottom: 15px;
		text-align: center;
	}

	.btn-detail {
		padding: 10px 25px;
		font-size: 13px;
	}

	/* 採用情報 スマホ */
	.recruit-section {
		padding: 40px 0;
	}

	.recruit-text {
		font-size: 1.0rem;
		margin-bottom: 25px;
		line-height: 1.9;
	}

	.recruit-photo {
		margin-bottom: 30px;
	}

	.recruit-logo img {
		max-width: 200px;
	}

	.recruit-logo-label {
		font-size: 1.0rem;
	}

	.btn-recruit {
		padding: 14px 35px;
		font-size: 13px;
	}

	/* お問い合わせ スマホ */
	.contact-section {
		padding: 40px 0;
	}

	.contact-phone {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 20px;
	}

	.contact-phone-number {
		font-size: 1.6rem;
		display: block;
		margin-bottom: 8px;
	}

	.contact-phone-hours {
		display: block;
		margin-left: 0;
		font-size: 1.0rem;
	}

	.btn-contact {
		padding: 16px 30px;
		font-size: 1rem;
	}
}
