  @charset "UTF-8";


body {
	position: relative;
    width: 100%;
    /*min-width: 1000px;*/
    background-color: #fff;
	
	font-family: "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	font-size: 100%;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	body {
		line-height: 1.6;
		font-size: 90%;
	}
}

p:last-child {
	margin-bottom: 0;
}


.for-pc {
	display: block;
}
.for-sp {
	display: none;
}
/* for sp ---*/
@media screen and (max-width: 767px) {
	.for-pc {
		display: none;
	}
	.for-sp {
		display: block;
	}
}

/*---------------------
Header
---------------------*/
header#header {
	position: relative;
	height: 90px;
}
header#header #header_logo {
	position: relative;
	padding: 23px; 
	text-align: center;
	line-height: 0;
}
header#header #header_entry {
	position: absolute;
	display: table;
	top: 0;
	right: 0;
	width: 20%;
	max-width: 285px;
	height: 100%;
	color: #fff;
	font-size: 106%;
	box-sizing: border-box;
}
header#header #header_entry a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding: 10px 37px;
	border: 5px solid #000;
	background: #000;
	box-shadow: 0 0 0 1px #fff inset;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
header#header #header_entry a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	width: 7px;
	height: 12px;
	margin: auto;
	background: url(/jp/recruit/abroad/images/icon_arrow.png) no-repeat right
	center;
	-webkit-background-size: contain;
	background-size: contain;
}
header#header #header_entry a:hover {
	background-color: #444;
	border-color: #444;
}
/* for sp ---*/
@media screen and (max-width: 767px) {
	header#header {
		height: 60px;
	}
	header#header #header_logo {
		padding: 14px;
	}
	header#header #header_logo img {
		width: 100px;
		height: auto;
	}
	header#header #header_entry {
		/*width: 60px;*/
		width: auto;
		font-size: 75%;
	}
	header#header #header_entry a {
		padding: 10px 20px;
	}
	header#header #header_entry a:after {
		/*right: 15px;*/
	}
}


/*---------------------
footer
---------------------*/
footer#footer {
	padding: 17px;
}
footer#footer .copyright {
	color: #b3b3b3;
	font-size: 11px;
	text-align: center;
}


/****/



/*---------------------
main
---------------------*/
main#main {
	display: block;
}

/*---------------------
mainview
---------------------*/
main#main #mainview {
	height: 550px;
	background: url(/jp/recruit/abroad/images/main_bg.jpg) no-repeat center bottom;
	overflow: hidden;
}
main#main #mainview img {
	max-width: 100%;
	height: auto;
}
main#main #mainview img.for-pc {
	display: inline;
}
main#main #mainview img.for-sp {
	display: none;
}

main#main #mainview h1 {
	width: 70%;
	max-width: 377px;
	margin: 80px auto 40px;
	text-align: center;
	line-height: 0;
}
main#main #mainview h2 {
	width: 75%;/*width: 80%;*/
	max-width: 615px;
	margin: auto auto 60px;
	text-align: center;
	line-height: 0;
}
main#main #mainview .leadArea {
	display: table;
	margin: auto;
	width: 80%;
	max-width: 700px;
	text-align: center;
}
main#main #mainview .leadArea p {
	display: inline;
	padding: 0.4em 0.5em; 
	background: #000;
	color: #fff;
}
/* for wide ---*/
@media screen and (min-width: 1400px) {
	main#main #mainview {
		-webkit-background-size: cover;
		background-size: cover;
	}
}

/* for sp ---*/
@media screen and (max-width: 767px) {
  main#main #mainview .leadArea {
  	text-align: left;
  }
  main#main #mainview img.for-pc {
  	display: none;
  }
  main#main #mainview img.for-sp {
  	display: inline;
  }
}

/*---------------------
leadArea
---------------------*/
#leadArea {
	padding: 0 0 20px 0;
	background: #000;
	color: #fff;
}
#leadArea p {
	display: table;
	margin: auto;
	width: 80%;
	max-width: 700px;
	text-align: center;
}

/*---------------------
content_1
---------------------*/
#content_1 {
	padding: 100px 0;
	background: url(/jp/recruit/abroad/images/bg_01.jpg) no-repeat center center;
	overflow: hidden;
	text-align: center;
}
#content_1 img {
	max-width: 100%;
	height: auto;
}
#content_1 .inner {
	width: 90%;
	margin: auto;
}
#content_1 h2 {
	width: 60%;
	max-width: 230px;
	margin: auto auto 40px;
	line-height: 0;
}
/* for wide ---*/
@media screen and (min-width: 1400px) {
	#content_1 {
		-webkit-background-size: cover;
		background-size: cover;
	}
}
/* for sp ---*/
@media screen and (max-width: 767px) {
	#content_1 {
		padding: 14% 0;
		text-align: left;
	}
}


/*---------------------
content_2
---------------------*/
#content_2 {
	padding: 100px 0;
	overflow: hidden;
	text-align: center;
}
#content_2 img {
	max-width: 100%;
	height: auto;
}
#content_2 .inner {
	width: 90%;
	margin: auto;
}
#content_2 h2 {
	width: 60%;
	max-width: 230px;
	margin: auto auto 10px;
	line-height: 0;
}

.link {
	display: table;
	margin: auto;
}
.link .btn {
	display: table-cell;
	padding: 10px;
}
.link .btn a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 13px 50px;
	text-decoration: none;
	color: #fff;
	font-size: 87.5%;
	box-sizing: border-box;
}
.link .btn a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 7px;
	height: 12px;
	margin: auto;
	background: url(/jp/recruit/abroad/images/icon_arrow.png) no-repeat right
	center;
	-webkit-background-size: contain;
	background-size: contain;
}
.link .btn a:hover {
	opacity: 0.8;
}
.link .btn.btn_recruitsite {
	padding-left: 0;
}
.link .btn.btn_mynavi {
	padding-right: 0;
}
.link .btn.btn_recruitsite a {
	background-color: #0066b3;
}
.link .btn.btn_mynavi a {
	background-color: #00a9ee;
}


.block_step {
	margin: 70px auto;
}
.block_step h3 {
	font-size: 143.7%;
	font-weight: normal;
	text-align: center;
}
.block_step h3 img {
	display: block;
	width: 30px;
	margin: auto auto 10px;
}
.block_step p {
	font-size: 87.5%;
}

.block_otoiawase {
	max-width: 757px;
	margin: auto;
	padding: 30px 10%;
	background: #f2f2f2;
	color: #666;
	font-size: 75%;
	box-sizing: border-box;
}
/* for sp ---*/
@media screen and (max-width: 767px) {
	#content_2 {
		padding: 14% 0;
		text-align: left;
	}
	.link .btn a {
		padding: 13px 30px;
	}
}
@media screen and (max-width: 480px) {
	.link {
		display: block;
	}
	.link .btn {
		display: block;
		padding: 5px 0;
	}
}