  @charset "UTF-8";



@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap');
.en {
	font-family: 'Ropa Sans', sans-serif;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
	
	main {
		background-image: url("/recruit/w-nexco/business/img/sdgs/bg.jpg");
		background-size: cover;
		background-position: 50% 0;
		position: relative;
		z-index: 1;
	}
	#deco {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: -1;
	}
	#deco::before ,
	#deco::after {
		position: absolute;
		content: "";
		top: 0;
		width: 1400px;
		height: 100%;
		background-size: cover;
	}
	#deco::before {
		background-image: url("/recruit/w-nexco/business/img/sdgs/deco_l.png");
		left: 0;
		background-position: 0 0;
	}
	#deco::after {
		background-image: url("/recruit/w-nexco/business/img/sdgs/deco_r.png");
		right: 0;
		background-position: 100% 0;
	}
	
	#maintitle{
		position: relative;
		text-align: center;
		padding: 70px 0 30px;
	}
			#maintitle .tit_cat{
				position: relative;
				z-index: 1;
				font-weight: bold;
			}
			#maintitle h1{
				color: #020202;
			}
				#maintitle h1 .cap{
					display: block;
					font-size: 16px;
				}
	
	.contents {
		padding-bottom: 200px;
	}
		.contents .btn {
		}
			.contents .btn a {
				color: #fff;
				font-size: 16px;
				display: block;
				background-color: #000;
				position: relative;
				padding: 12px 20px;
				box-sizing: border-box;
			}
			.contents .btn a::before ,
			.contents .btn a::after {
				position: absolute;
				content: "";
			}
			.contents .btn a::before {
				top: 0;
				bottom: 0;
				right: 16px;
				margin: auto;
				width: 28px;
				height: 5px;
				border-right: solid 1px #fff;
				border-bottom: solid 1px #fff;
				transform: skew(45deg);
				transition: 0.3s;
			}
			.contents .btn a:hover::before {
				right: 10px;
			}
			.contents .btn a::after {
				top: 0;
				right: 42px;
				height: calc(100% - 20px);
				border-right: solid 3px #0078d2;
				transform: skew(135deg);
			}
				.contents .btn a .pdf_link::after {
					width: 12px;
					height: 16px;
					background: url(/recruit/w-nexco/business/img/sdgs/icon_bla.png) no-repeat center;
					background-size: cover;
				}
				.contents .btn a .bla_link {
					position: relative;
					padding-right: 20px;
				}
				.contents .btn a .bla_link::after {
					content: '';
					display: block;
					position: absolute;
					width: 12px;
					height: 16px;
					background: url(/recruit/w-nexco/business/img/sdgs/icon_bla.png) no-repeat center;
					background-size: cover;
					right: 0;
					bottom: 0.1em;
				}
		.wrap {
			width: 1000px;
		}
			.lead {
				text-align: center;
			}
				.lead h2 {
					font-size: 20px;
					letter-spacing: 2px;
				}
					.lead h2 sup {
						font-size: 12px;
					}
				.lead p {
					margin-top: 25px;
					line-height: 2.4;
				}
				.lead span {
					margin-top: 15px;
					display: inline-block;
					font-size: 12px;
				}
				.lead span:last-of-type {
					margin-top: 6px;
				}

			.sec_area {
				background-color: #fff;
				margin-top: 40px;
				padding: 70px 50px 50px;
			}
				.sec_area .sec_tit {
					width: 490px;
					margin: auto;
				}
				.sec_area .sec_blo {
					margin-top: 40px;
					display: flex;
					justify-content: space-between;
				}
					.sec_area .sec_blo .sec_box {
						width: 312.66px;
						box-sizing: border-box;
					}
						.sec_area .sec_blo .sec_box .sec_box_tit {
							color: #fff;
							text-align: center;
							padding: 20px;
							line-height: 1;
							letter-spacing: 2px;
						}
						.sec_area .sec_blo .sec_box:nth-child(1) .sec_box_tit {
							background-color: #3362b5;
						}
						.sec_area .sec_blo .sec_box:nth-child(2) .sec_box_tit {
							background-color: #00a0e9;
						}
						.sec_area .sec_blo .sec_box:nth-child(3) .sec_box_tit {
							background-color: #01d4ff;
						}
							.sec_area .sec_blo .sec_box div p {
							}
							.sec_area .sec_blo .sec_box div p span{
								font-size: 20px;
								font-weight: bold;
							}
							.sec_area .sec_blo .sec_box div h3 {
								font-size: 20px;
								font-weight: bold;
								margin-top: 5px;
							}
						.sec_area .sec_blo .sec_box .sec_box_inn {
							margin-top: 5px;
							padding: 0 15px;
							border-left: 1px solid #b8b8b8;
						}
						.sec_area .sec_blo .sec_box:last-child .sec_box_inn {
							border-right: 1px solid #b8b8b8;
						}
							.sec_area .sec_blo .sec_box .sec_box_inn ul {
								min-height: 230px;
								padding: 30px 20px;
								border-bottom: 1px solid #b8b8b8;
								margin-bottom: 15px;
							}
								.sec_area .sec_blo .sec_box .sec_box_inn ul li {
									text-indent: -1.2em;
									margin-left: 1.2em;
									line-height: 1.5;
								}
								.sec_area .sec_blo .sec_box .sec_box_inn ul li + li {
									margin-top: 8px;
								}
									.sec_area .sec_blo .sec_box .sec_box_inn ul li span {
										font-size: 12px;
										color: #00a0e9;
										margin-right: 0.3em;
									}
							.sec_area .sec_blo .sec_box .sec_box_inn dl {
							}
								.sec_area .sec_blo .sec_box .sec_box_inn dl dt {
									text-align: center;
									color: #3362b5;
									font-weight: bold;
								}
								.sec_area .sec_blo .sec_box .sec_box_inn dl dd {
									margin: 12px auto 0;
									width: 220px;
								}
				.sec_area .ft_link {
					margin-top: 60px;
					padding: 35px 0 50px;
					background-color: #ededed;
				}
				.contents section .ft_link p {
					font-size: 17px;
					font-weight: bold;
					text-align: center;
					letter-spacing: 3px;
				}
				.contents section .ft_link .btn {
					margin: 10px auto 0;
					width: 420px;
				}
	
	
	
	
}




/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {

	main {
		background-image: url("/recruit/w-nexco/business/img/sdgs/bg.jpg");
		background-size: cover;
		background-position: 50% 0;
		position: relative;
		z-index: 1;
	}
	#deco {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: -1;
	}
	#deco::before ,
	#deco::after {
		position: absolute;
		content: "";
		top: 0;
		width: 700px;
		height: 910px;
		background-size: cover;
	}
	#deco::before {
		background-image: url("/recruit/w-nexco/business/img/sdgs/deco_l.png");
		left: 0;
		background-position: 0 0;
	}
	#deco::after {
		background-image: url("/recruit/w-nexco/business/img/sdgs/deco_r.png");
		right: 0;
		background-position: 100% 0;
	}
	
	#maintitle{
		position: relative;
		text-align: center;
		padding: 40px 0 15px;
	}
			#maintitle .tit_cat{
				position: relative;
				z-index: 1;
				font-weight: bold;
			}
			#maintitle h1{
				color: #020202;
			}
				#maintitle h1 .cap{
					display: block;
					font-size: 16px;
				}
	
	.contents {
		padding-bottom: 200px;
		font-feature-settings: "palt" 1;
	}
		.contents .btn {
		}
			.contents .btn a {
				color: #fff;
				font-size: 16px;
				display: block;
				background-color: #000;
				position: relative;
				padding: 12px 20px;
				box-sizing: border-box;
			}
			.contents .btn a::before ,
			.contents .btn a::after {
				position: absolute;
				content: "";
			}
			.contents .btn a::before {
				top: 0;
				bottom: 0;
				right: 16px;
				margin: auto;
				width: 28px;
				height: 5px;
				border-right: solid 1px #fff;
				border-bottom: solid 1px #fff;
				transform: skew(45deg);
				transition: 0.3s;
			}
			.contents .btn a:hover::before {
				right: 10px;
			}
			.contents .btn a::after {
				top: 0;
				right: 42px;
				height: calc(100% - 20px);
				border-right: solid 3px #0078d2;
				transform: skew(135deg);
			}
				.contents .btn a .pdf_link::after {
					width: 12px;
					height: 16px;
					background: url(/recruit/w-nexco/business/img/sdgs/icon_bla.png) no-repeat center;
					background-size: cover;
					top: auto;
					bottom: 0.1em;
				}
				.contents .btn a .bla_link {
					position: relative;
					padding-right: 20px;
				}
				.contents .btn a .bla_link::after {
					content: '';
					display: block;
					position: absolute;
					width: 12px;
					height: 16px;
					background: url(/recruit/w-nexco/business/img/sdgs/icon_bla.png) no-repeat center;
					background-size: cover;
					right: 0;
					bottom: 0.1em;
				}
		.wrap {
		}
			.lead {
			}
				.lead h2 {
					font-size: 18px;
					letter-spacing: 2px;
					text-align: center;
				}
					.lead h2 sup {
						font-size: 12px;
					}
				.lead p {
					margin-top: 20px;
					line-height: 2.2;
					text-align: justify;
				}
				.lead span {
					margin-top: 10px;
					display: inline-block;
					font-size: 12px;
				}
				.lead span:last-of-type {
					margin-top: 6px;
				}

			.sec_area {
				background-color: #fff;
				margin-top: 40px;
				padding: 40px 20px 50px;
			}
				.sec_area .sec_tit {
					max-width: 320px;
					margin: auto;
				}
				.sec_area .sec_blo {
					margin-top: 40px;
				}
					.sec_area .sec_blo .sec_box {
						box-sizing: border-box;
					}
					.sec_area .sec_blo .sec_box + .sec_box {
						margin-top: 30px;
					}
						.sec_area .sec_blo .sec_box .sec_box_tit {
							color: #fff;
							text-align: center;
							padding: 20px;
							line-height: 1;
							letter-spacing: 2px;
						}
						.sec_area .sec_blo .sec_box:nth-child(1) .sec_box_tit {
							background-color: #3362b5;
						}
						.sec_area .sec_blo .sec_box:nth-child(2) .sec_box_tit {
							background-color: #00a0e9;
						}
						.sec_area .sec_blo .sec_box:nth-child(3) .sec_box_tit {
							background-color: #01d4ff;
						}
							.sec_area .sec_blo .sec_box div p {
							}
							.sec_area .sec_blo .sec_box div p span{
								font-size: 20px;
								font-weight: bold;
							}
							.sec_area .sec_blo .sec_box div h3 {
								font-size: 20px;
								font-weight: bold;
								margin-top: 5px;
							}
						.sec_area .sec_blo .sec_box .sec_box_inn {
							margin-top: 5px;
							padding: 0 15px;
							border-left: 1px solid #b8b8b8;
							border-right: 1px solid #b8b8b8;
						}
						.sec_area .sec_blo .sec_box:last-child .sec_box_inn {
						}
							.sec_area .sec_blo .sec_box .sec_box_inn ul {
								padding: 20px 10px;
								border-bottom: 1px solid #b8b8b8;
								margin-bottom: 15px;
							}
								.sec_area .sec_blo .sec_box .sec_box_inn ul li {
									text-indent: -1.2em;
									margin-left: 1.2em;
									line-height: 1.5;
								}
								.sec_area .sec_blo .sec_box .sec_box_inn ul li + li {
									margin-top: 8px;
								}
									.sec_area .sec_blo .sec_box .sec_box_inn ul li span {
										font-size: 12px;
										color: #00a0e9;
										margin-right: 0.3em;
									}
							.sec_area .sec_blo .sec_box .sec_box_inn dl {
							}
								.sec_area .sec_blo .sec_box .sec_box_inn dl dt {
									text-align: center;
									color: #3362b5;
									font-weight: bold;
								}
								.sec_area .sec_blo .sec_box .sec_box_inn dl dd {
									margin: 12px auto 0;
									width: 220px;
								}
				.sec_area .ft_link {
					margin-top: 60px;
					padding: 35px 20px 40px;
					background-color: #ededed;
				}
				.contents section .ft_link p {
					font-size: 16px;
					font-weight: bold;
					text-align: center;
					letter-spacing: 2px;
					line-height: 1.6;
				}
				.contents section .ft_link .btn {
					margin: 10px auto 0;
					max-width: 420px;
					line-height: 1.5;
				}
					.contents section .ft_link .btn a {
						padding: 12px 70px 12px 12px;
						font-size: 14px;
					}


}