@charset "UTF-8";

/*スタイルシートの中で sanitize.css を読み込み、リセットします。*/
@import url(/css/sanitize.css);
/*フォントを統一するためにGoogle の 日本語対応の Web フォント を利用します。*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
  font-size: 62.5%;
}

body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 1.6rem;
	line-height: 1.6em;	
	-webkit-text-size-adjust: 100%;
  background-color: #FFF;
	width: 100%;
	margin: 0 auto;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #FFF;
  text-decoration: none;
}
html, body {
width: auto !important;
overflow-x: hidden !important;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a,a:hover {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

a img:hover {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;	
}

.pc_none{display:none;}
.floatL{float:left;}
.floatR{float:right;}
.textL{text-align:left;}
.textR{text-align:right;}
.textC{text-align: center;}
.txt_indent{
	padding-left:1em;
	text-indent:-1em;
}
.red{color:#ee6100;}
.bold{font-weight:bold;}
.img_center{vertical-align:inherit;}
.inBlock{display: inline-block}
.flex{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


/* コンテンツ共通
---------------------------------------------------------------------- */
#wrapper{
	position: relative;
}

.secWrap01{
	width: 1000px;
	margin: 0 auto;
}

main{
	padding-top: 80px;
}

main h2{
	text-align: center;
}


.brSp{
	display: none;
}
	

.ttl{
	background: url(../images/common/ttl_bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 400px;
	margin-bottom: 100px;
}

.ttl h2{
	padding-top: 174px;
}

.tel-mobile {
    display: none;
}


.subPageH3 {
  position: relative;
  display: block;
	font-size: 3rem;
  margin-bottom: 2em;
	padding: 1rem 0;
	text-align: center;
	color: #284f9e;
	font-weight: bold;
}

.subPageH3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#284f9e;
  border-radius: 2px;
}


/* ヘッダー
---------------------------------------------------------------------- */
header{
	font-family: 'Renner*';
	background: #284f9e;
	padding: 25px 0;
	font-size: 1.8rem;
	letter-spacing:0.1em;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

header h1{
	width: 166px;
	float: left;
}

header nav{
	float: right;
	color: #FFF;
}

header nav ul{
	display: flex;
	justify-content: flex-end;
	margin-top: 3px;
}

header nav ul li{
	margin-left: 30px;	
}

.gNavOn{
	border-bottom: 2px #FFF solid;
}

.headNavSv{
	position: relative;
}

.headNavSv:after{
	content: url(../images/common/aroow_down.png);
	position: absolute;
	bottom: -16px;
	left: 44%;
}

.headNavSv ul{
	display: block;
	margin-top: 7px;
	font-size: 1.4rem;
}

.headNavSv ul li{
	margin-bottom: 10px;
}

/*ドロップダウンここから*/
.headNavSv ul.headNavSvIn {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

header nav ul > li.headNavSv {
    position: relative;
}

li.headNavSv ul.headNavSvIn {
    position: absolute;
    top: 0;
		left: -55%;
    width: 100%;
		min-width: 180px;
    background: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
		text-align: left;
		font-size: 1.4rem;
		padding: 10px 15px 0;
}

li.headNavSv ul.headNavSvIn a{
		color: #284f9e;
}

li.headNavSv:hover ul.headNavSvIn {
    top: 45px;
    visibility: visible;
    opacity: 1;
}

li.headNavSv:hover ul.headNavSvIn li{
	margin-left: 0;
}

.headNavSv li{
	position: relative;
	padding-left: 10px;
}

.headNavSv li:before{
	content: url(../images/common/arrow_right_bl.png);
	position: absolute;
	bottom: 2px;
	left: 0;
}

.headNavSvIn .finance{
	color: #284f9e;
}

.headNavSvIn .finance:before{
	content: none;
}

/*FINANCEドロップダウン*/
.headNavSvIn ul{
	margin-top: 0;
}

.headNavSvIn ul li{
	font-size: 1.2rem;
	padding-top: 0;
	padding-left: 15px
}

.headNavSvIn ul li{
	margin-bottom: 0;
}

.headNavSvIn ul li:before{
	bottom: 1px;
}



/*ドロップダウンここまで*/



/* トップページ
---------------------------------------------------------------------- */
/*メインビジュアル*/
.mv{
	background:url(../images/main.jpg) no-repeat center;
	height: 691px;
}

.mv div{
	text-align: center;
	padding-top: 200px;
}

/*MISSION*/
.mission{
	background: #39788c;
}

.missionBg{
	background: url(../images/mission_bg.png) no-repeat center;
	padding: 40px 0;
}

.mission .secWrap01{
	width: 954px;
	margin: 0 auto;
	border: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	padding: 55px 0 80px;
	line-height: 1.8em;
}

.missionTxt01{
	font-size: 2.8rem;
	line-height:  1.5em;
	margin: 60px auto;
}

/*SERVICE*/
.service h2{
	margin: 8% auto;
}

.svArea{
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.svBox{
	width: 450px;
	border: 10px solid #284f9e;
	margin-bottom: 40px;
}

.svBox div{
	margin: 20px 30px 40px;
}

.svBox div p{
	margin-bottom: 20px;
	color: #284f9e;
}

.svBox div .svBtn01{
	display: flex;
	justify-content: space-between;
}

.svBox div .svBtn02{
	text-align: center;
}

.svBox01{
	background: url(../images/sv_bg_01.png) no-repeat right bottom;
}
.svBox02{
	background: url(../images/sv_bg_02.png) no-repeat right bottom;
}
.svBox03{
	background: url(../images/sv_bg_03.png) no-repeat right bottom;
}
.svBox04{
	background: url(../images/sv_bg_04.png) no-repeat right bottom;
}


/* SERVICE
---------------------------------------------------------------------- */
.svTtl{
	font-size: 5rem;
	color: #FFF;
	font-family: 'Renner*';
	letter-spacing: 0.05em;
}

.sv{
	margin-bottom: 300px;
}

.sv h3{
	font-size: 5rem;
	font-family: 'Renner*';
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 50px;
	color: #284f9e;
}

.sv h3 span{
	font-size: 2rem;
	display: block;
	padding-top: 20px;
}

.sv p{
	text-align: center;
}


/* CONSULTING
---------------------------------------------------------------------- */
.consultingArea section{
	margin-bottom: 100px;
}

/*財務/資金繰り/CFOコンサル報酬体系*/
.consultingBox01 .table01{
	text-align: center;
	border: 1px solid #6a85bd;
}

.consultingBox01 .table01 th{
	text-align: center;
	background: #284f9e;
	color: #FFF;
	border: 1px solid #6a85bd;
	padding: 10px;
	font-weight: bold;
}

.consultingBox01 .table01 td{
	border: 1px solid #6a85bd;
	padding: 20px;
}

.consultingBox01 .table01 td span{
	font-size: 2.4rem;
	padding-bottom: 5px;
	color: #284f9e;
	font-weight: bold;
}

/*こんな方にオススメ*/
.consultingBox02 .list01{
	align-self: center;
	justify-content: space-between;
}

.consultingBox02 .list01 li{
	width: 48%;
	border: 4px solid #284f9e;
	padding: 20px 20px 20px 40px;
	margin-bottom: 20px;
	height: 100px;
	display: flex; /* 中のテキストを縦横中央に */
  align-items: center;
	position: relative;
}

.consultingBox02 .list01 li::before{
	content: "";
	background: url("../images/consulting/icon_check.svg") no-repeat;
	width: 26px;
	height: 28px;
	display: inline-block;
	margin-right: 0.5em;
  vertical-align: middle;
}

.consultingBox02 .txtBox{
	background: #ebf2fa;
	margin-top: 30px;
}

.consultingBox02 .txtBox p{
	color: #284f9e;
	background: url("../images/consulting/illust_01.jpg") no-repeat right center;
	background-size: contain;
	padding: 50px 40px;
	line-height: 2em;
	font-size: 2.2rem;
	font-weight: bold;
}

/*財務/資金繰りコンサル*/
.consultingBox03 .phaseBox01{
	border: 10px solid #284f9e;
	justify-content: space-between;
	margin-bottom: 30px;
}

.consultingBox03 .phaseTtl{
	width: 20%;
}

.consultingBox03 .phaseTtl h4{
	background: #284f9e;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	font-size: 2.4rem;
	font-family: 'Renner*';
	letter-spacing: 0.05em;
}

.consultingBox03 .phaseTtl h4 span{
	font-size: 3.2rem;
}

.consultingBox03 .phaseTtl p{
	text-align: center;
	padding: 30px 10px;
}

.consultingBox03 ul{
	width: 80%;
	padding: 30px 30px 30px 50px;
}

.consultingBox03 ul li{
	margin-bottom: 20px;
}

.consultingBox03 ul li span{
	color: #284f9e;
	font-size: 2.4rem;
	padding-right: 10px;
}

.consultingBox03 .phaseBox01 .img{
	text-align: center;
	width: 90%;
	margin: 0 auto 30px;
}

.consultingBox03 .phaseBox02{
	border: 10px solid #284f9e;
	margin-bottom: 30px;
}

.consultingBox03 .phaseBox02 .flex{
	justify-content: flex-start;
}

.consultingBox03 .phaseBox02 .phaseTtl{
	width: 100%;
}

.consultingBox03 .phaseBox02 .phaseTtl h4{
	width: 20%;
	height: 80px;
}

.consultingBox03 .phaseBox02 .phaseTtl p{
	font-size: 3rem;
	font-weight: bold;
}

.consultingBox03 .phaseBox02 .phaseTtl div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.consultingBox03 .phaseBox02 .caseBox{
	width: 80%;
	margin: 30px auto;
}

.consultingBox03 .phaseBox02 .caseBox .flex{
	justify-content: flex-start;
	margin-bottom: 20px;
	align-items:center;
}

.consultingBox03 .phaseBox02 .caseBox p{
	background: #284f9e;
	color: #FFF;
	font-size: 2rem;
	margin-left: 10px;
	padding: 5px;
}

.consultingBox03 .phaseBox02 .caseBox h5{
	color: #284f9e;
	text-decoration: underline;
	font-size: 2rem;
	font-weight: bold;
}

.consultingBox03 .phaseBox02 .caseBox figure{
	margin: 0;
}

.consultingBox03 .phaseBox02 .sp{
		display: none;
	}


/* MEMBER
---------------------------------------------------------------------- */
.member{
	margin-bottom: 100px;
}

.memberBox{
	width: 1000px;
	margin: 0 auto;	
	position: relative;
	padding-bottom: 100px;
}

.memberBox .imgRight{
	position: absolute;
	top:20px;
	left: 420px;
	width: 100%;
}

.memberBox .txtRight{
	text-align: right;
}

.memberBox .imgLeft{
	position: absolute;
	top:30px;
	right: 460px;
	width: 100%;
}


.work h3 {
  position: relative;
  padding: 0 55px;
	font-size: 2.4rem;
	font-family: 'Renner*';
	margin: 0 auto 30px;
	width: 30%;
	text-align: center;
}

.work h3:before, .work h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #d4d4d4;
}

.work h3:before {
  left:0;
}
.work h3:after {
  right: 0;
}

.workBox{
	display: flex;
	justify-content: center;
}

.workBox dl{
	width: 120px;
	margin: 0 40px;
}

.workBox dl dd{
	line-height: 1.3em;
	margin-top: 10px;
}

.workBox dl dd a{
	color: #2d2d2d;
	text-decoration: underline;
}




/* ABOUT US
---------------------------------------------------------------------- */
.aboutTab{
	width: 70%;
	margin: 0 auto 100px;
}

.aboutTab ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}


.aboutAsArea{
	margin-bottom: 100px;
}

.aboutAsArea h3{
	text-align: center;
	margin-bottom: 60px;
} 

.aboutAsArea dl{
	width: 70%;
	margin: 0 auto;
	color: #284f9e;
}

.aboutAsArea dl dt{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	padding: 20px 20px;

}

.aboutAsArea dl dd{
	display: inline-block;
	width: 70%;
	border-left: #b3c1de 1px solid;
	padding: 20px 20px 20px 50px;
}



/* ACCESS
---------------------------------------------------------------------- */
.access{
	width: 100%;
	max-width: 1250px;
	height: 450px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.accessBox01{
	background: #284f9e;
	color: #FFF;
	width: 450px;
	padding: 40px;
	letter-spacing: 0.05em;
}

.accessBox01 dl dt{
	margin: 10px 0 70px;
}

.accessBox01 dl dd+dd{
	margin-top: 30px;
}

.accessImg{
	margin: 100px auto;
}


/* フッター
---------------------------------------------------------------------- */
footer{
	background: #284f9e;
	color: #FFF;
	padding: 3% 0;
	margin-top: 50px;
}

footer h2{
	width: 166px;
	margin: 0 auto 50px;
}

footer .footNav{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content:space-around;
	letter-spacing: 0.07em;
}

footer .footNav a{
	color: #FFF;
}

footer .footNav li{
	position: relative;
	padding-left: 15px;
}

footer .footNav li a:before{
	content: url(../images/common/arrow_right.png);
	position: absolute;
	left: 0;
	top:-3px;
}

footer .footNav .footNavSv:before{
	content: none;
	padding-left: 0;
}


.footNavSv ul{
	display: block;
	margin-top: 10px;
	font-size: 1.4rem;
	margin-left: 10px;
}

.footNavSv ul li{
	margin-bottom: 10px;
}

.footNavSv ul li:before{
	top:-1px;
}


footer .copy{
	margin-top: 50px;
	text-align: center;
	display: block;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 5%;
}
.pagetop a {
	display: block;
}



/*----------------------------------------------------
	tb
----------------------------------------------------*/

@media screen and (max-width: 999px) {
	.tab_none{display:none;}
	.pc_none{display: block;}

	img{
		max-width:100%;
		height:auto;
	}
	
	.brPc{
		display: none !important;
	}

	/* コンテンツ共通
	---------------------------------------------------------------------- */
	.secWrap01{
		width: 90%;
		margin: 0 auto;
	}

	main{
		padding-top: 77px;
	}
	
	.ttl{
		height: auto;
	}
	
	.ttl h2 {
    padding-top: 80px;
    min-height: 210px;
	}
	
	.sv{
		margin-bottom: 100px;
	}
	
	/* ヘッダー
	---------------------------------------------------------------------- */
	header nav ul{
		display: block;
		margin-top: 0;
		padding-top: 10px;
		color: #284f9e;
	}
	
	header nav ul li a:link{
		color: #284f9e;
	}
	
	header nav ul li{
		padding: 15px 0;
	}
	
	.headSpNavSv ul li{
		padding: 5px 0;
		margin-left: 20px;
	}
	
	
	/*ハンバーガーメニューここから*/
	.spNavBox,
	.headSpNavSv{
		color: #284f9e;		
	}
	
	.spNav{
		position: relative;
		z-index: 999999;
	}
	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
		display: inline-block;
		width: 30px;
		height: 22px;
		vertical-align: middle;
	}

	/*ハンバーガーの形をCSSで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 2px;/*線の太さ*/
		width: 35px;/*長さ*/
		border-radius: 3px;
		background: #FFF;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -12px;
	}
	#nav-open span:after {
		bottom: -24px;
	}

	/*閉じる用の薄黒箇所*/
	#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;
	}

	/*メニューの中身*/
	.spNavBox {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 85%;
		height: 100%;
		background: #fff;
		color: #000;
		transition: .3s ease-in-out;
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);
	}
	
	.spNavBox li{
		position: relative;
		padding-left: 15px;
	}

	.spNavBox li a{
		color: #284f9e;	
	}
	
	.spNavBox li a:before{
		content: url(../images/common/arrow_right_bl.png);
		position: absolute;
		top:12px;
		left: 0;
	}
	
	.headSpNavSv ul li{
		padding-left: 15px;
	}
	
	.headSpNavSv ul li a:before{
		top:3px;
	}
	
	.headSpNavSv .finance ul li{
		font-size: 1.4rem;
	}
	

	/*チェックがついたら表示させる*/
	#nav-input:checked ~ #nav-close {
		display: block;
		opacity: .5;
	}

	#nav-input:checked ~ .spNavBox {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

	.header-logo-menu{
		display: flex;
		display: -moz-flex;
		display: -o-flex;
		display: -webkit-flex;
		display: -ms-flex;
		flex-direction: row;
		-moz-flex-direction: row;
		-o-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}

	/*ロゴやサイトタイトルをセンタリング*/
	.logo-erea{text-align:center;margin:auto;}
	
	/*ハンバーガーメニューここまで*/	
	
	
	

	/* トップページ
	---------------------------------------------------------------------- */
	.mv {
    max-height: 550px;
	}
	
	.mv div{
		padding-top: 100px;
		max-width: 90%;
    margin: 0 auto;
	}
	
	.missionBg{
		background-size: cover;
	}
	
	.mission .secWrap01{
		width: 90%;
		padding: 55px 0 3%;
	}
	
	.missionTxt01{
		width: 85%;
		font-size: 2.0rem;
    line-height: 1.8em;
    margin: 60px auto;
	}
	
	.missionTxt02{
		width: 85%;
    margin: 60px auto;		
	}
	
	.service{
		margin: 70px auto;
	}
	
	.svArea{
		width: 90%;
		margin: 0 auto;
	}
	
	.svBox{
		margin: 0 auto 40px;
	}
	
	
	/* MEMBER
	---------------------------------------------------------------------- */	
	.member{
		width: 90%;
		margin: 0 auto 100px;
	}
	
	.memberBox{
		max-width: 100%;
		padding-bottom: 50px;
	}
	
	.memberBox .txtLeft,
	.memberBox .txtRight{
		width: 90%;
    margin: 0 auto;
	}
	
	.memberBox .txtRight{
		text-align: left;
	}
	
	
	.memberBoxLeft img,
	.memberBoxright img{
		max-width: initial;
	}
	
	.memberBox .imgRight{
		position: initial;
		margin-top: 50px;
		width: 1071px;
		margin-left: -50px;
	}
	
	.memberBox .imgLeft{
		position: initial;
		margin-top: 50px;
		width: 1071px;
		margin-left: -300px;
	}
	
	

	
	
	
		/* ABOUT US
	---------------------------------------------------------------------- */	
	.aboutTab{
		width: 90%;
	}
	
	.aboutTab ul li{
		width: 30%;
	}
	
	.aboutAsArea{
		margin-bottom: 80px;
	}
	
	.aboutAsArea dl{
		width: 90%;
	}
	
	
		/* ACCESS
	---------------------------------------------------------------------- */		
	.access,
	.access iframe{
		height: auto;
	}
	
	.accessBox01{
		width: 500px;
	}

	.accessBox01 dl dt{
		margin-bottom: 45px;
	}
	
	.accessImg{
		width: 100%;
		margin: 50px auto;
	}
	

		
	
	/* フッター
	---------------------------------------------------------------------- */
	footer{
		margin-top: 5%;
		padding: 50px 0;
	}
	
	footer .footNav{
		width: 90%;
	}
	
	

}
	
/*----------------------------------------------------
	sp
----------------------------------------------------*/

@media screen and (max-width: 767px) {
	
	.sp_none{display:none;}
		.pc_none{display: block;}
	img{
		max-width:100%;
		height:auto;
	}

	/* コンテンツ共通
---------------------------------------------------------------------- */
	.ttl{
		margin-bottom: 50px;
	}
	
	.ttl h2 {
		/*max-width: 70%;*/
		margin: 0 auto;
	}
	
	.ttl h2 img{
		max-width: 70%;
	}
	
	.brPc{
		display: none;
	}
	
	.brSp{
		display: block;
	}
	
	.tel-pc{
		display: none;
	}
	
	.tel-mobile{
		display:inline;
	}

	.tel-mobile a{
		color: #284f9e;
		text-decoration:underline;
	}
	
	.subPageH3 {
		line-height: 1.4em;
	}
	
	.subPageH3:before {
    bottom: -5px;
	}


/* ヘッダー
---------------------------------------------------------------------- */


/* トップページ
---------------------------------------------------------------------- */
	.svBox div .svBtn01{
		display: block;
	}
	
	.svBox div .svBtn01 li{
		margin: 0 auto 15px;
		text-align: center;
	}
	
	
/* CONSULTING
---------------------------------------------------------------------- */	
	.consultingBox01 .table01 td {
    padding: 10px;
	}
	
	.consultingBox01 .table01 td span {
    font-size: 2rem;
	}
	
	.consultingBox02 .list01 li {
    width:100%;
	}
	
	.consultingBox02 .txtBox p{
		padding-bottom: 300px;
		background: url(../images/consulting/illust_01.jpg) no-repeat right bottom;
	}
	
	.consultingBox03 .phaseBox01 {
    border: 5px solid #284f9e;
	}	
	
	.consultingBox03 .phaseTtl,
	.consultingBox03 .phaseBox02 .phaseTtl{
		width: 100%;
		display: flex;
		align-self: center;
	}
	
	.consultingBox03 .phaseTtl h4,
	.consultingBox03 .phaseBox02 .phaseTtl h4{
		width: 50%;
		line-height: 2.2em;
		height: 100px;
	}
	
	.consultingBox03 .phaseTtl p{
		width: 30%;
		padding: 20px 10px;
		height: 40px;
	}
	
	.consultingBox03 .phaseBox02 .phaseTtl p{
		height: 0;
	}
	
	.consultingBox03 ul {
    width: 100%;
	}
	
	.consultingBox03 ul li{
		padding-left:1em;
		text-indent:-1em;
	}
	
	.consultingBox03 ul li span {
     padding-right: 0; 
	}
	
	.consultingBox03 .phaseBox02 .pc{
		display: none;
	}
	
	.consultingBox03 .phaseBox02 .sp{
		display: block;
		margin-bottom: 50px;
	}
	
	.consultingBox03 .phaseBox02 .sp .flex{
		align-self: center;
		align-items: flex-start;
	}
	
	.consultingBox03 .phaseBox02 .sp .txt{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	
/* MEMBER
---------------------------------------------------------------------- */
	.memberBox .imgRight,
	.memberBox .imgLeft{
		width: 600px;
	}
	
	.memberBox .imgLeft{
		margin-left: -220px;
	}
	
	.work h3{
		padding: 0;
	}
	
	.work h3:before{
		width: 50%;
		left: 100%;
	}
	
	.work h3:after{
		width: 50%;
		right: 100%;
	}
	
	
	.workBox dl{
		width: 33%;
		margin: 0 auto 20px;
	}
	
	.workBox dl dt{
		width: 80%;
		text-align: center;
		margin: 0 auto 15px;
		}
		
	
/*ABOUT US
---------------------------------------------------------------------- */
	.aboutTab{
		margin-bottom: 50px;
	}
	
	.aboutAsArea dl{
		width: 100%;
	}
	
	.aboutAsArea dl dt{
		display: block;
		width: 100%;
    padding: 0 20px;
    font-weight: bold;
	}
	
	.aboutAsArea dl dd{
		display: block;
		width: 100%;
    border-left: none;
    padding: 5px 0 20px 40px;
	}
	
	
		/* ACCESS
	---------------------------------------------------------------------- */		
	.access{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	
	.accessBox01{
		width: 100%;
	}
	.access iframe{
		width: 100%;
		height: 400px;
	}
	
	

/* フッター
---------------------------------------------------------------------- */	
	footer .footNav{
		width:100%;
		display: block;
		border-top: 1px solid #6283c6;
	}
		
	footer .footNav li{
		width: 100%;
		padding: 10px 35px;
		border-bottom: 1px solid #6283c6;
	}
	
	footer .footNav li a:before {
    left: 20px;
    top: 8px;
	}
	
	.footNavSv ul li{
		border:none;
		padding: 0px 25px;
	}
	
	.footNavSv ul li a:before {
    left: 10px;
    top: -1px;
	}
	
}

