@charset "utf-8";

#bg_visual{
	width: 100%;
	border-bottom:1px solid #a51f24;
}

#visual {
	margin: auto;
	overflow: hidden;
}

#visual a {
	display:block;
	padding-bottom: 29px;
	text-align:center;
	color: #fff;
	background-size: cover;
	background-position: center center;
	float: left;
}

#visual .catchcopy,
#visual .message{
	text-shadow: 0px 0px 5px #424242,0px 0px 5px #424242,0px 0px 5px #424242,0px 0px 5px #424242;
}

#visual .catchcopy{
	padding: 15px 0;
	margin: 70px 70px 55px;
	font-size: 200%;
	font-weight: bold;
	border: solid 3px #fff;
	border-left: none;
	border-right: none;
}


#visual .message {
	margin:30px;
	font-size: 140%;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 40px;
}

#visual .message span {
	color:#a51f24;
	font-size:34px;
	text-shadow: 0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff;
}

#visual .company{
	background-image:url("/img/visual_top_company.jpg");
}

#visual .web{
	background-image:url("/img/visual_top_development.jpg");
}

#visual .infrastructure{
	background-image:url("/img/visual_top_network.jpg");
}

#visual .consulting{
	background-image:url("/img/visual_top_consulting.jpg");
}

#visual .arrow_left,
#visual .arrow_right {
	position: absolute;
	margin-top: 170px;
	color: #fff;
	font-size: 200%;
	font-weight: 700;
	z-index: 1000;
	cursor: pointer;
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#visual .arrow_left:hover,
#visual .arrow_right:hover {
	opacity: 0.5;
}

#visual .arrow_left {
	left: 10px;
}

#visual .arrow_right {
	right: 10px;
}

.visual_detail{
	display:inline-block;
	padding:0 20px;
	color:#424242;
	font-weight: 700;
	border-radius:10px;
	background:#fff;
}


/*------------------------------
	news
------------------------------*/

#news .wrap{
	margin:auto;
	width: 1050px;
}

#news .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#news .news_list {
	float: left;
	margin: 0 20px 0 0;
	width: 690px;
}

#news .news_list ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #bbb;
}

#news .news_list ul a{
	position: relative;
	display: block;
	padding: 16px 15px 16px 30px;
	color: #000;
}

#news .news_list ul a .date {
	float: left;
	margin-right: 50px;
}

#news .news_list ul a .title {
	overflow: hidden;
}

#news .news_list ul a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #f5f5f5;
	transform-origin: right top;
	transform: scale(0, 1);
}

#news .news_list ul a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
	transition: transform .5s;
}

#news .news_list ul .date {
	color: #666;
}

#news .news_list ul .new p::after {
	content: "NEW";
	position: relative;
	top: 0;
	left: 15px;
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
	background:#a51f24;
}

.btn_all {
	margin: 40px 0 10px
}

.btn_all a {
	display: block;
	margin: auto;
	width: 260px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #424242;
	border-radius:5px;
	transition: .4s;
}

.btn_all a:hover {
	background: #424242;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

#news ul.cnp_list{
	clear: both;
	margin: 20px 0 0;
	min-height: 1px;
}

#news ul.cnp_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#news ul.cnp_list li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0 0 18px 0;
}

#news ul.cnp_list li:first-child{
	margin-right: 18px;
}

#news ul.cnp_list li a{
	display: inline-block;
	border: 1px solid #ddd;
}

#news ul li.cnp_banner a{
	display: block;
	width: 1050px;
	padding: 30px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-shadow: 0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000;
}

#news ul.cnp_list li a b{
	color: #d00;
	font-size:24px;
	text-shadow: 0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff;
}

#news ul.cnp_list li.edonavi  a{
	background: url("/img/edonavi_banner.png")no-repeat 0 70%;
	padding: 115px 0 19px;
}

#news ul.cnp_list li.edogawaku_hojokin  a{
	background: url("/img/banner_websolution.jpg")no-repeat 0 70%;
}

#news ul.cnp_list li.vpn a {
	background: url("/img/banner_vpn.jpg")no-repeat 0 70%;
	padding: 50px 0;
}

/*------------------------------
	service
------------------------------*/
#service{
	background:#f5e8e6;
}

#service .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#service .wrap {
	margin:0  auto 50px;
	width: 1050px;
}

#service .division {
	float: left;
	margin-left: 8px;
}

#service .division h2{
	font-size: 20px;
	margin-bottom: 10px;
}

#service .division a{
	display: block;
	box-sizing: border-box;
	width: 340px;
	height: 340px;
	padding: 80px 35px 0 35px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 250px;
	background: #a51f24;
	transition: .3s;
	box-shadow: 0 0 10px #ddd;
}

#service .division .explanation {
	margin-top: 10px;
}
#service .division a:hover,
#service .division a:focus{
	opacity: 0.8;
	box-shadow: none;
}


#about {
	border-top: 1px solid #ddd;
}

#about .wrap {
	width: 1050px;
	margin: auto;
}

.recommend {
	clear: both;
	padding-top: 10px;
}

.recommend h2 {
	margin-bottom: 10px;
}

.recommend ul {
	margin: 0;
}

.recommend ul li{
	display: inline-block;
	margin: 0 10px 10px 0;
}

.recommend ul li a img{
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 50px;
}


/*------------------------------
	contact
------------------------------*/
#contact{
	background:#eee;
}

#contact .tel_number{
	margin-top: -50px;
	text-align: right;
	font-size: 32px;
}

#contact .tel_number img {
	margin-right: 5px;
}

#contact a.contact_form {
	display: block;
	margin-top: 10px;
	padding:13px 0;
	text-align:center;
	font-size: 22px;
	border-radius:7px;
	background:#d35052;
	color: #fff;
}

#about .wrap {
	display: table;
	width: 1050px;
	margin: auto;
}

#about .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#about .about_company {
	display: table-cell;
	width: 50%;
	padding-left: 30px;
}

#about .about_company .brand {
	width: 360px;
	height: auto;
}

#about .about_contact h2 {
	font-size: 20px;
}

#about .about_contact {
	display: table-cell;
	width: 50%;
	font-size: 15px;
	text-align: center;
	border-left: 1px solid #ddd;
}

#about .about_contact .ttc {
	padding-left: 40px;
	font-size: 36px;
	font-weight: bold;
	background: url(/img/icon_tel_sp.png) no-repeat left center;
}


#about .about_contact .btn_contact {
	display: block;
	margin: 10px auto 0;
	width: 320px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #424242;
	border-radius:5px;
	transition: .4s;
}

#about .about_contact .btn_contact:hover {
	background: #424242;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
