@charset "UTF-8";
/* CSS Document */

/*
	メインKV
-----------------------------------------------------------------------------------------------*/
#kvWrapper{
	height: fit-content;
	min-height: 700px;
	position: relative;
}

/* キャッチコピーエリア
============================== */
.kvTitArea{
	width: 580px;
	height: 659px;
	background: url("../images/item_fussa.svg") no-repeat center center / 100% auto;
	filter: drop-shadow(0 0 10px transparent);
	padding: 130px 0 0 155px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
/* RECRUITING SITE */
.kvRecruitingTxt{
	display: block;
	font-size: 1.4rem;
	font-family: var(--fEnMain);
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 20px;
}
/* キャッチ */
.kvTit{
	margin-bottom: 55px;
}
/* ロゴ */
.kvLogo{
	position: absolute;
	bottom: 190px;
	translate: 120px 0;
}

/* スライド画像
============================== */
.kvSliderArea{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	overflow: hidden;
}
[class *= "kvSlider0"]{
	width: 100%;
	position: relative;
}
[class *= "kvSlider0"] img{
	display: block;
	width: auto;
	height: 100%;
	object-fit: cover;
}

/* アニメーション
============================== */
.jsKvInitialized .kvTitArea{
	animation: anmKvShadow 1.8s ease 0s forwards;
}
@keyframes anmKvShadow{
	0%  {
		filter: drop-shadow(0 0 10px transparent);
	}
	100%{
		filter: drop-shadow(0 0 10px var(--clrBase15));
	}
}
.kvTitArea > *,
.kvSliderArea{
	opacity: 0;
 }
.jsKvInitialized .kvTitArea > *{
	animation: anmFadeIn 1.8s ease 0s forwards;
 }
.jsKvInitialized .kvSliderArea{
	animation: anmFadeIn 1.8s ease 1.3s forwards;
}


/*
	リードエリア
-----------------------------------------------------------------------------------------------*/
#leadWrapper{
	min-height: 750px;
	background: url("../images/bg_top_lead_pc.png") no-repeat top center / cover;
	padding-block: 50px;
	margin-bottom: 120px;
}
.leadTxt{
	width: fit-content;
	background-color: var(--clrWhite50);
	backdrop-filter: blur(3px);
	border-radius: var(--roundL);
	font-size: 1.5rem;
	line-height: 180%;
	padding: 50px;
	margin-inline: auto 0;
}


/*
	ABOUT　福生市を知る
-----------------------------------------------------------------------------------------------*/
#aboutWrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 180px;
}

/* リンクエリア
============================== */
/* メインタイトル */
.aboutLinkArea{
	width: 580px;
}
.aboutLinkArea .grdMainTit{
	margin-bottom: 30px;
}
.aboutLinkArea .grdMainTit .ja{
	top: 26px;
	right: -65px;
}

/* リスト
============================== */
.aboutList{
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.aboutList li{
	border-radius: var(--roundS);
	box-shadow: var(--shadowBase);
	position: relative;
	transition: all 0.3s;
}
@media (any-hover: hover){
	.aboutList li:hover{
		box-shadow: var(--shadow20);
	}
}
@media print, screen and (min-width:813px){
	.aboutList li:nth-of-type(2){
		translate: -60px 0;
	}
}
.aboutList a{
	display: flex;
	align-items: center;
	gap: 0 30px;
	height: 100%;
	padding: 10px 40px 10px 10px;
}
/* 角丸棒　飾り */
.aboutList li::before{
	top: 0;
	right: 15px;
}
/* タイトル */
.aboutListTit{
	font-size: 2.4rem;
	font-weight: 700;
}
/* 矢印 */
.aboutList .arrowIcoGreen{
	right: 15px;
	bottom: 15px;
}


/*
	JOB　職種紹介
-----------------------------------------------------------------------------------------------*/
#jobWrapper{
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

/* タイトルリンク
============================== */
.jobTitArea{
	display: flex;
	align-items: center;
	width: 340px;
	height: 430px;
	border-radius: var(--roundS);
	box-shadow: var(--shadowBase);
	padding: 50px 50px 60px 50px;
	position: relative;
}
@media (any-hover: hover){
	.jobTitArea:hover{
		box-shadow: var(--shadow20);
	}
}
/* 角丸棒　飾り */
.jobTitArea::before{
	top: 0;
	left: 50px;
}
/* メインタイトル */
.jobTitArea .grdMainTit .ja{
	top: -24px;
	left: 0;
}
/* 矢印 */
.jobTitArea .arrowIcoBlue{
	right: 20px;
	bottom: 20px;
}

/* 写真エリア
============================== */
.jobPhArea{
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	width: 780px;
	margin-top: -50px;
}
@media print, screen and (min-width:813px){
	.jobPhArea .cmnAnmPh10:nth-child(-n+3){
		align-self: flex-end;
	}
	.jobPhArea .cmnAnmPh10:nth-child(n+4){
		align-self: flex-start;
		margin-top: 20px; /* 中央で20px空ける */
	}
}


/*
	PEOPLE　人を知る
-----------------------------------------------------------------------------------------------*/
#peopleWrapper{
	background: url("../images/bg_top_people_pc.svg") no-repeat top center / 100% auto, var(--clrGreyL);
	padding-block: 140px 100px;
	margin-bottom: 100px;
}

/* メインタイトル
============================== */
#peopleWrapper .grdMainTit{
	margin: 0 0 30px auto;
}
#peopleWrapper .grdMainTit .ja{
	top: -24px;
	left: 0;
}

/* CROSSTALK　座談会
============================== */
.crossTalkArea{
	display: block;
	margin-top: 110px;
	position: relative;
	pointer-events: none;
}
.crossTalkTit,
.crossTalkArea .cmnAnmPh50{
	width: 600px;
	height: 340px;
	border-radius: var(--roundL);
	pointer-events: all;
}
/* タイトルエリア */
.crossTalkTit{
	display: flex;
	align-items: flex-end;
	color: #fff;
	padding: 80px 50px 0 50px;
	position: relative;
	transition: all 1s;
	overflow: hidden;
}
.crossTalkTit::before{
	top: 0;
	left: 50px;
}
.crossTalkTit .en{
	font-size: 8rem;
	font-family: var(--fEnSub);
	font-weight: 100;
	line-height: 100%;
	translate: 0 12px;
}
.crossTalkTit .ja{
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 100%;
	position: absolute;
	bottom: 45px;
	left: 270px;
}
@media (any-hover: hover){
	.crossTalkArea:hover .crossTalkTit{
		filter: brightness(115%);
	}
}
/* 写真エリア */
.crossTalkArea .cmnAnmPh50{
	background-color: #fff;
	box-shadow: var(--shadowBase);
	position: absolute;
	top: -30px;
	right: 0;
	transform-origin: right bottom;
	transition: box-shadow 0.3s, scale 0.7s;
}
@media (any-hover: hover){
	.crossTalkArea:hover .cmnAnmPh50{
		box-shadow: var(--shadow20);
		scale: 1.05;
	}
}
/* 矢印 */
.crossTalkArea .arrowIcoYellow{
	right: 30px;
	bottom: 60px;
}


/*
	ENVIRONMENT & CLIMATE　環境・風土を知る
-----------------------------------------------------------------------------------------------*/
/* メインタイトル
============================== */
#environmentWrapper .grdMainTit{
	margin-bottom: 25px;
}
#environmentWrapper .grdMainTit .enIn{
	display: block;
	padding-left: 260px;
}
#environmentWrapper .grdMainTit .ja{
	top: 77px;
	left: 140px;
}

/* リスト
============================== */
.barArrowList{
	display: flex;
	gap: 20px;
}
.barArrowList li{
	background-color: #fff;
	border-radius: var(--roundS);
	box-shadow: var(--shadowBase);
	position: relative;
	transition: all 0.3s;
}
@media print, screen and (min-width:813px){
	#environmentWrapper .barArrowList li{
		width: calc((100% - 20px)/2);
	}
}
@media (any-hover: hover){
	.barArrowList li:hover{
		box-shadow: var(--shadow20);
	}
}
.barArrowList a{
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 130px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 130%;
	padding: 40px 90px 40px 30px;
}
/* 角丸棒　飾り */
.barArrowList li::before{
	height: 30px;
	top: 0;
	left: 30px;
}
/* 矢印 */
.barArrowList [class *= "arrowIco"]{
	top: 50%;
	right: 15px;
	translate: 0 -50%;
}
@media (any-hover: hover){
	.barArrowList a:hover [class *= "arrowIco"]{
		top: 50%;
		right: 15px;
		translate: 5px -50%;
	}
}


/*
	RECRUIT　採用情報
-----------------------------------------------------------------------------------------------*/
#recruitWrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#recruitWrapper::before{
	content: " ";
	display: block;
	width: calc((100vw - 1200px)/2 + (100% - 60px));
	min-width: calc(100% - 60px);
	height: 250px;
	background: var(--clrGrdLimeGreen);
	position: absolute;
	left: 60px;
	translate: 0 10px;
	opacity: 0.2;
}

/* メインタイトル
============================== */
#recruitWrapper .grdMainTit{
	display: flex;
	flex-direction: column-reverse;
	position: absolute;
	top: 0;
	left: 610px;
}
#recruitWrapper .grdMainTit .ja{
	margin-bottom: 5px;
	position: static;
}
#recruitWrapper .grdMainTit .en{
	translate: -5px 0;
}

/* リスト
============================== */
#recruitWrapper .barArrowList{
	flex-direction: column;
	width: 560px;
	margin-top: 30px;
}


@media screen and (max-width:812px){
	#ctsWrapper{
		padding-bottom: 0;
	}


	/*
		メインKV
	-----------------------------------------------------------------------------------------------*/
	#kvWrapper{
		min-height: 650px;
	}

	/* キャッチコピーエリア
	============================== */
	.kvTitArea{
		width: 350px;
		height: 410px;
		padding: 90px 0 0 95px;
	}
	/* RECRUITING SITE */
	.kvRecruitingTxt{
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	/* キャッチ */
	.kvTit{
		width: 190px;
		margin-bottom: 55px;
	}
	/* ロゴ */
	.kvLogo{
		width: 80px;
		bottom: 110px;
		translate: 60px 0;
	}


	/*
		リードエリア
	-----------------------------------------------------------------------------------------------*/
	#leadWrapper{
		min-height: 680px;
		background: url("../images/bg_top_lead_sp.png") no-repeat top center / cover;
		padding-block: 30px 60px;
		margin-bottom: 60px;
	}
	.leadTxt{
		width: 100%;
		text-align: justify;
		font-size: 1.3rem;
		line-height: 170%;
		padding: 20px;
	}


	/*
		ABOUT　福生市を知る
	-----------------------------------------------------------------------------------------------*/
	#aboutWrapper{
		padding-bottom: 60px;
	}

	/* リンクエリア
	============================== */
	/* メインタイトル */
	.aboutLinkArea{
		width: 100%;
	}
	.aboutLinkArea .grdMainTit{
		margin-bottom: 10px;
	}
	.aboutLinkArea .grdMainTit .ja{
		top: 1px;
		right: -55px;
	}

	/* リスト
	============================== */
	.aboutList{
		gap: 15px 0;
		margin-top: 20px;
	}
	.aboutList a{
		gap: 0 20px;
		padding-right: 30px;
	}
	/* 角丸棒　飾り */
	.aboutList li::before{
		right: 10px;
	}
	/* 写真 */
	.aboutList .cmnAnmPh06{
		flex-shrink: 0;
		width: 120px;
	}
	/* タイトル */
	.aboutListTit{
		font-size: 1.6rem;
	}
	/* 矢印 */
	.aboutList .arrowIcoGreen{
		right: 10px;
		bottom: 10px;
	}


	/*
		JOB　職種紹介
	-----------------------------------------------------------------------------------------------*/
	#jobWrapper{
		flex-direction: column;
		gap: 20px 0;
		padding-bottom: 40px;
	}

	/* タイトルリンク
	============================== */
	.jobTitArea{
		align-items: flex-start;
		width: 100%;
		height: auto;
		padding: 70px 20px 30px 20px;
	}
	/* 角丸棒　飾り */
	.jobTitArea::before{
		left: 20px;
	}
	/* メインタイトル */
	.jobTitArea .grdMainTit .ja{
		top: -21px;
	}
	/* 矢印 */
	.jobTitArea .arrowIcoBlue{
		right: 20px;
		bottom: 20px;
	}

	/* 写真エリア
	============================== */
	/*
		440 ÷ 660 = 0.666666...（約 0.6667）
		元サイズ × 0.6667
	*/
	.jobPhArea{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px 0;
		width: 100%;
		margin-top: 0;
	}
	.jobPhArea .cmnAnmPh10:nth-of-type(1){
		width: 26.92vw;
		max-width: 140px;
	}
	.jobPhArea .cmnAnmPh10:nth-of-type(2){
		width: 34.62vw;
		max-width: 180px;
	}
	.jobPhArea .cmnAnmPh10:nth-of-type(3){
		width: 23.08vw;
		max-width: 120px;
	}
	.jobPhArea .cmnAnmPh10:nth-of-type(4){
		width: 21.79vw;
		max-width: 113px;
	}
	.jobPhArea .cmnAnmPh10:nth-of-type(5){
		width: 28.21vw;
		max-width: 147px;
	}
	.jobPhArea .cmnAnmPh10:nth-of-type(6){
		width: 34.62vw;
		max-width: 180px;
	}


	/*
		PEOPLE　人を知る
	-----------------------------------------------------------------------------------------------*/
	#peopleWrapper{
		background: url("../images/bg_top_people_sp.svg") no-repeat top center / 100% auto, var(--clrGreyL);
		padding-block: 60px;
		margin-bottom: 60px;
	}

	/* メインタイトル
	============================== */
	#peopleWrapper .grdMainTit{
		margin-bottom: 20px;
	}
	#peopleWrapper .grdMainTit .ja{
		top: -21px;
	}

	/* CROSSTALK　座談会
	============================== */
	.crossTalkArea{
		margin-top: 40px;
	}
	.crossTalkTit,
	.crossTalkArea .cmnAnmPh50{
		width: 100%;
	}
	/* タイトルエリア */
	.crossTalkTit{
		height: 130px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		padding: 40px 20px 0 20px;
	}
	.crossTalkTit::before{
		left: 50px;
	}
	.crossTalkTit .en{
		font-size: 4rem;
		translate: 0 6px;
	}
	.crossTalkTit .ja{
		font-size: 1.2rem;
		bottom: 18px;
		left: 130px;
	}
	/* 写真エリア */
	.crossTalkArea .cmnAnmPh50{
		height: auto;
		border-top-left-radius: 0;
  		border-top-right-radius: 0;
		position: static;
	}
	/* 矢印 */
	.crossTalkArea .arrowIcoYellow{
		right: 15px;
		bottom: 15px;
	}


	/*
		ENVIRONMENT & CLIMATE　環境・風土を知る
	-----------------------------------------------------------------------------------------------*/
	/* メインタイトル
	============================== */
	#environmentWrapper .grdMainTit{
		margin-bottom: 25px;
	}
	#environmentWrapper .grdMainTit .enIn{
		padding-left: 110px;
	}
	#environmentWrapper .grdMainTit .ja{
		top: 37px;
		left: 40px;
	}

	/* リスト
	============================== */
	.barArrowList{
		flex-direction: column;
		gap: 10px 0;
	}
	.barArrowList li{
		width: 100%;
	}
	.barArrowList a{
		min-height: 85px;
		font-size: 1.6rem;
		padding: 30px 90px 30px 20px;
	}
	/* 角丸棒　飾り */
	.barArrowList li::before{
		height: 20px;
		left: 20px;
	}


	/*
		RECRUIT　採用情報
	-----------------------------------------------------------------------------------------------*/
	#recruitWrapper{
		flex-direction: column;
		align-items: flex-start;
		padding-block: 50px 60px;
	}
	#recruitWrapper::before{
		width: 100vw;
		min-width: initial;
		height: 100%;
		top: 0;
		left: 50%;
		translate: -50% 0;
	}

	/* メインタイトル
	============================== */
	#recruitWrapper .grdMainTit{
		margin-bottom: 20px;
		position: relative;
		left: auto;
	}
	#recruitWrapper .grdMainTit .en{
		translate: -3px 0;
	}

	/* リスト
	============================== */
	#recruitWrapper .barArrowList{
		flex-direction: column;
		width: 100%;
		margin-top: 30px;
	}
}