.pagelink {
	margin-bottom: 8rem;
}
.pagelink li {
	margin-bottom: 2rem;
}
.pagelink li a {
	display: block;
	padding: 2rem 4rem;
	color: #fff;
	background: #333;
	font-family: var(--noto);
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
.people_block {
	margin: 0 -4vw 8rem;
	background: #f1f1f1;
}
.people_block .inner {
	padding: 0 4rem 4rem;
}
.people_block h2 {
	max-width: calc(440 / 750 * 100vw);
	margin: 0 auto 35px;
	padding: 10px 20px;
	color: #fff;
	background: #313131;
	font-family: var(--noto);
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.people_block h3 {
	position: relative;
	margin-bottom: 5rem;
	font-size: 3rem;
	font-weight: bold;
}
.people_block h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #333;
}
.people_block h3 span {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 1rem 1rem 0;
	border: 1px dotted #333;
	border-bottom: 1px solid #f1f1f1;
}
.people_block ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 254px));
	gap: 28px;
	justify-content: center;
	margin: 0 auto 8rem;
}
.people_block li a {
	display: block;
	position: relative;
	height: 100%;
	background: #fff;
}
.people_block li .box {
	padding: 3rem;
}
.people_block li .name {
	margin-bottom: 2rem;
	font-family: var(--noto);
	font-size: 3.6rem;
}
.people_block li .division {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	line-height: 1.5;
}
.people_block li .division span {
	font-size: 2.2rem;
}
.people_block li .more {
	position: relative;
	max-width: 44.4rem;
	margin: 0 auto;
	padding: 3.8rem;
	border: 0.5px solid #a5a5a5;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .2em;
	overflow: hidden;
	transition: background .5s;
}
.people_block li a[target="_blank"] .more span {
	display: block;
	position: relative;
	z-index: 1;
}
.people_block li a[target="_blank"] .more span::after {
	content: "";
	position: absolute;
	top: calc(50% - 1.6rem);
	right: 0;
	width: 3.2rem;
	height: 3.2rem;
	background: url(../../img/shared/icon_external.svg) no-repeat 50% / cover;
}
.people_block li .career_num {
	margin-bottom: 2rem;
	font-family: var(--noto);
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: .1em;
}
.people_block li .career_num span {
	letter-spacing: 0;
}
.people_block li .career_name {
	margin-bottom: 2rem;
	font-family: var(--noto);
	font-size: 2.4rem;
}
.people_block li .career_name span {
	font-size: 3.6rem;
}
@media print, screen and (min-width: 767px){/* PC */
.main {
	background-image: url(../../img/about/people_main.jpg);
}
.about_pagetitle {
	max-width: 858px;
}
.pagelink {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 28px;
	max-width: 1100px;
	margin: 0 auto 80px;
}
.pagelink li {
	margin-bottom: 0;
}
.pagelink li a {
	padding: 15px 10px;
	font-size: 2rem;
}
.people_block {
	margin: 0 -70px 80px;
}
.people_block .inner {
	max-width: 1100px;
	margin-inline: auto;
	padding: 0 30px 1px;
}
.people_block h2 {
	max-width: 1100px;
	margin-bottom: 50px;
	padding: 15px;
	font-size: 2.4rem;
}
.people_block h3 {
	margin-bottom: 30px;
	font-size: 1.9rem;
}
.people_block h3.clm3 {
	max-width: 818px;
	margin-inline: auto;
}
.people_block h3 span {
	padding: 5px 5px 0;
}
.people_block ul {
	margin-bottom: 50px;
}
.people_block li .box {
	padding: 16px 16px 66px;
}
.people_block .transportation li .box {
	padding-bottom: 45px;
}
.people_block li .name {
	margin-bottom: 16px;
	font-size: 2.4rem;
}
.people_block li .division {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.people_block li .division span {
	font-size: 1.2rem;
}
.people_block li .more {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	max-width: none;
	width: 13rem;
	padding: 1.5rem;
	font-size: 1rem;
}
.people_block li a[target="_blank"] .more span::after {
	top: calc(50% - .8rem);
	width: 1.6rem;
	height: 1.6rem;
}
.people_block li .career_num {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.people_block li .career_num span {
	font-size: 1.6rem;
}
.people_block li .career_name {
	margin-bottom: 25px;
	font-size: 1.4rem;
}
.people_block li .career_name span {
	font-size: 2.4rem;
}
.people_block .item_wrap {
	display: grid;
	gap: 28px;
}
.people_block#railway .item_wrap {
	grid-template-columns: calc(536 / 818 * 100%) 1fr;
	max-width: 818px;
	margin-inline: auto;
}
.people_block#career .item_wrap {
	grid-template-columns: 1fr 1fr;
}
}/* @media */
@media (hover:hover) {
.pagelink li a {
	transition: opacity .3s;
}
.pagelink li a:hover {
	opacity: .8;
}
.people_block li a:hover .more {
	color: #fff;
	background: var(--black);
}
.people_block li .more::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #fff;
	transition: transform 0.3s cubic-bezier(1, 0, 0, 1)
}
.people_block li a:hover .more::before {
	transform: translateX(100%);
}
.people_block li a[target="_blank"]:hover .more span::after {
	background-image: url(../../img/shared/icon_external_white.svg);
}
}/* @media */
