@charset "UTF-8";
/* CSS Document */
#wrapper.jobPage{
	overflow: hidden;
}

/*
	職種紹介
-----------------------------------------------------------------------------------------------*/
/* 写真角丸
============================== */
#ctsWrapper img[src*="ph_"]{
	border-radius: var(--br20);
	overflow: hidden;
}

/*
	イントロ
-----------------------------------------------------------------------------------------------*/
.intro{
	padding-bottom: 110px;
}
.introList{
	display: flex;
	gap: 30px;
	justify-content: center;
}
.introList li{
	background: #fff;
	border-radius: var(--br30);
	margin: 48px 0 25px;
	max-width: 500px;
	padding: 0 60px 60px;
	position: relative;
	text-align: center;
}
.introImg{
	display: block;
	margin-top: -48px;
}
[class^="introCate"]{
	align-items: center;
	background: var(--colorCategory01);
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	line-height: 1;
	letter-spacing: .2rem;
	margin: 17px 0;
}
.introCate02{
	background: var(--colorCategory02);
}
.introTxt{
	font-size: 1.4rem;
	line-height: 2.0;
	text-align: justify;
}
.introList a.btnBase{
	bottom: -25px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
}
/*
	総合職・一般職
-----------------------------------------------------------------------------------------------*/
[id^="cate"]{
	background: #fff;
	position: relative;
}
[id^="cate"]::before{
	background: var(--gdRainbow);
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
[id^="cate"] .ctsArea{
	padding: 75px 0 0;
	text-align: center;
}
[id^="cate"] .cmnPageCtsTit{
	margin: 0 auto;
	max-width: 320px;
}
[id^="cate"] .cmnPageCtsTitWrapper{
	display: inline-flex;
	margin-bottom: 0;
	padding-bottom: 65px;
	position: relative;
}
[class^="cateImg"]{
	bottom: 0;
	position: absolute;
}
/* 総合職 */
.cateImg01{
	left: -195px;
}
.cateImg02{
	right: -200px;
}
/* 一般職 */
.cateImg03{
	right: -225px;
}

.cateCts{
	background: var(--bgCream);
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-top: 80px;
	padding-bottom: 130px;
	position: relative;
	text-align: center;
}
#cateGp .cateCts{
	padding-bottom: 30px;
}
.cateCts::before{
	background: var(--bgCream);
	border-radius: var(--br50) var(--br50) 0 0;
	content: '';
	height: 80px;
	left: 50%;
	width: 1140px;
	position: absolute;
	top: -80px;
	transform: translate(-50%, 0);
}

/* こんな人が向いています！
============================== */
.pointHead{
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: .3rem;
	margin-bottom: 35px;
	padding: 0 45px;
	position: relative;
}
.pointHead::before,
.pointHead::after{
	border-top: 4px dotted var(--colorPrimary);
	content: '';
	position: absolute;
	top: 55%;
	width: 36px;
}
.pointHead::before{
	left: 0;
	transform: translate(0, -50%) rotate(60deg);
}
.pointHead::after{
	right: 0;
	transform: translate(0, -50%) rotate(-60deg);
}
.pointList{
	display: flex;
	gap: 20px;
	justify-content: center;
}
.pointItem{
	align-items: center;
	aspect-ratio: 1/1;
	background: var(--bgNoise) var(--colorCategory01);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 2.0rem;
	font-weight: 700;
	justify-content: center;
	width: 220px;
}
#cateGp .pointItem{
	background: var(--bgNoise) var(--colorCategory02);
}

/* 総合職のおもしろさ　一般職のおもしろさ
============================== */
.value{
	margin: 0 auto;
	max-width: var(--width1000);
}
.valueHead{
	color: var(--colorPrimary);
	font-size: 3.0rem;
	font-weight: 700;
	letter-spacing: .2rem;
	margin-bottom: 33px;
}
.valueList{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 20px;
}
.valueItem{
	position: relative;
	width: calc((100% - 20px)/2);
}
.valueItem::before{
	background: #fff;
	border-radius: var(--br30);
	content: '';
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
	width: calc(100% - 40px);
	z-index: -1;
}
.valueTit,
.valueTxt{
	display: block;
	margin: 0 auto;
	padding-inline: 50px;
	width: calc(100% - 40px);
}
.valueTit{
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: .1rem;
	line-height: 1.8;
	padding-block: 60px 63px;
	position: relative;
	text-decoration: underline;
}
.valueTit::before,
.valueTit::after{
	background: url(../images/item_job01_pc.png) no-repeat center / 100%;
	content: '';
	height: 22px;
	position: absolute;
	width: 28px;
}
.valueTit::before{
	left: 45px;
	top: 40px;
}
.valueTit::after{
	bottom: 40px;
	right: 45px;
	transform: scale(-1.0);
}
/* 一般職 */
#cateGp .valueTit::before,
#cateGp .valueTit::after{
	background: url(../images/item_job02_pc.png) no-repeat center / 100%;
	content: '';
}

.valueTxt{
	font-size: 1.4rem;
	line-height: 2.0;
	padding-block: 40px;
	text-align: justify;
}

/*
	ループエリア
-----------------------------------------------------------------------------------------------*/
.loopWrapper{
	width: 100%;
	position: relative;
}
.loopArea{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	width: max-content;
	animation: loop 30s linear infinite;
}
.loopArea img:nth-child(even){
	transform: translateY(30px);
}
@keyframes loop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media screen and (max-width:812px){
	/*
		イントロ
	-----------------------------------------------------------------------------------------------*/
	.intro{
		padding-bottom: 80px;
	}
	.introList{
		flex-direction: column;
		gap: 15px;
	}
	.introList li{
		margin: 25px 0 25px;
		max-width: 100%;
		padding: 0 20px 46px;
	}
	.introImg{
		height: 200px;
		margin-top: -25px;
		margin-inline: auto;
	}
	.introImg img{
		height: 100%;
		width: auto;
	}
	[class^="introCate"]{
		font-size: 1.6rem;
		height: 32px;
		margin: 12px 0;
	}
	.introTxt{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.introList a.btnBase{
		bottom: -25px;
		left: 50%;
		position: absolute;
		transform: translate(-50%, 0);
	}
	/*
		総合職・一般職
	-----------------------------------------------------------------------------------------------*/
	[id^="cate"] .ctsArea{
		padding: 60px 0 0;
	}
	[id^="cate"] .cmnPageCtsTit{
		max-width: none;
	}
	[id^="cate"] .cmnPageCtsTitWrapper{
		max-width: 60%;
		padding-bottom: 50px;
	}
	[id^="cate"] .cmnPageCtsTxt{
		text-align: center;
	}
	[class^="cateImg"]{
		width: 60px;
	}
	/* 総合職 */
	.cateImg01{
		left: -50px;
	}
	.cateImg02{
		right: -50px;
	}
	/* 一般職 */
	.cateImg03{
		right: -50px;
	}

	.cateCts{
		gap: 40px;
		margin-top: 30px;
		padding: 25px 25px 80px;
	}
	#cateGp .cateCts{
		padding-bottom: 30px;
	}
	.cateCts::before{
		border-radius: 15px 15px 0 0;
		height: 30px;
		left: 50%;
		width: calc(100% - 50px);
		top: -30px;
		transform: translate(-50%, 0);
	}

	/* こんな人が向いています！
	============================== */
	.pointHead{
		font-size: 1.8rem;
		letter-spacing: 0;
		margin-bottom: 20px;
		padding: 0 35px;
	}
	.pointHead::before,
	.pointHead::after{
		top: 55%;
		width: 30px;
	}
	.pointList{
		flex-wrap: wrap;
		gap: 8px;
		margin: 0 auto;
		max-width: 300px;
	}
	.pointItem{
		font-size: 1.3rem;
		width: 145px;
	}

	/* 総合職のおもしろさ　一般職のおもしろさ
	============================== */
	.valueHead{
		font-size: 2.2rem;
		letter-spacing: .2rem;
		margin-bottom: 25px;
	}
	.valueList{
		flex-direction: column;
		gap: 15px;
		max-width: 500px;
	}
	.valueItem{
		width: 100%;
	}
	.valueItem::before{
		width: calc(100% - 20px);
	}
	.valueTit,
	.valueTxt{
		padding-inline: 20px;
		width: calc(100% - 20px);
	}
	.valueTit{
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.6;
		padding-block: 30px 31px;
	}
	.valueTit::before,
	.valueTit::after{
		background: url(../images/item_job01_sp.png) no-repeat center / 100%;
		height: 13px;
		width: 16px;
	}
	.valueTit::before{
		left: 18px;
		top: 18px;
	}
	.valueTit::after{
		bottom: 16px;
		right: 18px;
	}
	/* 一般職 */
	#cateGp .valueTit::before,
	#cateGp .valueTit::after{
		background: url(../images/item_job02_sp.png) no-repeat center / 100%;
	}

	.valueTxt{
		font-size: 1.3rem;
		line-height: 1.4;
		padding-block: 20px;
	}

	/*
		ループエリア
	-----------------------------------------------------------------------------------------------*/
	.loopArea{
		gap: 15px;
	}
	.loopItemImg{
		width: 150px;
		border-radius: 10px!important;
	}
	.loopArea img:nth-child(even){
		transform: translateY(30px);
	}
}