@charset "UTF-8";

/*
==================================================
  基本設定
==================================================
*/

/* ----- 背景・テキスト ----- */
body{
	background-image: url(../images/bg/background02.gif);
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",'YuGothic','Yu Gothic',"游ゴシック",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	border-top: 3px solid #008BBB;
	color: #4c4c4c;
	font-weight: 500;
	}
	
/*
==================================================
  レイアウト
==================================================
*/
/* ----- containerの指定 ----- */
#container{
	max-width: 960px; /*1024>PC>768>タブレット>480>スマホ*/
	margin: 0 auto;
	box-shadow: 0 0px 20px rgba(0,0,0,0.2);
	}

/*
==================================================
  ヘッダ
==================================================
*/
/* ----- headerのプレート ----- */
header{
	width: 100%;
	background-color: #fff;
	}
	
/* ----- サイトタイトル ----- */
header h1{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60%;
	font-size: calc(1.1rem + 0.25vw);
	line-height: 1.1;
	}

/* ----- ITCのロゴ ----- */
header h1 img{
	margin-left: 35px;
	width: 20%;
	float: left;
	clear: both;
	margin-top: -2px;
	}

/* ----- 団体名 ----- */
header h1 p{
	float: left;
	padding-top: 4px;
	}
/* ----- 団体名のデザイン ----- */
#itcareer{
	font-size: calc(1.4em + 0.25vw);
	color: #008BBB;
	font-weight: bold;
	margin-left: 10px;
	}
	
/* ----- 連絡先 ----- */
.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix{
	display: inline-table;
	}
/* Hides from IE-mac |*/
* html.clearfix{
	height: 1%;
	}
/*.clearfix{display: block;}
End hide from IE-mac*/
header address{
	margin-top: 30px;
	margin-right: 3.5%;
	width: 35%;
	float: right;
	text-align: right;
	}
header address img{
	width: 85%;
	height: 85%;
	box-shadow: 2px 2px 4px #ccc; 
	}
header address p{
	text-align: right;
	font-size: 0.9rem;
	font-weight: bold;
	margin-top: -4px;
	font-style: normal; 
	}

/*
==================================================
  スマホ向けハンバーガーメニュー
==================================================
*/
/* ----- スマホ向けハンバーガーメニューのプレート ----- */
#nav-drawer {
 	position: relative;
 	background-image: linear-gradient(to right bottom, #008BBB 0%, #0096c8 50%, #008BBB 100%);
	background-image: -ms-linear-gradient(15deg, #008BBB 0%, #0096c8 50%, #008BBB 100%);
    background-image: -moz-linear-gradient(15deg, #008BBB 0%, #0096c8 50%, #008BBB 100%);
    background-image: -webkit-linear-gradient(to right bottom, #008BBB 0%, #0096c8 50%, #008BBB 100%); 
}
/* ----- チェックボックス等は非表示 ----- */
.nav-unshown {
	display:none;
}
/* ----- アイコンのスペース ----- */
#nav-open {
	display: inline-block;
	width: 37px;
	height: 50px;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 8px;
	padding-top: 14px;
	padding-left: 6px;
}
/* ----- ハンバーガーアイコンをCSSだけで表現 ----- */
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 5px;/*線の太さ*/
	width: 40px;/*長さ*/
	border-radius: 5px;
	background: #FFF;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -13px;
}
#nav-open span:after {
	bottom: -26px;
}
/* ----- 閉じる用の薄黒カバー ----- */
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/* ----- 中身 ----- */
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 300px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}
#nav-content h2{
 	background-image: linear-gradient(to right bottom, #008BBB 0%, #0096c8 50%, #008BBB 100%);
	background-image: -ms-linear-gradient(15deg, #008BBB 0%, #0096c8 50%, #008BBB 100%);
    background-image: -moz-linear-gradient(15deg, #008BBB 0%, #0096c8 50%, #008BBB 100%);
    background-image: -webkit-linear-gradient(to right bottom, #008BBB 0%, #0096c8 50%, #008BBB 100%); 
	color: #FFFFFF;
	height: 55px;
	padding-top: 10px;
	text-align: center;
	font-size: 1.3rem;
	}
#nav-content li{
	height: 50px;
	padding-top: 10px;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 1.2rem;
	padding-left: 15px;
	padding-right: 15px;
	}
#nav-content ul li .iro:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-top: solid 2px #008BBB;
	border-right: solid 2px #008BBB;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-content li:hover {
	background: linear-gradient(#EEEEEE, #ffffff, #EEEEEE);
	}
#nav-content ul ul li{
	height: 45px;
	padding-top: 10px;
	font-size: 1.05em;
	}
#nav-content ul ul li a{
	display:block;
	}
#nav-content ul li .choku a{
	display:block;
	}
.close{
    display: none;
}
#nav-content ul li {
    cursor:pointer;
}
/* ----- チェックが入ったらもろもろ表示 ----- */
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/*
==================================================
  Edge、IE向け
==================================================
*/
/* ----- ＜Edgeのみ適応＞ヘッダー部 ----- */
@supports (-ms-ime-align:auto) {
	header h1 img{
	margin-top: -2px;
	width: 18%;
	}
	
	header h1 p{
	float: left;
	margin-top: 0px;
	}

	header address img{
	width: 86%;
	height: auto;
	margin-top: -5px;
	}
		
	header address p{
	font-size: 0.9rem;
	font-weight: bold;
	margin-top: -4px;
	}
}
/* ----- ＜IEのみ適応＞ヘッダー部 ----- */
_:-ms-input-placeholder, :root header{
 	display: flex;
 	justify-content: space-between;
	}
_:-ms-input-placeholder, :root header h1 img{
	margin-top: 2px;
	width: 20%;
	}
_:-ms-input-placeholder, :root header h1 p {
	margin-top: 10px; 
	}
_:-ms-input-placeholder, :root header address{
	width: 45%;
	}
_:-ms-input-placeholder, :root header address img{
	margin-top: 5px;
	margin-right: 35px;
	float: right;
	text-align: right;
	width: 65%;
	height: auto;
	}
_:-ms-input-placeholder, :root header address p{
	text-align: right;
	float: right;
	margin-right: 35px;
	margin-top: 5px;
	}
_:-ms-input-placeholder, :root #pc-nav li{
	width: 15%;
	}
/*
==================================================
  PC向けグローバルメニュー
==================================================
*/
#pc-nav ul{
	background: linear-gradient(#b1dcea, #008BBB, #b1dcea);
	background-image: -ms-linear-gradient(#b1dcea, #008BBB, #b1dcea);
    background-image: -moz-linear-gradient(#b1dcea, #008BBB, #b1dcea);
    background-image: -webkit-linear-gradient(#b1dcea, #008BBB, #b1dcea);
	width: 100%;
	text-align: center;
	}
#pc-nav li{
	display: inline-block;
	width: 15%;
	font-size: calc(0.7rem + 0.5vw); 
	padding-top: 1%;
	padding-bottom: 1%;
	color: #FFF;
	text-shadow: 1px 2px 3px #666; 
	}
#pc-nav li a{
	display: block;
	}
/* ----- メニューにマウスを乗せたときのスタイルト ----- */
#pc-nav li:hover {
	background: linear-gradient(#ffffff, #EEEEEE, #EEEEEE, #ffffff);	
	border-bottom: solid 3px #008BBB;
	text-shadow: 1px 2px 3px #fff;
	color: #191919;
	margin-bottom: -3px;
	}
	
	
		
/*　　　　　　　　　　　　　ここまで共通部分　　　　　　　　　　　　　　　　　　　　　　　　*/
/*
==================================================
  section部レイアウト
==================================================
*/
/* ----- section部プレート ----- */
section#box1 {
	display: flex;
	justify-content: space-around;
	background-color: #FFF;
	background-image: url(../images/bg/bg3.jpg);
	background-repeat: repeat-x;
	}
/* ----- section部２分割プレート ----- */
.box-big1 {
	margin-top: 1%;
	margin-bottom: 1%;
	margin-right: 2%;
	}
	
/*
==================================================
  パンくずリスト
==================================================
*/
.breadcrumb {
    padding-left: 3%;
    margin: 0 10px 10px 10px;
    -webkit-overflow-scrolling: touch; /* スマホでスクロールを滑らかにする */
}
.breadcrumb ol {
    display: table; /* [必須]  */
}
.breadcrumb ol li {
    font-size: 0.8rem;
    display: table-cell; /* [必須]  */
    white-space: nowrap; /* [必須] テキストを改行させないように */
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}
.breadcrumb ol li:last-child {
    padding-right: 0;
}
.breadcrumb ol li:last-child:after {
    display: none;
}
.breadcrumb ol li:after {
    position: absolute;
    display: block;
    content: '';
    content: ">";
    top: 3px;
    right: 8px;
}
/* ----- リンクアンダーライン ----- */
.breadcrumb ol li a:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #111;
    bottom: 0px;
}
.breadcrumb ol li a,
.breadcrumb ol li span {
    position: relative;
    display: block;
    top: -4px;
}
.breadcrumb ol li .home {
	padding-top: 10px;
	color: #1c1c1c;
 }
.breadcrumb ol li .genzai {
    background-color: #eee;
	color: #1c1c1c;
    border-radius: 4px;
 	padding: 6px 8px;
}
/* ----- リンクアニメーション ----- */
.breadcrumb ol li a:hover:before {
        transform: scaleX(1);
        transition: transform 0.3s ease;
    }
.breadcrumb ol li a:before {
        transform: scaleX(0);
    }


/*
==================================================
  お仕事のご依頼について内容の基本骨格
==================================================
*/
/* ----- flex記述 ----- */
article{
	width: 60%;
	padding-top: 1%;
	padding: 0.5em;/*文字周りの余白*/
	}
/* ----- 見出しのプレート ----- */
.midashi1{
	display: flex;
 	align-items: stretch;
 	margin-left: 5%;
	}
/* ----- アイコンのデザイン ----- */
article img{
	height: 50px;
	}
.PCicon{
	float: left;
	}
/* ----- 見出しのデザイン ----- */
article h2{
	font-size: 1.5rem;
	margin-bottom: -3px;
	padding-top: 12px;
	padding-left: 15px;
	float: left;
	}
/* ----- 見出しのアンダーライン ----- */
span.midashi2
	{
	background: linear-gradient(transparent 50%, #ffff88 50%);  
	}
/* ----- 本文のデザイン----- */
article p{
	margin-top: 5%;
	padding-left: 5%;
	color: #1c1c1c;
	}
	
	
	

/*　　　　　　ここまで第２共通部分　　　　　　*/
/*
==================================================
  お仕事のご依頼について内容の詳細設定
==================================================
*/
/* ----- 「お仕事のご依頼について」のデザイン----- */
article ul{
	display: block;
	margin-left: 10%;
	}
article ul li {
 	position: relative;
}
article ul li::after,
article ul li::before {
	display: block;
 	content: '';
 	position: absolute;
}
/* ----- 「お仕事のご依頼について」の紹介文 ----- */
article ul li::after {
 	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #008BBB;
	border-radius: 100%;
}
/* ----- 矢印マーク ----- */
article ul li::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ----- 冒頭文章 ----- */
.shoukai{
	padding-bottom: 20px;
	}
/* ----- 受付作業内容一覧 ----- */
.gyoumu2{
	font-weight: bold;
	color: #1c1c1c;
	}
/* ----- 受付作業内容補足と説明 ----- */
.gyoumu{
	margin-left: 0px;
	font-size: 0.9rem;
	color: #1c1c1c;
	}
/*
==================================================
  お仕事のご依頼の問い合わせ先
==================================================
*/
/* ----- 問い合わせ先 ----- */
.flex_toiawase-box {
	margin-left: 5%;
    display: flex;              /* フレックスボックスにする */
    justify-content: center;
	align-items: center;
    background-color: #EFEFEF;     /* 背景色指定 */
	margin: 0 auto;
	width: 90%;
	border:1px solid #ccc;
	margin-bottom: 20px;
}
.flex_toiawase-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    font-size: 1.3rem;
    align-self: center;
    text-align: center;
}
.flex_toiawase-item:nth-child(1) {
    flex-grow: 1;               /* 幅指定 */
    color: #1c1c1c;
}
.flex_toiawase-item:nth-child(2) {
    flex-grow: 2;               /* 幅指定 */
    background-color:  #FFF; /* 背景色指定 */
	color: #4c4c4c;
	border-bottom: 5px solid #008BBB;
}
/* ----- 問い合わせ先番号のデザイン ----- */
.bangou{    
	font-size: 1.5rem;
    font-weight: bold;
	font-family: 'Arial',sans-serif;
	color: #008BBB;
	}
	
/*
==================================================
  実績一覧
==================================================
*/
/* ----- 実績の表のデザイン ----- */
article table{
	border-collapse: collapse;
	background-color: white;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}
article table caption{
	font-size: 1.3rem;
	font-weight: bold;
	}
th,td{
 	border:1px solid #ccc;
 	padding:7px;
 	color: #1c1c1c;
	}
article table tr:first-child th{
	border-top:5px solid #008BBB;
	}

article table tr:first-child td{
	border-top:5px solid #ccc;
	}
/* ----- 実績一覧 ----- */
article table th{
	padding-left: 10px;
	padding-right: 10px;
	background:#EFEFEF;
 	font-weight: normal;
	}
/* ----- 実績の補足と説明 ----- */
article table td{
	padding-left: 20px;
	padding-right: 20px;
	}
/* ----- 実績の数値 ----- */
.data{
	text-align: right;
	padding-right: 20px;
	}
/* ----- 調査時点の日付 ----- */
.comment1{
	text-align: right;
	margin-right: 9%;
	font-size: 0.8rem;
	}
	
/*
==================================================
  トップへ戻るボタン
==================================================
*/
.topBtn {
 	position:fixed; /*固定*/
	bottom:20px; /*場所を右下に移動*/
 	right:20px; /*場所を右下に移動*/
	display:block; /*aタグをblock要素に変更*/
	background-color:rgba(0,0,0,0.5); 
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
}
.topBtn:before {
	content:'\25B2';
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:center;
	font-size:20px;
}
.topBtn:hover {
	opacity:0.7;
}



/*　　　　　　ここから第２共通部分　　　　　　*/
/*
==================================================
  右半分部分
==================================================
*/
/* ----- サブメニューのプレート ----- */
#subnav {
	margin-top: 5%;
	margin-bottom: 10%;
	height: 130px;
	background-color: white;
	box-shadow: 2px 2px 4px gray;
	}
/* ----- サブメニューの題名 ----- */
#subnav h2{
	border: solid 1px #ccc;
	background-image: url(../images/works/subnav1.jpg);
	height: 50px;
	padding-top: 8px;
	font-size: 1.1rem;
	color: #FFFFFF;
	font-weight: 600;
	display: -webkit-flex;
	display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	}
/* ----- サブメニューのリスト ----- */
#subnav li{
	color: #1c1c1c;
	height: 40px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-top: 10px;
	padding-left: 10px;
	}
#subnav li:hover {
	background: linear-gradient(#EEEEEE, #fff, #EEEEEE);
	border-bottom: solid 3px #5da3bb;
	}
/* ----- サブメニューのリストアイコン ----- */
#icon{
	height: 1.0rem;
	}
/* ----- リンク一覧部分のデザイン ----- */
aside {
	padding: 1%;
	}
/* ----- リンク一覧部分の画像のデザイン ----- */
aside img{
	margin: 1%;
	box-shadow: 2px 2px 4px gray;
	}




/*　　　　　　　　　　　　　　　　ここから共通部分　　　　　　　　　　　　　　　　　　　　*/
/*
==================================================
  フッター部分
==================================================
*/
footer {
	width: 100%;
	margin-bottom: 20px;
	background: linear-gradient(#008BBB, #008BBB, #008BBB, #008BBB, #008BBB ,#008BBB, #008BBB, #008BBB, #008BBB, #0096c8);
	}
footer ul{
	width: 90%;
	padding-left: 5%;
	padding-top: 0.5%;
	text-align: center;
	}
footer li{
	display: inline-block;
	font-size: 0.9rem;
	color: white;
	border-right: solid 1px white;
	}
footer li:hover {
	text-shadow: 1px 2px 2px #cccccc; 
	}
footer li:last-child{
	border-right: none;
	}
footer p {
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
	font-size: 0.9rem;
	color: white;
	}
/* ----- Edgeのみ適応 ----- */
@supports (-ms-ime-align:auto) {
	footer li{
		padding-right: 12px;
	}
}
/* ----- IEのみ適応 ----- */
_:-ms-input-placeholder, :root footer li {
		padding-right: 12px;
	}



/*　　　　　　　　　　　　　　　　ここからPC/スマホ各自指定部分　　　　　　　　　　　　　　　　　　　　*/
/*
==================================================
  PC向け
==================================================
*/

@media screen and (min-width:600px) {
	#nav-open {
    display:none;
  }
}

/*
==================================================
  スマホ向け
==================================================
*/
@media(max-width:600px){
/* ----- ヘッダー ----- */
	header{
		width: 100%;
		height: 70px;
		background-color: #fff;
		}
	header h1{
		margin-top: -10px;
		margin-left: 15px;
		width: 45%;
		font-size: calc(0.6rem + 1vw);
		}
	header h1 p{
		float: left;
		padding-top: 0px;
		}
	header h1 img{
		visibility: hidden;
		}
	#itcareer{
		font-size: calc(1rem + 1vw);
		color: #008BBB;
		font-weight: bold;
		}
	header address{
		width: 45%;
		margin-top: 20px;
		float: right;
		text-align: center;
		}
	header address p{
		visibility: hidden;
		}
/* ----- グローバルメニュー部分 ----- */
	#pc-nav ul{
		height: 0px;
		}
	#pc-nav li{
		visibility: hidden;
	}
	.fade-2 {
		border-top: 1px dashed #bbb;
	}
/* ----- 本文 ----- */
	section#box1{
		display: flex;
		flex-direction: column;
		}
	.box-big1{
		width: 95%;
		}
	article h2{
		font-size: 1.3rem;
		}
	article p{
		font-size: calc(0.6rem + 1vw);
		}
	article ul, ol, li{
		font-size: 0.8rem;
		}
	.gyoumu, .gyoumu2{
		font-size: calc(0.6rem + 1vw);
		}
	.flex_toiawase-item {
		font-size: calc(0.8rem + 1vw);
		}
	.bangou{
		font-size: calc(1.1rem + 1vw);
		}
	th,td{
 		padding: 3px;
		} 
	article table th{
		font-size: 0.9rem;
		}
	article table td{
		font-size: 0.9rem;
		}
/* ----- サブメニュー部分 ----- */
	aside img{
		display: block;
		margin: auto;
		}
	#subnav{
    	display:none;
		}
	aside{
		margin: 2%;
		}
	aside li{
		margin: 1%;
		}
/* ----- フッター部分 ----- */
	footer ul{
		width: 100%;
		padding-left: 0%;
		padding-top: 0.5%;
		text-align: center;
		text-shadow: 1px 1px 1px gray;
		}
	footer li{
		display: inline-block;
		font-size: 0.6rem;
		color: white;
		border-right: solid 1px white;
		}
	footer p{
		font-size: 0.8rem;
		}
/* ----- Edgeのみ対応 ----- */
	@supports (-ms-ime-align:auto) {
		header h1 p{
		float: left;
		margin-top: -20px;
		}

		header address img{
		float: right;
		width: 80%;
		height: auto;
		margin-top: -5px;
		margin-right: 10px;
		}
	}
}
