@charset "utf-8";
/*css_ver: 1.2 :20180507*/

/*-------------------
標準　1057px~1521px
-------------------*/
.hidden-pc{ display: none; }
.show-pc{ display: block; }
#seikyu_consulting{ width: 100%; overflow-x: hidden;}
/* サービスプルダウンメニュー */
#seikyu_consulting #toggle{ display: none; }
#seikyu_consulting li#accordion_title{ position: relative; }
#seikyu_consulting li#accordion_title a.ac_arrow i:before {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
	position: relative;
	top: -3px;
	display: inline-block;
}
#seikyu_consulting li#accordion_title a.ac_arrow_active i:before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
	position: relative;
	top: 1px;
	display: inline-block;
}
#seikyu_consulting li#accordion_title ul.accordion_menu {
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #eee;
	width: 250px;
	position: absolute;
	right: 0;
	z-index: 9999;
}
#seikyu_consulting li#accordion_title ul.accordion_menu li {
	text-align: left;
	width: 100%;
	display: block;
}
#seikyu_consulting li#accordion_title ul.accordion_menu li a {
    color: #297f3a;
	display: block;
}
#seikyu_consulting li#accordion_title ul.accordion_menu li a:hover{
	background-color: #fff;
}
/* ボタン矢印 */
#seikyu_consulting .cv_btn1 i:before,#seikyu_consulting .cv_btn3 i:before{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 6px;
	position: relative;
	top: -3px;
	display: inline-block;
}
#seikyu_consulting .cv_btn2 i:before{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 6px;
	position: relative;
	top: -2px;
	display: inline-block;
}
/* お悩みと解決 */
#seikyu_consulting .story{
	background: url(/web/jp/seikyu/images/consul_bgimg.gif) no-repeat center;
	background-size: cover;
	background-position: 0 0px;
	margin-bottom: 80px;
}
#seikyu_consulting h2{
	color: #333;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5em;
}
#seikyu_consulting h2 span{ color: #0a677a; font-weight: bold; }
#seikyu_consulting .h2{
	text-align: left;
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
#seikyu_consulting .underline{
	background-color: #0a677a;
	width: 42%;
	height: 4px;
	margin: 10px 0 80px;
	position: relative;
}
#seikyu_consulting .underline img{ position: absolute; top: -120px; }
#seikyu_consulting .check{
	background: url(/web/jp/seikyu/images/consul_check_person.gif) no-repeat;
	background-position: 80% 450px;
	margin-bottom: 100px;
	padding-top: 100px;
}
#seikyu_consulting .check .underline{ min-width: 530px; padding-left: 5%; }
#seikyu_consulting .check .underline img{ right: -61px; }
#seikyu_consulting .clear h2{ width: 512px; margin-left: auto; }
#seikyu_consulting .clear .underline{
	min-width: 600px;
	margin-left: auto;	
	padding-right: 7%;
}
#seikyu_consulting .clear .underline img{ left: -61px; }
#seikyu_consulting .story ul{
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
#seikyu_consulting .check li.check_list{
	background: url(/web/jp/seikyu/images/consul_icon_check.gif) no-repeat #fff;
	width: 23%;
	max-width: 272px;
	height: 98px;
	margin: 0 2% 40px;	
	padding: 16px 16px 16px 40px;
	float: left;
	line-height: 1.5em;
}
#seikyu_consulting .clear ul{ text-align: center; }
#seikyu_consulting .clear li.clear_list{
	width: 25%;
	max-width: 284px;
	margin: 0 4% 80px;	
	float: left;
}
#seikyu_consulting .clear li.clear_list img{ margin-bottom: 20px; }
#seikyu_consulting .clear dt{
	color: #ff7800;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5em;
}
#seikyu_consulting .clear dd{ color: #333; text-align: left; line-height: 1.5em;}

/* コンサルティングの流れ */
#seikyu_consulting .flow{
	text-align: center;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
#seikyu_consulting .flow h2{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 60px;
}
#seikyu_consulting .step_arrow{
	width: 320px;
	height: 139px;
	position: relative;
	margin-bottom: 25px;
	float: left;
}
#seikyu_consulting .step_arrow p{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 0 10px #fff;
	position: absolute;
	top: 60px;
	left: 50px;
	line-height: 1.5em;
}
#seikyu_consulting .arrow3 p{ left: 30px; }
#seikyu_consulting .step2{ margin-left: 15%; }
#seikyu_consulting .step3{ margin-left: 30%; margin-bottom: 15px; }
#seikyu_consulting p.step_txt{
	font-size: 16px;
	text-align: left;
	width: 300px;
	height: 100px;
	margin: 26px 0 0 5%;
	float: left;
}
#seikyu_consulting p.step_txt span{ color: #ff7800; font-weight: bold; line-height: 1.5em;}

/* コンサルティング アニメーションなし */
#seikyu_consulting .flow .arrow1{ background:  url(/web/jp/seikyu/images/consul_step01.jpg) no-repeat; background-position: bottom; background-size: 100%; animation: none; }
#seikyu_consulting .flow .arrow2{ background:  url(/web/jp/seikyu/images/consul_step02.jpg) no-repeat; background-size: 100%; animation: none; }
#seikyu_consulting .flow .arrow3{ background:  url(/web/jp/seikyu/images/consul_step03.jpg) no-repeat; background-size: 100%; animation: none; }
/* コンサルティング アニメーション */
#seikyu_consulting .flow .move .arrow1{
	background:  url(/web/jp/seikyu/images/consul_step01.jpg) no-repeat;
	animation: arrow1 8s steps(3) 0s infinite!important;
}
@keyframes arrow1 {
  to {
	background-position: 0 -417px;
  }
}
#seikyu_consulting .flow .move .arrow2{
	background:  url(/web/jp/seikyu/images/consul_step02.jpg) no-repeat;
	animation: arrow2 8s steps(3) 0s infinite!important;
}
@keyframes arrow2 {
  to {
	background-position: 0 -417px;
  }
}
#seikyu_consulting .flow .move .arrow3{
	background:  url(/web/jp/seikyu/images/consul_step03.jpg) no-repeat;
	animation: arrow3 8s steps(3) 0s infinite!important;
}
@keyframes arrow3 {
  to {
	background-position: 0 -417px;
  }
}

/* コンサルティング ボタン */
#seikyu_consulting .cv_btn2{ width: 380px; margin-left: 59%; }
#seikyu_consulting .cv_btn2 span.free{
    background: url(/web/jp/seikyu/images/consul_icon_free_s.png) no-repeat center;
    width: 37px;
    height: 37px;
    vertical-align: middle;
    margin: -6px 5px 0 0;
    display: inline-block;
}
#seikyu_consulting .cv_btn2 a{
	color: #fff;
	font-size: 18px;
	line-height: 51px;
	width: 380px;
	height: 45px;
	background-color: #ff7800;
	margin: 0 auto 40px;
	border-radius: 4px;
	border-bottom: 5px solid #d15900;
	display: block;
}
#seikyu_consulting .cv_btn2 a:hover{
	opacity: 1;
	line-height: 54px;
	background-color: #ff8b24;
	width: 380px;
	height: 48px;
	border-bottom: 2px solid #d15900;
	margin: 0 auto 40px;
}

/* 導入実績 */
#seikyu_consulting .case{
	text-align: center;
	width: 100%;
	background: #0a677a;
	padding: 60px 0;
	margin-bottom: 60px;
}
#seikyu_consulting .case h2{
	color: #fff;
	font-size: 36px;
	background: url(/web/jp/seikyu/images/consul_case_bg.gif) no-repeat center;
	height: 93px;
	margin-bottom: 40px;
	padding-top: 15px;
	line-height: 1.8em;
}
#seikyu_consulting .case h2 span{
	color: #ffea00;
	font-size: 42px;
	font-weight: bold;
	margin-left: 10px;
}
#seikyu_consulting .case h2 span.note{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-left: 5px;
}
#seikyu_consulting .case p{
	color: #fff;
	font-size: 24px;
	width: 90%;
	margin: 0 auto 20px;
	line-height: 1.5em;
}
#seikyu_consulting .case img{ width: 90%; max-width: 1040px; margin: auto; }

/* ページ下 CVエリア */
#seikyu_consulting .cv_area{
	text-align: center;
	width: 90%;
	margin: 0 auto 60px;
}
#seikyu_consulting .cv_area h2{
	color: #333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
#seikyu_consulting .cv_area h2 span{ color: #0a677a; font-size: 42px; }
#seikyu_consulting .cv_area span.free,
.title span.free{
	background: url(/web/jp/seikyu/images/consul_icon_free.png) no-repeat center;
	width: 56px;
	height: 56px;
	vertical-align: middle;
	margin: -11px 10px 0;
	display: inline-block;
}
#seikyu_consulting p.cv_lead{
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#seikyu_consulting p.cv_lead span{ color: #ff7800; }
#seikyu_consulting .please{
	color: #666;
	text-align: left;
	border: 2px solid #666;
	width: 90%;
	max-width: 800px;
	margin: auto;
	padding: 15px 20px;
}
#seikyu_consulting .please p{ font-size: 14px; line-height: 1.5em; }
#seikyu_consulting .please p:first-child{
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}

/* ページ下 CVエリア ボタン */
#seikyu_consulting .cv_btn3 a span.free{ margin-top: -3px; }
#seikyu_consulting .cv_btn3 a{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 75px;
	background-color: #ff7800;
	width: 500px;
	height: 70px;
	margin: 0 auto 20px;
	border-radius: 4px;
	border-bottom: 5px solid #d15900;
	display: block;
}
#seikyu_consulting .cv_btn3 a:hover{
	opacity: 1;
	line-height: 78px;
	background-color: #ff8b24;
	height: 73px;
	border-bottom: 2px solid #d15900;
}
/* フッター */
#seikyu_consulting .copyright_wrapper{ width: 90%; }
#seikyu_consulting .footer_inner{ width: 90%; max-width: 1200px; padding: 0 0 30px 0px; }
#seikyu_consulting .footer_inner p{ margin-bottom: 10px; }
#seikyu_consulting .footer_inner ul{ width: 33%; }

/* ヘッダーボタンの背景色変更 20180808 */
a.cv_btn_header{ background-color: #2d67a3;}

/*-----------------
 *sec-cnv,sec-cnv2　CVエリア 20180808
-----------------*/
.sec-cnv,
.sec-cnv2{
	width: 90%;
    margin: auto;
}
.sec-cnv .txt-white{ color: #ffffff;}
.sec-cnv2{ margin-bottom: 4em}
.section_lead{
	text-align: center;
	margin-bottom: 32px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}
ul.cnv-merit{
	margin: 0 auto 40px;
	max-width: 24em;
	text-align: left;
}
ul.cnv-merit li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
	padding-left: 2em;
	text-indent: -2em;
}
ul.cnv-merit li span.icon-webfont-19{
	padding-right: 1em;
}
ul.cnv-merit li span.marker{
	background: -webkit-linear-gradient(transparent 88%, #ff7f7f 88%);
	background: -o-linear-gradient(transparent 88%, #ff7f7f 88%);
	background: linear-gradient(transparent 88%, #ff7f7f 88%);
    font-weight: bold
}

/*-----------------
 *CVボタン 20180808
-----------------*/
.btn a:hover{
	opacity: 0.85;
	cursor : pointer;
}
.cnv-btn {
	width: 90%;
	max-width: 32em;
	margin: auto;
	text-align: center;
}
.cnv-btn a {
	padding: 20px;
	background-color: #2d67a3;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	display: block;
	position: relative;
}
.cnv-btn a::after { 
	content: '>';
	position: absolute;
	top: 1em;
	right: 0.625em;
	-webkit-transform: scale(0.5, 1.0);
       -moz-transform: scale(0.5, 1.0);
    	-ms-transform: scale(0.5, 1.0);
			transform: scale(0.5, 1.0);
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
}
.cnv-btn2{ width: 380px; margin-left: 59%; margin-bottom: 40px; }
.cnv-btn2 a {
	padding: 20px;
	background-color: #2d67a3;
	border-radius: 6px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	display: block;
	position: relative;
}
.cnv-btn2 a::after { 
	content: '>';
	position: absolute;
	top: 1em;
	right: 0.625em;
	-webkit-transform: scale(0.5, 1.0);
       -moz-transform: scale(0.5, 1.0);
    	-ms-transform: scale(0.5, 1.0);
			transform: scale(0.5, 1.0);
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnv-btn a::after {
		top: 0.65em;
	}
	.cnv-btn a:hover{
		background-color: #2d67a3;
	}
}

/*------------------------
最大　1522px~
------------------------*/
@media screen  and (min-width: 1522px) {
#seikyu_consulting .clear .underline{ padding-right: 9%; }
#seikyu_consulting .flow{ max-width: 1200px; }
#seikyu_consulting .step2{ margin-left: 22%; }
#seikyu_consulting .step3{ margin-left: 44%; }
#seikyu_consulting .cv_btn2, .cnv-btn2{ margin-left: 68%; }
}

/*------------------------
タブレット　~1056px
------------------------*/
@media screen and (max-width: 1056px) {
.hidden-tab{ display: none; }
.show-tab{ display: block; }
/* お悩み */
#seikyu_consulting .check li.check_list{ width: 38%; max-width: none; height: 86px; }
#seikyu_consulting .story ul{ width: 96%; }
#seikyu_consulting .check{ background-position: 80% 585px; }
/* 解決 */
#seikyu_consulting .clear .underline{ padding-right: 4%; }
#seikyu_consulting .clear li.clear_list{ width: 29%; margin: 0 2% 80px; }
#seikyu_consulting .clear li.clear_list img{ width: 80%; max-width: 200px; }
#seikyu_consulting .clear dt{ font-size: 16px; }
#seikyu_consulting .clear dd{ font-size: 15px; }
/* コンサルティングの流れ */
#seikyu_consulting .flow{ width: 94%; max-width: 700px; }
#seikyu_consulting .step2{ margin-left: 3%; }
#seikyu_consulting .step3{ margin-left: 6%; }
#seikyu_consulting p.step_txt{ width: 300px; }
/* コンサルティング ボタン */
#seikyu_consulting .cv_btn2{ width: 96%; margin: auto; }
#seikyu_consulting .cnv-btn2{ width: 96%; margin: auto auto 40px; }
#seikyu_consulting .cv_btn2 a{ width: 100%; }
#seikyu_consulting .cv_btn2 a:hover{ width: 100%; }
/* 導入実績 */
#seikyu_consulting .case h2{ margin-bottom: 20px; }
#seikyu_consulting .case p{ font-size: 18px; }
/* ページ下 CVエリア */
#seikyu_consulting p.cv_lead{ font-size: 15px; }
#seikyu_consulting .footer_inner {width: 96%; }
/* フッター */
#seikyu_consulting .copyright_wrapper{ width: 96%; }
}

/*------------------------
スマホ　～767px
------------------------*/
@media screen and (max-width: 767px){
.hidden-sp{ display: none; }
.show-sp{ display: block; }
/* ボタン矢印 */
#seikyu_consulting .cv_btn1 i:before,#seikyu_consulting .cv_btn3 i:before{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 2px;
	position: relative;
	top: -2px;
	display: inline-block;
}
#seikyu_consulting .cv_btn2 i:before{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 6px;
	position: relative;
	top: -2px;
	display: inline-block;
}
/* プルダウンメニュー ボタン */
#seikyu_consulting #toggle{
	display: block;
	position: absolute;
	top: -42px;
	right: 5%;
}
#seikyu_consulting #toggle a{
	display: block;
	width: 30px;
	height: 30px;
	background-color: #297f3a;
	border-radius: 3px;
}
#toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 20px;
    height: 20px;
	border-radius: 1px;
    margin-top: -10px;
    background: #fff;
}
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 20px;
	height: 4px;
	border-radius: 1px;
	background: #297f3a;
}
#toggle a:before{ margin-top: -6px; }
#toggle a:after{ margin-top: 2px; }
#seikyu_consulting .menu_box_wrapper #toggle_menu li{ width: 100%; margin: auto; }
#toggle a{width: 40px; height: 40px; display: block;}
/* プルダウンメニュー 開くエリア */
#seikyu_consulting .menu_box_wrapper{
	height: auto!important;
	position: relative;
	background-color: #fff!important;
    border-top: 2px solid #297f3a;
    border-bottom: 2px solid #297f3a;
}
#seikyu_consulting #toggle_menu{ display: none; }
#seikyu_consulting #toggle_menu{ width: 100%; }
#seikyu_consulting #toggle_menu li.login_btn a {
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0.1em;
	width: 100%;
	height: 24px;
	background: linear-gradient(0deg, #12a517, #3ebd42);
	border-radius: 5px;
	margin: 5px 0 5px 0;
	display: block;
}
#seikyu_consulting .menu_box_wrapper ul.menu li a{ color: #297f3a; }
#seikyu_consulting #toggle_menu li.login_btn a:hover { ext-decoration: none; opacity: 0.7; }
#seikyu_consulting li#accordion_title{ display: none; }

/* お悩み */
#seikyu_consulting .check{ background: none; margin-bottom: 140px; padding-top: 140px; }
#seikyu_consulting h2{ font-size: 20px; line-height: 1.5em; text-align: center; margin-bottom: 10px; }
#seikyu_consulting .check .underline{ width: 80px; min-width: 0; margin: 0 auto 20px; padding: 0; }
#seikyu_consulting .check .underline img{
	top: -240px;
	left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
#seikyu_consulting .check li.check_list{
	line-height: 1.5em;
	width: 75%;
    padding: 5% 5% 5% 10%;
    max-width: none;
    height: auto;
    margin: 10px 5%;
}
/* 解決 */
#seikyu_consulting .clear{ padding-bottom: 60px; }
#seikyu_consulting .clear h2{ font-size: 20px; text-align: center; width: 100%; margin-bottom: 10px; }
#seikyu_consulting .clear .underline{ width: 80px; min-width: 0; margin: 0 auto 20px; padding: 0; }
#seikyu_consulting .clear .underline img{ top: -240px; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; }
#seikyu_consulting .step_arrow{ float: none; }
#seikyu_consulting .clear li.clear_list{ width: 94%; max-width: 450px; margin: 40px auto 0; float: none; }
#seikyu_consulting .clear dt,#seikyu_consulting .clear dd{ line-height: 1.5em; }
/* コンサルティングの流れ */
#seikyu_consulting .flow h2{ font-size: 26px; }
#seikyu_consulting .step2{ margin-left: 0; }
#seikyu_consulting .step3{ margin-left: 0; }
#seikyu_consulting p.step_txt{ line-height: 1.5em; width: 96%; margin: 0 auto 20px; float: none;}
/* コンサルティング アニメーションなし */
#seikyu_consulting .flow .step_arrow{ width: 255px; height: 109px; }
#seikyu_consulting .step_arrow p{ font-size: 18px; top: 53px; }
#seikyu_consulting .flow .arrow1{ background:  url(/web/jp/seikyu/images/consul_step01.jpg) no-repeat; background-position: bottom; background-size: 100%; animation: none; }
#seikyu_consulting .flow .arrow2{ background:  url(/web/jp/seikyu/images/consul_step02.jpg) no-repeat; background-size: 100%; animation: none; }
#seikyu_consulting .flow .arrow3{ background:  url(/web/jp/seikyu/images/consul_step03.jpg) no-repeat; background-size: 100%; animation: none; }
/* 導入実績 */
#seikyu_consulting .case h2{ font-size: 20px; background-size: 300px; height: 60px; margin-bottom: 20px; }
#seikyu_consulting .case h2 span{ font-size: 23px; }
#seikyu_consulting .case h2 span.note{ font-size: 14px; }
#seikyu_consulting .case p{ font-size: 16px; line-height: 1.5em; }
/* ページ下 CVエリア */
#seikyu_consulting .cv_area h2{ font-size: 22px; }
#seikyu_consulting .cv_area h2 span{ font-size: 26px; }
#seikyu_consulting .cv_area .cv_lead{ line-height: 1.5em; }
#seikyu_consulting .cv_area span.free, .title span.free{ background-size: 100%; width: 40px; }
#seikyu_consulting .cv_btn3 a{ font-size: 16px; width: 100%; }
#seikyu_consulting .please{ padding: 15px 4%; }
#seikyu_consulting .please p{ line-height: 1.5em; }
/* フッター */
#seikyu_consulting .footer_inner{ width: 86%; }
#seikyu_consulting .footer_inner p{ font-size: 18px; margin: 2rem 0 0; }
#seikyu_consulting .footer_inner ul{ width: 100%; }
#seikyu_consulting .footer_inner ul li{ font-size: 16px; list-style: none; border-bottom: 1px solid #ccc; margin-left: 0; padding: 1rem 0; }
#seikyu_consulting .footer_inner ul li a:hover{ text-decoration: none; opacity: 0.8; }
#seikyu_consulting .copyright_wrapper{ text-align: center; }
#seikyu_consulting .copyright_wrapper .im-logo{ float: none; }
#seikyu_consulting .copyright_wrapper p.copyright{ float: none; }
}

/*------------------------
スマホ　～375px　※iPhone7縦サイズ
------------------------*/
@media screen and (max-width: 375px){
	#seikyu_consulting h2{ font-size: 17px; }
	#seikyu_consulting .check li.check_list{ width: 73%; padding-left: 12%; }
	#seikyu_consulting .clear h2{ font-size: 17px; }
	#seikyu_consulting .flow h2{ font-size: 24px; }
	#seikyu_consulting .cv_btn2 a, .cnv_btn2 a{ font-size: 14px; }
	#seikyu_consulting .cv_area h2{ font-size: 20px; }
	#seikyu_consulting .cv_area h2 span{ font-size: 22px; }
	#seikyu_consulting .cv_btn3 a{ font-size: 14px; }
	#seikyu_consulting .cv_area span.free, .title span.free{ margin: -11px 5px 0; }
}

/*------------------------
PC・TAB用アニメーション
------------------------*/
@media screen  and (min-width: 768px) {
#seikyu_consulting .move1{
	transform: translate(-100px, 0);
	-webkit-transform: translate(-100px, 0);
	opacity: 0;
}
#seikyu_consulting .move1.move{
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
}
#seikyu_consulting .check ul{
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	opacity: 0;
}
#seikyu_consulting .check ul.move{
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
	transition-delay: .2s;
}
#seikyu_consulting .move2{
	transform: translate(100px, 0);
	-webkit-transform: translate(100px, 0);
	opacity: 0;
}
#seikyu_consulting .move2.move{
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
	transition-delay: .2s;
}
#seikyu_consulting .clear ul{
	opacity: 0;
}
#seikyu_consulting .clear ul.move{
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 1;
	transition-delay: .5s;
}
#seikyu_consulting .clear ul .clear_list img{
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
#seikyu_consulting .clear ul.move .clear_list img{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	transition: .8s;
	-webkit-transition: all .8s;
	transition-delay: 1s;
}
#seikyu_consulting .case h2{
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	opacity: 0;
}
#seikyu_consulting .case h2.move{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 1;
	transition-delay: .3s;
}
#seikyu_consulting .cv_area h2{
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	opacity: 0;
}
#seikyu_consulting .cv_area h2.move{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 1;
	transition-delay: .3s;
}
#seikyu_consulting .step{
	transform: translate(-100px, 0);
	-webkit-transform: translate(-100px, 0);
	opacity: 0;
}
#seikyu_consulting .step.move{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 1;
}
#seikyu_consulting .step .step1{
	opacity: 0;
}
#seikyu_consulting .step.move .step1{
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 1;
}
#seikyu_consulting .step .step2{
	-webkit-transform: translate(-100px, 0);
	opacity: 0;
}
#seikyu_consulting .step.move .step2{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 1;
	transition-delay: .1s;
}
#seikyu_consulting .step .step3{
	transform: translate(-100px, 0);
	-webkit-transform: translate(-100px, 0);
	opacity: 0;
}
#seikyu_consulting .step.move .step3{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 1;
	transition-delay: .2s;
}
}