@charset "utf-8";
/* CSS Document */

/********************************

 header(TOP_only)

********************************/

/* UIkit */

/* header .uk-navbar-container {
	width: 750px;
	height: 95px;
	margin-left: 15px;
	float: left;
}

header .uk-navbar-nav>li>a {
	font-size: 14px;
	color: #ffffff;
	font-family: "Sawarabi Gothic";
	transform: rotate(0.05deg);
	position: relative;
	z-index: 0!important;
}

header .uk-navbar-container:not(.uk-navbar-transparent) {
	width: 790px;
	background: none;
	font-family: "Sawarabi Gothic";
	transform: rotate(0.05deg);
}

.uk-navbar-nav {
	position: relative;
	z-index: 0;
} */
/* UIkit end */

/* HAMBURGER */


/********************************

  kv

********************************/

#kv {
		margin-top: 100px;
		width: 100%;
		position: relative;
}
.kv_inner {
	width: 100%;
	height: calc(100vh - 35.7142%);
  margin: 0;
	text-align: center;
	padding-bottom: 35.7142%;
}

h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-52%)!important;
  -webkit- transform: translateX(-52%)!important;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 3;
	width: 470px;
	height: auto;
	margin:  auto;
}

/* bxslider */

.bxslider{
    margin:0px;
}

.bx-wrapper {
    position: absolute;
    width: 100vw;
    /* height: calc(100vh - 50px); */
    box-shadow: none;
    border: none;
    background: none;
    margin: 0;

}

.bx-wrapper img {
    width: 100vw;
    height: auto;
}

.bx-viewport {
    /* max-height: calc(100vh - 50px); */
}

.bx-pager{
	display: none;
}


@media screen and (max-width:640px) {
	#kv {
			margin-top: 75px;
			width: 100%;
			position: relative;
	}
	.kv_inner {
		width: 100%;
		height: calc(100vh - 62.5%);
		padding-bottom: 62.5%;
	}

	h1 {
		position: absolute;
		width: 50%;
		text-align: center;
	}
	/* bxslider */

	.bxslider{
		margin:0px;
		position: relative;
  		height: 90vh;
	}

	.bx-wrapper {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100vw;
	    height: 90vh;
	}

	.bx-wrapper img {
		position: relative;
		width: 100%;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		max-width: inherit;
		height: auto;
	}

	.bx-viewport {
		min-width: 100%;
		height: 90vh!important;
	}
}

/********************************

  main

**********************************/

#main {
	text-align: center;
}

/********************************

  MESSAGE

********************************/

#message {
	padding: 40px 0;
	/* margin-top: 20px; */
	text-align: center;
	background: url(../img/bg_camel.png) no-repeat;
	background-attachment: fixed;
	background-size: 600px;
	background-position: center bottom;
	/* border-bottom: solid #f4f7de 50px; */

}

#message h2 {
	width: 100%;
	max-width: 716px;
	margin: 0 auto;
	padding: 30px 0;
}
#message img {
	margin: 20px;
}
#message p {
	padding: 0 0 30px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 2;
}



@media screen and (max-width:640px) {
	#message {
		width: 100%;
		margin: 0 auto;
		background: none;
		border: none;
	}

	#message h2 {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 30px;
	}
	#message h2 img {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 20px;
	}

	#message img {
		width: 50%;
		margin: 0 auto;
		padding: 0;
	}

	#message p {
		font-size: 1.2rem;
		padding: 0 5% 5%;
		margin: 20px auto;
	}



}
/********************************

  PRESIDENT

********************************/

#president {
	width: 100%;
	background: #1f5fb9;
	/* background: url(../img/bg_president.jpg) no-repeat;
	background-size:  cover; */
}
.president_ttl {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background: #175b2c;
	font-size: 24px;
	color: #fff;
}
.president_inner {
	width: 100%;
}
.president_inner img {
	width: 100%;
}


/********************************

  NUMBER

********************************/

#number {
	position: relative;
	overflow: hidden;
	height: 900px;
	padding: 60px 0;
	background-image: linear-gradient( -45deg, #faeea3 25%, #f7e698 25%, #f7e698 50%, #faeea3 50%, #faeea3 75%, #f7e698 75%, #f7e698 );
	background-size: 8px 8px;
	border-top: 50px solid #ffffff;
}

#number:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 60px;
	z-index: 0;
	width: 1160px;
	height: 92px;
	background: url(/recruit/2026ng/img/top_number_bg.png) repeat;
	background-size: 1160px 92px;
	animation: bg-slider02 10s linear infinite;
}

@keyframes bg-slider02 {
	from {
	background-position: 0 0;
	}
	 to {
	background-position: -1592px 0;
	}
}

#number .tx_box {
	position: absolute;
	top: 5%;
	right: 10%;
	z-index: 100;
	width: 525px;
	padding: 60px 30px;
	background: rgba(255,255,255,0.8);
}

#number .tx_box h2 {
	width: 500px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#number .tx_box p {
	padding-bottom: 30px;
}

#number .img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 1000px;
	overflow: hidden;
	background: #000000;
}

#number .img img{
	display: block;
	transition-duration: 0.3s;
}

#number .img img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 0.75;
}

/* button */

#number .button-2 {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	width: 250px;
	height: 55px;
	border: 2px solid #fd9720;
	background: #fd9720;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 2px;
}

#number .button-2 a {
	display: block;
	width: 250px;
	height: 55px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	line-height: 50px;
	transition: all .5s ease;
	z-index: 2;
	position: relative;
}

#number .eff-2 {
	width: 250px;
	height: 55px;
	left: -250px;
	background: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}

#number .button-2:hover .eff-2 {
	left: 0;
}

#number .button-2:hover a {
	color: #fd9720;
	opacity: 1;
}

@media screen and (max-width:640px) {
	#number {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 0;
		border: none;
		border-top: 25px solid #ffffff;
		height: 500px;
	}

	#number:after {
		content: '';
		position: absolute;
		z-index: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		background: url(/recruit/2026ng/img/top_number_bg.png) repeat-x;
		background-size: 125% auto;

		animation: bg-slider02 10s linear infinite;
	}

	@keyframes bg-slider02 {
	from {
	background-position: 0 0;
	}
	to {
	background-position: -640px 0;
	}
	}
	#number .tx_box {
		position: absolute;
		top: 5%;
		right: 0;
		z-index: 100;
		width: 75%;
		padding: 15% 5% 10%;
		background: rgba(255,255,255,0.8);
	}

	#number .tx_box h2 {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	#number .tx_box p {
		padding-bottom: 0;
		font-size: 1rem;
	}

	#number .img {
		width: 90%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 3;
	}

	#number .img img:hover{
		opacity: 1;
		transition: none;
	}

	/* button */

	#number .button-2 {
		width: 250px;
		height: 55px;
		background: #fd9720;
	}

	#number .button-2 a {
		font-size: 1.2rem;
	}

	#number .eff-2 {
		position: absolute;
		left: -250px;
		z-index: 1;
		width: 250px;
		height: 50px;
		background: #fd9720;
		transition: all .5s ease;
	}

	#number .button-2:hover .eff-2 {
		left: 0;
	}

	#number .button-2:hover a {
		color: #ffffff;
		background: #fd9720;
	}
}
/********************************

  WELFARE

********************************/

#welfare {
	overflow: hidden;
	padding: 100px 0;
	background-image: linear-gradient( -45deg, #f4e0dc 25%, #f1d7d2 25%, #f1d7d2 50%, #f4e0dc 50%, #f4e0dc 75%, #f1d7d2 75%, #f1d7d2 );
	background-size: 8px 8px;
	border-top: 50px solid #ffffff;
}

#welfare h2 {
	width: 369px;
	margin: 0 auto;
}

#welfare p {
	padding: 45px 0;

}

#welfare ul {
	width: 1000px;
	margin: 60px auto 100px;
}

#welfare ul li {
	display: inline-block;
	width: 100px;
	padding-right: 15px;
}

/* button */

#welfare .button-2 {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 60px auto 0;
	width: 250px;
	height: 55px;
	border: 2px solid #cb6c58;
	background: #cb6c58;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 2px;
}

#welfare .button-2 a {
	display: block;
	position: relative;
	z-index: 2;
	width: 250px;
	height: 55px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	line-height: 50px;
	transition: all .5s ease;
}

#welfare .eff-2 {
	position: absolute;
	left: -250px;
	z-index: 1;
	width: 250px;
	height: 55px;
	background: #ffffff;
	transition: all .5s ease;
}

#welfare .button-2:hover .eff-2 {
	left: 0;
}

#welfare .button-2:hover a {
	color: #cb6c58;
	opacity: 1;
}

@media screen and (max-width: 640px) {
	#welfare {
		width: 100%;
		padding: 15% 0;
		border: none;
		border-top: 25px solid #ffffff;
	}

	.welfare_inner {
		width: 90%;
		margin: 0 auto;
	}

	#welfare h2 {
		width: 85%;
		margin: 0 auto;
	}

	#welfare p {
		padding: 10% 0;
		font-size: 1.2rem;
	}

	#welfare ul {
		width: 100%;
		margin: 0 auto 2%;
	}

	#welfare ul li {
		display: inline-block;
		width: 25%;
		padding-right: 5%;
	}

	/* button */

	#welfare .button-2 {
		margin: 60px auto 0;
		width: 250px;
		height: 55px;
		border-radius: 5px;
		letter-spacing: 2px;
	}

	#welfare .button-2 a {
		position: relative;
		z-index: 2;
		font-size: 1.2rem;
		color: #ffffff;
		line-height: 50px;
		transition: all .5s ease;
	}

	#welfare .eff-2 {
		left: -250px;
		width: 250px;
		height: 55px;
		background: #cb6c58;
	}

	#welfare .button-2:hover .eff-2 {
		left: 0;
	}

	#welfare .button-2:hover a {
		color: #ffffff;
		background: #cb6c58;
	}
}
/********************************

  RECRUIT INFO

********************************/

#info {
	padding: 100px 0;
	background-image: linear-gradient( -45deg, #fefdf2 25%, #edf1e4 25%, #edf1e4 50%, #fefdf2 50%, #fefdf2 75%, #edf1e4 75%, #edf1e4 );
	background-size: 8px 8px;
	border-top: 50px solid #ffffff;
}

#info h2 {
	width: 369px;
	margin: 0 auto;
}

.info_inner {
	width: 1200px;
	margin: 0 auto;
}

#info p {
	padding: 45px 0;
}

#info ul li {
	position: relative;
	display: inline-block;
	width: 500px;
	padding-right: 45px;
}

#info ul li:hover{
	filter:alpha(opacity=95); /* IE 6,7*/
	-ms-filter: "alpha(opacity=95)"; /* IE 8,9 */
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;
	zoom:1; /*IE*/
	transition: all 1s;
}

#info ul li:last-child {
	padding-right: 0;
}

@media screen and (max-width:640px) {
	#info {
		width: 100%;
		padding: 15% 0;
		border: none;
		border-top: 25px solid #ffffff;
	}

	.info_inner {
		width: 95%;
		margin: 0 auto;
	}

	#info h2 {
		width: 80%;
		margin: 0 auto;
		padding: 5% 0;
		border: none;
	}

	#info p {
		padding: 10% 0;
		font-size: 1.2rem;
	}

	#info ul li {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 3% 0;
	}

	#info ul li:last-child {
		padding-right: 0;
	}
}
