@charset "utf-8";

.req{
	color:#ec7121;
}
#preloader{
	background-color: #1b73ba;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100000;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 100px;
	margin-top: -10px;
	margin-left: -50px;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	position: absolute;	
}

#object_one{
	-webkit-animation: object 2s linear infinite;
	 animation: object 2s linear infinite;
}
#object_two{ 
	-webkit-animation: object 2s linear infinite -.4s;
	animation: object 2s linear infinite -.4s;
}
#object_three{ 
	-webkit-animation: object 2s linear infinite -.8s; 
	animation: object 2s linear infinite -.8s; 
}
#object_four{ 
	-webkit-animation: object 2s linear infinite -1.2s;
	animation: object 2s linear infinite -1.2s; 
} 
#object_five{ 
	-webkit-animation: object 2s linear infinite -1.6s; 
	animation: object 2s linear infinite -1.6s; 
}

@-webkit-keyframes object{
	0% { left: 100px; top:0}
	80% { left: 0; top:0;}
	85% { left: 0; top: -20px; width: 20px; height: 20px;}
	90% { width: 40px; height: 15px; }
	95% { left: 100px; top: -20px; width: 20px; height: 20px;}
	100% { left: 100px; top:0; }
}
@keyframes object{
	0% { left: 100px; top:0}
	80% { left: 0; top:0;}
	85% { left: 0; top: -20px; width: 20px; height: 20px;}
	90% { width: 40px; height: 15px; }
	95% { left: 100px; top: -20px; width: 20px; height: 20px;}
	100% { left: 100px; top:0; }
}

section#top{
	content:"";
	background-image:url("../img/top_bg2-min.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
#top .inner {
	max-width: 1100px;
	margin: 0 auto;
	height: 780px;
	position: relative;
	z-index: 1;
}
#top .msg {
	position: absolute;
	right: -14px;
	top: 66px;
}
#top .banner {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}
#top .banner a{
	display:block;
	margin-left:20px;
}
#top .banner a:first-child{
	margin-left:0;
}

.contact_bloc {
	background-color: #1b73ba;
	padding: 20px 65px;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	height: 178px;
}
.contact_bloc .mail_left {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.contact_bloc .mail_left:before{
	content:"";
	position: absolute;
	right:0;
	top:0;
	height:100%;
	width:0;
	border-right:1px solid #fff;
}
.contact_bloc .mail_left .inbox{
	width: 440px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right:auto;
}
.contact_bloc .mail_left p {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 19px;
}
.contact_bloc .mail_left .btn_def i {
	margin-left: 0;
	margin-right: 20px;
}
.contact_bloc .mail_left .btn_def span{
	letter-spacing: 0.1em;
}
.contact_bloc .tel_right {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact_bloc .tel_right .inbox{
	width: 440px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left:auto;
}
.contact_bloc .tel_right p {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 17px;
	margin-top: 19px;
}
.contact_bloc .tel_right .tel {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.contact_bloc .tel_right .tel i {
	font-size: 54px;
	color: #fff;
	margin-left: 10px;
}
.contact_bloc .tel_right .tel span {
	font-size: 48px;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0.09em;
	font-weight: 500;
	margin-left: 30px;
	display: block;
	margin-top: -5px;
	white-space:nowrap;
}

.page-ttl2 {
	width: 100%;
	text-align: center;
	position: relative;
}
.page-ttl2 .bg_down {
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #86c2eb;
}
.page-ttl2 .bg_down:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 50vw 0 50vw;
	border-color: #86c2eb transparent transparent transparent;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin:0 auto;
}
@media only screen and (max-width: 1200px) {
	.page-ttl2 .bg_down:after{
		border-width: 75px 600px 0 600px;
	}
}
.page-ttl2 h2 img {
	display: block;
	margin: 0 auto;
	padding: 41px 0 20px;
}
.page-ttl2 h2 span {
	color: #fff;
	font-size: 34px;
	line-height: 1em;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-top: -5px;
}


.flex {
	display: flex;
	-js-display: flex;
	display: -webkit-flex;
	}
	.justify-between {
		justify-content: space-between !important;
	  }
	  .secinner{
		width : 1140px;
		margin : 0 auto;
		position: relative;
	}
.maincontent{background-color: #fff;}
.message{margin-top: 90px;margin-bottom: 72px;}
.message_left{width: 872px;}
.ttl{font-size: 32px;font-weight: bold;color: #595757;border-bottom: 1px solid #1c6dae;padding-bottom: 7px;letter-spacing: -0.01em;}
.ttl:before{
	content : "";
	display : inline-block;
	background-image: url("../img/ttlimg.png");
	width: 38px;
	height: 30px;
	position: relative;
	top: 2px;
}
.message_txt{font-size: 16px;margin-top: 44px;line-height: 1.7;}
.message_right{width: 220px;margin-top: 8px;}
.message_ceo{
}
.message_namewrap{margin-top: 11px;}
.message_nameclass{
}
.message_name{font-size: 18px;font-weight: bold;margin-left: 10px;letter-spacing: 0.3em;}
.virtual{margin-bottom: 107px;}
.virtual_img{
}
.solution{margin-bottom: 93px;}
.solution_links{
	
margin-top: 52px;
}
.solution_link{border: 2px solid #1c6dae;border-radius: 10px;overflow: hidden;background-color: #1c6dae;}
.solution_img{
}
.solution_linkttl{color: #fff;background-color: #1c6dae;font-size: 22px;font-weight: bold;text-align: center;padding-top: 15px;padding-bottom: 15px;}
.links{background-color: #b0d8f3;padding-top: 55px;padding-bottom: 65px;margin-bottom: 111px;}
.links_link{
}
.links_linkimg{
}

