/****************************
  process_nav
****************************/

#process_nav {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	padding: 40px 15px 0;
}

#process_nav h2 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
}

#process_nav p {
	margin: 0;
	padding: 1rem 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}

@media (min-width: 1000px) {
	#process_nav {
		width: 1000px;
		padding: 70px 0 0;
	}

	#process_nav h2 {
		font-size: 30px;
	}

	#process_nav p {
		padding: 1.5rem 0 0;
		font-size: 16px;
	}
}

/****************************
  process_body
****************************/

#process_body {
	width: 100%;
	margin: 0 auto;
	padding: 40px 15px 10px;
}

#process_body > ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#process_body > ul > li {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}

.process_body_summary {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: var(--blue_1_bg);
}

.process_body_summary > div {
	display: table-cell;
	margin: 0;
	padding: 20px 30px;
	vertical-align: middle;
}

.process_body_summary figure {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}

.process_body_summary dl {
	margin: 0;
	padding: 0;
}

.process_body_summary dt {
	margin: 0;
	padding: 0.7rem 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

.process_body_summary dd {
	margin: 0.5rem 0 0;
	padding: 0.5rem 0 0;
	border-top: 3px solid rgba(45, 158, 192, 1);
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}

.process_body_figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.process_body_figure > figure {
	overflow: hidden;
	width: calc(50% - 5px);
	margin: 10px 0 0;
	padding: 0;
	position: relative;
}

.process_body_figure > figure a span {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
}

.process_body_figure > figure a figcaption {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0.5em 0.5em;
	background-color: rgba(255, 255, 255, 0.8);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	color: var(--base_font_color);
	white-space: nowrap;
	text-decoration: none;
}

#process_body_summary_1 {background-image: url(../../files/common/icon_job_1.svg);}
#process_body_summary_2 {background-image: url(../../files/common/icon_job_2.svg);}
#process_body_summary_3 {background-image: url(../../files/common/icon_job_3.svg);}
#process_body_summary_4 {background-image: url(../../files/common/icon_job_4.svg);}
#process_body_summary_5 {background-image: url(../../files/common/icon_job_5.svg);}
#process_body_summary_6 {background-image: url(../../files/common/icon_job_6.svg);}

@media (min-width: 768px) {
	.process_body_figure > figure {
		width: calc(25% - 5px);
	}
}
@media (min-width: 1200px) {
	#process_body {
		width: 1200px;
		padding: 50px 0 0;
	}

	#process_body > ul {
		padding: 20px 0;
	}

	#process_body > ul > li {
		margin: 0 0 50px;
		padding: 0;
	}

	.process_body_summary {
		float: left;
		width: calc(50% - 10px);
		height: 590px;
	}

	.process_body_summary > div {
		padding: 0 15%;
	}

	.process_body_summary figure {
		width: 70px;
		height: 70px;
	}

	.process_body_summary dt {
		padding: 1.5rem 0 0;
		font-size: 24px;
	}

	.process_body_summary dd {
		margin: 1rem 0 0;
		padding: 1rem 0 0;
		font-size: 16px;
	}

	.process_body_figure {
		float: right;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(50% - 10px);
		text-align: left;
	}

	.process_body_figure > figure {
		width: calc(50% - 10px);
		margin: 0;
	}

	.process_body_figure > figure:nth-child(1),
	.process_body_figure > figure:nth-child(2) {
		margin-bottom: 20px;
	}

	.process_body_figure > figure a img {
		height: 285px;
		opacity: 1;
		transition:  opacity 0.1s ease, transform 0.1s ease-in-out;
	}

	.process_body_figure > figure a:hover img {
		opacity: 0.85;
		transform: scale(1.1);
	}

	.process_body_figure > figure a span {
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}

	.process_body_figure > figure a figcaption {
		font-size: 15px;
	}

	.process_body_figure > figure a:hover figcaption {
		background-color: rgba(255, 255, 255, 1);
		text-decoration: none;
	}

	#process-2 .process_body_summary,
	#process-4 .process_body_summary,
	#process-6 .process_body_summary {
		float: right;
	}

	#process-2 .process_body_figure,
	#process-4 .process_body_figure,
	#process-6 .process_body_figure {
		float: left;
	}
}

.visual_top {
	height: 26vh;
	background-image: url(../../files/process/vt.jpg);
	background-size: 160% auto;
	background-position: 70% top;
}

@media (min-width: 1000px) {
	.visual_top {
		height: 25vw;
		background-size: cover;
		background-position: center top;
	}
}
