  @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/overseas/bg.jpg");
		background-size: 100%;
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-color: #d9f0f6;
		position: relative;
		z-index: 1;
		font-feature-settings: "palt" 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/overseas/deco_l.png");
		left: 0;
		background-position: 0 0;
	}
	#deco::after {
		background-image: url("/recruit/w-nexco/business/img/overseas/deco_r.png");
		right: 0;
		background-position: 0 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/overseas/icon_pdf.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/overseas/icon_bla.png) no-repeat center;
					background-size: cover;
					right: 0;
					bottom: 0.1em;
				}
			.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;
				}

		.map {
			margin: 80px 0 120px;
		}
		section {
			background-color: #fff;
			padding: 60px 55px;
		}
		section + section {
			margin-top: 120px;
		}
			section .sec_blo {
			}
				section .sec_blo h3 {
					text-align: center;
					font-size: 22px;
					letter-spacing: 4px;
				}	
				section .sec_blo p {
					margin-top: 35px;
					line-height: 2.4;
					text-align: justify;
				}
				section .sec_blo .sec_box {
					margin-top: 35px;
				}
				#sec03 .sec_blo .sec_box02 {
					margin-top: 20px;
				}
				section .sec_blo .sec_box02 {
					display: flex;
					justify-content: space-between;
				}
					section .sec_blo .sec_box dl {
					}
					#sec03 .sec_blo .sec_box02 dl {
						width: calc(50% - 10px);
					}
					section .sec_blo .sec_box01 dl + dl {
						margin-top: 25px;
					}
						section .sec_blo .sec_box dl dt {
						}
						section .sec_blo .sec_box dl dd {
							font-size: 12px;
							margin-top: 8px;
							line-height: 1.4;
						}
					#sec01 .sec_blo .sec_box dl:nth-child(1) {
						width: calc(100% - 556px);
					}
					#sec01 .sec_blo .sec_box dl:nth-child(2) {
						width: 534px;
					}
				section .sec_blo .sec_blo02 {
					display: flex;
					justify-content: space-between;
				}	
					#sec02 .sec_blo .sec_blo02 p {
						width: calc(100% - 340px);
					}	
					#sec02 .sec_blo .sec_blo02 .sec_box {
						width: 300px;
					}	
					#sec03 .sec_blo .sec_blo02 p {
						width: calc(100% - 578px);
					}	
					#sec03 .sec_blo .sec_blo02 .sec_box {
						width: 548px;
					}	
					#sec04 .sec_blo .sec_blo02 p ,
					#sec05 .sec_blo .sec_blo02 p {
						width: calc(100% - 610px);
					}	
					#sec04 .sec_blo .sec_blo02 .sec_box ,
					#sec05 .sec_blo .sec_blo02 .sec_box {
						width: 580px;
					}	
						#sec04 .sec_blo .sec_blo02 .sec_box dl ,
						#sec05 .sec_blo .sec_blo02 .sec_box dl {
							width: 280px;
						}	
					section .sec_blo .sec_blo02 .sec_box {
						padding-top: 8px;
					}	
			section .link_area {
				margin-top: 80px;
				background-color: #ededed;
				padding: 55px;
			}
				section .link_area p {
					font-size: 16px;
					font-weight: bold;
					text-align: center;
					letter-spacing: 4px;
				}
				section .link_area .btn {
					width: 300px;
					margin: 15px auto 0;
					line-height: 1.5;
				}
				#sec01 .link_area .btn {
					width: 480px;
				}
					section .link_area .btn a {
					}
			section .bdr_area {
				margin-top: 80px;
				position: relative;
				padding: 55px;
				box-sizing: border-box;
				display: flex;
				justify-content: space-between;
			}
			section .bdr_area::before ,
			section .bdr_area::after {
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				margin: auto;
				content: "";
			}
			section .bdr_area::before {
				width: calc(100% - 30px);
				height: 100%;
				border-top: 1px solid #b8b8b8;
				border-bottom: 1px solid #b8b8b8;
			}
			section .bdr_area::after {
				width: 100%;
				height: calc(100% - 30px);
				border-left: 1px solid #b8b8b8;
				border-right: 1px solid #b8b8b8;
			}
				section .bdr_area .bdr_txt {
					width: calc(100% - 426px);
				}
					section .bdr_area .bdr_txt h4 {
						font-size: 16px;
						line-height: 2.4;
						letter-spacing: 4px;
					}
					section .bdr_area .bdr_txt p {
						margin-top: 15px;
						line-height: 2.2;
						text-align: justify;
					}
				section .bdr_area .bdr_img {
					width: 396px;
				}
					section .bdr_area .bdr_img dd {
						font-size: 12px;
						margin-top: 8px;
						line-height: 1.4;
					}


	
	
}




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

	main {
		background-image: url("/recruit/w-nexco/business/img/overseas/bg.jpg");
		background-size: 100%;
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-color: #d9f0f6;
		position: relative;
		z-index: 1;
		font-feature-settings: "palt" 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/overseas/deco_l.png");
		left: 0;
		background-position: 0 0;
	}
	#deco::after {
		background-image: url("/recruit/w-nexco/business/img/overseas/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: 100px;
		font-feature-settings: "palt" 1;
	}
		.contents .btn {
		}
			.contents .btn a {
				color: #fff;
				font-size: 16px;
				display: block;
				background-color: #000;
				position: relative;
				padding: 12px 70px 12px 12px;
				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/overseas/icon_pdf.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/overseas/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;
				}

		.map {
			margin: 40px 0 40px;
		}
			.map .inner {
				width: 100%;
				padding-bottom: 20px;
			}
			.map .explain{
				justify-content: space-between;
				flex-wrap: wrap;
				margin-top: 15px;
			}
			.map .explain li{
				line-height: 1;
				display: flex;
				color: white;
				margin-bottom: 4px;
				padding: 15px;
				box-sizing: border-box;
				background-color: rgba(51,98,181,0.90);
			}
			.map .explain li > p{
				font-size: 18px;
			}
			.map .explain li .txt-box{
				margin-left: 5px;
			}
				.map .explain li .txt-box .lead{
					display: block;
					font-size: 18px;
				}
				.map .explain li .txt-box .bold{
					font-size: 19px;
					font-weight: bold;
				}
				.map .explain li .txt-box .txt{
					margin-top: 12px;
				}
	
	
		section {
			background-color: #fff;
			padding: 40px 20px 20px;
		}
		#sec02 {
			padding: 40px 20px 30px;
		}
		section + section {
			margin-top: 60px;
		}
			section .sec_blo {
			}
				section .sec_blo h3 {
					text-align: center;
					font-size: 18px;
					letter-spacing: 2px;
				}	
				section .sec_blo p {
					margin-top: 20px;
					line-height: 2;
					text-align: justify;
				}
				section .sec_blo .sec_box {
					margin-top: 20px;
				}
				#sec03 .sec_blo .sec_box02 {
					margin-top: 20px;
				}
				section .sec_blo .sec_box02 {
				}
					section .sec_blo .sec_box dl {
					}
					#sec03 .sec_blo .sec_box02 dl {
					}
					section .sec_blo .sec_box01 dl + dl {
						margin-top: 25px;
					}
					section .sec_blo .sec_box02 dl + dl {
						margin-top: 20px;
					}
						section .sec_blo .sec_box dl dt {
						}
						section .sec_blo .sec_box dl dd {
							font-size: 12px;
							margin-top: 8px;
							line-height: 1.4;
						}
				section .sec_blo .sec_blo02 {
				}	
					section .sec_blo .sec_blo02 .sec_box {
						padding-top: 8px;
					}	
			section .link_area {
				margin-top: 40px;
				background-color: #ededed;
				padding: 35px 20px 40px;
			}
				section .link_area p {
					font-size: 16px;
					font-weight: bold;
					text-align: center;
					letter-spacing: 2px;
					line-height: 1.6;
				}
				section .link_area .btn {
					max-width: 480px;
					margin: 15px auto 0;
					line-height: 1.5;
				}
					section .link_area .btn a {
					}
			section .bdr_area {
				margin-top: 40px;
				position: relative;
				padding: 20px 25px;
				box-sizing: border-box;
			}
			section .bdr_area::before ,
			section .bdr_area::after {
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				margin: auto;
				content: "";
			}
			section .bdr_area::before {
				width: calc(100% - 30px);
				height: 100%;
				border-top: 1px solid #b8b8b8;
				border-bottom: 1px solid #b8b8b8;
			}
			section .bdr_area::after {
				width: 100%;
				height: calc(100% - 30px);
				border-left: 1px solid #b8b8b8;
				border-right: 1px solid #b8b8b8;
			}
				section .bdr_area .bdr_txt {
				}
					section .bdr_area .bdr_txt h4 {
						font-size: 16px;
						line-height: 2.2;
						letter-spacing: 4px;
					}
					section .bdr_area .bdr_txt p {
						margin-top: 10px;
						line-height: 2;
						text-align: justify;
					}
				section .bdr_area .bdr_img {
					margin-top: 15px;
				}
					section .bdr_area .bdr_img dd {
						font-size: 12px;
						margin-top: 8px;
						line-height: 1.4;
					}


}