/* ==========================================================================
   page.css  下層ページ共通スタイル
   会社概要 / 事業ページ / プライバシーポリシー / お知らせ
   ========================================================================== */

/* --------------------------------------------------------------------------
   下層FV（ヘッダー内包・高さ500px）
   -------------------------------------------------------------------------- */
.p-fv--sub {
	height: 500px;
}
.p-fv--sub .p-fv__heading {
	transform: translateY(-20%);
}

/* 共通セクション見出し（左寄せ：日本語小ラベル＋英語大見出し） */
.c-sec-head {
	line-height: 1.2;
}
.c-sec-head__ja {
	color: var(--c-navy);
	font-size: 18px;
	font-weight: 700;
}
.c-sec-head__en {
	color: var(--c-navy);
	font-size: 50px;
	font-weight: 700;
	margin-top: 8px;
}

/* 中央寄せ見出し（COMPANY INFO / OUR COMMITMENT 等） */
.c-sec-head--center { text-align: center; }
.c-sec-head--gold .c-sec-head__ja { color: var(--c-gold); }
.c-sec-head--gold .c-sec-head__en { color: var(--c-gold); }

.l-inner {
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: 20px;
}

/* ==========================================================================
   会社概要ページ
   ========================================================================== */

/* MESSAGE（プロフィール写真なし） */
.p-message {
	width: 100%;
	min-height: 586px;
	background: var(--c-bg-light);
	padding: 74px 0 0;
}
.p-message__inner {
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: 100px;
}
.p-message__body {
	margin-top: 40px;
}
.p-message__name {
	font-size: 24px;
	font-weight: 700;
	color: var(--c-navy-2b);
	margin-bottom: 20px;
}
.p-message__name small {
	font-size: 15px;
	font-weight: 400;
	margin-left: 10px;
}
.p-message__text p {
	font-size: 16px;
	line-height: 2;
	color: var(--c-text);
	margin-bottom: 22px;
}

/* COMPANY INFO テーブル */
.p-info {
	width: 100%;
	padding: 80px 0 93px;
	background: var(--c-white);
}
.p-info__table {
	width: 100%;
	max-width: 900px;
	margin: 40px auto 0;
	border-collapse: collapse;
	border: 1px solid #E2E5E9;
}
.p-info__table th,
.p-info__table td {
	border: 1px solid #E2E5E9;
	padding: 16px 20px;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
}
.p-info__table th {
	width: 200px;
	background: #F5F6F8;
	color: var(--c-navy-2b);
	font-weight: 700;
	white-space: nowrap;
}
.p-info__table td {
	color: var(--c-text);
	font-weight: 400;
}
.p-info__table tr:nth-child(even) td {
	background: #FAFBFC;
}

/* OUR COMMITMENT */
.p-commit {
	position: relative;
	width: 100%;
	min-height: 673px;
	padding: 78px 0 0;
	background: #CCEFEC;
	overflow: hidden;
}
/* 右側の白フェード（デザイン指定：964px幅・opacity0.7・右合わせ） */
.p-commit__overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 964px;
	max-width: 100%;
	height: 673px;
	opacity: 0.7;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 35.1%);
	pointer-events: none;
	z-index: 1;
}
.p-commit__head {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: 100px;
}
.p-commit__head .c-sec-head__ja { color: var(--c-navy); }
.p-commit__head .c-sec-head__en { color: var(--c-navy); }
.p-commit__lead {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 24px auto 0;
	padding-inline: 100px;
	font-size: 16px;
	color: var(--c-text);
}
.p-commit__list {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 32px auto 0;
	padding-inline: 100px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.p-commit__item {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.p-commit__badge {
	flex-shrink: 0;
	width: 280px;
	height: 151px;
	object-fit: contain;
}
.p-commit__body {
	flex: 1;
}
.p-commit__title {
	font-size: 18px;
	font-weight: 700;
	color: var(--c-navy-2b);
	margin-bottom: 10px;
}
.p-commit__desc {
	font-size: 16px;
	line-height: 1.9;
	color: var(--c-text);
}
.p-commit__link {
	display: inline-block;
	margin-top: 14px;
	font-size: 18px;
	font-weight: 700;
	color: var(--c-navy-2b);
	float: right;
}

/* ==========================================================================
   事業ページ（telecom / electrical / air-conditioning）
   ========================================================================== */

/* intro：左テキスト＋右画像 */
.p-service-intro {
	background: var(--c-bg-light);
	padding: 70px 0 80px;
}
.p-service-intro__inner {
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: 100px;
	display: flex;
	gap: 64px;
	align-items: flex-start;
}
.p-service-intro__text {
	flex: 1;
}
.p-service-intro__label {
	color: var(--c-navy);
	font-size: 18px;
	font-weight: 700;
}
.p-service-intro__title {
	color: var(--c-navy);
	font-size: 44px;
	font-weight: 700;
	margin: 8px 0 24px;
	line-height: 1.2;
}
.p-service-intro__text p {
	font-size: 16px;
	line-height: 1.9;
	color: var(--c-text);
	margin-bottom: 18px;
}
.p-service-intro__img {
	flex-shrink: 0;
	width: 360px;
}
.p-service-intro__img img {
	width: 100%;
	border-radius: 6px;
	display: block;
}

/* 対応工事グリッド（3列×2行） */
.p-service-types {
	background: var(--c-bg-f5);
	padding: 80px 0 90px;
}
.p-service-types__inner {
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: 100px;
}
.p-service-types__grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.p-type-card {
	background: var(--c-white);
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.p-type-card__img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}
.p-type-card__body {
	padding: 20px 22px 26px;
}
.p-type-card__title {
	font-size: 20px;
	font-weight: 700;
	color: var(--c-navy-2b);
	margin-bottom: 8px;
}
.p-type-card__text {
	font-size: 15px;
	line-height: 1.7;
	color: var(--c-text-sub);
}

/* 施工事例（Construction Case） */
.p-service-case {
	background: var(--c-bg-f5);
	padding: 20px 0 90px;
}
.p-service-case__inner {
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: 100px;
}
.p-service-case__grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
/* Construction Case: Coming Soon 表示 */
.p-service-case__coming {
	margin-top: 48px;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7A8598;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 2px;
}
.p-case-card {
	background: var(--c-white);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,.08);
	display: flex;
	flex-direction: column;
}
.p-case-card__imgs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
}
.p-case-card__imgs img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}
.p-case-card__imgs.is-single {
	grid-template-columns: 1fr;
}
.p-case-card__body {
	padding: 18px 22px 24px;
}
.p-case-card__cat {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 14px;
	border-radius: 14px;
	background: var(--c-navy-2b);
	color: var(--c-white);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}
.p-case-card__title {
	font-size: 20px;
	font-weight: 700;
	color: var(--c-navy-2b);
	margin-bottom: 10px;
	line-height: 1.4;
}
.p-case-card__text {
	font-size: 15px;
	line-height: 1.8;
	color: var(--c-text);
	margin-bottom: 16px;
}
.p-case-card__place {
	font-size: 14px;
	color: #9AA3AD;
	margin-top: auto;
}
.p-case-card--empty .p-case-card__imgs {
	grid-template-columns: 1fr;
}
.p-case-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 2 / 1;
	background: #E8EAED;
	color: #C0392B;
	font-size: 15px;
	font-weight: 700;
}

/* ==========================================================================
   プライバシーポリシー
   ========================================================================== */
.p-privacy {
	padding: 70px 0 90px;
	background: var(--c-bg-light);
}
.p-privacy__card {
	max-width: 1200px;
	margin-inline: auto;
	background: var(--c-white);
	border-radius: 14px;
	padding: 60px 70px;
}
.p-privacy__intro {
	font-size: 16px;
	line-height: 1.9;
	color: var(--c-text);
	margin-bottom: 36px;
}
.p-privacy__item {
	margin-bottom: 32px;
}
.p-privacy__item h2 {
	font-size: 18px;
	font-weight: 700;
	color: var(--c-navy-2b);
	margin-bottom: 12px;
}
.p-privacy__item p {
	font-size: 15px;
	line-height: 1.9;
	color: var(--c-text);
	margin-bottom: 8px;
}
.p-privacy__item a {
	color: var(--c-mint);
	text-decoration: underline;
	word-break: break-all;
}
.p-privacy__item a:hover {
	opacity: 0.75;
}

/* ==========================================================================
   お知らせ（一覧 / 詳細）
   ========================================================================== */
.p-archive {
	padding: 70px 0 80px;
	background: var(--c-bg-light);
}
.p-archive__list {
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: 100px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.p-archive__item {
	background: var(--c-white);
	border: 1px solid #E2E5E9;
	display: block;
}
.p-archive__item-head {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 20px 30px;
	background: #C3CEDD;
}
.p-archive__date {
	font-size: 16px;
	font-weight: 700;
	color: var(--c-navy-2b);
}
.p-archive__cat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 90px;
	height: 30px;
	padding: 0 16px;
	border-radius: 20px;
	background: var(--c-navy);
	color: var(--c-white);
	font-size: 14px;
	font-weight: 400;
}
.p-archive__item-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--c-navy-2b);
}
.p-archive__item-body {
	padding: 24px 30px;
	font-size: 15px;
	line-height: 1.8;
	color: var(--c-text);
}
.p-archive__pager {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 56px;
}
.p-archive__pager ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.p-archive__pager a,
.p-archive__pager span,
.p-archive__pager .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--c-white);
	color: var(--c-navy-2b);
	font-size: 16px;
	font-weight: 700;
	border: 1px solid var(--c-navy);
}
.p-archive__pager .current {
	background: var(--c-navy);
	color: var(--c-white);
}

/* 詳細 */
.p-single {
	padding: 60px 0 80px;
	background: var(--c-bg-light);
}
.p-single__inner {
	max-width: 1000px;
	margin-inline: auto;
	padding-inline: 20px;
}
.p-single__title {
	font-size: 26px;
	font-weight: 700;
	color: var(--c-navy-2b);
	margin-bottom: 20px;
}
.p-single__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #B9C2CE;
	margin-bottom: 36px;
}
.p-single__body {
	font-size: 16px;
	line-height: 2;
	color: var(--c-text);
}
.p-single__body img { border-radius: 6px; margin: 24px 0; }
.p-single__nav {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-top: 56px;
}
.p-single__nav a {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 18px;
	font-weight: 700;
	color: var(--c-navy-2b);
}
.p-single__nav .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--c-white);
	border: 1px solid var(--c-navy);
}

/* ==========================================================================
   下層ページ  レスポンシブ
   ========================================================================== */
@media (max-width: 1024px) {
	.p-fv--sub { height: 360px; }

	.p-message__inner,
	.p-commit__head,
	.p-commit__lead,
	.p-commit__list,
	.p-service-intro__inner,
	.p-service-types__inner,
	.p-service-case__inner,
	.p-archive__list {
		padding-inline: 40px;
	}

	.p-service-intro__inner { flex-direction: column; }
	.p-service-intro__img { width: 100%; max-width: 480px; }

	.p-service-types__grid { grid-template-columns: 1fr 1fr; }
	.p-service-case__grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
}

@media (max-width: 768px) {
	.p-fv--sub { height: 260px; }
	.c-sec-head__en { font-size: 34px; }

	.p-message { padding: 44px 0 40px; min-height: 0; }
	.p-message__inner { padding-inline: 20px; }

	.p-info { padding: 50px 0 56px; min-height: 0; }
	.p-info__table th,
	.p-info__table td { display: block; width: 100%; border-bottom: 0; }
	.p-info__table td { border-bottom: 1px solid #E2E5E9; }
	.p-info__table th { border-bottom: 0; }

	.p-commit { padding: 48px 0 56px; min-height: 0; }
	.p-commit__overlay { height: 100%; width: 60%; }
	.p-commit__head,
	.p-commit__lead,
	.p-commit__list { padding-inline: 20px; }
	.p-commit__item { flex-direction: column; gap: 16px; }
	.p-commit__badge { width: 220px; height: auto; }
	.p-commit__link { float: none; display: block; margin-top: 10px; }

	.p-service-intro { padding: 44px 0 52px; }
	.p-service-intro__inner,
	.p-service-types__inner,
	.p-service-case__inner { padding-inline: 20px; }
	.p-service-intro__title { font-size: 32px; }
	.p-service-types { padding: 48px 0 56px; }
	.p-service-types__grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }

	.p-privacy__card { padding: 36px 24px; border-radius: 8px; }

	.p-archive { padding: 44px 0 56px; }
	.p-archive__list { padding-inline: 20px; gap: 28px; }
	.p-archive__item-head { flex-wrap: wrap; gap: 12px; padding: 16px 20px; }
	.p-archive__item-title { flex-basis: 100%; font-size: 17px; }
	.p-archive__item-body { padding: 18px 20px; }

	.p-single__nav { gap: 20px; flex-wrap: wrap; }
	.p-single__title { font-size: 22px; }
}
