@charset "utf-8";
/* =========================================================
 リセット
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-size: 4.375vw;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline:none;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
iframe {
	vertical-align: bottom;
}
/* =========================================================
 clearfix
========================================================= */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
/* =========================================================
 よく使うCSS
========================================================= */
img {
	max-width: 100%;
}
table {
	width: 100%;
}
/* =========================================================
 base
--------------------------------------------------------- */
body {
    font-family: Verdana,Roboto,"Droid Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    letter-spacing: 0.7px;
    margin: 0;
    overflow: hidden;
    width: 100%;
	color:#595b5b;
	line-height:1.2em;
	
}
.bg_img {
    background: rgba(0, 0, 0, 0) url("/s/img/common/bg_content.jpg") repeat;
}
/* =========================================================
 header
--------------------------------------------------------- */

#headerBlock {
    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    left: 0;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
}
#headerBlock::before {
    background-color: #2c8bb4;
    content: "";
    display: block;
    margin-bottom: 0;
    padding-top: 1.2%;
    width: 100%;
}
#headerLogo {
    margin: auto;
    max-width: 230px;
    padding: 5% 0;
    width: 35%;
}
/*--------ナビゲーション----------------*/
#sideNavBtn::after {
  bottom: 3%;
  color: #595656;
  content: "MENU";
  display: block;
  font-size: 9px;
  font-size: 2.968vw;
  left: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#sideNavBtn {
    float: none;
    margin: 0;
    padding: 6% 0;
    position: absolute;
    right: 3%;
    top: 20%;
    width: 12%;
}
.headerBtn {
    background: #ececec none repeat scroll 0 0;
    margin: -10% 0 0;
}
#sideNavBtn span {
  background-color: #3296c2;
  bottom: 0;
  height: 1%;
  left: 0;
  margin: auto;
  padding-bottom: 3%;
  padding-top: 3%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
#sideNavBtn span:nth-of-type(1) {
  top: -63%;
}
#sideNavBtn span:nth-of-type(2) {
  top: -38%;
}
#sideNavBtn span:nth-of-type(3) {
  top: -14%;
}
#sideNavBtn span:nth-of-type(4) {
  top: 9%;
}

/* =========================================================
 メニュー
--------------------------------------------------------- */
#backImg {
	top: 109px;
	left: 0;
	position: fixed;
	width: 100%;
	height: 0;
	background-color: rgba(33,33,33,0.9);
	z-index: -1;
}
#sideNav {
	padding-top: 10%;
}
#sabNavList {
	padding-top: 0%;
	margin-bottom: 10%;
	position: static;/*打ち消し*/
}
#sabNavList li {
	padding: 0;
	width: 50%;
	margin: 0 auto 6%;
	text-align: center;
}
#sabNavList_02 {
	position: relative;
	padding-bottom: 6%;
}
#sabNavList_02 li {
	padding: 0;
	width: 70%;
	margin: 0 auto 6%;
	text-align: center;
}
#sabNavList_02 li:first-child {
	font-size:14px;
	font-size: 4.375vw;
	padding: 0 0;
	display: block;
	width: 30%;
	margin: 0 auto 10%;
	border: 1px solid #cccccc;
	color: #cccccc;
	text-align: center;
	line-height: 1.7em;
}
#sabNavList_02 li:last-child {
	margin-bottom: 0;
}
#sabNavList li a,
#sabNavList_02 li a {
	font-size: 18px;
	font-size: 5.625vw;
	color: #ffffff;
}
#sabNavList_02 li span {
	font-size: 14px;
	font-size: 4.375vw;
	padding: 1% 0;
	display: block;
	width: 30%;
	margin: 0 auto;
}
#line {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
	right: 0;
	width: 94%;
	margin: auto;
	z-index: -1;
}
#closeBtn{
    width: 10%;
	position: absolute;
	bottom: -2em;
	margin: auto;
	left: 0;
	right: 0;
	display: none;
}
#closeBtn img{
	width: 75%;
}
/*        TOPイメージ  
--------------------------------------------------------- */
.topImage {
    position: relative;
}
#contentWrap .concept {
    background: rgba(0, 0, 0, 0) url("/s/img/common/bg_header_concept.png") repeat ;
    bottom: 0;
    left: 0;
    letter-spacing: 0.1px;
    padding: 6% 5%;
    position: absolute;
}
.conceptText {
    color: #ffffff;
    margin: 0 auto;
    vertical-align: middle;
}
.conceptText h1::before {
   background-image: url("/s/img/common/icon_header_title.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  left: 0;
  padding: 0.4em;
  position: absolute;
  top: -5%;
  z-index: 1;
}
.conceptText h1 {
 box-sizing: border-box;
    display: block;
	font-size: 20px;
    font-size: 6.25vw;
    font-weight: bold;
    margin-bottom: 3%;
    padding: 0 0 0 8%;
    position: relative;
}
.conceptText p {
	font-size:14px;
    font-size: 4.375vw;
	line-height: 1.5rem;
}

/*-------ビジネスプロセス---------*/
#businessBlock {
    padding: 6% 5%;
}
.businessBlockHead {
    margin-bottom: 0;
    margin-top: 0;
}
.businessBlockHead h3 {
	font-size: 18px;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 2px 2px rgba(205, 205, 205, 0.3);
    display: block;
    font-size: 5.625vw;
    font-weight: bold;
    line-height: 1.5em;
    padding-left: 7%;
    position: relative;
}
.businessBlockHead h3::before {
    background: url("/s/img/common/h3_index_title_01.png") no-repeat scroll left bottom ;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    max-width: 112px;
    padding: 9%;
    position: absolute;
	background-size: 100% auto;
}

/*--------footer------------*/
#footer {
    background-color: #fff;
}
#footer > p {
    color: #8a8989;
	font-size: 10px;
    font-size: 3.125vw;
    letter-spacing: -0.1px;
    padding: 1% 0;
    text-align: center;
}
small {
    display: inline;
	font-size: 6px;
    font-size: 1.875vw;
    vertical-align: bottom;
}

