@charset "UTF-8";
/* CSS Document */

/*
	header
-----------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:813px){
	#headerWrapper .titMenu.about{
		color: var(--clrBase);
	}
	#headerWrapper .titMenu.about::after{
		opacity: 1;
	}
}


/*
	職種と仕事内容
-----------------------------------------------------------------------------------------------*/
/* ページタイトル
============================== */
.jobPage #cmnPageTitWrapper{
	background: url("/cms/npf/brand/recruit//images/bg_about_job_main_tit_pc.png") no-repeat center top / cover;
}

/* アンカーリスト
============================== */
.listJobAnchor{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 70px;
}
.listJobAnchor li{
	width: calc((100% - 60px)/3);
	min-height: 70px;
	position: relative;
}
.listJobAnchor a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: var(--clrBeige);
	text-align: center;
	font-size: 2rem;
	font-family: var(--fZen);
	font-weight: 700;
	line-height: 110%;
	padding: 10px 35px;
}
.listJobAnchor a::after{
	content: " ";
	display: block;
	width: 8px;
	height: 6px;
	background: url("/cms/npf/brand/recruit//images/ico_triangle.svg") no-repeat top left / 100% auto;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.listJobAnchor span{
	color: var(--clrGrayD);
	font-size: 1.2rem;
	font-family: var(--fEn);
	font-weight: 700;
	line-height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media print, screen and (min-width:813px){
	/* hover */
	.listJobAnchor a:hover span{
		color: var(--clrBase);
	}
	.listJobAnchor a:hover::after{
		top: calc(50% + 8px);
	}
}

/* 業種
============================== */
/* listJob */
.listJob{
	display: flex;
	flex-direction: column;
	gap: 130px 0;
}
.listJob > li{
	position: relative;
}

/* titSubGray */
.titSubGray{
	color: var(--clrGrayD);
	font-size: 2rem;
	font-family: var(--fZen);
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 10px;
}

/* kv
============================== */
.kvJobArea, .phJobBox{
	height: 600px;
}
.kvJobArea{
	opacity: 1;
}

/* ph */
@media print, screen and (min-width:813px){
	.phJobBox{
		display: flex;
		gap: 0 10px;
		width: 100vw;
		min-width: 1200px;
		padding: 0 10px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
	.phJobBox .sp{
		display: none;
	}
	.phJobBox .imgL,
	.listJob > li:nth-of-type(2n) .phJobBox .imgR{
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		width: 25%;
		height: calc(100% - 100px);
		margin-top: auto;
	}
	.phJobBox .imgC{
		width: calc(100% - 45%);
		margin: auto 0;
	}
	.phJobBox .imgR,
	.listJob > li:nth-of-type(2n) .phJobBox .imgL{
		width: 20%;
	}
	.phJobBox img{
		display: block;
		height: calc(100% - 100px);
		object-fit: cover;
	}
	.phJobBox .imgL img,
	.listJob > li:nth-of-type(2n) .phJobBox .imgR img{
		width: 100%;
		height: calc((100% - 10px)/2);
	}
	.listJob > li:nth-of-type(2n) .phJobBox .imgL{
		margin-top: 0;
	}

	/* anm */
	.kvJobArea .phJobBox .imgL,
	.kvJobArea .phJobBox .imgC,
	.kvJobArea .phJobBox .imgR,
	.kvJobArea .leadJobBox{
		opacity: 0;
	}
	.kvJobArea.jsAnmStart .phJobBox .imgL,
	.listJob > li:nth-of-type(2n) .kvJobArea.jsAnmStart .phJobBox .imgL{
		animation: anmFadeUp 0.8s ease 0.5s forwards;
	}
	.kvJobArea.jsAnmStart .phJobBox .imgC{
		animation: anmFadeUp 0.8s ease 0.6s forwards;
	}
	.kvJobArea.jsAnmStart .phJobBox .imgR,
	.listJob > li:nth-of-type(2n) .kvJobArea.jsAnmStart .phJobBox .imgR{
		animation: anmFadeUp 0.8s ease 0.8s forwards;
	}
	.kvJobArea.jsAnmStart .leadJobBox{
		animation: anmFadeUp 1s ease 1s forwards;
	}
}

/* リード
============================== */
.leadJobBox{
	width: 450px;
	background-color: #fff;
	border-bottom: 3px solid var(--clrBase);
	padding: 30px 40px 40px 50px;
	position: relative;
}
.listJob > li:nth-of-type(2n) .leadJobBox{
	margin-left: auto;
}
.leadJobBox li{
	position: relative;
}
.leadJobBox .en{
	writing-mode: vertical-rl;
	color: var(--clrBase);
	font-size: 2.7rem;
	font-family: var(--fEn);
	font-weight: 700;
	line-height: 100%;
	position: absolute;
	top: 0;
	left: -3px;
}
@media print, screen and (min-width:813px){
	.leadJobBox .en.l2{
		left: -30px;
	}
}
.leadJobBox .tit{
	font-size: 3.6rem;
	font-family: var(--fZen);
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 15px;
}

/* 複数用 */
.leadJobBox .list{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.leadJobBox .list .txtLH{
	line-height: 170%;
}

/* 勤務地
============================== */
.locationArea{
	background-color: #fff;
	border: 1px solid var(--clrBrown);
	border-radius: 100px;
	font-family: var(--fZen);
	font-weight: 700;
	padding: 20px 0;
	margin-top: 70px;
	position: relative;
}
@media print, screen and (min-width:813px){
	.locationArea::before,
	.locationArea::after{
		content: " ";
		display: block;
		position: absolute;
		top: 50%;
	}
	.locationArea::before{/* 横線 */
		width: 100vw;
		min-width: 1200px;
		height: 1px;
		background-color: var(--clrBrown);
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
	}
	.locationArea::after{/* 線消し */
		width: calc(100% + 23px);
		height: 30px;
		background-image: linear-gradient(to right,#fff 20px, transparent 20px);
		background-size: 960px 30px;
		background-position: left top;
		left: 50%;
		transform: translate(-50%, -50%);
		pointer-events: none;
	}
}

/* tit */
.locationArea .tit{
	display: flex;
	justify-content: center;
	width: 100px;
	background-color: var(--clrBrown);
	border-radius: 50px;
	text-align: center;
	color: #fff;
	line-height: 100%;
	padding: 5px 10px 6px 10px;
	position: absolute;
	top: 0;
	left: 30px;
	transform: translateY(-50%);
}

/* list */
.listLocation{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 50px;
	width: 800px;
	padding: 10px 30px;
	margin-left: auto;
	position: relative;
}
@media print, screen and (min-width:813px){
	.listLocation::before,
	.listLocation::after{
		content: " ";
		display: block;
		position: absolute;
		left: 0;
	}
	.listLocation::before{/* アイコン */
		width: 160px;
		height: 100%;
		background: url("/cms/npf/brand/recruit//images/ico_location.svg") no-repeat center center / 62px auto;
		top: 50%;
		transform: translate(-100%, -50%);
	}
	.listLocation::after{/* 縦線 */
		width: 1px;
		height: 100%;
		background-color: var(--clrBrown);
		top: 0;
	}
}
.listLocation li{
	color: var(--clrGrayL);
	font-size: 1.7rem;
	line-height: 100%;
	padding-left: 25px;
	position: relative;
}

/* チェックボックス */
.listLocation li::before,
.listLocation li::after{
	content: " ";
	display: block;
	position: absolute;
}
.listLocation li::before{
	width: 14px;
	height: 14px;
	border: 2px solid var(--clrGrayL);
	border-radius: 3px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.listLocation li::after{
	width: 12px;
	height: 8px;
	border-bottom: 3px solid var(--clrBase);
	border-left: 3px solid var(--clrBase);
	top: calc(50% - 2px);
	left: 1px;
	transform: translateY(-50%) rotate(-45deg);
	opacity: 0;
	z-index: 2;
}

/* チェック */
.listLocation .check{
	color: #333;
}
.listLocation .check::after{
	opacity: 1;
}

/* anm */
.locationOut.jsAnmStart .locationArea::before{/* 横線 */
	opacity: 0;
	animation: anmLocationLine 0.5s ease 0.8s forwards;
}
@keyframes anmLocationLine{
	from{
		width: 0;
		opacity: 0;
	}
	to{
		width: 100vw;
		opacity: 1;
	}
}

/* どんな勉強が活かせるか
============================== */
.skillArea{
	display: flex;
	background-color: var(--clrBrown10);
	margin-top: 60px;
}
.skillArea > *{
	padding: 50px;
}

/* tit */
.skillArea .tit{
	display: flex;
	align-items: center;
	width: 240px;
	border-right: 1px solid #fff;
	font-size: 2.6rem;
	font-family: var(--fZen);
	font-weight: 700;
	line-height: 160%;
	position: relative;
}
.skillArea .tit span{
	color: var(--clrGrayL);
	font-size: 1.2rem;
	font-family: var(--fEn);
	line-height: 120%;
	white-space: nowrap;
	letter-spacing: 0.15rem;
	position: absolute;
	top: calc(50% + 2px);
	right: 55px;
	transform: translateY(-50%);
}

/* txt */
.skillArea .txtLH,
.skillArea .list{
	width: 720px;
}
.skillArea .txtLH{
	display: flex;
	align-items: center;
}

/* 複数用 */
.skillArea .list{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.skillArea .list .txtLH{
	width: 100%;
}

/* anm */
.skillArea.jsAnmStart .tit span{/* 横線 */
	animation: anmSkillTit 1s ease 1.3s forwards;
}
@keyframes anmSkillTit{
	from{
		color: var(--clrGrayL);
	}
	to{
		color: var(--clrBase);
	}
}

/* この職種のやりがい
============================== */
.cmnCommentArea{
	margin-top: 110px;
}
.cmnCommentArea .itemEn{
	font-size: 4rem;
	top: -60px;
	transform: translateY(0);
}


/*
	数字で見る
-----------------------------------------------------------------------------------------------*/
/* ページタイトル
============================== */
.dataPage #cmnPageTitWrapper{
	background: url("/cms/npf/brand/recruit//images/bg_about_data_main_tit_pc.png") no-repeat center top / cover;
}

/* titBase
============================== */
.dataPage .titBaseC{
	margin-bottom: 40px;
}
.dataPage .titBaseC span{
	display: block;
	width: fit-content;
	background-color: #333;
	border-radius: 50px;
	color: #fff;
	font-size: 1.2rem;
	font-family: var(--fEn);
	font-weight: 700;
	line-height: 80%;
	padding: 8px 25px;
	margin: 5px auto 0 auto;
}

/* list
============================== */
.listData{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 50px;
}
.listData li{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	grid-column: span 2;
	gap: 0;
	background-color: var(--clrBrown10);
	border: 10px solid #fff;
	padding: 30px;
	position: relative;
}
.listData .sizeL{
	grid-column: span 3;
}

/* 飾り */
.listData li::before,
.listData li::after,
.titData::before,
.titData::after{
	content: " ";
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
}
.listData li::before,
.listData li::after{
	border-top: 1px solid var(--clrBase);
	border-left: 1px solid var(--clrBase);
}
.listData li::before{
	top: -10px;
	left: -10px;
}
.listData li::after{
	bottom: -10px;
	right: -10px;
	transform: rotate(180deg);
}
.titData::before,
.titData::after{
	border-top: 1px solid var(--clrGrayD);
	border-right: 1px solid var(--clrGrayD);
}
.titData::before{
	top: -10px;
	right: -10px;
}
.titData::after{
	bottom: -10px;
	left: -10px;
	transform: rotate(180deg);
}

/* tit */
.titData{
	text-align: center;
	font-size: 2.4rem;
	font-family: var(--fZen);
	font-weight: 700;
	margin-bottom: 30px;
}

/* 数字 */
.dataBox{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.dataBox .num,
.dataBox .unit{
	display: inline-block;
}
.dataBox .num{
	font-size: 9.4rem;
	font-family: var(--fEn);
	font-weight: 400;
	line-height: 80%;
	letter-spacing: -0.1rem;
	margin-right: 5px;
}
.dataBox .unit{
	font-size: 2.6rem;
	font-weight: 500;
}
.dataBox .unit + .num{
	margin-left: 5px;
}

/* スラッシュ */
.dataBox .slash{
	padding-right: 50px;
	position: relative;
}
.dataBox .slash::after{
	content: " ";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #333;
	position: absolute;
	right: 5px;
	bottom: 13px;
	transform: rotate(-50deg);
}

/* イラスト */
.listData .item{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 110px;
}

/* 注釈 */
.listData .memo,
.listData .note{
	width: 100%;
	color: var(--clrGrayD);
	font-size: 1.3rem;
	line-height: 130%;
	margin-top: 30px;
}
.listData .memo:empty,
.listData .note:empty{
	margin-top: 0;
}
.listData .memo{
	text-align: justify;
}
.listData .note{
	align-self: end;
	text-align: right;
}

/* list 調整用
============================== */
/* 平均年齢 */
.listData li:nth-of-type(2) .dataBox .unit{
	margin-left: -10px;
}

/* ペット扶養手当対象の犬猫小動物比率 */
.listData li:nth-of-type(4) .titData span{
	letter-spacing: -0.8rem;
}

/* 社員の家族（ペット）数 */
.listData li:nth-of-type(5) .titData span{
	letter-spacing: -0.8rem;
}

/* 社員の勤続年数 */
.listData li:nth-of-type(8) .dataBox .num{
	letter-spacing: -0.3rem;
}
@media print, screen and (min-width:813px){
	/* 社員の勤続年数 */
	.listData li:nth-of-type(8) .dataBox .num{
		font-size: 8.6rem;
	}
}

/* 日本で最初にペットフードを作った会社 */
.listData li:nth-of-type(9) .titData span{
	letter-spacing: -0.2rem;
}
.listData li:nth-of-type(9) .titData span span{
	letter-spacing: -0.8rem;
}

/* 今まで販売したペットフードの量は東京ドーム何杯分？ */
.listData li:nth-of-type(10) .titData span{
	letter-spacing: -0.2rem;
}
.listData li:nth-of-type(10) .titData span span{
	letter-spacing: -0.8rem;
}

/* 1年間に販売した犬猫フード */
.listData li:nth-of-type(11) .titData span{
	letter-spacing: -0.2rem;
}
.listData li:nth-of-type(11) .txtNum{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.listData li:nth-of-type(11) .txtNum .box{
	display: block;
}
.listData li:nth-of-type(11) .txtNum .box .unit:last-of-type{
	text-align: left;
}
.listData li:nth-of-type(11) .txtNum .txtLast{
	width: 100%;
	margin-top: 15px;
}
@media print, screen and (min-width:813px){
	.listData li:nth-of-type(11) .txtNum .box .unit{
		font-size: 2rem;
	}
	.listData li:nth-of-type(11) .txtNum .box:nth-of-type(1){
		border-right: 1px solid var(--clrGrayL);
		padding-right: 25px;
		margin-right: 25px;
	}
	.listData li:nth-of-type(11) .txtNum .box .unit:first-of-type{
		display: block;
		font-size: 1.6rem;
		line-height: 100%;
		margin-bottom: 5px;
	}
	.listData li:nth-of-type(11) .txtNum .box:nth-of-type(1) .num{/* 犬飼育者 数字 */
		letter-spacing: -0.4rem;
	}
}

/* anm
============================== */
@media print, screen and (min-width:813px){
	/* list */
	.listData li.jsAnm.jsAnmStart:nth-of-type(3n+1){
		animation: anmFadeIn 1s ease 0.5s forwards;
	}
	.listData li.jsAnmStart:nth-of-type(3n+2){
		animation: anmFadeIn 1s ease 0.8s forwards;
	}
	.listData li.jsAnm.jsAnmStart:nth-of-type(3n+3){
		animation: anmFadeIn 1s ease 1.1s forwards;
	}
}


@media screen and (max-width:812px){
	/*
		職種と仕事内容
	-----------------------------------------------------------------------------------------------*/
	/* ページタイトル
	============================== */
	.jobPage #cmnPageTitWrapper{
		background: url("/cms/npf/brand/recruit//images/bg_about_job_main_tit_sp.png") no-repeat center top / cover;
	}

	/* アンカーリスト
	============================== */
	.listJobAnchor{
		gap: 20px 13px;
		margin-bottom: 50px;
	}
	.listJobAnchor li{
		width: calc((100% - 13px)/2);
		min-height: 50px;
	}
	.listJobAnchor a{
		font-size: 1.5rem;
		padding: 10px 20px;
	}
	.listJobAnchor a::after{
		right: 7px;
	}
	.listJobAnchor span{
		font-size: 1rem;
		letter-spacing: 0.08rem;
	}
	.listJobAnchor li:nth-of-type(2){
		letter-spacing: -0.05rem;
	}

	/* 業種
	============================== */
	/* listJob */
	.listJob{
		gap: 80px 0;
	}

	/* titSubGray */
	.titSubGray{
		font-size: 1.8rem;
		margin-bottom: 8px;
	}

	/* kv
	============================== */
	.kvJobArea, .phJobBox{
		height: initial;
	}
	.kvJobArea{
		display: flex;
		flex-direction: column;
		align-items: center;
		opacity: 1;
	}

	/* ph */
	.phJobBox .pc{
		display: none;
	}
	.phJobBox{
		width: 100vw;
	}

	/* リード
	============================== */
	.leadJobBox{
		order: 2;
		width: 100%;
		padding: 30px 20px 30px 40px;
		margin-top: -50px;
		z-index: 2;
	}
	.leadJobBox .en{
		font-size: 1.7rem;
		left: -2px;
	}
	.leadJobBox .tit{
		font-size: 2.8rem;
	}

	/* 複数用 */
	.leadJobBox .list{
		gap: 20px 0;
	}

	/* 勤務地
	============================== */
	.locationArea{
		border-radius: 10px;
		padding: 30px 0 20px 0;
		margin-top: 40px;
	}

	/* tit */
	.locationArea .tit{
		width: 80px;
		left: 15px;
	}

	/* list */
	.listLocation{
		gap: 10px 20px;
		width: 100%;
		padding: 0 20px;
	}
	.listLocation li{
		font-size: 1.5rem;
		padding-left: 20px;
	}

	/* どんな勉強が活かせるか
	============================== */
	.skillArea{
		flex-direction: column;
		margin-top: 40px;
	}
	.skillArea > *{
		padding: 20px;
	}

	/* tit */
	.skillArea .tit{
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #fff;
		font-size: 2.2rem;
		line-height: 100%;
	}
	.skillArea .tit span{
		line-height: 80%;
		margin-top: 5px;
		position: static;
		transform: translateY(0);
	}

	/* txt */
	.skillArea .txtLH,
	.skillArea .list{
		width: 100%;
	}

	/* 複数用 */
	.skillArea .list{
		gap: 20px 0;
	}

	/* この職種のやりがい
	============================== */
	.cmnCommentArea{
		padding-top: 50px;
		margin-top: 40px;
	}
	.cmnCommentArea .itemEn{
		font-size: 3.2rem;
		top: 5px;
	}


	/*
		数字で見る
	-----------------------------------------------------------------------------------------------*/
	/* ページタイトル
	============================== */
	.dataPage #cmnPageTitWrapper{
		background: url("/cms/npf/brand/recruit//images/bg_about_data_main_tit_sp.png") no-repeat center top / cover;
	}

	/* titBase
	============================== */
	.dataPage .titBaseC{
		margin-bottom: 20px;
	}
	.dataPage .titBaseC span{
		font-size: 1rem;
		padding: 5px 20px;
	}

	/* list
	============================== */
	.listData{
		display: flex;
		flex-direction: column;
		gap: 20px 0;
	}
	.listData li{
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 30px 20px;
	}

	/* 飾り */
	.listData li::before,
	.listData li::after,
	.titData::before,
	.titData::after{
		width: 30px;
		height: 30px;
	}

	/* tit */
	.titData{
		font-size: 2rem;
		margin-bottom: 20px;
	}

	/* 数字 */
	.dataBox .num{
		font-size: 7rem;
	}
	.dataBox .unit{
		font-size: 1.7rem;
	}

	/* スラッシュ */
	.dataBox .slash{
		padding-right: 0;
	}
	.dataBox .slash::after{
		content: none;
	}

	/* イラスト */
	.listData .item{
		height: initial;
		margin-top: 20px;
	}
	.listData .item img{
		max-width: 230px;
	}

	/* 注釈 */
	.listData .memo,
	.listData .note{
		font-size: 1.2rem;
		margin-top: 20px;
	}
}