
@charset "utf-8";



/* =============================================================  HTML,Body,Anchor*/


html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	margin:0px auto 0px auto;
}




.pcOnly {
	display: block;
}


.spOnly {
	display: none;
}






html {
overflow-x: hidden;
overflow-y: scroll;
}



body{
	width: 100%;
	height: auto;
	margin:0px auto 0px auto;
	overflow:hidden;
	color: #595757;

}

*,
*:before,
*:after {
  box-sizing: inherit;
  box-sizing: inherit;
}



/****************************************************************************************
/* リンク設定
****************************************************************************************/


figure a{color:#666666;text-decoration:none;}
figure a:hover{color:#4fa417;}
figure a:active, a:focus {outline:0;}


a{
text-decoration:none;
}
a:hover{
text-decoration:none;

}
a:active, a:focus {
outline:0;
text-decoration:none;
}

a { text-decoration: none; }



/******************************************************************************
/* フェードインアニメ用
******************************************************************************/

/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
	opacity: 0;
	transform: translateX(-150px);
	transition: all 1s;
}
.left-to-right.scrollin {
	opacity: 1;
	transform: translate(0);
	}

/*下から上にフェードイン*/
.down-to-top {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s;
	transition-delay: 0.5s;

}
.down-to-top.scrollin {
	opacity: 1;
	transform: translateY(0);

}




/****************************************************************************************
/* ヘッダーメニュー設定
****************************************************************************************/


#fixed-header {
	position: fixed;
	top: -158px;  
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	transition: .8s;
	z-index: 100;
	background: rgba(60,129,119,0.7);
}


#fixed-header.is-show {
  top: -10px;

}






.menu_area {
	position: fixed;
	width: 100%;
	top: 0px;
	right: 0px;
	z-index: 200;

}



.link_section {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	opacity: 0;
	animation-name: anime4;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	box-sizing: border-box;
	z-index: 100;
}


@keyframes anime4 {
  0% {
	transform: translateY(-64px);
  }

  100% {
	transform: translateY(0);
	opacity: 1;

  }
}




.link_section li {
	display: block;
	margin-top: 4px;
	text-align: center;
	float: left;
	border-left:1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;

}




.link_section li:last-child{
	float:left;
	text-align:center;
	border-right: 1px solid #ffffff;

}


.link_section li a {
	font-weight: 700;
	font-size: 75%;
	color: #ffffff;
	line-height:100%;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow:1px 1px 10px #000000;
	letter-spacing: 1.5px;

}


.link_section a{
	position: relative;
	display: inline-block;
	transition: .3s;
	font-size: 90%;
	color: #ffffff;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.link_section a::after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffffff;
	transition: .3s;
	transform: translateX(-50%);
}

.link_section a:hover::after{
	width: 75%;

}

.link_section span.on{
	border-bottom: 1px solid #ffffff;
}




.menu_box {

	display: block;
	width: 150px;
	height: 35px;
	margin: 0px auto 0px auto;
	background-color: #3C8177;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 15px;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
	border-radius: 20px;
	letter-spacing: 1.1px;
}

.menu_box img {
	display: inline-block;
	margin: -2px 10px 0px 0px;
	width: auto;
	height: 16px;
}


.menu_box span {
	display: inline-block;
	margin-top: 8px;
}


#header_inq a{
	position: absolute;
	top: 80px;
	right: 20px;
	display: block;
}

#header_inq a:hover {
  animation: zoom3 .3s;
}

@keyframes zoom3 {
  50% {
    transform: scale(1.1);
  }
}




/****************************************************************************************
/* ヘッダー設定
****************************************************************************************/


.logo {
	position: absolute;
	top: 13px;
	left: 160px;
	z-index: 2;
}


.logo img {
	width: 20%;
	height: auto;
}


/****************************************************************************************
/* レイアウト設定
****************************************************************************************/


.main_area {
	display: flex;

}


.left_area {
	display: block;
	margin: 0 auto 0 auto;
	position: fixed;
	z-index: 100;
	width: 130px;
	height: 100vh;
	background-color: #ffffff;
	border-right: 0.1em solid #EEEEEE;
}


.right_area {
	display: block;
	position: relative;
	width: 100%;
	margin-left: 130px;

}

/****************************************************************************************
/* レフトメニュー設定
****************************************************************************************/

.left_logo {
	position: relative;
	margin: 20px auto 0 auto;
	width: 70%;
	height: auto;


}

.main_copy {
	position: relative;
	margin: 0 auto 0 auto;
	width: 32px;
	height: auto;
	display: flex;
	align-items: center;
	height: auto;

}

.bottom_link {
	width: 130px;
	height: auto;
	margin: 0 auto 0 auto;
	position: fixed;
	bottom:  0px;
	left: 0px;
	display: block;
	background-color: #248A8B;
	z-index: 999999;
	text-align: center;
}


.mail_link {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	display: block;
	background-color: #248A8B;
	z-index: 999999;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
	font-weight: 700;
	font-size: 80%;
}


.mail_link img {
	margin: 0 auto 5px auto;
	width: 30px;
	height: auto;
}



.sns_link01 {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	display: block;
	background-color: #000000;
	z-index: 999999;
	text-align: center;
}


.sns_link01 img {
	margin: 0 auto 0 auto;
	width: 50%;
	height: auto;
	padding: 20px;
}


/****************************************************************************************
/* ヘッダーメニュー設定
****************************************************************************************/


.cost_point{
	position: fixed;
	top: 50%;
	right: 30px;
	z-index: 300;
	transition: all 0.4s ease-in-out;

}

.cost_point.isSmall{
	position: fixed;
	padding-top: 0px;
	right: 30px;
	z-index: 300;
	transition: all 0.4s ease-in-out;
	height: 30px;
}


.Header-Logo{
	width: 300px;
	padding-top: 0px;
	padding-left: 5px;
	display: block;
	transition: all 0.4s ease;
	filter: drop-shadow(1px 1px 3px #333);
	animation: FloatVertical 5s ease-in-out 0s infinite alternate;
}
.Header-Logo.isSmall{
	padding-top: 180px;
	padding-left: 5px;
	width: 200px!important;
	animation:  1.3s linear 0s infinite alternate;

}


@keyframes FloatVertical {
            0% { transform:translate3d(0,1.0vw,0); }
            50% { transform:translate3d(0,-0.5vw,0); }
            100% { transform:translate3d(0,1.0vw,0); }
          }


/****************************************************************************************
/* ご縁設定
****************************************************************************************/



.poyooon {
animation: poyooon 1.3s linear 0s infinite alternate;
}
@keyframes poyooon {
0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }

30%  { transform: scale(1.1, 0.9) translate(0%, 2%); }

50%  { transform: scale(0.9, 1.1) translate(0%, -20%); }

70%  { transform: scale(1.1, 0.9) translate(0%, 2%); }
100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes poyooon {
0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }

30%  { transform: scale(1.1, 0.9) translate(0%, 2%); }

50%  { transform: scale(0.9, 1.1) translate(0%, -20%); }

70%  { transform: scale(1.1, 0.9) translate(0%, 2%); }
100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}



/****************************************************************************************
/* 枠設定
****************************************************************************************/


@keyframes about_main_image {
  0% {
    opacity: 0;
            transform: translateY(10em) scaleX(0.5);
  }
  25% {
    opacity: 1;
  }
  50% {
            transform: translateY(-2em) scaleX(1);
  }
  60% {
            transform: translateY(0);
  }
  70% {
            transform: translateY(-1em);
  }
  80% {
            transform: translateY(0);
  }
  90% {
            transform: translateY(-0.5em);
  }
  100% {
    opacity: 1;
            transform: translateY(0);
  }
}


@keyframes about_sub_image {
  0% {
    opacity: 0;
            transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  40% {
            transform: scale(1.6);
  }
  50% {
            transform: scale(0.7);
  }
  60% {
            transform: scale(1.4);
  }
  70% {
            transform: scale(0.8);
  }
  80% {
            transform: scale(1.2);
  }
  90% {
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
            transform: scale(1);
  }
}



/****************************************************************************************
/* トップ画像設定
****************************************************************************************/




.zoom-1 img {
      width: 100%;
      height: auto;
      animation: animationZoom1 5s ease-in-out forwards;
    }
.zoom-2 img {
      width: 100%;
      height: auto;
      animation: animationZoom2 10s ease-in-out infinite;
    }
.zoom {
      width: 100%;
      height: auto;
      overflow: hidden;
      margin-bottom: 0px
    }

    @keyframes animationZoom1 {
      100% { transform:scale(1.1)} 
    }
    @keyframes animationZoom2 {
      50% { transform:scale(1.1)} 
    }

/****************************************************************************************
/* EM PARTNERSリンク設定
****************************************************************************************/

.reason {
	display: block;
	padding: 4%;
}


.service {
	display: block;
	padding: 2%;
}

.voice_link {
	display: block;
	padding: 0%;
}

.consultant_link {
	display: block;
	padding: 0%;
}


.plant_link {
	display: block;
	padding-top: 2%;
}



/******************************************************************************
/* 本文
*******************************************************************************/



.contents {
	width: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	z-index: 1;

}


.contents2 {
	width: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	z-index: 1;

}






.contents_in {
	width: 85%;
	position: relative;
	padding-top : 80px;
	padding-bottom : 110px;
	margin: 0px auto 0px auto;
	text-align: left;
	line-height: 1.6;
	z-index: 1;

}


.contents_in2 {
	width: 85%;
	position: relative;
	padding-top : 80px;
	padding-bottom : 110px;
	margin: 0px auto 0px auto;
	text-align: left;
	line-height: 1.6;
	z-index: 1;

}





/******************************************************************************
/* 本文
*******************************************************************************/




p.title_main {
	margin: 0 auto 0 auto;
	font-optical-sizing: auto;
	font-size: 24px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing: 2.5px;
}


p.title_main2 {
	margin: 0 auto 40px auto;
	font-optical-sizing: auto;
	font-size: 18px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #1B878E;
}

p.title_main3 {
	margin: 35px auto 0px auto;
	font-optical-sizing: auto;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #555555;
}




.title_box {
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px 10%;

}


.title_box2 {
	margin-top: 0px;
	padding: 0px 0%;

}



.title_box3 {
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px 10%;

}


p.title_main4 {
	margin: 0 auto 0 auto;
	font-optical-sizing: auto;
	font-family: "Montserrat", sans-serif;
	font-size: 38px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #555555;
	margin-top: 5px;
}



p.title_main5 {
	margin: 5px auto 0px auto;
	font-optical-sizing: auto;
	font-size: 18px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #555555;
	letter-spacing: 1.5px;

}



p.title_main6 {
	margin: 15px auto 0px auto;
	font-optical-sizing: auto;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	text-align: left;
	color: #555555;
	letter-spacing: 1.2px;
}


.title_green {

	color: #268B8C;
}




p.subtitle_main {
	margin: 0 auto 0 auto;
	font-optical-sizing: auto;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #A62A24;
	margin-top: 0px;
}






@keyframes zoomIn{
    0% {
	transform: scale(0.5);
	opacity: 0;

    }
    70% {
	transform: scale(1.2);
	opacity: 1;

    }

    80% {
	transform: scale(1.0);
	opacity: 1;

    }

    90% {
	transform: scale(1.1);
	opacity: 1;

    }

    95% {
	transform: scale(1.05);
	opacity: 1;

    }



    100% {
	transform: scale(1);
	opacity: 1;

    }

}


/******************************************************************************
/* テキストブロック
*******************************************************************************/


.text_block01 {
	position: relative;
	display: flex;
	width: 100%;
	margin : 20px auto 0px auto;
}


.text_block01_left {
	position: relative;
	display: block;
	width: 80%;
	margin : 0px auto 0px auto;
}

.text_block01_right {
	position: relative;
	display: block;
	width: 20%;
	margin : 0px auto 0px auto;
}


.text_block_in01 {
	position: relative;
	display: block;
	width: 100%;
	margin : 0px auto 0px auto;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F9F9F9;
}

.text_block_in01_in {
	position: relative;
	display: block;
	width: 85%;
	margin : 0px auto 0px auto;
}


.text_block_in02 {
	position: relative;
	display: block;
	width: 100%;
	margin : 0px auto 0px auto;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #ffffff;
}

.text_block_in02_in {
	position: relative;
	display: block;
	width: 85%;
	margin : 0px auto 0px auto;
}


.text_block_in03 {
	position: relative;
	display: block;
	width: 100%;
	height: 550px;
	margin : 0px auto 0px auto;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F9F9F9;
}


.text_block_in03_in {
	position: relative;
	display: block;
	width: 85%;
	margin : 0px auto 0px auto;
}



.text_block_in04 {
	position: relative;
	display: block;
	width: 100%;
	margin : 0px auto 0px auto;
	height: 690px;
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient(119.69108072249855deg, rgba(229, 221, 204,1) 34.257391142150034%,rgba(113, 190, 194,1) 97.05400460147632%);
}


.text_block_in04_in {
	position: relative;
	display: block;
	width: 85%;
	margin : 0px auto 0px auto;
}





/****************************************************************************************
/* メニュー設定
****************************************************************************************/


#section8 {
	display: block;
}


/****************************************************************************************
/* メニュー設定
****************************************************************************************/



ul.invi_list {
	opacity: 0;
	display: flex;
	margin-top: 50px;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;

}


.is-inview .invi_list {
	opacity: 1;
	display: flex;
	margin-top: 50px;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: space-between;
}




ul.invi_list li {
	position: relative;
	display: flex;
	width: 49%;
	margin-bottom: 20px;

}
ul.invi_list li::after {
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 15px;
	width: 13px;
	height: 8px;
	border-left: 3px solid #25AF01;
	border-bottom: 3px solid #25AF01;
	transform: rotate(-45deg);
}






.is-inview .invi_list li {
	opacity: 0;
	animation: zoomIn3 1.0s ease-in-out forwards;
	animation-delay: 0.1s;
}





.plan_box {
	display: block;
	width: 100%;
	position: relative;
	border: solid 1px #dddddd;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 7px rgba(0,0,0,.1);

}

.plan_box p {
	display: block;
	font-size: 85%;
	margin-left: 25px;
	font-weight: 500;
	letter-spacing: 1.2px;
}




/****************************************************************************************
/* 価格エリア設定
****************************************************************************************/




.background_box {
	margin: 0 auto 0 auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #F7F8F9;
}


.background_box2 {
	display: block;
	margin: 0 auto 0 auto;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient(119.69108072249855deg, rgba(229, 221, 204,1) 34.257391142150034%,rgba(113, 190, 194,1) 97.05400460147632%);
}



.background_box2_in {
	position: relative;
	display: block;
	width: 85%;
	height: 600px;
	margin : 0px auto 0px auto;

}





/******************************************************************************
/* パネル設定
******************************************************************************/

.zoomIn2 {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 1px 3px 3px 3px rgba(0,0,0,0.1);

}

.zoomIn2_image {
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-bottom: 15px;
}



.zoomIn2_image img {
	width: 100%;
	height: auto;
	over-fit: cover;

}


.zoomIn3_image {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}


/******************************************************************************
/* 左スライド設定
******************************************************************************/



.third_list3 {
	opacity: 0;
	align-items: stretch;

}

.is-inview .third_list3 {
	opacity: 1;
	margin: 50px auto 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}



.is-inview .third_list3 li:first-child {
	width: 24%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 1s;
}

.is-inview .third_list3 li:nth-child(2n) {
	width: 24%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 1.5s;
}
.is-inview .third_list3 li:nth-child(3n) {
	width: 24%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 2.0s;
}
.is-inview .third_list3 li:nth-child(4n) {
	width: 24%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 2.5s;
}



@keyframes zoomIn3{
    0% {
	transform: scale(0.5);
	opacity: 0;

    }


    100% {
	transform: scale(1);
	opacity: 1;

    }

}




/******************************************************************************
/* 左スライド設定
******************************************************************************/



.third_list4 {
	opacity: 0;
	align-items: stretch;

}

.is-inview .third_list4 {
	opacity: 1;
	margin: 50px auto 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}



.is-inview .third_list4 li:first-child {
	width: 32%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 1s;
}

.is-inview .third_list4 li:nth-child(2n) {
	width: 32%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 1.5s;
}
.is-inview .third_list4 li:nth-child(3n) {
	width: 32%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 2.0s;
}






/******************************************************************************
/* 利用料金文字設定
*******************************************************************************/




p.cost_main {
	font-optical-sizing: auto;
	font-size: 18px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	letter-spacing: 2.0px;
	color: #	color: #595757;
}


p.cost_main2 {
	margin: 0 auto 0px auto;
	font-optical-sizing: auto;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	color: #1B878E;
}

p.cost_main3 {
	margin: 10px auto 0px auto;
	font-optical-sizing: auto;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	text-align: left;
	color: #	color: #595757;
	line-height: 1.6;
}



/******************************************************************************
/* コンサルタント設定
*******************************************************************************/


.consul_box {
	display: flex;
	margin-top: 40px;
	margin-bottom: 30px;
	justify-content: space-between;

}


.consul_box_left {
	width: 65%;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 1.2px;
	font-size: 90%;
}

.consul_box_right {
	width: 30%;

}


.m_image {
	display: block;
	width: 40%;
	height: auto;
	overflow: hidden;
}




.m_image img {
	opacity: 0
	width: 100%;
	height: auto;
	object-fit: cover;

}



.consul_name {
	position: relative;
	margin-top: -20px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.4;
	z-index: 2;

}


/******************************************************************************
/* お客様の声設定
*******************************************************************************/


.cliant_box {
	display: flex;
	margin-top: 40px;
	margin-bottom: 30px;
	justify-content: space-between;

}


.cliant_box_left {
	width: 65%;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 1.2px;
	font-size: 90%;
}

.cliant_box_right {
	width: 30%;

}



.cliant_company {
	position: relative;
	margin-top: -20px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	z-index: 2;
	color: #595757;
}

.cliant_company a {
	color: #595757;
}


.cliant_name {
	position: relative;
	margin-top: -20px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.4;
	z-index: 2;

}


.cliant_name span {
	position: relative;
	margin-top: -20px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	z-index: 2;

}



/******************************************************************************
/* コンサルタント用タグ
*******************************************************************************/


.invitation_tag {
	display: flex;
	box-pack: center;
	justify-content: left;
	position: relative;
	flex-wrap: wrap;
	margin-top: 50px;

}

.invitation_tag_item {
	margin-right: 0.5em;
	padding: 0.5em 1em;
	background-color: #e3f4f6;
	font-weight: 700;
	font-size: 0.75em;
	white-space: nowrap;
	margin-bottom: 10px;

}
.invitation_tag_item::before {
	content: "#";
	display: inline-block;
	margin-right: 0.25em;
}
.invitation_tag_item:nth-last-of-type() {
	margin-right: 0;
}


/********************************************************************************************************
/* プライバシーポリシー設定
*********************************************************************************************************/


.privacy_policy {
	font-size: 90%;
	line-height: 1.8;

}

p.midashi{
	font-weight: 700;
	font-size: 110%;
	color :#003366;
	margin-top: 20px;
	margin-bottom: 20px;
}


.privacy_policy p {
	line-height: 1.8;

}


ul.description {
	margin: 0px auto 0 auto;
	width: 100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 10px;
}



ul.description2 {
	margin: 0px auto 0 auto;
	width: 100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 10px;
}




/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo {

	width: 100%;
	position: relative;
	padding: 10px;
	display: block;
	border: 1px dotted #bdc3c7;
	text-align: left;
	margin: 20px auto 30px auto;
	background-color: rgba(255,255,255, 0.9);

}

.ttlTombo:before,
.ttlTombo:after,
.ttlTombo > span:before,
.ttlTombo > span:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: url(../images/imgcorner.png) 0 0 no-repeat;
}

.ttlTombo:before {
	top: -1px;
	left: -1px;
	transform: rotate(0deg);
}
.ttlTombo:after {
	top: -1px;
	right: -1px;
	transform: rotate(90deg);
}
.ttlTombo > span:before {
	bottom: -1px;
	left: -1px;
	transform: rotate(-90deg);
}
.ttlTombo > span:after {
	bottom: -1px;
	right: -1px;
	transform: rotate(180deg);
}



.ttlTombo p {
	color: #555555;
	font-weight: 700;
	font-size: 90%;
	letter-spacing : 1.5px;
	color: #524640;
}

.ttlTombo p.blue {
	font-size: 120%;
	font-weight: 600;
	padding-bottom: 10px;
	color: #4BBFBF;

}

.ttlTombo p.red {
	font-size: 110%;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #B3184B;

}

.ttlTombo p.bold_green {
	display: block;
	font-size: 110%;
	line-height: 1.5;
	font-weight: 700;
	color: #6EB92B;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	letter-spacing : 3px;
}



.ttlTombo_in {
	height: 150px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 25px;
	padding-bottom: 0px;
}




.ttlTombo_in p {
	color: #555555;
	font-weight: 700;
	font-size: 100%;
	letter-spacing : 1.5px;
	color: #524640;
}


/******************************************************************************
/* ステップ横並び
*******************************************************************************/

.step_area {
	width: 100%;
	text-align: left;
}


.item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px auto 0px auto;
}


.item_block {
	position: relative;
	margin: 0px auto 0px auto;
}



.process_nav {
	margin: 20px auto 50px auto;

}

.process_nav ul{
	display: flex;
	width: 360px;
}

.process_nav li {
	display: inline-block;
}
 
.process_nav li:nth-child(1) {
	width: 80px;
}

.process_nav li:nth-child(2) {
	width: 25px;
	flex-wrap: wrap;

}

.process_nav li:nth-child(3) {
	width: 80px;
}

.process_nav li:nth-child(4) {
	width: 25px;
}

.process_nav li:nth-child(5) {
	width: 80px;

}
/******************************************************************************
/* ステップマーク
*******************************************************************************/

.balloon3-right {
	position: relative;
	display: inline-block;
	margin: 0px auto 0px auto;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	background: #ff8e9d;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon3-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 15px solid #ff8e9d;
	z-index: 0;
}


.balloon3-right2 {
	position: relative;
	display: inline-block;
	margin: 0px auto 0px auto;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	background: #C4C4C4;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon3-right2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 15px solid #C4C4C4;
	z-index: 0;
}




.balloon3-right p.step1 {
	text-align: center;
	color: #FFF;
	font-size: 60%;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom: -5px;
}

.balloon3-right p.step2 {
	text-align: center;
	color: #FFF;
	font-size: 70%;
	font-weight: 700;
}

.step3 {
	position: absolute;
	top: 12px;
	left: 50px;
	font-size: 70%;
	font-weight: 700;
}



.balloon3-right2 p.step1 {
	text-align: center;
	color: #FFF;
	font-size: 60%;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom: -5px;
}

.balloon3-right2 p.step2 {
	text-align: center;
	color: #FFF;
	font-size: 70%;
	font-weight: 700;
}

.step3_2 {
	position: absolute;
	top: 12px;
	left: 50px;
	font-size: 70%;
	font-weight: 700;
	color: #C4C4C4;
}


/******************************************************************************
/* 矢印
*******************************************************************************/


.arrow {
	display:inline-block;
	height:5px;
	width:10px;
	background-color:#FF8E9D;
	position:relative;
}

.arrow:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:10px solid transparent;
	border-left:15px solid #FF8E9D;
	left:10px;
	top: -8px;
}


.arrow2 {
	display:inline-block;
	height:5px;
	width:10px;
	background-color:#C4C4C4;
	position:relative;
	top: 7px;
}

.arrow2:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:10px solid transparent;
	border-left:15px solid #C4C4C4;
	left:10px;
	top: -8px;
}



.thanks_area {
	width: 100%;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 1.2px;
}




/******************************************************************************
/* トップに戻る
*******************************************************************************/



#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index:200;
}
#page-top a {
	text-decoration: none;
	width: 50px;
	display: block;

}
#page-top a:hover {
	text-decoration: none;
}


/******************************************************************************
/* お問い合わせエリア用
******************************************************************************/


ul.contact_us {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
}


 
ul.contact_us li {
	letter-spacing:normal;
	display: block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0px;

}

ul.contact_us li:last-child {
	letter-spacing:normal;
	display: block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0px;

}

.contact_midashi {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 140%;
	display: inline-block;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.contact_txt {
	font-weight: 500;
	font-size: 80%;
	letter-spacing: 1.2px;
	margin-bottom: 5px;
}

.contact01 {
	margin-bottom: 30px;
	letter-spacing: 1.5px;
	font-weight: 700;
}

.contact02 {
	font-size: 130%;
	margin-bottom: 0px;
	letter-spacing: 1.5px;
	font-weight: 700;
}







.contact_us_box {
	width: 100%;
	position: relative;
	display:inline-block;
	border: solid 1px #ffffff;
	color:#ffffff;
	padding:10px 30px 10px 20px;
	text-align:center;
	margin-bottom: 0px;
}
.contact_us_box::after{
	position: absolute;
	content: "";
	top: calc(50% - 2px);
	right: 30px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-135deg);
	transition: .3s;
}
.contact_us_box:hover::after{
	right: 20px;
}




.contact_us_box p {
	margin-top: 4px;
	margin-bottom: 4px;
	letter-spacing: 1.5px;
	font-weight: 700;
}



.contact_us_box p img {
	width: auto;
	height: 18px;
	margin-top: -3px;
	margin-right: 10px;
}




.contact_us_box2 {
	position: relative;
	display:inline-block;
	color:#ffffff;
	padding:10px 50px 10px 0px;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 100%;
}
.contact_us_box2::after{
	position: absolute;
	content: "";
	top: 20px;
	right: 40px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-135deg);
	transition: .3s;
}
.contact_us_box2:hover::after{
	right: 30px;
}



.em_bottom_logo {
	width: 300px;
	height: auto;
	margin-bottom: 10px;
}




/******************************************************************************
/* お問い合わせ用
******************************************************************************/

.footer_area {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/main_image2.png?ver-20241129);
	background-repeat:  no-repeat;
	background-position: 0px 50%;
	background-size: cover;
	color: #ffffff;
	letter-spacing: 1.2px;

}

.footer_area_in {
	margin: 0px auto 0px auto;
	width: 91.5%;
	margin-top: 50px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;


}


.footer_area_in_left {

width: 60%;
}


.footer_area_in_right {

width: 40%;

}




.footer_area_in_box {

	width: 100%;
	padding: 50px;
	background-color: rgba(109, 177, 177, 0.6);
}






#copyright{
	font-size:70%;
	background-color:#248A8B;
	padding: 10px 0px 13px 0px;
	margin-top:0px;
	color:#fff;
	text-align: center;
	letter-spacing: 1.0px;

}



.copyright br{
	display:none;
}


/******************************************************************************
/* スマートフォン・タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {



.pcOnly {
	display: none!important;
}
.spOnly {
	display: block!important;
}




*******************************************************************************/
/* スマホ用メニュー
*******************************************************************************/





.sub_menu {
	position: relative;
	padding-top: 130px;
	padding-bottom: 0px;
	justify-content: space-between;
	z-index: 100;

}


.sub_page_logo {
	position: absolute;
	margin: 0 auto 0 auto;
	top: 0px;
	left: 0px;
	width: 274px;
	height: auto;
	padding: 10px;
	z-index: 1000;
}

.sub_page_logo img {
	width: 180px;
	height: auto;

}



nav{
	display: none;
	position: absolute;
	top:0px;
	width: 100%;
	left: 0;
	padding-bottom: 50px;
	z-index: 9999999;

}
 
/*------------------------------------プルダウンの部分を記述--------------*/
 
nav ul{
	margin:90px auto 0px;
	width: 90%;
}
 
nav ul li{
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
 
/*最後のメニューは下線を不要にする -------------------------------------------*/






/*開閉ボタンの作り方 ------------------------------------------------*/

#nav_toggle {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;/*固定にします。*/
	top: 0px;
	right:0px;/*左端に配置*/
	z-index: 9999999;
	background-color: #3C8177;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #ffffff;
	font-weight: 700;
	margin-top: 0px;
	margin-right: 0px;
	cursor: pointer

}



#nav_toggle div {
	position: relative;
	background-color: rgba(59,59,59,0.77);
	z-index: 999999;


}


 
#nav_toggle span {
	display: block;
	height: 3px;
	background-color: #ffffff;
	position:absolute;
	width: 50%;
	top: 30px;
	left: 13px;
	transition: 0.5s ease-in-out;
	text-align: center;
	margin-top: 15px;
}


 
#nav_toggle p {
	display: block;
	position:absolute;
	transition: 0.5s ease-in-out;
	text-align: center;
	margin-top: 55px;
	margin-left: 0px;
	font-size: 75%;
}

nav {
	position: fixed;
	background-color: rgba(59,59,59,0.77);
	z-index: 999999;
}

 
/*-----------------------------------------------------三本ずつずらして設定*/

#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:8px;
}
#nav_toggle span:nth-child(3){
	top:16px;
}

 
/*-----------------------------開閉ボタンopen時-------*/

.open #nav_toggle span:nth-child(1) {
top: 7px;
left: 11.5px;
transform: rotate(135deg);
}
 
/* ----------------------------2本目を非表示にすることで、三本が2本になる*/

.open #nav_toggle span:nth-child(2) {
display:none;
}

.open #nav_toggle span:nth-child(3) {
top: 7px;
left: 11.5px;
transform: rotate(-135deg);
}


/******************************************************************************
/* スマホ用メニュー各ブロック
*******************************************************************************/


.homeWorkItem{text-align: center; padding: 1px;}





.homeWorkItem .line{
	display: none;
	position: absolute;
	background-color: #d9d9d9;
	transition:all 0.3s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}


.homeWorkItem .line{display: block; transition:all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)}

.homeWorkItem .line.line-top{top: 0;left: 0; width: 100%; height: 1px}
.homeWorkItem .line.line-left{top: 0;left: 0; height: 100%; width: 1px}
.homeWorkItem .line.line-bottom{bottom: 0;left: 0; width: 100%; height: 1px}
.homeWorkItem .line.line-right{right: 0; top: 0; height: 100%; width: 1px}

.homeWorkItem a{display:block;}
.homeWorkItem a{position:relative; box-sizing:border-box;background:none; height: 80px;}
.homeWorkItem a:hover{color: #ffd20d}
.homeWorkItem a:hover .line{background-color: #ffd20d}
.homeWorkItem a:hover .line.line-top{height: 4px}
.homeWorkItem a:hover .line.line-left{width: 4px}
.homeWorkItem a:hover .line.line-bottom{height: 4px}
.homeWorkItem a:hover .line.line-right{width: 4px}

.homeWorkItem .menutitle{
	position: absolute;
	width:100%;
	top: 50%;
	transform : translateY(-50%);
	font-size: 80%;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	text-decoration: none;

}




/******************************************************************************
/* スマホ用メニュー各ブロックサイズ
*******************************************************************************/



nav ul li:nth-child(1) {
	float: left;
	width: 32%;
	z-index: 1;
	margin-right: 2%;

}



nav ul li:nth-child(2) {
	float: left;
	width: 32%;
	margin-right: 2%;
}



nav ul li:nth-child(3) {
	float: right;
	width: 32%;
}

nav ul li:nth-child(4) {
	float: left;
	width: 32%;
	margin-right: 2%;

}


nav ul li:nth-child(5) {
	float: left;
	width: 32%;
	margin-right: 2%;

}


nav ul li:nth-child(6) {
	float: right;
	width: 32%;

}

nav ul li:nth-child(7) {
	float: left;
	width: 32%;
	margin-right: 2%;

}


nav ul li:nth-child(8) {
	float: left;
	width: 32%;
	margin-right: 2%;

}

nav ul li:nth-child(9) {
	float: right;
	width: 32%;

}


nav ul li:nth-child(10) {
	float: left;
	width: 49%;
	margin-right: 2%;
}



nav ul li:nth-child(11) {
	float: right;
	width: 49%;
}
















}



/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:600px) {


.pcOnly {
	display: none;
}


.spOnly {
	display: block;
}


/******************************************************************************
/* ベースレイアウト
*******************************************************************************/



.main_area {
	display: block;

}



.left_area {
	display: none;
}



.right_area {
	display: block;
	position: relative;
	width: 100%;
	margin-left: 0px;

}




/******************************************************************************
/* 本文
*******************************************************************************/






.contents_in2 {
	width: 85%;
	position: relative;
	padding-top : 30px;
	padding-bottom : 30px;
	margin: 0px auto 0px auto;
	text-align: left;
	line-height: 1.6;
	z-index: 1;

}




/******************************************************************************
/* 本文
*******************************************************************************/


p.title_main {
	margin: 0 auto 0 auto;
	font-optical-sizing: auto;
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing: 2.5px;
}


p.title_main2 {
	margin: 0 auto 40px auto;
	font-optical-sizing: auto;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #1B878E;
}


p.title_main6 {
	margin: 15px auto 0px auto;
	font-optical-sizing: auto;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	text-align: left;
	color: #555555;
	letter-spacing: 1.2px;
}


/******************************************************************************
/* テキストブロック
*******************************************************************************/


.text_block01 {
	position: relative;
	display: flex;
	width: 100%;
	margin : -50px auto -60px auto;
}


.text_block01_left {
	position: relative;
	display: block;
	width: 100%;
	margin : 0px auto 0px auto;
}

.text_block01_right {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 25%;
	margin : 0px auto 0px auto;
}




.text_block_in01 {
	position: relative;
	display: block;
	width: 100%;
	margin : 0px auto 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F9F9F9;
}

.text_block_in01_in {
	position: relative;
	display: block;
	width: 85%;
	margin : 0px auto 0px auto;
}


/****************************************************************************************
/* メニュー設定
****************************************************************************************/



ul.invi_list {
	opacity: 0;
	display: block;
	margin-top: 20px;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;

}


.is-inview .invi_list {
	opacity: 1;
	display: block;
	margin-top: 20px;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: space-between;
}




ul.invi_list li {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;

}

/****************************************************************************************
/* お客様の声設定
****************************************************************************************/


.text_block_in04 {
	position: relative;
	display: block;
	width: 100%;
	margin : 0px auto 0px auto;
	height: 950px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(119.69108072249855deg, rgba(229, 221, 204,1) 34.257391142150034%,rgba(113, 190, 194,1) 97.05400460147632%);
}


.text_block_in04_in {
	position: relative;
	display: block;
	width: 85%;
	margin : 0px auto 0px auto;
}

/****************************************************************************************
/* 採用代行PRO設定
****************************************************************************************/


.text_block_in02 {
	position: relative;
	display: block;
	width: 100%;
	margin : 0px auto 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

.text_block_in02_in {
	position: relative;
	display: block;
	width: 85%;
	margin : 0px auto 0px auto;
}

/****************************************************************************************
/* カスタマイズ可能な料金プラン設定
****************************************************************************************/


.text_block_in03 {
	position: relative;
	display: block;
	width: 100%;
	height: 800px;
	margin : 0px auto 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F9F9F9;
}


.text_block_in03_in {
	position: relative;
	display: block;
	width: 85%;
	margin : 0px auto 0px auto;
}


/******************************************************************************
/* 料金プランスライド設定
******************************************************************************/



.third_list3 {
	opacity: 0;
	align-items: stretch;

}

.is-inview .third_list3 {
	opacity: 1;
	margin: 30px auto 0px auto;
	display: block;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}



.is-inview .third_list3 li:first-child {
	width: 100%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 1s;
	margin-bottom: 15px;
}

.is-inview .third_list3 li:nth-child(2n) {
	width: 100%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 1.5s;
	margin-bottom: 15px;

}
.is-inview .third_list3 li:nth-child(3n) {
	width: 100%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 2.0s;
	margin-bottom: 15px;

}
.is-inview .third_list3 li:nth-child(4n) {
	width: 100%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 2.5s;
}



/******************************************************************************
/* 左スライド設定
******************************************************************************/



.third_list4 {
	opacity: 0;
	align-items: stretch;

}

.is-inview .third_list4 {
	opacity: 1;
	margin: 50px auto 0px auto;
	display: block;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}



.is-inview .third_list4 li:first-child {
	width: 100%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 1s;
	margin-bottom: 30px;
}

.is-inview .third_list4 li:nth-child(2n) {
	width: 100%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 1.5s;
}
.is-inview .third_list4 li:nth-child(3n) {
	width: 100%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 2.0s;
}





/******************************************************************************
/* コンサルタント設定
*******************************************************************************/


.consul_box {
	display: flex;
	margin-top: 20px;
	margin-bottom: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}


.consul_box_left {
	display: block;
	width: 100%;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 1.2px;
	font-size: 90%;
}

.consul_box_right {
	order: -1;
	display: block;
	width: 100%;

}


.consul_box_right img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	overflow: hidden;
	object-position: 0px 0px;
	margin-bottom: 50px;
}




.m_image img {
	opacity: 0
	width: 100%;
	height: auto;
	object-fit: cover;

}



.consul_name {
	position: relative;
	margin-top: -20px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	z-index: 2;

}




/******************************************************************************
/* お客様の声設定
*******************************************************************************/


.cliant_box {
	display: flex;
	margin-top: 20px;
	margin-bottom: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}


.cliant_box_left {
	display: block;
	width: 100%;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 1.2px;
	font-size: 90%;
}

.cliant_box_right {
	order: -1;
	display: block;
	width: 100%;

}


.cliant_box_right img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	overflow: hidden;
	object-position: top 0px;
	margin-bottom: 50px;
}




.cliant_name {
	position: relative;
	margin-top: -20px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	z-index: 2;

}




/******************************************************************************
/* フッターお問い合わせ用
******************************************************************************/

.footer_area {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/main_image2.png?ver-20241129);
	background-repeat:  no-repeat;
	background-position: 0px 50%;
	background-size: cover;
	color: #ffffff;
	letter-spacing: 1.2px;

}

.footer_area_in {
	margin: 0px auto 0px auto;
	width: 86%;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	justify-content: space-between;


}



.footer_area_in_box {

	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgba(109, 177, 177, 0.6);
}





.footer_area_in_left {
	display: block;
	width: 100%;
}


.footer_area_in_right {

	display: block;
	width: 100%;

}


}