@charset "utf-8";

#section1 {
	background: #232629;
}
h2.tit {
	color: #dfe0e0;
	padding: 25px 0 0 0;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: -1.5px;
	font-weight: 600;
	margin-bottom: 35px;
	text-align: center;
}
h2.tit span {
	display: block;
	color: #595b5c;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: none;
	margin-top: 4px;
}
h2.tit p {
	font-size: 18px;
	color: #a4a5a5;
	font-weight: 400;
	margin-top: 24px;
}

/* --------------------------------------------
 * About Naulab_topVisual
/* ------------------------------------------ */
.topVisual {
	position: relative;
	width: 100%;
	
	background: url(/_img/visual_about.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.topVisual .logo {
	width: 215px; height: 61px;
	background: url(/_img/logo1.png) no-repeat;
	position: absolute;
	left: 50%; top: 130px;
	margin-left: -107.5px;
	
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
/* txtWrap */
.txtWrap {
	position: absolute;
	top: 50%; left: 50%;
	margin-left: -350px;
	color: #fff;
	word-break: keep-all;
}
.txtWrap:before,
.txtWrap:after {
	content: "";
	display: inline-block;
	width: 50px; height: 254px;
	background: url(/_img/bracket.png) no-repeat;
	position: absolute;
	top: 50%; margin-top: -127px;
}
.txtWrap:before {
	left: 0;
	margin-left: -88px;
}
.txtWrap:after {
	right: 0;
	margin-right: -88px;
	background-position: 100% 0;
}
.txtWrap .inner {
	overflow: hidden;
	width: 700px;
	margin: auto;
}
.txtWrap p {
	font-size: 60px;
	color: #fff;
	font-weight: 200;
	line-height: 72px;
	letter-spacing: -5.5px;
	text-align: center;
}
.txtWrap p b {
	font-weight: 400;
}
.txtWrap span {
	display: block;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight: 600;
	text-align: center;
	margin-top: 22px;
}

/* scrollDown */
.topVisual .scrollDown {
	width: 79px; height: 129px;
	background: url(/_img/scroll_down.png) no-repeat;
	position: absolute;
	bottom: 0px; left: 50%;
	margin-left: -39px;
}
.topVisual .scrollDown a {
	display: block;
	width: 25px; height: 36px;
	background: url(/_img/icon_mouse.png) no-repeat;
	position: absolute;
	bottom: 30px; left: 27px;
	z-index: 25;
	
	-webkit-animation: bounce 1s linear infinite alternate;
	-moz-animation: bounce 1s linear infinite alternate;
	-o-animation: bounce 1s linear infinite alternate;
	-ms-animation: bounce 1s linear infinite alternate;
	animation: bounce 1s linear infinite alternate;
}
@-webkit-keyframes bounce {
    from { bottom: 40px; opacity: 0.5 }
    to { bottom: 20px }
}
@-moz-keyframes bounce {
    from { bottom: 40px; opacity: 0.5 }
    to { bottom: 20px }
}
@-o-keyframes bounce {
    from { bottom: 40px; opacity: 0.5 }
    to { bottom: 20px }
}
@keyframes bounce {
    from { bottom: 40px; opacity: 0.5 }
    to { bottom: 20px }
}

/* --------------------------------------------
 * About Naulab_about
/* ------------------------------------------ */
.about {
	position: relative;
	background: url(/_img/bg_logo.png) no-repeat center center #25282b;
	text-align: center;
	padding: 100px 0;
}
.about .inner {
	width: 960px;
	margin: 0 auto;
}
.about p {
	font-size: 18px;
	color: #a4a5a5;
	line-height: 32px;
	letter-spacing: -1px;
	word-break: keep-all;
}
.about strong {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #dfe0e0;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 40px 0 30px;
}

/* --------------------------------------------
 * About Naulab_Business
/* ------------------------------------------ */
.business {
	position: relative;
	background: url(/_img/bg_pattern.png);
	text-align: center;
	padding: 100px 0;
}
.business .inner {
	width: 1280px;
	margin: 0 auto;
}
.business ul {
	margin: -40px -20px 0;
}
.business .box {
	width: 33.333333%;
	float: left;
	padding: 40px 20px 0;
}
.business .box .inBox {
	border: 1px solid #37393b;
	padding: 50px;
	text-align: left;
	word-break: keep-all;
}
.business ul .box.row_line1 .inBox {
	height: 309px;
}
.business ul .box.row_line2 .inBox {
	height: 283px;
}
.business .box .cnt {
	height: 42px;
	background: url(/_img/icon_count.png) no-repeat;
	margin-bottom: 18px;
}
.business .box .cnt1 { background-position: 0 0; width: 24px }
.business .box .cnt2 { background-position: -24px 0; width: 25px }
.business .box .cnt3 { background-position: -49px 0; width: 30px }
.business .box .cnt4 { background-position: -79px 0; width: 23px }
.business .box .cnt5 { background-position: -102px 0; width: 58px }
.business .box .cnt6 { background-position: -160px 0; width: 65px }

.business .box .tit {
	font-size: 18px;
	color: #dfe0e0;
	margin-bottom: 15px;
	font-weight: 600;
}
.business .box dd {
	position: relative;
	font-size: 16px;
	color: #a4a5a5;
	line-height: 26px;
	padding-left: 12px;
}
.business .box dd:before {
	content: "";
	display: inline-block;
	width: 3px; height: 3px;
	border-radius: 2em;
	background: #dfe0e0;
	position: absolute;
	left: 0; top: 50%;
	margin-top: -1px;
}
.business .line_free {
	position: relative;
	margin: -30px 0 30px;
	z-index: 10;
}
.business .btn_set {
	text-align: center;
}
.business .btn_set a {
	position: relative;
	width: 260px; height: 60px;
	line-height: 56px;
	display: inline-block;
	color: #fff;
	border: 2px solid #dfe0e0;
	text-align: left;
	padding: 0 20px;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
	margin: -4px 15px 0;
}
.business .btn_set a:after {
	content: "";
	display: inline-block;
	width: 5px; height: 9px;
	background: url(/_img/icon_arr_right.png) no-repeat;
	position: absolute;
	right: 20px; top: 50%;
	margin-top: -4px;
}
.business .lineWrap_st2 {
	height: 70px;
}

/* --------------------------------------------
 * About Naulab_Partners
/* ------------------------------------------ */
.partners {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 100px 0 70px;
}
.partners .inner {
	width: 1280px;
	margin: 0 auto;
}
.partners h2.tit {
	color: #202225;
}
.partners h2.tit span {
	color: #949595;
}
.partners ul {
	margin: -20px -10px 0;
}
.partners li {
	width: 20%;
	float: left;
	padding: 20px 10px 0;
}
.partners li img {
	max-width: 100%;
	border: 1px solid #e8e8e8;
}

/* --------------------------------------------
 * request
/* ------------------------------------------ */
.request {
	position: relative;
	background: url(/_img/bg_pattern.png);
	padding: 100px 0 130px;
}
.request .inner {
	width: 760px;
	margin: 0 auto;
}
.request h3.tit {
	font-size: 30px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: -2px;
	color: #dfe0e0;
}
.request h4.tit {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -1px;
	color: #dfe0e0;
	padding: 20px 0;
}
.request .desc {
	font-size: 13px;
	color: #797a7c;
	margin: 12px 0 20px;
}
.request div.required {
	color: #67686a;
	line-height: 20px;
	margin-bottom: 10px;
}
.request span.required {
	font-size: 16px;
	color: #fe4d0f;
	margin-left: 5px;
	display: inline-block;
}
.request .privacy_box {
	height: 180px;
	padding: 20px 0 20px 20px;
	border: 2px solid #3b3e41;
	border-bottom: 0;
	color: #747576;
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
	word-break: keep-all;
}
.request .privacy_box h3 {
	color: #a4a5a5;
	font-size: 16px;
}
.request .privacy_box h4 {
	color: #a4a5a5;
}
.request .agree {
	background: #3b3e41;
	padding: 14px 20px;
}
.request .formWrap ul {
	margin: 0 -1px;
	margin-bottom: 2px;
}
.request .formWrap li {
	float: left;
	position: relative;
	padding: 0 1px;
}
.request .formWrap .submit {
	display: block;
	width: 100%; height: 68px;
	line-height: 64px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	border: 2px solid #dfe0e0;
	background: transparent;
	font-weight: 600;
	letter-spacing: 5px;
	margin-top: 40px;
}
.request .formWrap .submit:hover,
.request .formWrap .submit:focus {
	border-color: #fe4d0f;
	color: #fe4d0f;
}

/* --------------------------------------------
 * portfolio
/* ------------------------------------------ */
.portfolio {
	position: relative;
	background: url(/_img/bg_pattern.png);
	padding: 100px 0 160px;
}
.portfolio .inner {
	width: 1280px;
	margin: 0 auto;
}
.pf_list {
	padding-top: 35px;
}
.pf_list ul {
	margin: -8px -4px 0;
}
.pf_list li {
	width: 25%;
	float: left;
	padding: 8px 4px 0;
}


.pf_list li a:hover,
.pf_list li a:focus {
	background: #34373a;
}
.pf_list li a:hover .photo p,
.pf_list li a:focus .photo p {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);
	
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.pf_list li a:hover .infoWrap .tit,
.pf_list li a:focus .infoWrap .tit {
	color: #dfe0e0;
}


.pf_list li a {
	height: 440px;
	display: block;
	background: #eeeeee;
}
.pf_list li a .photo {
	background: #25282b;
}
.pf_list li a .photo p {
	display: block;
	width: 100%; height: 314px;
	
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	
	/*grayscale for background image*/
	-webkit-filter: grayscale(1); 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	filter: gray; 
	filter: grayscale(100%);
}
.pf_list li a .infoWrap {
	position: relative;
	padding: 32px 20px 0;
	height: 126px;
}
.pf_list li a .infoWrap .tag {
	display: inline-block;
	line-height: 24px; height: 24px;
	background: #fe4d0f;
	letter-spacing: 0;
	color: #fff;
	font-weight: 600;
	padding: 0 10px;
	position: absolute;
	top: 0;
	margin-top: -12px;
	z-index: 10;
}
.pf_list li a .infoWrap .tit {
	font-size: 18px;
	color: #212427;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	word-break: keep-all;
	max-width: 80%;
}
.pf_list li a .infoWrap .data {
	font-size: 12px;
	color: #8c8d8e;
	letter-spacing: 0;
	font-weight: 600;
	position: absolute;
	bottom: 20px;
}