@charset "UTF-8";
/* ******************************************************************

	--home.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
#header {
	position:absolute;
}
body {
	overflow:hidden;
}
#pageHome #main {
	overflow:hidden;
	max-width:100%;
	margin:0;
}
#pageHome #wrapper {
	background:none;
	overflow:hidden;
}
#pageHome #header-sticky-wrapper {
	position:relative;
	margin-bottom:-89px;
}
#header.is-sticky .headerInner {
	box-shadow:0 0 17px #C1C1C1;
}
#pageHome #header {
	background:none;
}
.reaon01Anim,
.reaon02Anim,
.reaon03Anim,
.reaon04Anim,
.serviceAnim01,
.serviceAnim02,
.serviceAnim03,
.serviceAnim04,
.mediaAnim { visibility:hidden; }
.bg-parallax {
	background-repeat:no-repeat;
	background-attachment:fixed;
	-webkit-background-size:cover;
	background-size:cover;
}
#keyv {
	display:block;
	margin-bottom: 40px;
	text-align:center;
	color:#FFF;
	position:relative;
}
#keyv img, #keyv p{
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.keyvText {
	/* position:absolute; */
	width:100%;	
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	display:-webkit-flex;
	-webkit-flex-direction:column;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	/* top:0; */
	padding: 60px 20px 0;
}
.imgKeyv img {
	min-width:100%;
	vertical-align:middle;
	min-height:100%;
	max-width:none;
	flex:1 0 auto;
	-webkit-flex:1 0 auto;
}
.imgKeyv {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	overflow:hidden;
	height:700px;
}
.imgKeyv video {
	width:100%;
	min-width:1245px;
}
.imgKeyv .videoPoster {
	display:none;
}
.imgKeyv .canvasVideo {
	/* position:absolute;
	top:50%;
	left:50%; */
	width:auto;
	height:100%;
	/* -webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%); */
}
.keyvInner {
	position:relative;
}
.boxKeyv {
	position:absolute;
	bottom: -1px;
	max-width:1200px;
	width:100%;
	height:100%;
	left:50%;
	transform:translate(-50%, 0);
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-align-items:center;
	padding:0 40px;
}
.boxKeyv .blockItem {
	flex:1;
	-webkit-flex:1;
	margin-right:10px;
}
.bgBlue {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:20px;
	background:rgba(13, 51, 121, 0.8);
}
.boxKeyv .blockItem .title {
	margin-bottom:15px;
}
.boxKeyv .blockItem .text01 {
	font-size:20px;
	font-weight:bold;
	line-height:1.8;
	margin-bottom: 40px;
}
.boxKeyv .imgItem {
	/* position:absolute; */
	/* right:0; */
	/* bottom:-1px; */
}
.boxKeyv .imgItem img {
	vertical-align:middle;
}
.txtKeyv01 {
	margin-bottom:20px;
	font-size: 64px;
	font-weight: bold;
	color: #000;
}
.txtKeyv02 {
	margin-bottom:10px;
	font-size:27px;
	font-weight:bold;
	color: #000;
}
.txtKeyv03 {
	font-size:15px;
	line-height:28px;
	color: #000;	
}
.sectionInner {
	max-width:1120px;
	margin:0 auto;
}
.sectionTitle.style2 {
	text-align:left;
}
.aboutus {
	padding:70px 0 10px;
	background-color:#F8E8CC;
}
.reasons {
	padding:70px 0 90px;
	background-color:#F5F4F1;
}
.reasonsList li {
	float:left;
	width:25%;
	margin-bottom:50px;
	padding:25px;
	background-color:#ee7800;
	text-align:center;
}
.reasonsList li:nth-child(even) {
	background-color:#F09030;
}
.reasonsList li p.title {
    margin-top: 35px;
    margin-bottom: 23px;
    padding-bottom: 45px;
    border-bottom: 10px solid #EF8418;
    color: #ddbf5d;
    font-size: 2.3rem;
    font-weight: bold;
}
.reasonsList li p.title span {
    font-size: 1.5rem;
}
.reasonsList li p.content {
	color:#FFF;
	font-size:17px;
	line-height:34px;
	text-align:left;
}
.reasonsList li .bottonBox {
	margin:45px auto;
	margin-bottom:-74px;
	padding:46px 0;
	color:#263A5F;
	background-color:#FFF;
	box-sizing:border-box;
	border:5px solid transparent;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.reasonsList li .bottonBox:hover {
	box-shadow:5px 5px 15px rgba(39,59,95,0.15);
}
.reasonsList li .bottonBox h5 {
	margin-bottom:3px;
	font-size:20px;
	font-weight:bold;
	color:#000;
}
.reasonsList li .bottonBox p {
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	color:#263A5F;
}
.reasonsList li .bottonBox .more {
	display:inline-block;
	width:60px;
	height:60px;
	line-height:60px;
	background-color:#F09010;
}
.services {
	padding:82px 0;
	background-color:#F8E8CC;
}
.services .sectionTitle {
	margin-bottom:92px;
}
.serviceList li {
	position:relative;
	width:1120px;
	margin:0 auto 187px;
}
@media screen and (max-width:1120px) {
	.serviceList li {
		width:100%;
	}
}
.serviceList li:last-child {
	margin-bottom:36px;
}
.serviceList li .sectionInner {
	position:relative;
}
.serviceList li .bgOrange {
	position:absolute;
	width:84%;
	height:535px;
	background:#ee7800;
	left:-7%;
	top:0;
}
.serviceList li.alignRight .bgOrange {
	left:auto;
	right:-7%;
}
.services .title {
	position:relative;
	padding-top:70px;
	z-index:2;
}
.services .title h2 {
	position:relative;
	color:#263A5F;
	font-weight:bold;
	margin-bottom:88px;
}
.services .title h2 img{
	vertical-align:middle;
}
.services .alignRight .title h2:after {
	left:auto;
	right:0;
}
.services .title .link a {
	display:inline-block;
	position:relative;
	margin-bottom:62px;
	font-size:20px;
	transition: .3s;
	padding-right:30px;
	color:#263A5F;
	text-decoration:none;
	background:url(../img/home/icon_arrow02.png) no-repeat 100% 50%;
}
.services .alignRight .title .link a {
	padding-left:30px;
	padding-right:0;
	background:url(../img/home/icon_arrow02.png) no-repeat 0 50%;
}
.services .title .link a:after {
	position: absolute;
	left: 0;
	bottom: -10px;
	content: "";
	width:20px;
	height: 2px;
	background:#DDBF5D;
	transition: .3s;
}
.services .serviceList li.bl-hover a:after,
.services .title .link a:hover:after {
	width:100%;
}
.services .serviceList li .info {
	background-color:#FFF;
}
.description.padding10 {
	padding:0 10px !important;
}
.services .serviceList li .description {
	display:inline-block;
	position:relative;
	max-width:510px;
	margin-bottom:20px;
	padding:39px 27px;
	background-color:#FFF;
	z-index:3;
}
.services .serviceList li .description h3 {
	margin-bottom:14px;
	font-size:32px;
	font-weight: 600;
}
.services .serviceList li .description p {
	font-size:16px;
	line-height:28.8px;
}
.services .serviceList li .media {
	position:absolute;
	right:0;
	top:70px;
	z-index:2;
	width:67.4%;
}
.services .serviceList li.alignRight .media {
	right:auto;
	left:0;
}
.services .serviceList li.alignRight .sectionInner {
	text-align:right;
}
.services .serviceList li.alignRight .description {
	text-align:left;
}
section.media {
	padding-bottom:60px;
	background-color:#F5F4F1;
}
.bgMedia {
	padding:82px 0;
	/*background-image:url(../img/home/bg_media.jpg);
	background-position:center;*/
}
.mediaBox {
	margin:0 -10px;
	margin-top:-88px;
}
.mediaBox .leftBox {
	width:50%;
	float:left;
}
.mediaBox .rightBox {
	width:50%;
	float:left;
}
.mediaBox .centerBox {
	width:100%;
}
.mediaBox .centerBox .item > span.image {
	/* aspect-ratio: 1120/387; */
	padding-bottom: 34% !important;
}
.media .mediaBox .item {
	position:relative;
	width:50%;
	float:left;
	padding:10px;
	box-sizing:border-box;
	font-size:0;
	text-decoration:none;
}
.mediaBox .item.w100p {
	width:100%;
}
.mediaBox .item > span.image {
	position: relative;
	display:block;
	overflow:hidden;
	padding-bottom: 67%;
}
.mediaBox .item > span.image img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width:100%;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: top;
}
.mediaBox .item:hover > span.image img {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}
.mediaBox .item .overlay {
	position:absolute;
	z-index:9;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:10px solid transparent;
	background-clip:content-box;
	background-color:rgba(0,0,0,0.65);
	-webkit-transition:all .4s linear;
	-moz-transition:all .4s linear;
	-o-transition:all .4s linear;
	transition:all .4s linear;
}
.mediaBox .item:hover .overlay {
	background-color:rgba(0,0,0,0.35);
	filter:alpha(opacity=50);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}
.mediaBox .item .text {
	position:absolute;
	overflow:auto;
	margin:auto;
	right:auto;
	top:46%;
	top:calc(50% - 13px);
	left:33px;
	margin-top:-30px;
	color:#FFF;
	z-index:10;
}
.mediaBox .item .text span {
	display:block;
	padding-right:15px;
	font-size:14px;
}
.mediaBox .item .text span.title {
	margin-bottom:3px;
	font-size:24px;
	font-weight:bold;
}
.mediaBox .item .text img.arrow {
	margin-top:18px;
	margin-left:4px;
}
.newAdInfo {
	padding:50px 0 39px;
	background-color:#273B5F;
}
.newAdInfo h3.title {
	position:relative;
	padding-bottom:16px;
	margin-bottom:36px;
	font-size:24px;
	text-align:center;
	color:#FFF;
}
.newAdInfo h3.title:after {
	position:absolute;
	width:70px;
	height:2px;
	background-color:#DDBF5D;
	content:'';
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}
.newAdInfo .listInfo li {
	background-color:#FFF;
	margin-bottom:10px;
	position:relative;
	font-size:16px;
}
.newAdInfo .listInfo li .infoWrap {
	padding:25px 20px 24px;
}
.newAdInfo .listInfo li .infoWrap > div img {
	vertical-align:middle;
}
.newAdInfo .listInfo li .infoWrap > div.title {
	display:inline-block;
	vertical-align:middle;
	width:22.7%;
	color:#263A5F;
}
.newAdInfo .listInfo li .infoWrap > div.title img {
	margin-right:10px;
}
.newAdInfo .listInfo li .infoWrap > div.content {
	display:inline-block;
	vertical-align:middle;
	width:calc(76% - 4px);
	padding-left:20px;
	padding-right:40px;
	border-left:1px solid #CCC;
}
.newAdInfo .listInfo li .infoWrap > div.content a.linkText {
	display:inline-block;
	position:relative;
	text-decoration:none;
	transition:.3s;
}
.newAdInfo .listInfo li .infoWrap > div.content a.linkText::after {
	position:absolute;
	bottom:0;
	left:0;
	content:'';
	width:0;
	height:1px;
	background-color:#737C90;
	transition:.3s;
}
.newAdInfo .listInfo li .infoWrap > div.content a.linkText:hover::after {
	width:100%;
}
.newAdInfo .listInfo li .infoWrap > div.content span.btnMore {
	display:inline-block;
	width:80px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	-webkit-transition:all .4s linear;
	-moz-transition:all .4s linear;
	-o-transition:all .4s linear;
	transition:all .4s linear;
}
.newAdInfo .listInfo li .infoWrap > div.content span.btnMore:hover {
	background:#EEE;
}
.newAdInfo .listInfo li .infoWrap > div.content span.date {
	margin-right:19px;
	color:#666;
}
.newAdInfo .listInfo li .infoWrap > div.content img {
	position:absolute;
	right:27px;
	top:40%;
	width:23px;
}
.newAdInfo .sectionInner {
    border: 1px solid #fff;
    padding: 30px 30px;
}
.newAdInfo .sectionInner p {
    color: #fff;
}
.newAdInfo .sectionInner .inner {
    border: 1px solid #fff;
    width: 300px;
    margin: 0 auto;
    padding: 20px 20px;
}
.newAdInfo .sectionInner .contactBlock p.contactButton {
    text-align: center;
}
.newAdInfo .sectionInner .contactBlock .contactButton a{
	text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}

.newAdInfo .listInfo li .infoWrap > div.title span {
	display:inline-block;
	position:relative;
	font-weight:bold;
	transition:.3s;
	-webkit-transition:.3s;
}
.newAdInfo .listInfo li .infoWrap > div.title span::after {
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background-color:#263A5F;
	content:'';
	transition:.3s;
	-webkit-transition:.3s;
}
.headline1 {
	margin-top: 0;
}
@media screen and (max-width:1199px) {
	.sectionInner {
		padding:0 15px;
	}
	.mediaCarousel {
		padding-left:50px;
		padding-right:50px;
		padding-bottom:10px;
	}
	.mediaCarousel p.next a {
		right:15px;
	}
	.mediaCarousel p.next a:hover {
		right:5px;
	}
	.mediaCarousel p.prev a {
		left:15px;
	}
	.mediaCarousel p.prev a:hover {
		left:5px;
	}
	.mediaCarousel li a {
		font-size:15px;
	}
}
@media screen and (max-width:1024px) {
	.serviceList li .bgOrange {
		height:500px;
	}
	#keyv:before {
		background-attachment:initial;
	}
	.bg-parallax {
		background-attachment:initial;
	}
	.contactBox .btnContact a {
		padding:0;
	}
}
@media screen and (max-width:991px) {
	.txtKeyv02 {
		font-size:24px;
	}
	.services .serviceList li .media {
		top:40px;
		width:58%;
	}
	.services .serviceList li .description {
		max-width:450px;
		padding:20px;
	}
	.services .serviceList li .description h3 {
		font-size:28px;
	}
	.services .serviceList li .description p {
		font-size:14px;
		line-height:25px;
	}
	.serviceList li .bgOrange {
		left:0;
		width:80%;
	}
	.serviceList li.alignRight .bgOrange {
		right:0;
	}
	.services .title .link a {
		margin-bottom:45px;
	}
	.services .title h2 img{
		height:57px;
	}
	.services .title h2:after {
		width:59px;
	}
	.bgMedia {
		padding:180px 0;
	}
	.services .title {
		padding-top:40px;
	}
	.serviceList li .bgOrange {
		height:390px;
	}
	.serviceList li {
		width:100%;
		margin-bottom:135px;
	}
}
@media screen and (max-width:736px) {
	#pageHome #main {
		margin:0;
	}
	.services .title h2 img {
		height:33px;
	}
	.services .title .link a img {
		height:11px;
		vertical-align:middle;
	}
	#header.is-sticky #logo {
		padding:16px 0 16px 13px;
	}
	.sectionInner {
		padding:0 10px;
	}
	#keyv {
		margin-bottom: 25px;
	}
	.keyvText {
		padding: 40px 15px 0;
	}
	.txtKeyv01 {
		font-size: 34px;
	}
	.txtKeyv02 {
		font-size:17px;
		line-height:1.4;
	}
	.txtKeyv03 {
		font-size:13px;
	}
	.mediaCarousel p.prev a:hover {
		left:15px;
	}
	.mediaCarousel p.next a:hover {
		right:15px;
	}
	.mediaCarousel p.prev a, .mediaCarousel p.next a {
		top:36px;
	}
	.mediaCarousel h3 {
		font-size:15px;
	}
	.mediaCarousel h3:after,
	.mediaCarousel h3:before {
		content:none;
	}
	.mediaCarousel h3 {
		margin:30px auto 20px;
	}
	.sectionTitle h3 .imgTitle01 {
		width:184px;
	}
	.sectionTitle h3 .imgTitle02 {
		width:206px;
	}
	.sectionTitle h3 .imgTitle04 {
		width:154px;
	}
	.sectionTitle h3 .imgTitle05 {
		width:145px;
	}
	.sectionTitle h3 .imgTitle06 {
		width:80px;
	}	
	.mediaCarousel li a {
		font-size:14px;
	}
	.reasons {
		padding:30px 0 40px;
		border-bottom:6px solid #FFF;
	}
	.reasonsList li p.title {
		margin-top:17px;
		margin-bottom:15px;
		padding-bottom:29px;
		border-bottom:5px solid #383838;
	}
	.reasonsList li {
		width:50%;
		margin-bottom:70px;
		padding:15px;
	}
	.reasonsList li p.content {
		font-size:14px;
		line-height:1.8;
	}
	.reasonsList li .bottonBox {
		margin:25px auto;
		margin-bottom:-70px;
		padding:25px 0;
	}
	.reasonsList li .bottonBox h5 {
		margin-bottom: 6px;
		font-size:17px;
	}
	.reasonsList li .bottonBox p {
		font-size:10px;
	}
	.reasonsList li .bottonBox .more {
		width:50px;
		height:52px;
		line-height:52px;
	}
	.services {
		padding:30px 0;
	}
	.services .sectionTitle {
		margin-bottom:40px;
	}
	.services .title h2 {
		margin-bottom:18px;
		font-size:32px;
	}
	.services .title h2:after {
		left:1px;
		width:33px;
	}
	.services .title .link a {
		font-size:13px;
	}
	.services .title {
		padding-top:20px;
		padding-left:15px;
	}
	.services .alignRight .title {
		padding-left:0;
		padding-right:15px;
	}
	.services .title .link a {
		margin-bottom:40px;
	}
	.serviceList li .bgOrange {
		width:96.5%;
	}
	.services .serviceList li .description {
		max-width:90%;
		padding:20px;
	}
	.services .serviceList li .description h3 {
		margin-bottom:8px;
		font-size:18px;
	}
	.services .serviceList li .description p {
		font-size:14px;
		line-height:24px;
	}
	.services .serviceList li .media {
		position:relative;
		top:auto;
		width:100%;
		margin-top:-50px;
		text-align:right;
	}
	.services .serviceList li.alignRight .media {
		text-align:left;
	}
	.services .serviceList li .media img {
		position:relative;
		width:97%;
		right:0;
		margin-right:-10px;
	}
	.services .serviceList li.alignRight .media img {
		margin-right:0;
		margin-left:-10px;
	}
	.serviceList li {
		margin-bottom:25px;
	}
	.bgMedia {
		padding:30px 0;
	}
	.mediaBox {
		margin:0 -5px;
		margin-top:-60px;
	}
	.mediaBox .leftBox,
	.mediaBox .rightBox {
		float:none;
		width:100%;
	}
	.mediaBox .item .text span.title {
		font-size:18px;
	}
	.media .mediaBox .item {
		padding:5px;
	}
	.mediaBox .item .overlay {
		border-width:5px;
	}
	.mediaBox .item .text {
		margin-top:-20px;
		left:20px;
	}
	.mediaBox .item .text img.arrow {
		margin-top:12px;
	}
	section.media {
		padding-bottom:24px;
	}
	.newAdInfo {
		padding:10px;
	}
	.newAdInfo h3.title {
		margin-bottom:24px;
		font-size:18px;
	}
	.newAdInfo .listInfo li .infoWrap {
		padding:10px;
	}
	.newAdInfo .listInfo li .infoWrap > div.title {
		display:block;
		width:100%;
		font-size:14px;
		padding-bottom:10px;
	}
	.newAdInfo .listInfo li .infoWrap > div.content {
		display:block;
		width:100%;
		padding:10px 10px 0;
		border-left:none;
		border-top:1px solid #CCC;
		font-size:12px;
	}
	.newAdInfo .listInfo li .infoWrap > div.content span.date {
		display:block;
		line-height:25px;
	}
	.newAdInfo .listInfo li .infoWrap > div.content img {
		top:19px;
		right:15px;
		width:20px;
	}
	.newAdInfo .listInfo li .infoWrap > div.content span.btnMore {
		width:52px;
		height:52px;
	}
	.newAdInfo .listInfo li .infoWrap > div.content span.btnMore:hover {
	}
	.newAdInfo h3.title:after {
		width:50px;
	}
	.boxKeyv {
		top:0;
		bottom:0;
		padding:0 20px;
	}
	.bgBlue {
		margin:0;
	}
	.imgKeyv {
		height:350px;
	}
	.imgKeyv video {
		display:none;
	}
	.imgKeyv .videoPoster {
		display:inline;
	}
	.owlSlider {
		margin-top:55px;
	}
	.boxKeyv .blockItem .content img {
		max-width:331px;
		width:100%;
	}
	.boxKeyv .blockItem {
		margin-right:0;
	}
.newAdInfo .sectionInner .inner {
    border: 2px solid #fff;
}	
}