body.noscroll {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
.isPad .pageVisual {
	background-image: url(/img/work/job-introduction/sp_main_img.jpg);
}
@media screen and (min-width:768px){
	.pageVisual {
		margin-bottom: 122px;
		background-image: url(/img/work/job-introduction/main_img.jpg);
	}
	.pageVisual .content {
		padding: 0 40px;
	}
	.pageVisual .showTxt {
		padding: 0px 26px 16px;
		letter-spacing: 0.025em;
	}
	.centerTxt {
		margin-bottom: 82px;
	}
	.imgBox {
		padding-bottom: 80px;
	}
	.imgBox .photo {
		width: 360px;
	}
	.imgBox .headLine07 {
		top: 30px;
		left: calc(100% - 93px);
		font-size: 3rem;
		letter-spacing: 0.05em;
	}
	.imgBox .headLine07 span {
		padding: 6px 5px 9px;
	}
	.imgBox .textBox {
		margin: 118px 0 0 40px;
	}
	.imgBox .textBox .comBtn02 {
		margin-top: 22px;
		display: inline-block;
		line-height: 1.3;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.sec01 {
		margin-bottom: 178px;
	}
	.sec2 {
		margin-bottom: 150px;
	}
	.sec2 .headLine02 {
		padding-bottom: 0;
	}
	.sec2 .headLine02::after {
		display: none;
	}
	.headLine_projectBox2 {
		font-size: 2.6rem;
		padding-bottom: 49px;
	}
	.personUl2 li {
		width: calc(100% / 3);
	}
	.personUl2 .num03 .image {
		background-image: url(/img/work/job-introduction/person.jpg);
	}
	.projectBox2 {
		padding-bottom: 90px;
	}
}
@media all and (min-width:768px) and (max-width: 1250px) {
	.pageVisual .showTxt {
		letter-spacing: 0;
		font-size: 5rem;
	}
}
@media all and (max-width:767px){
	.pageVisual {
		background-image: url(/img/work/job-introduction/sp_main_img.jpg);
	}
	.pageVisual .content {
		padding-right: 0;
	}
	.pageVisual .headLine01 {
		padding: 0 0 68px;
	}
	.pageVisual .headLine01 .en02 {
		font-size: 4rem;
	}
	.pageVisual .showTxt {
		padding-bottom: 3px;
		font-size: 3.1rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
	.centerTxt {
		margin-bottom: 73px;
		font-size: 1.3rem;
		line-height: 2.3 !important;
	}
	.imgBox {
		margin-bottom: 58px;
	}
	.imgBox .headLine07 {
		font-size: 2.2rem;
	}
	.imgBox .headLine07 span {
		padding: 6px 3px 5px;
		letter-spacing: 0;
	}
	.imgBox .comBtn02 {
		margin-top: 16px;
		letter-spacing: 0;
		display: inline-block;
		line-height: 1.55;
	}
	.sec01 {
		margin-bottom: 83px;
	}
	.sec2 {
		margin-bottom: 85px;
	}
	.sec2 .headLine02 {
		padding-bottom: 0;
	}
	.sec2 .headLine02::after {
		display: none;
	}
	.headLine_projectBox2 {
		font-size: 2rem;
		padding-bottom: 49px;
	}
	.projectBox2 {
		padding-top: 61px;
		padding-bottom: 60px;
	}
	.projectBox2 .content {
		padding: 0 13px;
	}
	.personUl2 .num03 .image {
		background-image: url(/img/work/job-introduction/person.jpg);
	}
}
@media all and (max-width:374px){
	.pageVisual .showTxt {
		font-size: 2.9rem !important;
	}
	.centerTxt {
		font-size: 1.2rem;
	}
	.imgBox .headLine07 {
		font-size: 2.1rem;
	}
}
.popBox {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.popBox:not(.show) {
	opacity: 0;
	pointer-events: none;
	user-select: none;
}
.popBox .close {
	position: absolute;
	right: 30px;
	top: 30px;
}
.popBox .close a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/work/job-introduction/close.png) no-repeat center / cover;
	transition: .2s;
}
.popBox .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: -1;
}
.popBox .popInner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: min(1200px,87.84%);
	height: min(700px,87.5%);
}
.popBox .bgInner {
	padding: 80px 37px 60px;
	background-color: #fff;
	height: 100%;
	box-sizing: border-box;
}
.popBox .simplebar-track.simplebar-vertical {
	width: 5px;
	right: 1px;
	border-radius: 5px;
	background-color: #e3e3e3;
}
.popBox .simplebar-scrollbar.simplebar-visible:before {
	opacity: 1;
	top: 0 !important;
	bottom: 0 !important;
	left: 0;
	right: 0;
	background-color: #0d326a;
	border-radius: 5px;
}
.popBox .popLists,
.popBox .scrollBox,
.popBox .slick-list,
.popBox .slick-track,
.popBox .slick-slide > div,
.popBox .popLists .item {
	height: 100%;
	user-select: auto;
}
.popBox .bgInner .columnBox {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}
.popBox .bgInner .columnBox .img {
	margin-left: 15px;
	width: 46%;
}
.popBox .bgInner .columnBox .img img {
	width: 100%;
}
.popBox .bgInner .columnBox .img li + li {
	margin-top: 60px;
}
.popBox .bgInner .columnBox .textBox {
	width: 45.20%;
}
.popBox .textBox .headLine07 {
	margin-bottom: 40px;
	font-size: 2.8rem;
}
.popBox .textBox .headLine07 span {
	padding: 8px 6px 9px;
}
.popBox .ttl {
	margin-bottom: 12px;
	padding-left: 30px;
	position: relative;
	max-width: 430px;
	font-size: 1.9rem;
	font-weight: 600;
	color: #0d326a;
	letter-spacing: 0.04em;
	line-height: 1.47;
}
.popBox .ttl::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	border-bottom: 1px solid #0d326a;
	content: "";
}
.popBox .textBox .txt {
	margin-bottom: 24px;
	max-width: 430px;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	line-height: 1.8;
}
.popBox .textBox .txt:last-child {
	margin-bottom: 0;
}
.popBox .columnBox + .ttl {
	margin: 76px 40px 32px;
}
.popBox .personList {
	margin: 0 64px 0 35px;
	display: flex;
	gap: 3px;
}
.popBox .personList li,
.popBox .personList a {
	width: 100%;
	display: block;
	position: relative;
}
.popBox .personList a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0a2855;
	opacity: 0.2;
	content: "";
	transition: .3s;
}
.popBox .personList a .image {
	width: 100%;
	aspect-ratio: 203/175;
	background: url(/img/work/person/peolpe_img01.jpg) no-repeat center / cover;
}
.popBox .personList .num02 a .image {
	background-image: url(/img/work/person/peolpe_img02.jpg);
}
.popBox .personList .num03 a .image {
	background-image: url(/img/work/person/peolpe_img03.jpg);
}
.popBox .personList .num04 a .image {
	background-image: url(/img/work/person/peolpe_img04.jpg);
}
.popBox .personList .num05 a .image {
	background-image: url(/img/work/person/peolpe_img05.jpg);
}
.popBox .personList a .name {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 1.4rem;
	font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	z-index: 1;
}
.popBox .personList a .name span {
	display: block;
	font-size: 3.2rem;
	font-style: normal;
}
.popBox .slick-arrow {
	position: absolute;
	left: -63px;
	top: calc(50% - 16px);
	width: 10px;
	height: 20px;
	background: url(/img/work/job-introduction/prev.png) no-repeat center center / 100% 100%;
	display: block;
	cursor: pointer;
	appearance: none;
	font-size: 0;
	border: none;
	border-radius: 0;
	z-index: 2;
	transition: .2s;
}
.popBox .slick-next {
	left: auto;
	right: -64px;
	background-image: url(/img/work/job-introduction/next.png);
}
@media all and (min-width: 768px) {
	html:not(.isPad) .popBox .close a:hover {
		transform: rotate(90deg);
	}
	body:not(.isPad) .popBox .slick-arrow:hover {
		opacity: 0.7;
	}
	body:not(.isPad) .popBox .personList a:hover::before {
		opacity: 0.6;
	}
}
@media all and (max-width: 1250px) {
	.popBox .popInner {
		width: min(1200px,68.75%);
		height: min(1100px,80.5%);
	}
	.popBox .bgInner {
		padding: 0;
	}
	.popBox .close {
		right: 0;
		top: -54px;
	}
	.popBox .close a {
		width: 30px;
		height: 30px;
		background-image: url(/img/work/job-introduction/close_white.png);
	}
	.popBox .simplebar-track.simplebar-vertical {
		visibility: hidden !important;
	}
	.popBox .bgInner .columnBox {
		padding: 0;
		display: block;
	}
	.popBox .bgInner .columnBox .img {
		position: relative;
		margin: 0;
		width: 100%;
	}
	.popBox .bgInner .columnBox .img li {
		opacity: 0;
		transition: .5s;
	}
	.popBox .bgInner .columnBox .img li + li {
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.popBox .bgInner .columnBox .img li.show {
		opacity: 1;
	}
	.popBox .bgInner .columnBox .textBox {
		width: auto;
		margin: 73px 100px 0;
	}
	.popBox .textBox .headLine07 {
		font-size: 3.3rem;
	}
	.popBox .textBox .headLine07 span {
		padding: 7px 6px 9px;
		letter-spacing: 0;
	}
	.popBox .ttl {
		margin-bottom: 11px;
		max-width: 100%;
		font-size: 2.6rem;
	}
	.popBox .textBox .txt {
		margin-bottom: 55px;
		max-width: 100%;
		font-size: 2rem;
		line-height: 1.7;
	}
	.popBox .textBox .txt:last-child {
		margin-bottom: 0;
	}
	.popBox .columnBox + .ttl {
		margin: 100px 100px 20px;
	}
	.popBox .columnBox:last-child {
		margin-bottom: 60px;
	}
	.popBox .personList {
		margin: 0 100px 60px;
		gap: 3px;
		flex-direction: column;
	}
	.popBox .personList a .image {
		width: 100%;
		aspect-ratio: 388/153;
		background-image: url(/img/work/person/sp_peolpe_img01.jpg);
	}
	.popBox .personList .num02 a .image {
		background-image: url(/img/work/person/sp_peolpe_img02.jpg);
	}
	.popBox .personList .num03 a .image {
		background-image: url(/img/work/person/sp_peolpe_img03.jpg);
	}
	.popBox .personList .num04 a .image {
		background-image: url(/img/work/person/sp_peolpe_img04.jpg);
	}
	.popBox .personList .num05 a .image {
		background-image: url(/img/work/person/sp_peolpe_img05.jpg);
	}
	.popBox .personList a .name {
		font-size: 2.6rem;
	}
	.popBox .personList a .name span {
		font-size: 5.1rem;
	}
	.popBox .slick-arrow {
		left: -53px;
		width: 17px;
		height: 32px;
	}
	.popBox .slick-next {
		left: auto;
		right: -53px;
	}
}
@media all and (max-width: 767px) {
	.popBox .popInner {
		width: 92%;
		height: calc(100% - 150px);
	}
	.popBox .close {
		right: 0;
		top: -37px;
	}
	.popBox .close a {
		width: 17px;
		height: 17px;
	}
	.popBox .simplebar-track.simplebar-vertical {
		visibility: visible !important;
	}
	.popBox .bgInner .columnBox .textBox {
		width: auto;
		margin: 45px 20px 0;
	}
	.popBox .textBox .headLine07 {
		margin-bottom: 30px;
		margin-right: -20px;
		font-size: 2rem;
	}
	.popBox .textBox .headLine07 span {
		padding: 7px 4px 7px;
		letter-spacing: 0.02em;
	}
	.popBox .ttl {
		padding-left: 21px;
		margin-bottom: 7px;
		max-width: 100%;
		font-size: 1.7rem;
	}
	.popBox .ttl::before {
		width: 12px;
	}
	.popBox .textBox .txt {
		margin-bottom: 40px;
		font-size: 1.3rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.popBox .textBox .txt:last-child {
		margin-bottom: 0;
	}
	.popBox .columnBox + .ttl {
		margin: 82px 20px 20px;
	}
	.popBox .columnBox:last-child {
		margin-bottom: 60px;
	}
	.popBox .personList {
		margin: 0 8px 60px;
	}
	.popBox .personList a .name {
		font-size: 1.4rem;
	}
	.popBox .personList a .name span {
		font-size: 3.2rem;
	}
	.popBox .slick-arrow {
		left: calc(50% - 36px);
		top: -38px;
		width: 10px;
		height: 18px;
	}
	.popBox .slick-arrow::before {
		position: absolute;
		left: -10px;
		top: -10px;
		right: -10px;
		bottom: -10px;
		content: '';
	}
	.popBox .slick-next {
		left: auto;
		right: calc(50% - 36px);
	}
}
@media all and (max-width: 374px) {
	.popBox .textBox .headLine07 {
		font-size: 1.8rem;
	}
}