@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------

    0■ベース（共通）

   ---------------------------------------------------------------------- */

	html,body{
		width: 100%;
		}

	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
	  display: block;
	  }

	ul, li, dl, dt, dd {
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
		

/* 基本
------------------------------------------------------------*/

	html {
	  font-size: 62.5%;
	  font-weight: normal;
	  }

	body {
		font-family:  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
		color: #494949;
		font-size: 13px;
		font-size: 1.3rem;
		line-height:1.5em;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-o-text-size-adjust: 100%;
		text-size-adjust: 100%;
		}

	table {
		border-collapse: collapse;
		border-spacing: 0;
		}

	table tr td {
		line-height:1.5em;
		}
		
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}

	ul li {
		font-size:13px;
		font-size:1.3rem;
		line-height:1.5em;
		}

	dl dt {
		font-size:13px;
		font-size:1.3rem;
		line-height:1.5em;
		}
	
	dl dd {
		font-size:13px;
		font-size:1.3rem;
		line-height:1.5em;
		}

	p {
		font-size:13px;
		font-size:1.3rem;
	  	line-height:1.5em;
		}

	img {
		z-index:0;
		}

	#warpper {
		width:100%;
		position:relative;
		}
	a,a:focus {
		outline: none;
		}

/* タブレット対策
------------------------------------------------------------*/

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {

	body {
	  -webkit-text-size-adjust: 100%;
	  }
	
	a {
	  -webkit-tap-highlight-color:rgba(245,78,150,0.3);
	  }
	
} 


/* ----------------------------------------------------------------------

    1■header (#siteHead)

   ---------------------------------------------------------------------- */

/* siteHead
------------------------------------------------------------*/

	header#siteHead {
		width:100%;
		height:auto;
		z-index:9997;/*←スライド関連*/
		background-color:rgba(255,255,255,0.95);
        transform: translate3d(0, 0, 0);
		}

	header#siteHead .siteHead_inner {
		position:relative;
        height: 100px;
		max-width:1200px;
		margin:0 auto;
		padding-left:5px;
		padding-right:5px;
		}

/*影*/
	#siteHead.scroll{
		opacity: 1.0;
		padding: 0px 0;
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
		}


@media screen and (max-width:767px) {

	header#siteHead {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:50px;
		}

	header#siteHead .siteHead_inner {
		position:relative;
		width:100%;
		margin:0 auto;
		}
}

/*.siteHead　スライド＋固定用
------------------------------------------------------------*/
@media screen and (min-width:768px) {
	.shfixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		animation: fadeIn .5s ease 0s 1 normal;
		-webkit-animation: fadeIn .5s ease 0s 1 normal;
		}	
}
	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@-webkit-keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}	
/* ヘッダメニュー
------------------------------------------------------------*/
	.menuBox01 {
		width:100%;
		height:auto;
		position:relative;
		}
		
	.menuBox01:after {
		content: "";
		clear: both;
		display: block;
		}

@media screen and (max-width:767px) {
	.menuBox01 {
		width:100%;
		height:50px;
		}
}
.spTagline {
	display: none;
}

/*--ロゴ -------------------------------------*/
	.menuBox01 .logo01 {
        position: relative;
		display:table;
		width:25%;/*【c】メニューのmarginとあわせて、要調整*/
        height:100px;/*メニューと高さあわせること*/
		float:left;
		}

	.menuBox01 .logo01 span {
		display:table-cell;
		width:100%;
        height: auto;
		vertical-align:middle;
		}

	.menuBox01 .logo01 span img {
		width:100%;
		height:auto;
		}

	.menuBox01 .logo01 a {
		display:block;
		width:100%;
		height:auto;
		}

@media screen and (max-width:767px) {

	.menuBox01 .logo01 {
		display:table;
		width:30%;/*【c】メニューのmarginとあわせて、要調整*/
        height:50px;/*メニューと高さあわせること*/
		float:left;
		}

	.menuBox01 .logo01 span {
		display:table-cell;
		width:100%;
		height:auto;
		vertical-align:middle;
		}

	.menuBox01 .logo01 span img {
		width:100%;
		height:auto;
		}

	.menuBox01 .logo01 a {
		display:block;
		width:100%;
		height:auto;
		}
	.spTagline {
		height: 50px;
		font-size: 10px;
		display: table;
		float: left;
		width: 60%;
		color: #999;
	}
	.spTagline .spTaglineInner {
		display: table-cell;
		vertical-align: middle;
		line-height: 1.4;
		padding-top: 2px;
	}
}


/*-- メニュー（PC用）--------------------------*/

	.menuBox01 .pMenu {
		width:75%;
		float:right;
		}
	
	.menuBox01 .pMenu .pMenu_inner {
		display:table;
		width: 100%;
		}
	
	.menuBox01 .pMenu_inner li {
		display:table-cell;
		width:25%;
		height:100px;
		text-align:center;
		font-size:18px;
		font-size:1.8rem;
		vertical-align:middle;
		}

	.menuBox01 .pMenu_inner li a {
		padding-top:6px;
		padding-left:10px;
		padding-right:10px;
		text-decoration:none;
		color:#494949;
		}

	.menuBox01 .pMenu_inner li a:hover {
		text-decoration:underline;
		}

@media screen and (max-width:1139px) {
	.menuBox01 .pMenu_inner li {
		font-size:14px;
		font-size:1.4rem;
		}
}

@media screen and (max-width:960px) {
	.menuBox01 .pMenu_inner li {
		font-size:14px;
		font-size:1.4rem;
		}
}

@media screen and (max-width:767px) {
.menuBox01 .pMenu {
	display:none;
	}
}


/* ----------------------------------------------------------------------

    2■トグルメニュー

   ---------------------------------------------------------------------- */

	#sideBox {
		display:none;
		}
	
	#menuBtn{
		display:none;
		}

@media screen and (max-width:767px) {
	#sideBox {
		box-sizing: border-box;
		width: 100%;
		padding: 60px 15px;
		background-color:rgba(30,30,30,0.95);
		line-height: 42px;
		text-align:left;
		position:fixed;
		top:-100%;
		z-index: 9997;
        display: none;
		}

/*メニューボタン（トグル）
--------------------------------------------------------*/
	#menuBtn {
		display: block;
		width: 42px;
		height:42px;
		position: fixed;
		top:5px;
		right:5px;
		z-index: 9999;
		}
	
	#menuBtn span {
		display: block;
		background: #666;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		}
	
	#menuBtn span:first-child {
		top: 12px;
		}
	
	#menuBtn span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
		}
	
	#menuBtn span:last-child {
		bottom: 12px;
		}
	
	#menuBtn.active span:first-child {
		-webkit-transform: translateY(8px) rotate(45deg);
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
		background: #fff;
		}
	
	#menuBtn.active span:nth-child(2) {
		opacity: 0;
		}
	
	#menuBtn.active span:last-child {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
		background: #fff;
		}

/*メニューリスト
--------------------------------------------------------*/
	#sideBox #nav .navlist li {
		opacity: 0;/*必須*/
		border-bottom:dotted 1px #999;
		}
	
	#sideBox #nav .navlist li a {
		display:block;
		width:100%;
		height:100%;
		padding:10px;
		color:#FFF;
		text-decoration:none;
		}


/*アニメーション（メニュー部分）
--------------------------------------------------------*/
	#sideBox #nav.navOn li:nth-child(1) {
		-webkit-animation: example 0.5s ease 0.2s 1 forwards;
		animation: example 0.5s ease 0.2s 1 forwards;
		}
	
	#sideBox #nav.navOn li:nth-child(2) {
		-webkit-animation: example 0.5s ease 0.3s 1 forwards;
		animation: example 0.5s ease 0.3s 1 forwards;
		}
	
	#sideBox #nav.navOn li:nth-child(3) {
		-webkit-animation: example 0.5s ease 0.4s 1 forwards;
		animation: example 0.5s ease 0.4s 1 forwards;
		}
	
	#sideBox #nav.navOn li:nth-child(4) {
		-webkit-animation: example 0.5s ease 0.5s 1 forwards;
		animation: example 0.5s ease 0.5s 1 forwards;
		}
	
	#sideBox #nav.navOn li:nth-child(5) {
		-webkit-animation: example 0.5s ease 0.6s 1 forwards;
		animation: example 0.5s ease 0.6s 1 forwards;
		}
}


@-webkit-keyframes example {
  0% {
    opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	}

  100% {
    opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	}
}

@keyframes example {
  0% {
    opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	}

  100% {
    opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	}
}


/* ----------------------------------------------------------------------

    3■コンテンツ（contents）　共通

   ---------------------------------------------------------------------- */
	
	#contents {
		width:100%;}	

	#contents .contents_inner {
		position:relative;
		background-color:#FFF;
		}

@media screen and (max-width:767px) {

	#contents {
		width:100% !important;
		max-width:100% !important;
		padding-top:50px;
		}
}



/*-----------------------------------------------------------------
   トップキー画像　※スライド部分
-------------------------------------------------------------------*/

	#lpKey {
		position:relative;
		width:100%;
		height:auto;
		margin:0 auto;
		z-index:1;
		}
	#lpKey .slideBoxTB {
		position:relative;
		}


@media screen and (max-width:767px) {

	#lpKey {
		padding-top:0px !important;
		padding-bottom:0px !important;
		}
}

/*-----------------------------------------------------------------
   トップキー画像（#indexKey）　※静止画の場合
-------------------------------------------------------------------*/

	#indexKey {
		width:100%;
		height:auto;
		margin:0 auto;
		}

	#indexKey .cntBox {
		width:100%;
		height:auto;
		margin:0 auto;
		}


/*イメージ画像*/
	#indexKey .imgKey {
		width:100%;
		height:auto;
		}

	#indexKey .imgKey img {
		width:100%;
		height:auto;
		}

@media screen and (max-width:767px) {
	#indexKey .cntBox {
		width:100% !important;
		height:auto;
		}
}


/*-----------------------------------------------------------------
  ボタン　丸タイプ
-------------------------------------------------------------------*/

	.btnStart {
		width:100%;
		height:auto;
		text-align:center !important;
		position:absolute;
		bottom:20px;
		z-index:300;
		}

	.btnStart p {
		width:80px;
		height:80px;
		margin:0 auto;
		}
	
	.btnStart p a {
		display:block;
		width:80px;
		height:80px;
		background: url(../img/btn_scroll.png) center center no-repeat;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		}

/*-----------------------------------------------------------------
  カラム
-------------------------------------------------------------------*/

	.colbox {
		position:relative;
		}

/* 1カラム
----------------------------------------------------------*/

	.colT01 {
		width:100%;
		height:auto;
		}

	.colT01 .colbox {
		}

@media screen and (max-width:767px) {}


/* 2カラム
----------------------------------------------------------*/

	.colT02 {
		width:100%;
		height:auto;
		}

	.colT02:after {
		content: "";
		clear: both;
		display: block;
		}
		
	.colT02 .colbox {
		width:48%;
		height:auto;
		float:left;
		}

	.colT02 .colbox:first-child {
		margin-right:2%;
		}

	.colT02 .colbox:last-child {
		margin-left:2%;
		}


@media screen and (max-width:767px) {

	.colT02 .colbox {
		width:100%;
		height:auto;
		float:none;
		}

	.colT02 .colbox:first-child {
		margin-right:0%;
		}

	.colT02 .colbox:last-child {
		margin-left:0%;
		}
}

/* 3カラム
----------------------------------------------------------*/

	.colT03 {
		width:100%;
		height:auto;
		}

	.colT03:after {
		content: "";
		clear: both;
		display: block
		}

	.colT03 .colbox {
		width:31.3%;
		height:auto;
		margin-left:1.5%;
		margin-right:1.5%;
		float:left;
		}
  
	.colT03 .colbox_inner {}

	.colT03 .colbox:nth-child(3n+1) {
		margin-left:0px;
		}
	
	.colT03 .colbox:nth-child(3n) {
		margin-right:0px;
		float:right;/*3番目の箱でマージン調整*/
		}
		

@media screen and (max-width:767px) {

	.colT03 .colbox {
		width:100%;
		height:auto;
		margin-left:0%;
		margin-right:0%;
		float:none;
		}
	.colT03 .colbox:nth-child(3n) {
		float:none;
		}
}

/* 4カラム
----------------------------------------------------------*/

	.colT04 {
		width:100%;
		height:auto;
		/*background-color:#C36;*/
		}

	.colT04:after {
		content: "";
		clear: both;
		display: block;
		}

	.colT04 .colbox {
		width:25%;
		height:auto;
		float:left;
		/*background-color:#F36;*/
		}
	

@media screen and (max-width:767px) {

	.colT04 .colbox {
		width:50%;
		height:auto;
		float:left;
		padding:2%;
		}

	.colT04 .colbox:nth-child(2n-1) {
		padding-right:1%;
		}

	.colT04 .colbox:nth-child(2n) {
		padding-left:1%;
		}
}


/*-----------------------------------------------------------------
  素材（共通）
-------------------------------------------------------------------*/

/*タイトル_テキスト（タイプ1）*/
	.titT01 {
		font-size:18px;
		font-size:1.8rem;
		line-height:1.5em;
		}
	.titT02 {
		font-size:20px;
		font-size:2rem;
		line-height:1.5em;
		}

/*タイトル_画像（タイプ1）*/
	.titImgT01 {
		width:100%;
		height:auto;
		}

	.titImgT01 img {
		width:100%;
		height:auto;
		}


/*画像（タイプ1）*/
	.imgT01 {
		width:100%;
		height:auto;
		}
	
	.imgT01 img {
		width:100%;
		height:auto;
		}

/*テキスト（タイプ1）*/
	.txtT01 {
		/*
		font-size:18px;
		font-size:1.8rem;
        line-height: 2.0;
		*/
		font-size:16px;
		font-size:1.6rem;
        line-height: 2.0;
		}

/*ボタン画像（タイプ1）*/
	.btnimgT01 {
		width:100%;
		height:auto;
		}

	.btnimgT01 img {
		width:100%;
		height:auto;
		}


@media screen and (max-width:767px) {

/*タイトル_テキスト（タイプ1）*/
	.titT01 {
		font-size:14px;
		font-size:1.4rem;
		}
	.titT02 {
		font-size:16px;
		font-size:1.6rem;
		text-align: center;
		}

/*テキスト（タイプ1）*/
	.txtT01 {
		font-size:12px;
		font-size:1.2rem;
        line-height: 1.5;
		}
}


/* ----------------------------------------------------------------------

    4■セクション別

   ---------------------------------------------------------------------- */

/*-----------------------------------------------------------------
  section（共通）
-------------------------------------------------------------------*/

	#contents .comSec {
		width:100%;
		height:auto;
		}
	
	#contents .comSec .cntBox {
		width:100%;
		height:auto;
		margin:0 auto;
		}

	#contents .comSec .cntBox .cntBox_inner {
		max-width:1200px;
		width:100%;
		height:auto;
		margin:0 auto;
		}


@media screen and (max-width:767px) {
	
	#contents .comSec {
		width:100%;
		}
	
	#contents .comSec .cntBox {
		width:100%;
		margin:0 auto;
		}

	#contents .comSec .cntBox .cntBox_inner {
		max-width:inherit;
		width:100%;
		margin:0 auto;
		padding:0 2%;
		}
}


/*タイトル
------------------------------------------------------*/
/*h2（標準）*/
	#contents h2 {
		width:100%;
		text-align:center;
		}

	#contents h2 img {
		width:100%;
		height:auto;
		}

/*h2（タイプ1）*/
	.titH2_01 {
		margin-bottom:40px;
		padding:0px !important;
		font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック体" ,YuGothic ,"メイリオ", Meiryo, "ＭＳ Ｐゴシック",sans-serif;
		font-size: 56px;
		font-size:5.6rem;
		font-weight:bold;
		line-height:1.5em;
		}

@media screen and (max-width:767px) {
	
/*h2（標準）*/
	#contents h2 {
		width:100%;
		height:auto;
		}

	#contents h2 img {
		width:100%;
		height:auto;
		}

/*h2（タイプ1）*/
	.titH2_01 {
		margin-bottom:2%;
		font-size: 24px;
		font-size:2.4rem;
		}
}

/*その他パーツ
------------------------------------------------------*/

/*リード文*/
	.txtLead {
		font-size:16px;
		font-size:1.6rem;
		padding-bottom:40px;
		}

@media screen and (max-width:767px) {
	.txtLead {
		width:100%;
		margin:0 auto;
		font-size:inherit;
		padding-bottom:24px;
		}
}

/*キャッチコピー*/
	.titThrird01 {
		margin-bottom:20px;
		font-size:40px;
		font-size:4.0rem;
		text-align:center;
		line-height:1.8em;
		}

@media screen and (max-width:840px) {

	.titThrird01 {
		font-size:28px;
		font-size:2.8rem;
		}
}

@media screen and (max-width:767px) {

	.titThrird01 {
		font-size:16px;
		font-size:1.6rem;
		margin-bottom:2%;
		}
}


/*-----------------------------------------------------------------
  sec01（MESSAGE）
-------------------------------------------------------------------*/
	.realWrap #sec01 {
        /*padding-top:60px;*/
		padding-bottom:60px;
		background-color:#000000;
		}

	.realWrap #sec01 .cntBox {
        padding-top:60px;
}

/*タイトル*/
	.realWrap #sec01 .titH2_01 {
		margin-bottom:40px;
		color:#FFF;
		}

/*テキスト*/
	.realWrap #sec01 .txtT01 {
		color:#FFF;
		text-align:center;
		}



/*MOREボタン*/
	.realWrap #sec01 .btnMbox {
		margin:0 auto;
		}


@media screen and (max-width:767px) {
	.realWrap #sec01 {
        padding-top:8% !important;
		padding-bottom:4%;
		}
	
	.realWrap #sec01 .cntBox {
        padding-top: 0%;
    }

/*タイトル*/
	.realWrap #sec01 .titH2_01 {
		margin-bottom:2%;
		}

/*テキスト*/
	.realWrap #sec01 .txtT01 {
		margin-bottom:4%;
		font-size:12px;
		font-size:1.2rem;
		}
	
}


/*-----------------------------------------------------------------
  sec02（BUSINESS）
-------------------------------------------------------------------*/
	.realWrap #sec02 {
        padding-top:60px;
		padding-bottom:60px;
		}
	
	.realWrap #sec02:after {
		content: "";
		clear: both;
		display: block;
		}

	.realWrap #sec02 .cntBox {}

	.realWrap #sec02 .cntBox a {
		display:block;
		width:100%;
		height:auto;
		}

	.realWrap #sec02 .cntBox .scheBox .colbox  {
		margin-bottom:20px;
		padding-bottom:20px;
		border:solid 1px #000000;
		}

/*テキスト*/
	.realWrap #sec02 .txtT01 {
		margin-bottom:40px;
		text-align:center;
		}



.recrLnkBox .colbox {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-bottom:4%;
	}

.recrLnkBox .btnRecruit {}

.recrLnkBox .btnRecruit img {
	width:100%;
	height:auto;
	}

.recrLnkBox .colbox .btnMbox {
	margin:0 auto;
	text-align:center;
	}

@media screen and (max-width:767px) {

	.realWrap #sec02 {
        padding-top:8%;
		padding-bottom:4%;
		}


/*テキスト*/
	.realWrap #sec02 .txtT01 {
		margin-bottom:4%;
		/*font-size:13px;
		font-size:1.3rem;*/
		text-align:center;
		/*line-height:1.5em;*/
		}


}

/*-----------------------------------------------------------------
  sec03（RECRUIT）
-------------------------------------------------------------------*/

	.realWrap #sec03 {
        padding-top:60px;
		padding-bottom:60px;
		}
	
	.realWrap #sec03:after {
		content: "";
		clear: both;
		display: block;
		}

/*テキスト*/
	.realWrap #sec03 .txtT01 {
		margin-bottom:40px;
		text-align:center;
		}


/*事業説明リンクボタン*/
	.realWrap #sec03 .colT04 {}

	.busiList {
		padding:20px;
		}
	
	.busiList .iconT01 {
		width:100%;
		height:auto;
		}
	
	.busiList .iconT01 img {
		width:100%;
		height:auto;
		}

@media screen and (max-width:767px) {

	.realWrap #sec03 {
        padding-top:8%;
		padding-bottom:4%;
		}

	.realWrap #sec03 .cntBox {}


/*テキスト*/
	.realWrap #sec03 .txtT01 {
		margin-bottom:4%;
		text-align:center;
		}
}


/*-----------------------------------------------------------------
  sec04（COMPANY）
-------------------------------------------------------------------*/

	.realWrap #sec04 {
		padding-bottom:60px;
		}

	.realWrap #sec04 .cntBox {
		padding-top:80px;
		}

	.realWrap #sec04 .colT04 {
		margin-bottom:10px;
		}

	.intList {
		padding:20px;
		}
	
	
	.intList .photo img {
		width:100%;
		height:auto;
		margin-bottom:15px;
		}



@media screen and (max-width:767px) {

	.realWrap #sec04 {
		padding-bottom:4%;
		}

	.realWrap #sec04 .cntBox {
		/*padding-top:6%;*/
		padding-top:20px;
		}

	.realWrap #sec04 .imgT01 {
		margin-bottom:4%;
		}

}




/*-----------------------------------------------------------------
  アンカー
-------------------------------------------------------------------*/

/*アンカーの親はrelativeにする*/
	#sec01, #sec02, #sec03, #sec04 {
		position:relative;
		}

/*アンカー*/
	#anc01, #anc02, #anc03, #anc04 {
		position:absolute;
		top:-100px;/*←メニュー欄と同じ高さにすること。*/
		left:0;
		width:100% !important;
		height:5px !important;
		z-index:9999;
		}
	#anc01 {
		top:0px !important;/*aj_siteHead.jsで補う*/
		}
@media screen and (max-width:767px) {
	#anc01, #anc02, #anc03, #anc04, #anc05 {
		top:-50px !important;/*←メニュー欄と同じ高さにすること。*/
		}
	
}


/*メニュー直下のsection（#sec01）の調整
---------------------------------------------------------*/
.secPdtop {
	padding-top:100px !important;/*ヘッダ高さ（100px）*/
	}

@media screen and (max-width:767px) {
.secPdtop {
	padding-top:0px !important;
	}
}


/* ---------------------------------------------------------------------------------

    5■footer (#footer)

   --------------------------------------------------------------------------------- */

	#footer {
		width:100%;
		margin:0 auto;
		position:relative;
		}

	#footer a {
		color:#333333;
		text-decoration:none;
		}

	footer #footer {
		text-align: center;
		background: #ffffff;
	}






/*--------------------------------------------------------------------------------------
  注意書き＋コピーライト（footBox03）
----------------------------------------------------------------------------------------*/

	#footer .footBox03 {
		color:#FFF;
		}

	footer #footer .footerBtm {
		text-align: center;
		background-color:#000;
		
		padding: 40px 0px;
		}
		
		footer #footer .footerBtm p {
			line-height: 2;
			
			font-size: 16px;
			font-size: 1.6rem;
		}


@media screen and (max-width:767px) {

		footer #footer .footerBtm {
			background: #000000;
			padding: 3%;
			text-align: center;
			}
		
		footer #footer .footerBtm p {
			color: #ffffff;
			font-size: 11px;
			font-size: 1.1rem;
			line-height: 2;
			}
}




/* ----------------------------------------------------------------------

    6■モジュール追加

   ---------------------------------------------------------------------- */

/*リスト（数字）*/	
	.style_decimal li {
		padding-left:20px;
		list-style-type:decimal;
		list-style-position:inside;
		text-indent:-1.25em;
		}

/*リスト（黒点）*/	
	.style_disc li {
		list-style-type:disc;
		list-style-position:inside;
		}

/*インデント*/
	.ind01 {
		margin-left:1em;
		text-indent:-1em;
		}

/*隠す*/
	.hidden_pc {
		display:none;
		}


/*文字色*/
.fPnk {
	color:#F567C6 !important;
	}


.fBlue {
	color:#09F !important;
	}


@media screen and (max-width:767px) {

/*リスト（数字）*/	
	.style_decimal li {
		list-style-type:decimal;
		list-style-position:inside;
		}

/*リスト（黒点）*/	
	.style_disc li {
		list-style-type:disc;
		list-style-position:inside;
		}
	
	.ind01 {
	margin-left:1em;
	text-indent:-1em;
	}


/*文字位置*/
	.center {
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center !important;
	  }

/*フォント*/
	.f_bold {font-weight:bold;}


/*PCで隠すがSPで表示*/
	.hidden_pc {
		display:block;
		}

/*隠す*/
	.hidden_sp {
		display:none;
		}
}

/*表示・非表示（JS関連）
-------------------------------------------*/

	.dspOn {
		display:block !important;
		}
	
	.dspOff {
		display:none !important;
		}



/*【Safari対策】スライド制御（JS関連）
-------------------------------------------*/

	.lpkeySf {
		max-width:inherit !important;
		width:100% !important;
		height:auto !important;
		}


/*イメージ画像エリア
--------------------------------------------------------*/
.imgBox .imgBoxPar {
	width:100%;
	height:330px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0);
}
.imgBox .imgBoxSta {
	display: none;
}
@media screen and (max-width:1200px) {
	.imgBox .imgBoxPar {
		display: none;
	}
	.imgBox .imgBoxSta {
		display: block;
		width: 100%
	}
}

/*-----------------------------------------------------------------
  テーブル（.tableType01）
-------------------------------------------------------------------*/

	#contents .tableType01 {
		max-width:960px;
		width:100%;
		margin:0 auto;
		}

	#contents .tableType01 th {
		width:210px;
		padding:10px;
		color:#000000;
		text-align:left;
		vertical-align:tio;
		border:solid 1px #000000;
		}

	#contents .tableType01 td {
		padding:10px;
		vertical-align:top;
		border-top:solid 1px #000000;
		border-right:solid 1px #000000;
		border-bottom:solid 1px #000000;
		}


@media screen and (max-width:767px) {

	.tableType01 {
		width:100% !important;
		height:auto;
		}

	.tableType01 th {
		width:25% !important;
		padding:6px;
		font-size:12px;
		font-size:1.2rem;
		font-weight:normal;
		color:#000000;
		text-align:center;
		vertical-align:middle;
		border:solid 1px #000000;
		}

	.tableType01 td {
		padding:6px;
		font-size:12px;
		font-size:1.2rem;
		vertical-align:middle;
		border-top:solid 1px #000000;
		border-right:solid 1px #000000;
		border-bottom:solid 1px #000000;
		}
}

/*-----------------------------------------------------------------
  COMPANY欄
-------------------------------------------------------------------*/
.companybox {}

.companybox h3 {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.0;
}

.companybox h3:before {
    content: "";
    display:inline-block;
    width:10px;
    height: 30px;
    margin-right: 10px;
    background-color: #000000;
    vertical-align: middle;
}

@media screen and (max-width:767px) {
.companybox h3 {
    margin-bottom: 2%;
    font-size: 14px;
    font-size: 1.4rem;
    }
    
.companybox h3:before {
    width:5px;
    height: 20px;
    margin-right: 5px;
    }

.companybox .tableType01 th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    }
.companybox .tableType01 td p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    }
}


/*--------------------------------------------------------*/
a.normalLink {
  color: #494949;
  text-decoration: underline;
}
a.normalLink:link {
  text-decoration: underline;
}
a.normalLink:hover {
  text-decoration: none;
}
.imgRadius {
	border-radius: 8px;
}
.inlineBlock {
	display: inline-block;
}
.dlTable {
	width: 100%;
	display: table;
}
.dlTable dt,.dlTable dd {
	display: table-cell;
	text-align: left;
}

th {
	font-weight: normal;
}
.sideSpace {
	padding-right: 20px;
	padding-left: 20px;
}
.linkBtn {
	display: block;
	transition: 0.25s linear;
	-moz-transition-duration: 0.25s linear;
	-webkit-transition-duration: 0.25s linear;
}
.linkBtn:hover {
	opacity: .8;
}
@media screen and (max-width:767px) {
	.sideSpace {
		padding-right: 0;
		padding-left: 0;
	}
	.linkBtn {
		transition: none;
	}
	.linkBtn:hover {
		opacity: 1;
	}
}
/* resp-slider */
#width-100{
	width: 100%;
}
#width-100 .slider-wrap {
	width: 100%;
	margin: 0;
}
.main-bg { 
	width: 100%;
	opacity: 0;
}

