﻿@charset "UTF-8";

* {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	background: #fff;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	height: 100%;
	position: relative;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	line-height:2em;
}

p,li,dt,dl {
	line-height: 1.75;
}

/*リンク*/
a:link{
	color: #004679;
	text-decoration: none
}

a:visited{
	color: #21659d;
	text-decoration: none
}

a:hover{
	color: #21659d;
	text-decoration: none
}

a img{
	-webkit-transition: .2s ease-in-out !important;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

/*幅指定*/
.wrap{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

/*h2*/
main h2{
	margin-top: 20px;
	margin-left: 5%;
	margin-bottom: 20px
}

h2 {
	position: relative;
	padding: 6px 6px 6px 42px;
	background: #004679;
	font-size: 30px;
	color: #fff;
	margin-left: -33px;
	line-height: 1.3;
	z-index:-1;
}

h2:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	border: none;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
	z-index:-2
}

/*h3*/
h3 {
	position: relative;
	padding: 0.3em 0;
	font-size: 24px;
	color: #004679

}
h3:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, #00ac6a 0%, #21659d 100%);
	background: linear-gradient(to right, #00ac6a 0%, #21659d 100%);
}

/*h4*/
h4{
	font-size: 22px;
	line-height: normal
}

/*テーブル*/
table{
	width: 90%;
	margin: 0 auto;
}

table th, table td{
	border: solid 1px #b3b3b3;
	padding: 20px 10px;
}

table th{
	color: #fff;
	background-color: #004679;
	font-weight: normal
}

table td{
	color: #004679
}

.tx_c{
	text-align: center	
}

/*マージン調整*/
.mt0{
	margin-top: 0
}

.mt10{
	margin-top: 10px
}

.mt20{
	margin-top: 20px
}

.mt30{
	margin-top: 30px
}

.mt40{
	margin-top: 40px
}

.mt50{
	margin-top: 50px
}

.mt60{
	margin-top: 60px
}

.mb0{
	margin-bottom: 0px
}

.mb10{
	margin-bottom: 10px
}

.mb20{
	margin-bottom: 20px
}

.mb30{
	margin-bottom: 30px
}

.mb40{
	margin-bottom: 40px
}

.mb50{
	margin-bottom: 50px
}

.mb60{
	margin-bottom: 60px
}

/*パディング調整*/
.pt0{
	padding-top: 0
}

.pt10{
	padding-top: 10px
}

.pt20{
	padding-top: 20px
}

.pt30{
	padding-top: 30px
}

.pt40{
	padding-top: 40px
}

.pt50{
	padding-top: 50px
}

.pt60{
	padding-top: 60px
}

.pb0{
	padding-bottom: 0
}

.pb10{
	padding-bottom: 10px
}

.pb20{
	padding-bottom: 20px
}

.pb30{
	padding-bottom: 30px
}

.pb40{
	padding-bottom: 40px
}

.pb50{
	padding-bottom: 50px
}

.pb60{
	padding-bottom: 60px
}

/***共通***/
/*ヘッダーロゴ*/
.header_logo{
	float: left;
	padding: 0.2em 1.5em
}

.header_logo img{
	width: 114px
}

/*ナビゲーション*/
nav{
	text-align: center
}

nav ul li{
	display: inline-block;
	padding: 1em 1.2em;
}

.link_line{
	display: inline-block;
	padding-bottom: 3px;
	position: relative;
	color: #004679
}

.link_line::after{
	background-color: #00ac6a;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	transition: .3s all;
	width: 0;
}

.link_line:hover::after{
	width: 100%
}

/*背景トライアングル*/
.bk_triangle{
	background-image: url("../image/triangle.png");
	background-size: 1000px auto;
}


/***トップ***/
.main_image{
	position: relative
}

.main_image img{
	width: 100%;
	z-index: 1
}

.main_image p{
	position: absolute;
	z-index: 2;
	color: #fff;
	font-size: 2em;
	font-weight: 600;
	top: 150px;
	left: 100px;
	text-shadow: 1px 1px 4px #333333
}

.top_ttl01{
	text-align: center;
	padding: 60px 10px;
	margin: 10px 0;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.ilb{
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	text-align: center
}

.top_bnr01{
	max-width: 100%;
	width: 450px;
	box-sizing: border-box;
}

.top_bnr01 p{
	padding: 15px;
	text-align: left
}

.top_bnr01 img{
	width: 400px
}

.top_bnr01 a img:hover{
	background-color: rgba(0,70,121,0.4)
}

/***会社案内***/
.list01{
	list-style: none
}

/*事業内容*/
.about_ol{
	max-width: 450px;
	margin: 0 auto
}

.about_ol li{
	list-style-position: inside
}

.about_font{
	color: #fff
}

.projects{
	padding: 70px 10px 120px;
	margin: 80px 0px 0px
}

#about01{
	background-image: url("../image/about01.jpg");
	max-width: 100%
}

/***下層ページ***/
.headline01{
	color: #004679;
	padding: 10px
}

/*斜めコンテンツ*/
.contents {
  position: relative;
  overflow: hidden;
  margin: 5% 0;
  padding: 80px 0;
}

.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  background: #004679;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.contents:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  background: #00ac6a;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}

.contents_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 110px 10px 120px;
  color: #fff;
}

.contents_inner ul{
	padding: 20px 0 10px 20px
}

.contents_inner .font02{
	color: #00ac6a;
	font-size: 20px;
	font-family: 'Avenir','Arial',sans-serif;
}

.contents_inner .font03{
	color: #004679
}

.contents_inner#server01{
	background-image: url("../image/server01.png");
	background-repeat: no-repeat;
	background-position: 90% 55%
}

.contents_inner#pc01{
	background-image: url("../image/pc01.png");
	background-repeat: no-repeat;
	background-position: 90% 40%
}

.contents_inner#server02{
	background-image: url("../image/server02.png");
	background-repeat: no-repeat;
	background-position: 90% 55%
}

.contents_inner#cloud01{
	background-image: url("../image/cloud01.png");
	background-repeat: no-repeat;
	background-position: 90% 45%
}

/*白いドロップシャドウ*/
.dropshadow{
	text-shadow: 1px 1px 0.3px #fff
}

/*お問い合わせ*/
.button_inquiry{
	padding: 20px;
	color: #004679
}

.button_inquiry img{
	width: 300px
}

.button_inquiry a img:hover{
	background-color: rgba(0,70,121,0.4);
}


/***フッターお問い合わせ***/
.inquiry{
	background-image: url("../image/inquiry_bk.png");
	padding: 20px;
	text-align: center
}

.inquiry p{
	color: #fff;
	font-size: 22px;
	text-shadow: 1px 1px 4px #333333;
	text-align: center;
	padding: 20px
}

.inquiry img{
	max-width: 100%;
	width: 300px;
	margin: 20px;
	background-color: rgba( 255, 255, 255, 0.6 );
}

.inquiry a img:hover{
	background-color: rgba( 255, 255, 255, 0.8 )
}

/***フッター***/
footer{
	color: #fff;
	background-color: #333333;
	text-align: center;
	padding: 10px
}

footer ul li{
	display: inline-block;
	padding: 10px;
	font-size: 14px;
}

footer ul li a:link{
	color: #fff
}

footer ul li a:visited{
	color: #fff
}

footer ul li a:hover{
	color: #00ac6a
}

footer ul li a::before{
	content: "▶";
	padding-right: 3px
}

.foot_coop img{
	padding: 60px 0 15px 0
}

.foot_coop p{
	color: #257d40
}
