@charset "UTF-8";


.job-flow {
	position: relative;
	margin-bottom: 100px;
}
.job-flow ul {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.job-flow ul li {
	position: absolute;
	transform: scale(1);
	box-shadow: 1px 1px 2px rgba(51, 83, 76, 0);
	transition: all .4s;
}
.job-flow ul li:before {
	width: 20px;
	height: 20px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/d697eaf4b74b31adb01361771ee20280/zoom-icon.svg");
	right: 0;
	bottom: 0;
}
.job-flow ul li:nth-child(-n + 4) {
	background: #01916D;
	width: 13.9%;
	height: 12.2%;
}
.job-flow ul li:nth-child(n + 6):nth-child(-n + 8) {
	background: #1E83BE;
	width: 13.9%;
	height: 34%;
}
.job-flow ul li p {
	text-align: center;
	color: #FFF;
	font-size: min(1vw,14px);
	line-height: 1.4em;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.job01-btn {
	top: 48.5%;
	left: 20%;
}
.job02-btn {
	top: 62%;
	left: 20%;
}
.job03-btn {
	top: 48.5%;
	left: 34.8%;
}
.job04-btn {
	top: 62%;
	left: 34.8%;
}
.job05-btn {
	background: #01916D;
	width: 43.5%;
	height: 7.2%;
	top: 75.4%;
	left: 5.2%;
}
.job06-btn {
	top:48.5%;
	left: 51.2%;
}
.job07-btn {
	top: 48.5%;
	left: 66.5%;
}
.job08-btn {
	top: 48.5%;
	left: 81.7%;
}
.job-flow ul li:nth-child(9) {
	top: 84%;
	left: 5.2%;
	width: 90.2%;
	height: 8%;
	background-size: 200% auto;
	background-image: linear-gradient(90deg, #1e83be 0%, #8e58ad 22%, #01916d 40%, #01916d 5%, #8e58ad 75%, #1e83be 100%);
	background-position: center right;
}
.custom-overlay {
  background-color: rgba(51,51,51,0.80)!important;
}
.remodal.job-modal {
	width: 100%;
	max-width: 1200px!important;
	padding: 0px!important;
}
.job-modal .remodal-content {
	max-height: 70vh;
	box-sizing: border-box;
	padding: 60px;
	overflow-y: scroll;
}

.m-ttl {
	font-size: 22px;
	padding-bottom: 20px;
}
.flow-map {
	margin-bottom: 20px;
}
.sub-ttl {
	font-size: 16px;
	color: var(--main-color);
	padding-bottom: 10px;
}
.main-ttl {
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.main-ttl + p {
	padding-bottom: 20px;
	text-align: left;
}
.job-modal .split-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.job-modal .split-box.exm {
	margin-bottom: 40px;
}
.job-modal .split-box .image {
	width: 34%;
}
.job-modal .split-box .txt {
	width: 62%;
}
.job-modal .split-box .txt .detail-block {
	margin-bottom: 20px;
}
.job-modal .split-box .txt .detail-block .block-ttl {
	position: relative;
	text-align: left;
}
.job-modal .split-box .txt .detail-block .block-ttl span {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	background: var(--main-color);
	line-height: 1.8em;
	padding: 0 10px;
	margin-bottom: 10px;
}
.job-modal .split-box.fbij .txt .detail-block .block-ttl span {
	background: #1E83BE;
}
.job-modal .split-box .txt .detail-block .block-ttl ~ p {
	text-align: left;
	font-weight: 500;
}
.job-modal .split-box .txt .detail-block ul li {
	padding-left: 15px;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
}
.job-modal .split-box .txt .detail-block ul li:before {
	width: 8px;
	height: 8px;
	background: linear-gradient(#01916d 0%, #014937 100%);
	left: 0;
	top: .6em;
}
.job-modal .split-box .txt .detail-block ul li .ttl {
	font-weight: 500;
	line-height: 1.6em;
}
.job-modal .split-box .txt .detail-block ul li p:not([class]) {
	font-size: 90%;
}
@media (hover: hover) {
	.job-flow ul li:hover {
		transform: scale(1.01);
		box-shadow: 1px 1px 2px rgba(51, 83, 76, 0.5);
	}
	.job-flow ul li:nth-child(-n + 4):hover {
		background: #0B6D54;
	}
	.job-flow ul li:nth-child(n + 6):nth-child(-n + 8):hover {
		background: #146A9D;
	}
	.job-flow ul li:nth-child(9):hover {
		background-position: center left;
	}
}
@media screen and (max-width: 767px) {
	.job-flow {
		position: relative;
		margin-bottom: 10px;
	}
	.job-flow-wrap {
		padding-bottom: 50px;
	}
	.job-flow-wrap:before {
		content: "横スクロールできます";
		position: absolute;
		left: 50%;
		bottom: 40px;
		transform: translate(-50%,0);
		opacity: 1;
		transition: all .5s;
		background: rgba(0,0,0,0.2);
		z-index: 4;
		color: #FFF;
		font-size: 11px;
		line-height: 1.6em;
		padding: 3px 12px;
		white-space: nowrap;
	}
	.job-modal .remodal-content {
		max-height: 80vh;
		box-sizing: border-box;
		padding: 20px;
		overflow-y: scroll;
	}
	.job-flow ul li p {
		text-align: center;
		color: #FFF;
		font-size: 10px;
		line-height: 1.4em;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.remodal.job-modal,
	body .remodal-wrapper:after {
		vertical-align: middle!important;
	}
	.m-ttl {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.flow-map {
		display: none;
	}
	.sub-ttl {
		font-size: 14px;
		color: var(--main-color);
		padding-bottom: 10px;
	}
	.main-ttl {
		font-size: 16px;
		line-height: 1.6em;
		margin-bottom: 15px;
	}
	.main-ttl + p {
		padding-bottom: 20px;
		text-align: left;
	}
	.job-modal .split-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.job-modal .split-box .image {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.job-modal .split-box .txt {
		width: 100%;
	}
	.job-modal .split-box .txt .detail-block {
		margin-bottom: 20px;
	}
	.job-modal .split-box .txt .detail-block .block-ttl {
		position: relative;
		text-align: left;
	}
	.job-modal .split-box .txt .detail-block .block-ttl span {
		display: inline-block;
		color: #FFF;
		font-size: 12px;
		background: var(--main-color);
		line-height: 1.8em;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.job-modal .split-box .txt .detail-block .block-ttl ~ p {
		text-align: left;
		font-weight: 500;
	}
	.job-modal .split-box .txt .detail-block ul li {
		padding-left: 15px;
		text-align: left;
		margin-bottom: 10px;
		position: relative;
	}
	.job-modal .split-box .txt .detail-block ul li:before {
		width: 8px;
		height: 8px;
		background: linear-gradient(#01916d 0%, #014937 100%);
		left: 0;
		top: .6em;
	}
	.job-modal .split-box .txt .detail-block ul li .ttl {
		font-weight: 500;
		line-height: 1.6em;
	}
	.job-modal .split-box .txt .detail-block ul li p:not([class]) {
		font-size: 90%;
	}
}


@media screen and (max-width: 700px) {
	.scroll-box .job-flow {
		width: 800px;
	}
	.scroll-box .job-flow ul {
		width: 800px!important;
		height: 100%;
	}
	.scroll-box {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		margin-bottom: 30px;
	}
	.scroll-box::-webkit-scrollbar {
		height: 6px;
	}
	.scroll-box::-webkit-scrollbar-track {
		background: #eee;
		border-radius: 3px;
	}
	.scroll-box::-webkit-scrollbar-thumb {
		background: #C3C3C3;
		border: none;
		border-radius: 3px;
	}
	.scroll-box::-webkit-scrollbar-thumb:hover {
		background: #999;
		border-radius: 3px;
	}
}


.next,
.prev {
	width: 60px;
	height: 60px;
	background: #01916D;
	border-radius: 50%;
	color: #FFF;
	font-size: 16px;
	line-height: 60px;
	cursor: pointer;
	transition: all .4s;
}
@media (hover: hover) {
	.next:hover,
	.prev:hover {
		background: #109E7A;
	}
}
.next {
	position: absolute;
	right: 20px;
	bottom: -70px;
}
.prev {
	position: absolute;
	left: 20px;
	bottom: -70px;
}

@media screen and (max-width: 767px) {
	.next,
	.prev {
		width: 40px;
		height: 40px;
		background: #01916D;
		border-radius: 50%;
		color: #FFF;
		font-size: 12px;
		line-height: 40px;
		cursor: pointer;
		transition: all .4s;
	}
	.next {
		position: absolute;
		right: 20px;
		bottom: -50px;
	}
	.prev {
		position: absolute;
		left: 20px;
		bottom: -50px;
	}
}