@charset "utf-8";
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
#main .comText {
	margin-bottom: 9.8rem;
}
#main .flowChart {
	margin-bottom: 13rem;
}
#main .flowChart .flexBox {
	padding: 1.5rem 0.4rem 1.5rem 0;
	display: flex;
	border-radius: 2rem;
	border: 0.2rem solid #006DB7;
	background-color: #fff;
	gap: 1.9rem;
}
#main .flowChart .flexBox .title {
	width: 12.7rem;
	font-size: 2.583rem;
	letter-spacing: 0.08em;
	line-height: 1.173;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 0 1.44rem 1.44rem 0;
	background: linear-gradient(to right,#29b8d1 14%,#1a72b7 100%);
}
#main .flowChart .flexBox .textUl {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .flowChart .flexBox li {
	padding: 0.3rem 0 0.5rem;
	width: 13.3rem;
	background-color: #e1eef9;
	border-radius: 0.8rem;
	font-weight: 500;
	font-size: 2.384rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #006db7;
	text-align: center;
	font-feature-settings: "palt";
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#main .flowChart .flexBox .smlTxt {
	margin-top: 0.3rem;
	font-weight: 600;
	font-size: 1.539rem;
	color: #231815;
	letter-spacing: 0;
	display: block;
}
#main .flowChart .flexBox .squashed {
	margin: 0 -2rem;
	transform: scaleX(0.74);;
}
#main .flowChart .titleBox {
	margin: 0.4rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .flowChart .titleBox .heading {
	padding: 1.4rem 0;
	width: 41.1rem;
	font-size: 1.959rem;
	letter-spacing: 0.08em;
	font-weight: 600;
	border: 1px solid #888888;
	background-color: #fff;
	border-radius: 0.6rem;
	text-align: center;
	font-feature-settings: "palt";
}
#main .flowChart .titleBox .textImg {
	margin: 0 -2rem 0 auto;
	width: 12.5rem;
	position: relative;
}
#main .flowChart .titleBox .textImg02 {
	margin: 0 auto 0 -2rem;
}
#main .flowChart .iconBox {
	margin: 0.8rem auto;
	width: 15rem;
}
#main .contractor {
	padding: 0 4rem 3.4rem;
	border-radius: 2rem;
	position: relative;
	background: linear-gradient(to right,#f08d2f 5%,#e95529 100%);
}
#main .contractor::after {
	content: "";
	position: absolute;
	left: 1.4px;
	right: 1.4px;
	top: 1.4px;
	bottom: 1.4px;
	border-radius: inherit;
	background-color: #fff;
}
#main .contractor .heading {
	margin: 0 auto 2rem;
	padding: 0.5rem 0 0.8rem;
	width: fit-content;
	min-width: 40.6rem;
	font-size: 4.585rem;
	text-align: center;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #ffffff;
	border-radius: 0 0 2.3rem 2.3rem;
	position: relative;
	z-index: 1;
	background: linear-gradient(to right,#f08d2f 5%,#e95529 100%);
}
#main .contractor .textUl {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5.8rem 2rem;
}
#main .contractor .textUl::before {
	width: 18rem;
	height: 12.5rem;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-63%,-50%);
	background: url(../img/flow/icon04.png) no-repeat center center / 100%;
}
#main .contractor .textUl li {
	padding: 0.6rem 2rem;
	width: 42.2rem;
	font-size: 1.8rem;
	line-height: 1.653;
	font-feature-settings: "palt";
	text-align: justify;
	background-color: #fff5e0;
}
#main .contractor .textUl li:nth-child(2n) {
	width: 46.2rem;
}
#main .contractor .textUl li:nth-child(2n) .photo {
	margin-right: -2.6rem;
}
#main .contractor .textUl .title {
	margin-bottom: 0.5rem;
	text-align: center;
	color: #ed7613;
	font-size: 3.987rem;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
#main .contractor .textUl .imgBox {
	display: flex;
}
#main .contractor .textUl .textBox {
	flex: 1;
}
#main .contractor .textUl .photo {
	margin: -0.3rem -2rem 0 0;
	width: 18rem;
}
#main .flowChart .nodeSubcon {
	border-color: #00abb2;
	gap: 1rem;
}
#main .flowChart .nodeSubcon .title {
	padding: 1.4rem 0.5rem;
	background: linear-gradient(to right,#5fc0c6 0%,#00abb2 100%);
	
}
#main .flowChart .nodeSubcon .item {
	width: 15rem;
}
#main .flowChart .nodeSubcon .textUl {
	gap: 0.8rem;
}
#main .flowChart .nodeSubcon li {
	padding: 0.7rem 0.5rem;
	color: #00a6ac;
	background-color: #d3ebef;
}
#main .flowChart .nodeSubcon .line {
	margin-bottom: 0.2rem;
	padding-bottom: 0.3rem;
	width: 100%;
	display: block;
	border-bottom: 1px solid #00a6ac;
}
#main .careerField {
	margin-bottom: 10rem;
}
#main .careerField .headLine02 {
	margin-bottom: 2.5rem;
}
#main .careerField .intro {
	margin-bottom: 6.2rem;
	font-size: 2.2rem;
	line-height: 1.932;
	letter-spacing: 0.02em;
	text-align: center;
	font-feature-settings: "palt";
	font-weight: 400;
}
#main .careerField .tabImg {
	width: 100%;
}
#main .careerField .tips {
	margin: 0.8rem 0 5.6rem auto;
	padding-left: 1.3rem;
	text-indent: -1.3rem;
	width: fit-content;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-feature-settings: "palt";
}
#main .careerField .textList {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.683;
	font-feature-settings: "palt";
	text-align: justify;
	display: flex;
	flex-wrap: wrap;
	gap: 4.6rem 5.6rem;
}
#main .careerField .textList > li {
	padding: 0 4rem 2.8rem;
	width: calc(50% - 2.8rem);
	background-color: #fff;
}
#main .careerField .textList .longItem {
	padding-bottom: 4.2rem;
	width: 100%;
}
#main .careerField .textList .heading {
	margin: 0 -4rem 1.8rem;
	padding: 0.6rem 1rem;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1.323;
	background-color: #008dd9;
	text-align: center;
}
#main .careerField .textList .title {
	margin-bottom: 0.3rem;
	color: #008dd9;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.5;
}
#main .careerField .textList .subList {
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem;
}
#main .careerField .textList .subList li {
	width: calc((100% - 7rem) / 3);
}
@media all and (max-width: 896px) {
	#main .comText {
		margin-bottom: 5rem;
	}
	#main .flowChart {
		margin-bottom: 6rem;
	}
	#main .flowChart .flexBox {
		padding: 1.5rem 0.4rem 1.5rem 0;
		display: block;
		border-width: 1px;
	}
	#main .flowChart .flexBox .title {
		margin-bottom: 2rem;
		padding: 1rem 3rem 1rem 2rem;
		width: fit-content;
		font-size: 2rem;
		display: block;
		border-radius: 0 1rem 1rem 0;
	}
	#main .flowChart .flexBox .textUl {
		margin: 0 1rem;
		flex: 1;
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
	}
	#main .flowChart .flexBox li {
		padding: 0.5rem 0.5rem;
		width: calc(50% - 0.5rem);
		font-size: 1.6rem;
	}
	#main .flowChart .flexBox .smlTxt {
		font-size: 1.4rem;
	}
	#main .flowChart .flexBox .squashed {
		margin: 0 -2rem;
		transform: scaleX(1);;
	}
	#main .flowChart .titleBox {
		margin: 0.4rem 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#main .flowChart .titleBox .heading {
		margin: 0;
		padding: 1rem 0;
		width: auto;
		font-size: 1.6rem;
		flex: 1;
	}
	#main .flowChart .titleBox .textImg {
		margin: 0 -0.5rem 0 auto;
		width: 7rem;
		position: relative;
	}
	#main .flowChart .titleBox .textImg02 {
		margin: 0 auto 0 -0.5rem;
	}
	#main .flowChart .iconBox {
		width: 9rem;
	}
	#main .contractor {
		padding: 0 2rem 2rem;
	}
	#main .contractor .heading {
		margin: 0 auto 2rem;
		padding: 1rem 0 1rem;
		min-width: 20rem;
		font-size: 2.3rem;
		border-radius: 0 0 2rem 2rem;
	}
	#main .contractor .textUl {
		display: block;
	}
	#main .contractor .textUl::before {
		width: 10rem;
		height: 6.7rem;
		left: auto;
		right: -2rem;
		top: -2rem;
		transform: translate(0);
	}
	#main .contractor .textUl li {
		margin-bottom: 4rem;
		padding: 1rem 2rem;
		width: 100%;
		font-size: 1.4rem;
	}
	#main .contractor .textUl li:nth-child(2n) {
		width: 100%;
	}
	#main .contractor .textUl li:nth-child(2n) .photo {
		margin-right: -2.6rem;
	}
	#main .contractor .textUl .title {
		margin-bottom: 0.5rem;
		font-size: 2rem;
	}
	#main .contractor .textUl .photo {
		margin: -0.3rem -2rem 0 0.5rem;
		width: 12rem;
	}
	#main .flowChart .nodeSubcon .title {
		padding: 1.4rem 0.5rem;
	}
	#main .flowChart .nodeSubcon .item {
		width: calc(50% - 0.5rem);
	}
	#main .flowChart .nodeSubcon .textUl {
		gap: 1rem;
	}
	#main .flowChart .nodeSubcon li {
		padding: 0.7rem 0.5rem;
	}
	#main .careerField {
		margin-bottom: 6rem;
	}
	#main .careerField .headLine02 {
		margin-bottom: 2.5rem;
	}
	#main .careerField .intro {
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}
	#main .careerField .tabImg {
		width: 100%;
		overflow-x: auto;
	}
	#main .careerField .tabImg img {
		width: 100rem;
		max-width: inherit;
	}
	#main .careerField .tips {
		margin: 0.8rem 0 5.6rem;
	}
	#main .careerField .textList {
		font-size: 1.4rem;
		display: block;
	}
	#main .careerField .textList > li {
		margin-bottom: 4rem;
		padding: 0 2rem 2rem;
		width: 100%;
	}
	#main .careerField .textList > li:last-child {
		margin-bottom: 0;
	}
	#main .careerField .textList .longItem {
		padding-bottom: 2rem;
	}
	#main .careerField .textList .heading {
		margin: 0 -2rem 1rem;
		font-size: 2rem;
	}
	#main .careerField .textList .title {
		font-size: 1.8rem;
	}
	#main .careerField .textList .subList {
		display: block;
	}
	#main .careerField .textList .subList li {
		margin-bottom: 3rem;
		width: 100%;
	}
	#main .careerField .textList .subList li:last-child {
		margin-bottom: 0;
	}
}