@charset "utf-8";
/*------------------------------------------------------------
	job
------------------------------------------------------------*/
#people {
	scroll-margin-top: 12.1rem;
}
#main .people {
	padding: 15.7rem 0 14.6rem;
}
#main .people .linkBox {
	margin: 0 auto 13.5rem;
	max-width: 102.3rem;
}
#main .people .linkBox .linkUl {
	width: 43.5rem;
}
#main .people .linkBox .linkUl li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .people .linkBox .linkUl li a:hover {
	opacity: 0.7;
}
#main .people .linkBox .linkUl li a::before {
	position: absolute;
	bottom: -0.8rem;
	left: 1.4rem;
	width: 2rem;
	height: 1.6rem;
	background: url(../img/common/icon01.png) no-repeat left top / 100%;
	content: '';
}
#main .people .linkBox .linkUl li .number {
	width: 4.8rem;
	padding-bottom: 0.4rem;
	height: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #FFF;
	border-radius: 50%;
	color: #00A3F0;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Antonio", sans-serif;
}
#main .people .linkBox .linkUl li .textBox {
	padding: 1.6rem 2rem 1.5rem;
	width: calc(100% - 6.3rem);
	border-top: 1px solid #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .people .linkBox .linkUl li:last-child .textBox {
	border-bottom: 1px solid #FFF;
}
#main .people .linkBox .linkUl li .textBox .photo {
	width: 11.6rem;
	border-radius: 0.6rem;
	overflow: hidden;
	aspect-ratio: 232/140;
}
#main .people .linkBox .linkUl li .textBox .text {
	width: calc(100% - 14rem);
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .people .subInner {
	margin: 0 0 2.5rem auto;
	padding: 2rem 5rem 6.3rem;
	width: calc(50% + 51.4rem);
	background: #FFF;
	border-radius: 0.8rem 0 0 0.8rem;
	box-sizing: border-box;
}
#main .people .subInner .subArea {
	max-width: 105rem;
}
#main .people .subInner .topBox {
	margin-bottom: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .people .subInner .topBox .number {
	width: 6.5rem;
	color: #00A3F0;
	font-size: 6.5rem;
	font-weight: 700;
	font-family: "Antonio", sans-serif;
}
#main .people .subInner .topBox .textBox {
	padding-top: 2.2rem;
	width: calc(100% - 9rem);
}
#main .people .subInner .topBox .textBox .title {
	margin-bottom: 1rem;
	font-size: 3.2rem;
	font-weight: 700;
	color: #00002B;
}
#main .people .subInner .topBox .textBox .text {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.8;
}
#main .people .subInner .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .people .subInner .imgBox .photo {
	margin-left: -13.8rem;
	width: 54.6rem;
	border-radius: 2.4rem;
	overflow: hidden;
}
#main .people .subInner .imgBox .photo img {
	width: 100%;
	aspect-ratio: 1092/880;
}
#main .people .subInner .imgBox .textBox {
	padding: 0.8rem 0 0 2rem;
	max-width: 61.5rem;
	flex: 1;
}
#main .people .subInner .imgBox .textBox .title {
	margin-bottom: 0.7rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #00002B;
}
#main .people .subInner .imgBox .textBox .subBox {
	padding-right: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .people .subInner .imgBox .textBox .subBox .picImg {
	width: 8.6rem;
}
#main .people .subInner .imgBox .textBox .subBox .rBox {
	padding-top: 0.1rem;
	width: calc(100% - 11rem);
}
#main .people .subInner .imgBox .textBox .subBox .rBox .text {
	margin-bottom: 1.2rem;
	color: #000;
	font-size: 1.4rem;
}
#main .people .subInner .imgBox .textBox .subBox .rBox .smallText {
	font-size: 1.2rem;
	font-weight: 500;
	color: #00002B;
}
#main .people .subInner .imgBox .textBox .interviewBox {
	margin-bottom: 2.8rem;
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox {
	padding: 2.1rem 0 1.9rem;
	border-radius: 1rem;
	background: #EDFCFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
#main .people .subInner .imgBox .textBox .flowBox.style01 .dlBox {
	padding: 1.9rem 0 1.8rem;
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl {
	padding: 0 0.5rem;
	position: relative;
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl::before {
	position: absolute;
	top: 4rem;
	left: 0;
	right: 0;
	height: 1px;
	background: #1D2088;
	content: '';
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl:first-child::before {
	left: 3.5rem;
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl:last-child::before {
	right: 2.8rem;
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl dt {
	margin: 0 auto 0.3rem;
	padding-bottom: 4.3rem;
	width: 2rem;
	height: 2rem;
	position: relative;
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl dt::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0.5rem;
	height: 0.5rem;
	background: #1D2088;
	border-radius: 50%;
	content: '';
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl dt::after {
	position: absolute;
	top: 2rem;
	left: 50%;
	bottom: 0;
	width: 1px;
	background: #1D2088;
	content: '';
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl dt.spec::before {
	display: none;
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl dt.spec::after {
	display: none;
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl .date {
	margin-bottom: 0.1rem;
	min-height: 2.7rem;
	color: #1D2088;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.09rem;
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl .date.spec {
	background: url(../img/job/arrow.png) no-repeat center top 1rem / 5.5rem;
}
#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl .text {
	color: #1D2088;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.07rem;
	text-align: center;
}
#main .people .subInner.reverse {
	padding: 2rem 13.5rem 6.3rem 4rem;
	margin: 0 0 2.5rem;
	border-radius: 0 0.8rem 0.8rem 0;
}
#main .people .subInner.reverse .subArea {
	margin-left: auto;
}
#main .people .subInner.reverse .imgBox .photo {
	margin: 0 -23.7rem 0 0;
	order: 2;
}
#main .people .subInner.reverse .imgBox .textBox {
	margin: 0 0 0 9rem;
	padding-left: 0;
	padding-right: 2rem;
}
#main .people .outBox {
	margin: 0 auto;
	max-width: 133.8rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
#main .people .outBox .subInner {
	margin-bottom: 0 !important;
	padding: 2rem 6.5rem 7.3rem 8rem;
	width: auto;
}
#main .people .outBox .subInner .subArea {
	max-width: 100%;
}
#main .people .outBox .subInner .topBox {
	margin-bottom: 3.7rem;
}
#main .people .outBox .subInner .topBox .textBox {
	width: auto;
}
#main .people .outBox .subInner .imgBox {
	align-items: flex-start;
}
#main .people .outBox .subInner .imgBox .photo {
	margin: 0;
	width: 55.2rem;
}
#main .people .outBox .subInner .imgBox .textBox {
	padding-top: 1.5rem;
	width: calc(100% - 59.3rem);
}
#main .people .outBox  .subInner .imgBox .textBox .subBox {
	padding-right: 0;
}
#main .greyBox {
	padding: 15.5rem 0 15rem;
	background-color: #F0F0F0;
}
#main .greyBox ul li {
	width: 56.3rem;
}
#main .greyBox .comLinkBox a {
	background-position: right 3.2rem top 2.9rem;
}
#main .comLinkBox .photo img {
	aspect-ratio: 1084/440;
}
@media all and (min-width: 897px) {
	#main .greyBox ul {
		gap: 4rem 0;
	}
	#main .people .linkBox .linkUl li:last-child a::before {
		display: none;
	}
}
@media all and (max-width: 896px) {
	#people {
		scroll-margin-top: 8.6rem;
	}
	.pageTitle .headLine01 {
		margin-bottom: 3.3rem;
	}
	#main .people {
		padding: 6rem 0 2.5rem;
	}
	#main .people .linkBox {
		margin-bottom: 7rem;
		max-width: 100%;
		display: block;
	}
	#main .people .linkBox .linkUl {
		width: auto;
		display: block;
	}
	#main .people .linkBox .linkUl li a::before {
		left: 1rem;
		width: 1.5rem;
		height: 1.2rem;
	}
	#main .people .linkBox .linkUl li .number {
		width: 3.6rem;
		height: 3.6rem;
		font-size: 2rem;
		padding-bottom: 0.2rem;
	}
	#main .people .linkBox .linkUl li .textBox {
		padding: 1.2rem 1rem 1.1rem 1.5rem;
		width: calc(100% - 4.8rem);
	}
	#main .people .linkBox .linkUl li .textBox .photo {
		width: 8.7rem;
		border-radius: 0.5rem;
	}
	#main .people .linkBox .linkUl li .textBox .text {
		width: calc(100% - 10.5rem);
		font-size: 1.8rem;
	}
	#main .people .linkBox .linkUl:not(:first-child) li:first-child .textBox {
		border-top: 0;
	}
	#main .people .linkBox .linkUl:last-child li:last-child a::before {
		display: none;
	}
	#main .people .subInner {
		margin: 0 1.5rem 3rem !important;
		padding: 0.5rem 2.4rem 2.9rem !important;
		width: auto;
		border-radius: 0.8rem !important;
	}
	#main .people .subInner .subArea {
		max-width: 100%;
	}
	#main .people .subInner .topBox {
		position: relative;
		margin-bottom: 2rem;
		display: block;
	}
	#main .people .subInner .topBox .number {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 5rem;
		font-size: 5rem;
	}
	#main .people .subInner .topBox .textBox {
		padding-top: 2.2rem;
		width: auto;
	}
	#main .people .subInner .topBox .textBox .title {
		margin: 0.5rem 0 1.9rem 6.4rem;
		font-size: 2.4rem;
	}
	#main .people .subInner.subInner01 .topBox .textBox .title {
		margin-left: 5.6rem;
	}
	#main .people .subInner .topBox .textBox .text {
		font-size: 1.4rem;
	}
	#main .people .subInner .imgBox {
		display: block;
	}
	#main .people .subInner .imgBox .photo {
		margin: 0 0 5.5rem !important;
		width: auto !important;
		border-radius: 1rem;
	}
	#main .people .subInner .imgBox .photo img {
		aspect-ratio: 6/4;
	}
	#main .people .subInner .imgBox .textBox {
		margin: 0 !important;
		padding: 0 !important;
		width: auto;
		max-width: inherit;
	}
	#main .people .subInner .imgBox .textBox .title {
		margin: 0 8rem 2.1rem 0;
	}
	#main .people .subInner .imgBox .textBox .subBox {
		position: relative;
		padding-right: 0;
		display: block;
	}
	#main .people .subInner .imgBox .textBox .subBox .picImg {
		position: absolute;
		top: -8.6rem;
		right: 0.6rem;
		z-index: 1;
		width: 7rem;
	}
	#main .people .subInner .imgBox .textBox .subBox .rBox {
		padding-top: 0;
		width: auto;
	}
	#main .people .subInner .imgBox .textBox .interviewBox {
		margin-bottom: 3rem;
	}
	#main .people .subInner .imgBox .textBox .flowBox .title {
		margin: 0 0 0.6rem;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox {
		padding: 3rem 1.5rem 3rem 2.3rem;
		border-radius: 0.5rem;
		display: block;
	}
	#main .people .subInner .imgBox .textBox .flowBox.style01 .dlBox {
		padding: 1.8rem 1.5rem 1.8rem 2.3rem;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl {
		padding: 0 0 2.4rem;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl:last-child {
		padding-bottom: 0;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl::before {
		top: 0;
		left: 4.1rem;
		right: auto;
		height: auto;
		bottom: 0;
		width: 1px;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl:first-child::before {
		top: 1rem;
		left: 4.1rem;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl:last-child::before {
		right: 2.8rem;
		bottom: 0.7rem;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl dt {
		margin: 0;
		padding: 0 1.8rem 0 0;
		width: 3.9rem;
		height: 2rem;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl dt::before {
		top: 50%;
		bottom: auto;
		left: 100%;
		transform: translateY(-50%);
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl dt::after {
		top: 50%;
		left: 2rem;
		right: 0;
		bottom: auto;
		width: auto;
		height: 1px;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl .timeImg {
		width: 2rem;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl dd {
		padding-left: 1rem;
		flex: 1;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl .date {
		margin: 0 0.9rem 0 0;
		min-height: fit-content;
		text-align: center;
		width: 4.7rem;
		line-height: 1;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl .date.spec {
		margin: 0 0.2rem 0 0.7rem;
		height: 3.5rem;
		background: url(../img/job/arrow_sp.png) no-repeat center top / 0.8rem;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl .text {
		flex: 1;
		text-align: left;
	}
	#main .people .subInner .imgBox .textBox .flowBox .dlBox .stepDl.style01 dd {
		align-items: center;
	}
	#main .people .outBox {
		max-width: 100%;
	}
	#main .people .outBox .subInner .topBox {
		margin-bottom: 2rem;
	}
	#main .people .outBox .subInner .topBox .textBox .title {
		margin-left: 0;
	}
	#main .people .outBox .subInner .topBox .textBox {
		width: auto;
	}
	#main .people .outBox .subInner .imgBox {
		align-items: flex-start;
	}
	#main .people .outBox .subInner .imgBox .photo {
		margin: 0;
		width: auto;
	}
	#main .people .outBox .subInner .imgBox .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .people .outBox .subInner .imgBox .textBox {
		padding-top: 0;
		width: auto;
	}
	#main .people .outBox .subInner .imgBox .textBox .subBox {
		padding-right: 0;
	}
	#main .greyBox {
		padding: 8.3rem 0 10.6rem;
	}
	#main .greyBox ul {
		display: block;
	}
	#main .greyBox ul li {
		margin-bottom: 6.7rem;
		width: auto;
	}
	#main .greyBox ul li:last-child {
		margin-bottom: 0;
	}
	#main .greyBox .comLinkBox a {
		background-position: right 3.2rem top 2.9rem;
	}
	#main .comLinkBox .photo img {
		aspect-ratio: 610/440;
	}
}