@charset "utf-8";

/* ============================================================
   3分でわかるフジタ技研 専用スタイル
============================================================ */
/* ─────────────────────────
   下層：最下部導線
───────────────────────── */
.rec-au-foot-item.about, .rec-au-foot-item.environment {
	display: none;
}

/* ─────────────────────────
   フジタ技研について
───────────────────────── */
.intro-area .section-ttl-area {
	margin: 0 0 40px;
}

.intro-area .about-box-img {
	margin: 60px 0 0;
}

.intro-area .about-box-img img {
	object-fit: unset;
}

@media screen and (max-width: 768px) {
	.intro-area .section-ttl-area {
		margin: 0 0 20px;
	}

	.intro-area .about-box-img {
		margin: 30px 0 0;
	}
}

/* ─────────────────────────
   2. 企業理念
───────────────────────── */
.rec-au-philosophy-area {
	padding: 50px 0 100px;
}

.rec-au-philosophy-list {
	display: flex;
	margin: 140px 0 0;
}

.rec-au-philosophy-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	width: calc(100% / 3);
	text-align: center;
}

.rec-au-philosophy-item::before {
	content: "";
	display: block;
	width: 420px;
	height: 420px;
	border: 1px var(--main) solid;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.rec-au-philosophy-circle {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: var(--main);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.rec-au-philosophy-circle img {
	width: 80px !important;
	height: 55px !important;
	object-fit: contain !important;
}

.rec-au-philosophy-txt {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 0 30px;
}

@media screen and (max-width: 768px) {
	.rec-au-philosophy-area {
		padding: 0 20px;
	}

	.rec-au-philosophy-list {
		display: block;
		margin: 20px 0 0;
	}

	.rec-au-philosophy-item {
		justify-content: space-between;
		width: 100%;
		padding: 20px;
		background-color: var(--recbg);
		margin: 10px 0 0;
	}

	.rec-au-philosophy-item::before {
		display: none;
	}

	.rec-au-philosophy-circle {
		width: 80px;
		height: 80px;
	}

	.rec-au-philosophy-circle img {
		width: 60px !important;
		height: 40px !important;
	}

	.rec-au-philosophy-txt {
		font-size: 1.7rem;
		font-weight: 500;
		margin: 0;
		width: calc(100% - 95px);
		text-align: left;
		padding: 0;
	}
}

/* ─────────────────────────
   3. 歴史タイムライン（左右交互・年代バッジ）
───────────────────────── */
.rec-au-history-area {
	padding: 80px 0 120px;
}

.rec-au-history-area .inner {
	position: relative;
}

.rec-au-history-area .inner::before {
	content: "";
	background: url(../img/recruit-intro-texture2.png) no-repeat left top;
	aspect-ratio: 985 / 470;
	display: inline-block;
	width: 985px;
	height: auto;
	position: absolute;
	right: -300px;
	top: -120px;
	z-index: -1;
}

.rec-au-history-timeline {
	position: relative;
	max-width: 1200px;
	margin: 60px auto 0;
}

/* 中央縦ライン */
.rec-au-history-timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--sub);
	transform: translateX(-50%);
}

/* 各ブロック：3カラムgrid（左コンテンツ | 中央バッジ | 右コンテンツ） */
.rec-au-history-block {
	display: grid;
	grid-template-columns: calc(50% - 45px) 90px calc(50% - 45px);
	margin: -60px 0 0;
	align-items: start;
}

.rec-au-history-block.t {
	margin: 0;
}

/* ───── 年代バッジ（中央） ───── */
.rec-au-history-year {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
	align-self: start;
	margin-top: 18px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	color: var(--main);
	font: italic 1.9rem/1.2 var(--en);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: -.01em;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	color: var(--sub);
	font-weight: bold;
}

/* ───── コンテンツカード共通 ───── */
.rec-au-history-content {
	background: #fff;
	border: 2px solid #E0EFF9;
	position: relative;
}

/* 左ブロック（コンテンツ左・バッジ中央） */
.rec-au-history-block--left .rec-au-history-content {
	grid-column: 1;
	grid-row: 1;
}

.rec-au-history-block--left .rec-au-history-year {
	grid-column: 2;
	grid-row: 1;
}

/* 右ブロック（バッジ中央・コンテンツ右） */
.rec-au-history-block--right .rec-au-history-content {
	grid-column: 3;
	grid-row: 1;
}

.rec-au-history-block--right .rec-au-history-year {
	grid-column: 2;
	grid-row: 1;
}

.rec-au-history-era {
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: .05em;
	color: var(--main);
	border-bottom: 2px solid #E0EFF9;
	display: flex;
	align-items: center;
	gap: 0 15px;
	padding: 30px;
}

.rec-au-history-era span {
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--cmnblack);
	list-style: 1.5;
}

.rec-au-history-events {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 30px;
	position: relative;
}

.rec-au-history-events::before {
	content: "";
	position: absolute;
	left: 35px;
	top: 30px;
	bottom: 30px;
	width: 1px;
	background: var(--main);
	transform: translateX(-50%);
}

.rec-au-history-event {
	display: flex;
	gap: 0 14px;
	align-items: baseline;
	padding: 5px 0;
}

/* 年テキスト（コンテンツ内） */
.rec-au-history-event .year {
	color: #7FD5E7;
	letter-spacing: 0;
	flex-shrink: 0;
	width: 100px;
	position: relative;
	padding: 0 0 0 20px;
	font-size: 1.6rem;
	font-weight: 500;
	list-style: 1;
}

.rec-au-history-event .year::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 13px;
	width: 7px;
	height: 7px;
	background: var(--main);
	border-radius: 50%;
}

.rec-au-history-event .body {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: .04em;
	color: var(--cmnblack);
}

@media screen and (max-width: 768px) {
	.rec-au-history-area {
		padding: 50px 0 40px;
	}

	.rec-au-history-area .inner {
		margin-bottom: 25px;
		padding: 0 20px;
	}

	.rec-au-history-timeline {
		margin: 0 auto;
		padding: 0 20px 0 50px;
	}

	/* SP縦ライン：左端に移動 */
	.rec-au-history-timeline::before {
		left: 25px;
		transform: none;
	}

	/* SP：全ブロックを1カラムに */
	.rec-au-history-block {
		display: block;
		position: relative;
		margin: 0 0 20px !important;
	}

	/* SP：年代バッジを絶対配置で左端ライン上に */
	.rec-au-history-year {
		position: absolute;
		left: -45px;
		top: 12px;
		width: 40px;
		height: 40px;
		font-size: 1.4rem;
		margin: 0;
		grid-column: unset;
		grid-row: unset;
		justify-self: unset;
		align-self: unset;
	}

	.rec-au-history-content {
		padding: 0;
	}

	.rec-au-history-era {
		font-size: 1.8rem;
		margin: 0;
		padding: 15px;
		display: block;
		line-height: 1.4;
	}

	.rec-au-history-era span {
		display: block;
		font-size: 1.5rem;
		font-weight: 500;
		margin: 5px 0 0;
	}

	.rec-au-history-event {
		flex-wrap: wrap;
	}

	.rec-au-history-events {
		gap: 0;
		padding: 10px 15px 15px 15px;
	}

	.rec-au-history-events::before {
		left: 20px;
		top: 15px;
		bottom: 15px;
		display: none;
	}

	.rec-au-history-event .year {
		font-size: 1.4rem;
		width: 100%;
		padding: 0 0 0 15px;
		font-weight: 600;
	}

	.rec-au-history-event .year::before {
		left: 2px;
		top: 11px;
	}

	.rec-au-history-event .body {
		font-size: 1.4rem;
		padding: 0 0 0 15px;
	}
}

/* ─────────────────────────
   4. 数字で見る
───────────────────────── */
.rec-au-data-area {
	/*background: #B4DDE6;*/
	background: #A4D6E1;
	padding: 100px 0 80px;
}

.rec-au-data-block {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}

/* 左：画像＋ラベル */
.rec-au-data-block-img {
	width: 280px;
	text-align: center;
	position: relative;
}

.rec-au-data-block-img::before {
	content: "";
	aspect-ratio: 280 / 420;
	display: block;
	position: absolute;
	width: 280px;
	height: 100%;
	z-index: 0;
}

.company .rec-au-data-block-img::before {
	background: url("../img/recruit-about-data-img01.jpg") no-repeat center / cover;
}

.person .rec-au-data-block-img::before {
	background: url("../img/recruit-about-data-img02.jpg") no-repeat center / cover;
}

.env .rec-au-data-block-img::before {
	background: url("../img/recruit-about-data-img03.jpg") no-repeat center / cover;
}

.rec-au-data-block-label {
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-align: center;
	line-height: 1.5;
	position: relative;
	padding: 30px;
	color: #fff;
}

.person .rec-au-data-block-label {
	color: var(--cmnblack);
}

/* 右：データグリッド */
.rec-au-data-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 870px;
}

.rec-au-data-item {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px 0;
	padding: 30px 25px 30px 30px;
	position: relative;
	width: calc((100% - 30px) / 3); /* col：3*/
	background: #fff;
	min-height: 200px;
}

.rec-au-data-item.col2 {
	width: calc((100% - 15px) / 2);
}

.rec-au-data-item.col4 {
	width: calc((100% - 45px) / 4);
	justify-content: flex-start;
	min-height: 210px;
}

.rec-au-data-item.data-bonus {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 50px;
}

.rec-au-data-item.fs {
	justify-content: flex-start;
}

/* イラスト */
.rec-au-data-icon {
	position: absolute;
	width: 70px;
	height: 70px;
	right: 10px;
	bottom: 10px;
	z-index: 0;
}

.rec-au-data-icon:not(.opa1) {
	opacity: .3;
}

.rec-au-data-icon img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

/*対応エリア*/
.area .rec-au-data-icon {
	width: 160px;
	height: 160px;
	right: 40px;
}

/*年齢比率*/
.age-ratio .rec-au-data-icon {
	width: 230px;
	height: 53px;
	bottom: auto;
	top: 30px;
	right: 30px;
}

/*男女比*/
.gender-ratio .rec-au-data-icon.graph {
	width: 150px;
	height: 150px;
	right: 135px;
	top: auto;
	bottom: auto;
}

/* 見出し */
.rec-au-data-item-label {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	width: 100%;
}

/* 値 */
.rec-au-data-item-val {
	font-size: 2.3rem;
	font-weight: bold;
	color: var(--sub);
	letter-spacing: .02em;
	line-height: 1.3;
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 0 5px;
	flex-wrap: wrap;
}

.rec-au-data-item-val em {
	font: italic 600 5.6rem/1 var(--en);
	color: var(--main);
	letter-spacing: -.01em;
	margin: 2px 0;
}

.rec-au-data-item-val em.ja {
	font-family: var(--sans);
	font-style: normal;
}

.rec-au-data-item-val .sub {
	font-size: 1.4rem;
	font-weight: 500;
	width: 100%;
	font-style: normal;
	margin: 10px 0 0;
}

.rec-au-data-item-val.cau::after {
	content: "※";
	font-size: 1.4rem;
	display: inline-block;
	/*position: absolute;
    bottom: -30px;
    right: 0;*/
}

/*男女比*/
.gender-ratio .rec-au-data-item-val.men {
	position: absolute;
	top: 20px;
	right: 10px;
	color: var(--main);
}

.gender-ratio .rec-au-data-item-val.women {
	position: absolute;
	bottom: 40px;
	left: 20px;
	color: #7F90CF;
}

.gender-ratio .rec-au-data-item-val.women em {
	color: #7F90CF;
}

/*年齢比率*/
.rec-au-data-grid .old-list {
	display: flex;
	align-items: center;
	margin: 30px 0 0;
}

.rec-au-data-grid .old-list ol {
	width: 45%;
	list-style: none;
}

.rec-au-data-grid .old-list ol li {
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 500;
}

.rec-au-data-grid .old-list ol li span {
	margin: 0 15px 0 0;
}

.rec-au-data-grid .old-list ol li::before {
	content: "■";
	display: inline-block;
	margin: 0 5px 0 0;
}

.rec-au-data-grid .old-list ol li.age20::before {
	color: #CEE8F4;
}

.rec-au-data-grid .old-list ol li.age30::before {
	color: #CDD5F4;
}

.rec-au-data-grid .old-list ol li.age40::before {
	color: #E8F4CD;
}

.rec-au-data-grid .old-list ol li.age50::before {
	color: #F4CDE8;
}

.rec-au-data-grid .old-list ol li.age60::before {
	color: #F4D9CD;
}

/* 注意文 */
.rec-au-data-area .cau-txt {
	text-align: right;
	font-size: 1.3rem;
	margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
	.rec-au-data-area {
		padding: 50px 20px 30px;
	}

	.rec-au-data-block {
		margin: 30px 0 0;
		flex-wrap: wrap;
	}

	/* 左：画像＋ラベル */
	.rec-au-data-block-img {
		width: 100%;
		height: 180px;
	}

	.rec-au-data-block-img::before {
		width: 100%;
		height: 100%;
	}

	.company .rec-au-data-block-img::before {
		background: url("../img/recruit-about-data-img01-sp.jpg") no-repeat center / cover;
	}

	.person .rec-au-data-block-img::before {
		background: url("../img/recruit-about-data-img02-sp.jpg") no-repeat center / cover;
	}

	.env .rec-au-data-block-img::before {
		background: url("../img/recruit-about-data-img03-sp.jpg") no-repeat center / cover;
	}

	.rec-au-data-block-label {
		font-size: 2rem;
		text-align: right;
		line-height: 1.5;
		position: relative;
		color: var(--cmnblack);
		background: #fff;
		padding: 3px 10px;
		width: fit-content;
		margin: 15px 15px 0 auto;
	}

	/* 右：データグリッド */
	.rec-au-data-grid {
		gap: 5px;
		width: 100%;
		margin: 5px 0 0;
	}

	.rec-au-data-item, .rec-au-data-item.col2, .rec-au-data-item.col4 {
		padding: 20px 15px;
		width: calc((100% - 5px) / 2);
		background: #fff;
		min-height: inherit !important;
		justify-content: flex-start;
		flex-direction: unset;
		gap: 2px 0;
	}

	.rec-au-data-item.wide {
		width: 100% !important;
	}

	/* イラスト */
	.rec-au-data-icon {
		width: 55px;
		height: 55px;
		right: 5px;
		bottom: 5px;
	}

	/*対応エリア*/
	.area .rec-au-data-icon {
		width: 70px;
		height: 70px;
		right: 5px;
	}

	/*年齢比率*/
	.age-ratio .rec-au-data-icon {
		width: 200px;
		height: 30px;
		top: 15px;
		right: 15px;
	}

	.age-ratio .rec-au-data-icon img {
		object-fit: cover;
	}

	/*男女比*/
	.gender-ratio .rec-au-data-icon.graph {
		width: 55px;
		height: 55px;
		right: 10px;
		top: auto;
		bottom: 5px;
	}

	.gender-ratio .rec-au-data-icon.icon {
		display: none;
	}

	/* 見出し */
	.rec-au-data-item-label {
		font-size: 1.6rem;
	}

	/* 値 */
	.rec-au-data-item-val {
		font-size: 1.8rem;
		letter-spacing: 0;
		line-height: 1.3;
	}

	.rec-au-data-item-val em {
		font-size: 3rem;
	}

	.rec-au-data-item-val .sub {
		font-size: 1.2rem;
		margin: 5px 0 0;
	}

	.rec-au-data-item-val.cau::after {
		font-size: 1.2rem;
	}

	/*男女比*/
	.gender-ratio .rec-au-data-item-val.men {
		top: 5px;
		right: 10px;
	}

	.gender-ratio .rec-au-data-item-val.women {
		bottom: 10px;
		left: 15px;
	}

	/*年齢比率*/
	.rec-au-data-grid .old-list {
		margin: 15px 0 0;
		align-items: flex-start;
		width: 100%;
		gap: 0 20px;
	}

	.rec-au-data-grid .old-list ol {
		width: fit-content;
	}

	.rec-au-data-grid .old-list ol li {
		font-size: 1.3rem;
	}

	.rec-au-data-grid .old-list ol li span {
		margin: 0 12px 0 0;
	}

	/* 注意文 */
	.rec-au-data-area .cau-txt {
		font-size: 1.3rem;
	}
	
	.rec-au-data-item.data-bonus {
		gap: 30px !important;
	}
}



