@charset "UTF-8";

/* ========================================
   人材サービス事業ページ (HR Service Page)
======================================== */

/* --- ページヘッダー --- */
.hr-service-header {
	background: url('../img/common/corporate-subpage-header-image.png') no-repeat center center / cover;
	padding: 35px 20px;
	text-align: center;
}

.hr-service-header-title {
	color: #877469;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.5em;
}

/* --- コンテンツセクション --- */
.hr-service-section {
	padding: 80px 0;
}

.hr-service-content-row {
	display: flex;
	align-items: center;
	gap: 50px;
}

.hr-service-text {
	flex: 1;
	line-height: 2;
	color: #808080;
	font-size: 1.0rem;
}

.hr-service-text p {
	margin: 0;
}

.hr-service-image {
	flex: 1;
}

.hr-service-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* --- お知らせ見出しセクション --- */
.hr-notice-heading {
	padding: 60px 0 50px;
	background-color: #fff;
}

.hr-notice-heading-title {
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	letter-spacing: 0.1em;
	margin: 0;
}

/* --- お知らせセクション --- */
.hr-notice {
	padding: 60px 0 80px;
	background-color: #fcf7e8;
}

.hr-notice-item {
	margin-bottom: 60px;
}

.hr-notice-item:last-child {
	margin-bottom: 0;
}

.hr-notice-item-title {
	font-size: 1.5em;
	font-weight: 500;
	color: #877469;
	margin: 0 0 25px;
}

.hr-notice-card {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-bottom: none;
	padding: 0;
	gap: 15px;
}

.hr-notice-icon {
	width: 180px;
	min-height: 110px;
	background-color: #e9f4c3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.hr-notice-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.hr-notice-text {
	flex: 1;
	padding: 20px 30px;
	font-size: 1.0rem;
	line-height: 1.8;
	color: #555;
	margin: 0;
}

.hr-notice-btn {
	display: inline-block;
	background-color: #8bbc15;
	color: #fff;
	text-decoration: none;
	font-size: 1.0rem;
	font-weight: 700;
	padding: 16px 40px;
	border-radius: 30px;
	white-space: nowrap;
	margin-right: 40px;
	transition: opacity 0.3s;
	letter-spacing: 0.05em;
}

.hr-notice-btn:hover {
	opacity: 0.8;
}

.hr-job-search-heading-title {
	font-size: 2rem;
	font-weight: 400;
	color: #4d4d4d;
	margin: 0 0 30px;
}

/* --- お仕事検索セクション --- */
.hr-job-search {
	padding: 100px 0;
	background-color: #fff;
}

.hr-job-search-card {
	background-color: #fff;
	border: 2px solid #cccccc;
	border-radius: 0;
	padding: 20px 50px;
}

.hr-job-search-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.hr-job-search-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.hr-job-search-logo-label {
	font-size: 1.4em;
	font-weight: 500;
	color: #877469;
	white-space: nowrap;
}

.hr-job-search-logo img {
	max-height: 90px;
	width: auto;
}

.hr-job-search-text {
	width: 100%;
	font-size: 1.0rem;
	line-height: 2;
	color: #555;
	margin: 0;
}

.hr-job-search-action {
	flex-shrink: 0;
}

.hr-job-search-btn {
	display: inline-block;
	background-color: #8bbc15;
	color: #fff;
	text-decoration: none;
	font-size: 1.0rem;
	font-weight: 700;
	padding: 16px 35px;
	border-radius: 30px;
	white-space: nowrap;
	transition: opacity 0.3s;
	letter-spacing: 0.05em;
}

.hr-job-search-btn:hover {
	opacity: 0.8;
}

/* ========================================
   レスポンシブ - タブレット
======================================== */
@media screen and (max-width: 1023px) {
	.hr-service-header {
		padding: 40px 20px;
	}

	.hr-service-header-title {
		font-size: 1.6rem;
	}

	.hr-service-section {
		padding: 60px 0;
	}

	.hr-service-content-row {
		gap: 30px;
	}

	.hr-notice-heading-title {
		font-size: 1.5rem;
	}

	.hr-notice-item-title {
		font-size: 1.3rem;
	}

	.hr-job-search-heading-title {
		font-size: 1.5rem;
	}

	.hr-job-search-card {
		padding: 35px 40px;
	}

}

/* ========================================
   レスポンシブ - スマホ
======================================== */
@media screen and (max-width: 767px) {
	.hr-service-header {
		padding: 30px 15px;
	}

	.hr-service-header-title {
		font-size: 1.3rem;
		letter-spacing: 0.2em;
	}

	.hr-service-section {
		padding: 40px 0;
	}

	.hr-service-content-row {
		flex-direction: column;
		gap: 30px;
	}

	.hr-service-image {
		width: 100%;
	}

	.hr-notice-heading {
		padding: 40px 0;
	}

	.hr-notice-heading-title {
		font-size: 1.3rem;
	}

	.hr-notice {
		padding: 40px 0 60px;
	}

	.hr-notice-item {
		margin-bottom: 40px;
	}

	.hr-notice-item-title {
		font-size: 1.2rem;
		margin-bottom: 15px;
	}

	.hr-notice-card {
		flex-direction: column;
	}

	.hr-notice-icon {
		width: 100%;
		min-height: 80px;
		padding: 50px 0;
	}

	.hr-notice-icon img {
		width: 90px;
		height: 90px;
	}

	.hr-notice-text {
		padding: 15px 20px;
	}

	.hr-notice-btn {
		margin: 0 20px 20px;
	}

	.hr-job-search-heading-title {
		font-size: 1.3rem;
	}

	.hr-job-search {
		padding: 40px 0 60px;
	}

	.hr-job-search-card {
		padding: 30px 25px;
	}

	.hr-job-search-card-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.hr-job-search-logo {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.hr-job-search-btn {
		padding: 16px 30px;
		width: 100%;
		text-align: center;
	}

}
