@charset "utf-8";

@media all and (min-width: 1300px)  {
/* //    |- PC  */

}	/* PC: min-width: 1300px */

@media all and (min-width: 1500px)  {
/* //    |- PC(Wide)  */

}	/* PC(Wide): min-width: 1500px */

@media all and (max-width: 1079px)  {
/* //    |- SPTB  */

}	/* SPTB: max-width: 1079px */

@media all and (max-width: 559px)  {
/* //    |- SP  */

}	/* SP: max-width: 559px */

main{
  font-size: 1.6rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
html.chrome:not(.tbsp) body,
html.firefox:not(.tbsp) body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 559px)  {
	main{
	  font-size: 1.5rem;
	  letter-spacing: 0.04em;
	}
}
#container{
  padding-top: 78px;
}
@media all and (max-width: 559px)  {
	#container{
	  padding-top: 55px;
	}
}
p.text{
	font-weight: 400;
	font-size: 15px;
}

.f-en{
  font-family: 'Poppins', sans-serif;
}
.fc-orn{
  color: #ff9900;
}
.fc-blu{
  color: #0397ff;
}
.fc-grn{
  color: #16a235;
}
.fc-red {
	color: #c9191d;
}
.fc-wht{
  color: #fff;
}
.bgclr-orn{
  background-color: #ff9900;
}
.bgclr-grn{
  background-color: #16a235;
}
.bgclr-red{
  background-color: #c9191d;
}
.bgclr-red2 {
	background-color: #fe0036;
}
.bgclr-gry {
	background-color: #eeeeee;
}
.bgclr-gry2 {
	background-color: #f5f5f5;
}
.bgclr-blu {
	background-color: #0397ff;
}
.bgclr-blk {
	background-color: #000;
}
.taCenter {
	text-align: center;
}
.fwBold {
	font-weight: bold;
}
.fw5 {
	font-weight: 500;
}
.fw6 {
	font-weight: 600;
}
.fw7 {
	font-weight: 700;
}
.note {
	font-size: 12px;
}
.br12 {
	border-radius: 12px;
}
.br8 {
	border-radius: 8px;
}
.box-style{
	border: 10px solid #e7f3ff;
	padding: 40px 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}
.box-style .box-text{
	width: calc( 100% - 340px);
	padding-right: 70px;
}
.box-style .box-text .box-title1{
	margin-bottom: 15px;
	font-size: 2rem;
}
.box-style .box-text .box-title1 span{
	display: inline-block;
	background-color: #0080cc;
	color: #fff;
	border-radius: 50px;
	font-weight: bold;
	padding: 2px 20px;
}
.box-style .box-text .box-title2{
	line-height: 1.75;
	font-weight: bold;
	font-size: 2.1rem;
	margin-bottom: 25px;
}
.box-style .box-text .box-body{
	line-height: 2;
	font-size: 1.5rem;
}
.box-style .box-text .box-body p + p{
	margin-top: 10px;
}
.box-style .box-image{
	width: 340px;
}
h2 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 60px;
}
h2 span{
	font-size: 18px;
	font-weight: 600;
}
h3 {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 20px;
}
.h3_line {
    width: 50px;
    height: 3px;
    background: #c9191d;
    display: block;
    margin: 0 auto 45px;
}
h4 {
	color: #c9191d;
	text-align: center;
	font-weight: 700;
	font-size: clamp(18px, 22 / 1100* 100vw, 22px);
	margin-bottom: 30px;
}
h4 span {
	position: relative;
	display: inline-block;
}
h4 span:before {
	content: " ";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    left: -70px;
    top: 50%;
		transform: translateY(-50%);
    background: #c9191d;
    background-size: contain;
}
h4 span:after {
	content: " ";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    right: -70px;
    top: 50%;
		transform: translateY(-50%);
    background: #c9191d;
    background-size: contain;
}
.text_link {
	transition: .3s;
	margin-top: 10px;
	display: block;
}
.text_link:hover {
	text-decoration: underline;
}

@media all and (max-width: 559px)  {
.box-style{
	border: 5px solid #e7f3ff;
	padding: 15px 15px;
	display: block;
}
.box-style .box-text{
	width: auto;
	padding-right: 0;
	padding-bottom: 15px;
}
.box-style .box-text .box-title1{
	margin-bottom: 12px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.box-style .box-text .box-title1 span{
	border-radius: 50px;
	display: block;
	text-align: center;
	padding: 7px 20px;
}
.box-style .box-text .box-title2{
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.9rem;
	margin-bottom: 15px;
}
.box-style .box-text .box-body{
	line-height: 1.75;
	font-size: 1.4rem;
}
.box-style .box-text .box-body p + p{
	margin-top: 10px;
}
.box-style .box-image{
	width: auto;
}
h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
}
h2 span{
	font-size: 14px;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 20px;
}
.h3_line {
  width: 50px;
  height: 3px;
  background: #c9191d;
  display: block;
  margin: 0 auto 30px;
}
h4 {
	margin-bottom: 20px;
}
h4 span:before {
    width: 30px;
    left: -50px;
}
h4 span:after {
    width: 30px;
    right: -50px;
}
}




.btn {
	transition: .3s;
	display:block;
}

.btn:hover {
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  border-radius: 8px;
  display: block;
}



/* // header
----------------------------------------------- */
.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 6px rgba(54,64,72,.1), 0 5px 34px rgba(54,64,72,.05);
  z-index: 10000;
  background-color: #fff;
  min-width: 982px;
}
.header__inner{
  display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.header .logo{
  padding-left: 50px;
	flex-grow: 200;
}
.header .logo img{
	width: 411px;
}
.header .header-business{
	padding-right: 30px;
	line-height: 1.2;
	position: relative;
	padding-left: 35px;
}
.header .header-business:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecconsulting_ad_img2/icon_tel.webp) no-repeat left top;
  background-size: contain;
}
.header .header-business a{
	color: #333;
	font-weight: 700;
	font-size: 20px;
}
.header .header-business span {
	font-size: 10px;
	font-weight: 700;
}
.header .header-business span.business {
	border:1px solid #333;
	padding:3px;
	margin-right: 5px;
	display: inline-block;
}
.header .header-cv-btn a{
  background-color: #de313d;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.45;
  padding: 28px 25px;
}
.header .header-cv-btn a > span{
  display: block;
  padding-left: 40px;
  position: relative;
}
.header .header-cv-btn a > span:before{
  content:" ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecconsulting_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}
.header .header-cv-btn2 a {
	background-color: #0daaff;
}
.header .header-cv-btn2 a > span:before{ 
	content:" ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecconsulting_ad_img2/icon_document.webp) no-repeat left top;
  background-size: contain;
}
@media all and (max-width: 559px)  {
	.header{
		position: inherit;
	  box-shadow: 0 0 3px rgba(54,64,72,.1), 0 3px 17px rgba(54,64,72,.05);
		padding: 8px 4px 8px 0;
		min-width: inherit;
	}
	.header .logo{
	  padding-left: 10px;
	}
	.header .logo img{
		height: 20px;
		width: auto;
	}
	.header .header-cv-btn a{
	  padding: 12px 12px 13px;
		font-size: 1.2rem;
		border-radius: 3px;
	}
	.header .header-cv-btn a > span{
	  padding-right: 18px;
	}
	.header .header-cv-btn a > span:after{
	  width: 16px;
	  height: 16px;
	}
}


.page_top{
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 6px rgba(54,64,72,.1), 5px 5px 34px rgba(54,64,72,.07);
	z-index: 100000;
	width: 60px;
	height: 60px;
	border: 1px solid #f1f1f1;
	opacity: 0;
	pointer-events: none;
}
.page_top.is-show{
	opacity: 1;
	pointer-events: auto;
}
.page_top span{
	display: block;
	height: 100%;
	width: 100%;
	background: url(../../images/ecconsulting_ad_img2/icon_arrow_red.webp) no-repeat center center;
	background-size: 20px auto;
	transform: scaleY(-1);
}
.page_top:hover{
	background-color: #c9191d;
}
.page_top:hover span{
	background-image: url(../../images/ecconsulting_ad_img2/icon_arrow_wht.webp);
}
@media all and (max-width: 559px)  {
	.page_top{
		right: 15px;
		bottom: 65px;
		border-radius: 50%;
		box-shadow: 2px 2px 3px rgba(54,64,72,.1), 3px 3px 17px rgba(54,64,72,.07);
		width: 46px;
		height: 46px;
	}
	.page_top span{
		background-size: 16px auto;
	}
	.footer{
		padding: 45px 0 90px;
	}
}



/* // mv
----------------------------------------------- */
#MV {
  background: url(../../images/ecconsulting_ad_img2/mv_bg.webp?ver2) no-repeat top center;
  width: 100%;
  height: 580px;
  position: relative;
  z-index: 5;
  background-size: cover;
  overflow: hidden;
}
.haikei {
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 2.5s;
  animation-delay: 0s;
  opacity: 0;
  transform: translateY(-10px);
}
#MV .inner {
	position: absolute;
	width: 1200px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
#MV .inner .left {
	width: 600px;
	text-align: center !important;
}
#MV .inner .left .copy {
	background: #fff;
	padding:0px 50px;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 900;
	display: inline-block;
}
#MV .inner .left .copy span {
	color: #0397ff;
	font-size: 28px;
	position: relative;
	display: inline-block;
	padding-right: 50px;
}
#MV .inner .left .copy span:after {
content: " ";
  position: absolute;
  display: block;
  width: 85px;
  height: 59px;
  right: -22px;
  top: -10px;
  background: url(../../images/ecconsulting_ad_img2/mv_title_icon.webp) no-repeat left top;
  background-size: contain;
}
#MV .inner .left h1 {
	margin-bottom: 20px;
	font-size: 66px;
	font-weight: 800;
	line-height: 1.3;
}
#MV .inner .left h1 span {
	font-size: 20px;
	color: #222;
	font-weight: bold;
}
#MV .inner .left h1 span em{
	font-size: 32px;
}
#MV .inner .left .catch {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 10px;
}
#MV .inner .left .catch span {
	display: inline-block;
	position: relative;
}
#MV .inner .left .catch span:before {
	position: absolute;
  left: -12px;
  top: 5px;
  content: "";
  width: 2px;
  height: 70%;
  background: #de0000;
  border-radius: 3px;
  transform: rotate(-20deg);
}
#MV .inner .left .catch span:after {
	position: absolute;
  right: -12px;
  top: 5px;
  content: "";
  width: 2px;
  height: 70%;
  background: #de0000;
  border-radius: 3px;
  transform: rotate(20deg);
}
#MV .inner .left .cv_btn_shindan a{
	font-size: 26px;
	font-weight: 700;
	width: 500px;
	display: flex;
	align-items: center;
 justify-content: center;
	border-radius: 8px;
	padding:18px 0;
	text-align: center;
	margin: 0 auto 30px;
  position: relative;
}
#MV .inner .left .cv_btn_shindan a:before {
position: absolute;
 width: 100%;
 height: 100%;
 border-radius: inherit;
 background: linear-gradient(to right, #de0000 0%, #f4a583 50%, #de0000 100%);
 content: "";
 z-index: 1;
}
#MV .inner .left .cv_btn_shindan a::after{
 position: absolute;
 width: calc(100% - 10px);
 height: calc(100% - 10px);
 border-radius: 4px;
 background: #fff;
 content: "";
 z-index: 2;
}
#MV .inner .left .cv_btn_shindan a span {
	position: relative;
  z-index: 3;
}

#MV .inner .left .cv_area {
	width: 520px;
	margin:20px auto 0;
	display: flex;
	justify-content: center;
}
#MV .inner .left .cv_area .btn {
	border-radius: 8px;
	margin:0 10px;
}
#MV .inner .left .cv_area .btn a {
	width: 250px;
	padding:20px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
}
#MV .inner .left .cv_area .cv_btn_document {
	background: #f90;
}
#MV .inner .left .cv_area .cv_btn_contact {
	background: #16a235;
}

#MV .inner .right {
	position: relative;
}
#MV .inner .right:before {
	content: " ";
  position: absolute;
  display: block;
  width: 686px;
  height: 534px;
  right: -53px;
    top: 50%;
    transform: translateY(-91%);
  background: url(../../images/ecconsulting_ad_img2/mv_pc2.webp) no-repeat left top;
  background-size: contain;
}
#MV .inner .right .balloon {
	position: absolute;
}
#MV .inner .right .balloon img {
	margin: 0 auto 8px;
}
#MV .inner .right .balloon p {
	color: #0397ff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#MV .inner .right .balloon1 {
	background: url(../../images/ecconsulting_ad_img2/balloon1.webp) no-repeat center center;
	background-size: cover;
	padding:25px 55px 45px 35px;
	right: 428px;
  top: -313px;
}
#MV .inner .right .balloon2 {
	background: url(../../images/ecconsulting_ad_img2/balloon2.webp) no-repeat center center;
	background-size: cover;
	padding: 20px 40px 30px;
    right: 376px;
    top: -459px;
}

#MV .inner .right .balloon3 p {
	font-size: 17px;
}
#MV .inner .right .balloon3 {
	background: url(../../images/ecconsulting_ad_img2/balloon3.webp) no-repeat center center;
	background-size: cover;
	padding:25px 20px 60px;
	right: 231px;
  top: -502px;
}

#MV .inner .right .balloon4 {
	background: url(../../images/ecconsulting_ad_img2/balloon4.webp) no-repeat center center;
	background-size: cover;
	padding: 28px 35px 36px;
    right: 370px;
    top: -167px;
}

#MV .inner .right .balloon5 p {
	font-size: 17px;
}
#MV .inner .right .balloon5 {
	background: url(../../images/ecconsulting_ad_img2/balloon5.webp) no-repeat center center;
	background-size: cover;
	padding:45px 30px 40px;
	right: 221px;
  top: -142px;
}
#MV .inner .left .cv_area .cv_btn_document a span {
	position: relative;
}
/*#MV .inner .left .cv_area .cv_btn_document a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 85px;
  height: 75px;
  left: -90px;
  top: -22px;
  background: url(../../images/ecconsulting_ad_img2/cv_btn_cover.webp) no-repeat left top;
  background-size: contain;
}*/

@media all and (max-width: 559px)  {
#MV {
  background: url(../../images/ecconsulting_ad_img2/mv_bg.webp?ver2) no-repeat top center;
  width: 100%;
  height: 209vw;
  position: relative;
  z-index: 5;
  background-size: cover;
  background-position-x:-166vw;
}
#MV .inner {
	position: inherit;
	width: 96%;
	margin:0 auto;
	top: inherit;
	left: inherit;
	transform: inherit;
	-webkit- transform: inherit;
}
#MV .inner .left {
	width: 100%;
	padding-top: 20px;
}
#MV .inner .left .copy {
	background: #fff;
	padding:0px 4px;
	margin-bottom: 15px;
	font-size: 4vw;
	font-weight: 900;
	display: inherit;
}
#MV .inner .left .copy span {
	font-size: 5vw;
	position: relative;
	display: inline-block;
	padding-right: 7vw;
}
#MV .inner .left .copy span:after {
	content: " ";
  position: absolute;
  display: block;
  width: 14vw;
  height: 58px;
  right: -4vw;
  top: -1.4vw;
  background: url(../../images/ecconsulting_ad_img2/mv_title_icon.webp) no-repeat left top;
  background-size: contain;
}
#MV .inner .left h1 {
	font-size: 9vw;
	margin-bottom: 10px;
}
#MV .inner .left h1 span {
	font-size: 4.7vw;
	color: #222;
	font-weight: bold;
}
#MV .inner .left h1 span em{
	font-size: 6vw;
}
#MV .inner .left .img .no1 {
	width: 90%;
}
#MV .inner .left .catch {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 8px;
}
#MV .inner .left .catch span {
	display: inline-block;
	position: relative;
}
#MV .inner .left .catch span:before {
	position: absolute;
  left: -12px;
  top: 5px;
  content: "";
  width: 2px;
  height: 70%;
  background: #de0000;
  border-radius: 3px;
  transform: rotate(-20deg);
}
#MV .inner .left .catch span:after {
	position: absolute;
  right: -12px;
  top: 5px;
  content: "";
  width: 2px;
  height: 70%;
  background: #de0000;
  border-radius: 3px;
  transform: rotate(20deg);
}

#MV .inner .left .cv_btn_shindan a{
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	display: flex;
	align-items: center;
 justify-content: center;
	border-radius: 8px;
	padding:15px 0;
	text-align: center;
	margin: 0 auto 30px;
  position: relative;
}
#MV .inner .left .cv_btn_shindan a:before {
position: absolute;
 width: 100%;
 height: 100%;
 border-radius: inherit;
 background: linear-gradient(to right, #de0000 0%, #f4a583 50%, #de0000 100%);
 content: "";
 z-index: 1;
}
#MV .inner .left .cv_btn_shindan a::after{
 position: absolute;
 width: calc(100% - 10px);
 height: calc(100% - 10px);
 border-radius: 4px;
 background: #fff;
 content: "";
 z-index: 2;
}
#MV .inner .left .cv_btn_shindan a span {
	position: relative;
  z-index: 3;
}
#MV .inner .left .cv_area {
	width: 100%;
	margin:18px auto 0;
	display: flex;
	justify-content: space-between;
}
#MV .inner .left .cv_area .btn {
	border-radius: 8px;
	margin:0 0;
	width: 49%;
}
#MV .inner .left .cv_area .btn a {
	width: 100%;
	padding:15px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
}
#MV .inner .right {
	position: relative;
	text-align: center;
	margin-top: 18vw;
}
#MV .inner .right:before {
    position: inherit;
    display: block;
    width: 100%;
    height: auto;
    transform: inherit;
    background: inherit;
    background-size: inherit;
}
#MV .inner .right img {
	width: 100%;
	margin: 2vw auto 2vw 8.5vw;
}
#MV .inner .right .balloon img {
	margin: 0 auto 5px;
	width: 12vw;
}
#MV .inner .right .balloon p {
	color: #0397ff;
	font-size: 3.2vw;
	font-weight: 700;
	text-align: center;
}
#MV .inner .right .balloon1 {
	background: url(../../images/ecconsulting_ad_img2/balloon1.webp) no-repeat center center;
	background-size: cover;
	padding: 6vw 9vw 7vw 7vw;
    right: 60vw;
    top: 25vw;
  z-index: 10;
}
#MV .inner .right .balloon2 {
	background: url(../../images/ecconsulting_ad_img2/balloon2.webp) no-repeat center center;
	background-size: cover;
	padding: 4vw 6vw 6vw;
    right: 49vw;
    top: 3vw;
  z-index: 10;
}
#MV .inner .right .balloon3 p {
	font-size: 3vw;
	line-height: 1.2;
}
#MV .inner .right .balloon3 {
	background: url(../../images/ecconsulting_ad_img2/balloon3.webp) no-repeat center center;
	background-size: cover;
	padding: 5vw 3vw 12vw;
    right: 26vw;
    top: -11vw;
    z-index: 10;
}

#MV .inner .right .balloon4 {
	background: url(../../images/ecconsulting_ad_img2/balloon4.webp) no-repeat center center;
	background-size: cover;
	padding: 5vw 5vw 7vw;
    right: 51vw;
    top: 49vw;
  z-index: 10;
}
#MV .inner .right .balloon5 p {
	font-size: 3vw;
	line-height: 1.2;
}
#MV .inner .right .balloon5 {
	background: url(../../images/ecconsulting_ad_img2/balloon5.webp) no-repeat center center;
	background-size: cover;
	padding: 10vw 5vw 9vw;
    right: 24vw;
    top: 54vw;
    z-index: 10;
}


#MV .inner .left .cv_area .cv_btn_document a span:before {
    width: 49px;
    height: 75px;
    left: -30px;
    top: -40px;
}
}



/* // client
----------------------------------------------- */
.client{
  padding: 15px 0 30px;
  position: relative;
  z-index:0;
}
.client .inner {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;*/
	margin-bottom: 40px;
}
.client .inner .left {
	width: 100%;
}
.client .inner .right {
	width: 49%;
}
.client .inner .catch{
	font-size: 28px;
}
.client .inner .catch span {
	font-size: 60px;
	display: inline-block;
	transform: translateY(7%);
}
.client .inner .text {
	margin-bottom: 25px;
}
.client .inner .partner {
	width: 1000px;
	padding:50px 60px;
	border-radius: 12px;
	border: 10px solid #eeeeee;
	margin-top: 100px;
	position: relative;
}
.client .inner .partner:before {
	content: " ";
  position: absolute;
  display: block;
  width: 165px;
  height: 135px;
  left: -50px;
  top: -20px;
  background: url(../../images/ecconsulting_ad_img2/client_img_01.webp) no-repeat left top;
  background-size: contain;

}
.client .inner .partner .title {
	font-size: 24px;
	margin-bottom: 30px;
}
.client .inner .partner .wrap {
	display: flex;
	justify-content: space-between;
}
.client .inner .partner .wrap .item {
	width: 400px;
	text-align: center;
}
.client .inner .partner .wrap .item img{
	margin-bottom: 20px;
}
.client .corporate-ttl{
  text-align: center;
  font-size: 3.2rem;
  padding-bottom: 10px;
}
.client .corporate-ttl span{
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
.client .logo-carousel #slider .slide-item,
.client .logo-carousel #slider2 .slide-item{
  margin-left: 20px;
  margin-right: 20px;
	position: relative;
}
.client .logo-carousel #slider .slide-item img{

}
.client_head {
	margin-top: 70px;
	font-weight: 500;
	margin-bottom: 50px;
}
.client_head span{
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  display: inline-block;
}
.client_head span:before,
.client_head span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #000;
  width: 1px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.client_head span:before {
  transform: rotate(-35deg);
  left: -60px;
   bottom: -5px;
}
.client_head span:after {
  transform: rotate(35deg);
  right: -60px;
   bottom: -5px;
}
/*ロゴスライダー OFF 230623追記  スライダーに戻す時はコメントアウト*/
.client .logo-carousel ul {
	width: 1100px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.client .logo-carousel ul li {
	margin: 12px;
	width: 10%;
}
/* /ここまで　ロゴスライダー OFF 230623追記*/
@media all and (max-width: 559px)  {
.client{
  padding: 15px 0 20px;
}
.client .inner {
	display: inherit;
	margin-bottom: 40px;
}
.client .inner .left {
	width: 100%;
	margin-bottom: 20px;
}
.client .inner .right {
	width: 100%;
}
.client .inner .catch{
	margin: 30px 0 20px;
	font-size: 24px;
	line-height: 1.2;
}
.client .inner .catch span {
	font-size: 50px;
	display: inline-block;
	transform: translateY(7%);
}
.client .inner .text {
	margin-bottom: 20px;
}
.client .inner .partner {
	width: 96%;
	padding:30px 15px;
	border-radius: 12px;
	border: 5px solid #eeeeee;
	margin: 40px auto 0;
}
.client .inner .partner:before {
	content: " ";
  position: absolute;
  display: block;
  width: 85px;
  height: 135px;
  left: -15px;
  top: -45px;
  background-size: contain;

}
.client .inner .partner .title {
	font-size: 18px;
	margin-bottom: 20px;
}
.client .inner .partner .wrap {
	display: flex;
	justify-content: space-between;
}
.client .inner .partner .wrap .item {
	width: 48%;
	text-align: center;
}
.client .inner .partner .wrap .item img{
	margin-bottom: 15px;
}
.client .award{
  padding-bottom: 15px;
}
.client .award-wrap .item{
	width: 42vw;
  padding: 0 10px;
}
.client .corporate-ttl{
  font-size: 1.7rem;
	line-height: 1.5;
  padding-bottom: 10px;
}
.client .corporate-ttl span{
	text-align: center;
  padding: 0 40px;
}
.client .logo-carousel #slider .slide-item,
.client .logo-carousel #slider2 .slide-item{
  margin-left: 5px;
  margin-right: 5px;
}
.client .logo-carousel #slider .slide-item img,
.client .logo-carousel #slider2 .slide-item img{
	height: 65px;
	width: auto;
}
.client_head {
  margin-top: 30px;
  margin-bottom: 30px;
}
.client_head span{
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
}
.client_head span:before,
.client_head span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #000;
  width: 1px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.client_head span:before {
  transform: rotate(-35deg);
  left: -30px;
   bottom: -5px;
}
.client_head span:after {
  transform: rotate(35deg);
  right: -30px;
   bottom: -5px;
}
/*ロゴスライダー OFF 230623追記  スライダーに戻す時はコメントアウト*/
.client .logo-carousel ul {
	width: 100%;
}
.client .logo-carousel ul li {
	margin: 5px;
	width: 17.8%;
}
/* /ここまで　ロゴスライダー OFF 230623追記*/
}



/* // cv
----------------------------------------------- */
#cv{
  position: relative;
  min-width: 1160px;
  padding: 90px 0 100px;
  overflow: hidden;
  min-width: 1100px;
  width: 100%;
  overflow: hidden;
  background-image: url(../../images/ecconsulting_ad_img2/cv_bg.webp);
  background-size: cover;
  z-index: 4;
}
#cv .inner {
  width: 1000px;
  margin:0 auto;
  background-color: rgba(255,255,255,0.85);
  padding:60px 70px 50px;
  position: relative;
}
#cv .inner:before {
	content: " ";
    position: absolute;
    display: block;
    width: 58px;
    height: 134px;
    right: 15px;
    top: -75px;
    background: url(../../images/ecconsulting_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
}
#cv .inner .title_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
#cv .inner .title_wrap .title {
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#cv .inner .title_wrap .img {
	width: 46%;
}
#cv .inner .btn_wrap {
	display: flex;
	justify-content: space-between;
}
#cv .inner .btn_wrap .item {
	width:100%;
}
#cv .inner .btn_wrap .item .head {
	font-size: 18px;
	margin-bottom: 10px;
}
#cv .inner .btn_wrap .item .head span{
	font-size: 24px;
}
#cv .inner .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 10px;
}
#cv .inner .btn_wrap .item .btn a {
	width: 100%;
	padding:20px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#cv .inner .btn_wrap .item .btn a span {
	position: relative;
}
#cv .inner .btn_wrap .item .btn.bgclr-orn a span:before {
	content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecconsulting_ad_img2/icon_document.webp) no-repeat left top;
  background-size: contain;
}
#cv .inner .btn_wrap .item .btn.bgclr-grn a span:before {
	content: " ";
    position: absolute;
    display: block;
    width: 24px;
    height: 16px;
    left: -40px;
    top: 15px;
    transform: translateY(-50%);
    background: url(../../images/ecconsulting_ad_img2/icon_contact.webp) no-repeat left top;
    background-size: contain;
}
#cv .inner .tel {
	background-color: #fff;
	margin: 25px 10px 20px 10px;
	padding:20px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#cv .inner .tel .head {
	font-size: 18px;
}
#cv .inner .tel .cv-business{
	padding-right: 20px;
	line-height: 1.2;
	position: relative;
	padding-left: 45px;
}
#cv .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/ecconsulting_ad_img2/icon_tel.webp) no-repeat left top;
    background-size: contain;
}
#cv .inner .tel .cv-business a{
	color: #333;
	font-weight: 700;
	font-size: 28px;
}
#cv .inner .tel .cv-business span {
	font-size: 13px;
	font-weight: 700;
}
#cv .inner .tel .cv-business span.business {
	border:1px solid #333;
	padding:3px;
	margin-right: 5px;
	display: inline-block;
}
@media all and (max-width: 559px)  {
	#cv {
	  position: relative;
	  padding: 50px 15px;
	  overflow: hidden;
	  min-width: inherit;
  	width: inherit;
	  background-image: url(../../images/ecconsulting_ad_img2/cv_bg.webp);
	  background-size: cover;
	  z-index: 3;
	  background-position-x:46% ;
	}
	#cv .inner {
		width: 100%;
	  margin:0 auto;
	  padding:40px 15px;
	}
	#cv .inner:before {
	content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 15px;
    top: -44px;
    background: url(../../images/ecconsulting_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
	}
	#cv .inner .title_wrap {
		display: inherit;
		margin-bottom: 30px;
	}
	#cv .inner .title_wrap .title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#cv .inner .title_wrap .img {
		width: 100%;
	}
	#cv .inner .btn_wrap {
		display: inherit;
		justify-content: space-between;
	}
	#cv .inner .btn_wrap .item {
		width:100%;
	}
	#cv .inner .btn_wrap .item:not(:last-child) {
		margin-bottom: 15px;
	}
	#cv .inner .btn_wrap .item .head {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#cv .inner .btn_wrap .item .head span{
		font-size: 20px;
	}
	#cv .inner .btn_wrap .item .btn {
		border-radius: 8px;
		margin:0 0;
	}
	#cv .inner .btn_wrap .item .btn a {
		width: 100%;
		padding:16px 0;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		display: inline-block;
		text-align: center;
	}
	#cv .inner .btn_wrap .item .btn.bgclr-orn a span:before {
    width: 18px;
    height: 24px;
    left: -36px;
    top: 11px;
	}
	#cv .inner .btn_wrap .item .btn.bgclr-grn a span:before {
    width: 24px;
    height: 16px;
    left: -44px;
    top: 13px;
	}
	#cv .inner .tel {
		margin: 25px 0 15px 0 0;
		padding:20px 15px;
		display: inherit;
		justify-content: space-between;
		align-items: center;
	}
	#cv .inner .tel .head {
		font-size: 15px;
		margin-bottom: 10px;
		text-align: center;
	}
	#cv .inner .tel .cv-business{
		padding-right: 0;
		line-height: 1.2;
		position: relative;
		padding-left: 45px;
	}
	#cv .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/ecconsulting_ad_img2/icon_tel.webp) no-repeat left top;
    background-size: contain;
	}
	#cv .inner .tel .cv-business a{
		color: #333;
		font-weight: 700;
		font-size: 7vw;
	}
	#cv .inner .tel .cv-business span {
		font-size: 13px;
		font-weight: 700;
	}
	#cv .inner .tel .cv-business span.business {
		border:1px solid #333;
		padding:3px;
		margin-right: 5px;
		display: inline-block;
	}
}



/* // cv2
----------------------------------------------- */
#cv2 .inner {
  width: 1100px;
  margin:60px auto 0;
  padding:50px 110px;
  border-radius: 12px;
  border:10px solid #eeeeee;
  position: relative;
}
#cv2 .inner:before {
	content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  right: 40px;
  top: -40px;
  background: url(../../images/ecconsulting_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .title {
	font-size: 24px;
	margin-bottom: 30px;
}
#cv2 .inner .btn_wrap {
	display: flex;
	justify-content: space-between;
}
#cv2 .inner .btn_wrap .item {
	width:100%;
}
#cv2 .inner .btn_wrap .item .head {
	font-size: 18px;
	margin-bottom: 10px;
}
#cv2 .inner .btn_wrap .item .head span{
	font-size: 24px;
}
#cv2 .inner .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 10px;
}
#cv2 .inner .btn_wrap .item .btn a {
	width: 100%;
	padding:20px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#cv2 .inner .btn_wrap .item .btn a span {
	position: relative;
}
#cv2 .inner .btn_wrap .item .btn.bgclr-grn a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecconsulting_ad_img2/icon_document.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .btn_wrap .item .btn.bgclr-red a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 5px;
  background: url(../../images/ecconsulting_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
} 
#cv2 .inner .tel {
	margin: 25px 10px 0 10px;
	padding:20px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	border:3px solid #eeeeee;
}
#cv2 .inner .tel .head {
	font-size: 18px;
}
#cv2 .inner .tel .cv-business{
	padding-right: 20px;
	line-height: 1.2;
	position: relative;
	padding-left: 45px;
}
#cv2 .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/ecconsulting_ad_img2/icon_tel2.webp) no-repeat left top;
    background-size: contain;
}
#cv2 .inner .tel .cv-business a{
	color: #333;
	font-weight: 700;
	font-size: 28px;
}
#cv2 .inner .tel .cv-business span {
	font-size: 13px;
	font-weight: 700;
}
#cv2 .inner .tel .cv-business span.business {
	border:1px solid #333;
	padding:3px;
	margin-right: 5px;
	display: inline-block;
}
@media all and (max-width: 559px)  {

	#cv2 .inner {
		width: 90%;
	  margin:30px auto 0;
	  padding:30px 14px;
	  border:6px solid #eeeeee;
	  position: relative;
	}
	#cv2 .inner:before {
		content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 5px;
    top: -50px;
    background: url(../../images/ecconsulting_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
	}
	#cv2 .inner .title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#cv2 .inner .btn_wrap {
		display: inherit;
		justify-content: space-between;
	}
	#cv2 .inner .btn_wrap .item {
		width:100%;
	}
	#cv2 .inner .btn_wrap .item:not(:last-child) {
		margin-bottom: 15px;
	}
	#cv2 .inner .btn_wrap .item .head {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#cv2 .inner .btn_wrap .item .head span{
		font-size: 20px;
	}
	#cv2 .inner .btn_wrap .item .btn {
		border-radius: 8px;
		margin:0 0;
	}
	#cv2 .inner .btn_wrap .item .btn a {
		width: 100%;
		padding:16px 0;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		display: inline-block;
		text-align: center;
	}
	#cv2 .inner .btn_wrap .item .btn.bgclr-blu a span:before {
    width: 18px;
    height: 24px;
    left: -46px;
    top: 11px;
	}
	#cv2 .inner .btn_wrap .item .btn.bgclr-red a span:before {
    width: 24px;
    height: 16px;
    left: -35px;
    top: 4px;
	}
	#cv2 .inner .tel {
		margin: 25px 0 0 0;
		padding:20px 13px;
		display: inherit;
		justify-content: space-between;
		align-items: center;
	}
	#cv2 .inner .tel .head {
		font-size: 15px;
		margin-bottom: 10px;
		text-align: center;
	}
	#cv2 .inner .tel .cv-business{
		padding-right: 0;
		line-height: 1.2;
		position: relative;
		padding-left: 45px;
	}
	#cv2 .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/ecconsulting_ad_img2/icon_tel.webp) no-repeat left top;
    background-size: contain;
	}
	#cv2 .inner .tel .cv-business a{
		color: #333;
		font-weight: 700;
		font-size: 7vw;
	}
	#cv2 .inner .tel .cv-business span {
		font-size: 13px;
		font-weight: 700;
	}
	#cv2 .inner .tel .cv-business span.business {
		border:1px solid #333;
		padding:3px;
		margin-right: 5px;
		display: inline-block;
	}
}



 /* // case
----------------------------------------------- */
.case{
  padding: 40px 0 100px;
}
.case .inner {
	width: 100% !important;
	max-width: 1600px;
}
.case .inner li .info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}
.case .inner li .info .logo {
	height: 35px;
}
.case .inner li .info .logo img{
	width: 90%;
	margin: 0;
}
.case .inner li .info .logo.sizedown img{
	width: 50%;
	margin: 0;
}
.case .inner li .info ul {
	font-size: 12px;
}
.case .inner li .info ul li {
	display: inline-block;
	padding:4px 6px;
	margin-left: 3px;
}

@media all and (max-width: 559px)  {
.case{
  padding: 40px 0 60px;
}
.case .inner {
	max-width: inherit;
}
.case .inner li .info .logo {
	height: 35px;
  width: inherit;
	margin-right: 20px;
}
.case .inner li .info ul {
	text-align: right;
}
.case .inner li .info ul li {
	margin: 1px 0;
}
.case .area {
	width: 90%;
	margin:50px auto 0;
	padding: 25px 15px 30px;
	display: inherit;
	justify-content: space-between;
}
.case .area .right {
	width: 100%;
}
.case .area .left {
	width: 100%;
}
.case .area .right .head {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.case .area .right .head span{
	font-size: 38px;
	display: inline-block;
  transform: translateY(5%);
}
.case .area .right .prefectures {
	white-space: inherit;
	font-size: 14px;

}
.case .area .left {
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.case .area .left img {
	width: 80%;
}
.case .area .left:before {
	content: " ";
    position: inherit;
    display: none;
}
}

/*==================================================
case スライダーcss
===================================*/
.case .slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:90%;
    margin:0 auto;
}
.case .slider li{

}
.case .slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.case .slider .slick-slide {
    margin:0 15px 0;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.case .slick-prev {
    position: absolute;/*絶対配置にする*/
    top: 12vw;
    left: -0.5%;
    height: 60px;
    width: 60px;
    z-index: 10;
    background: url(../../images/ecconsulting_ad_img2/arrow_left.webp) no-repeat left top;
}
.case .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 12vw;
    right: -0.5%;
    height: 60px;
    width: 60px;
    z-index: 10;
    background: url(../../images/ecconsulting_ad_img2/arrow_right.webp) no-repeat left top;
}
.case .slick-next:before,
.case .slick-prev:before  {
	content: inherit;
}
.case ul li .title {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 20px 0 15px;
}
.case ul li .text {
	margin: 0 0 25px;
}
@media all and (max-width: 559px)  {
.case .slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}
.case .slider .slick-slide {
    margin:0 10px;
}
.case .slick-prev {
	height: 40px;
    width: 40px;
    top: 38vw;
    left: -5%;
    background-size: contain;
}
.case .slick-next {/*次へ矢印の位置と形状*/
	height: 40px;
    width: 40px;
	top: 38vw;
    right: -5%;
    background-size: contain;
}
.case .case ul li .title {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 15px 0;
}
.case .case ul li .text {
	margin: 0 0 15px;
}
.case .case ul li .certification {
	font-size: 1.2rem;
	border-top:1px solid #999;
	padding-top: 15px;
	margin: 0 15px 15px;
	font-weight: bold;
}
}



 /* // problem
----------------------------------------------- */
.problem{
  padding: 90px 0 90px;
}
.problem .inner {
	width: 1100px;
}
.problem .inner .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.problem .inner .item_wrap .item {
	width: 31%;
	background-color: #fff;
	border-radius: 12px;
	padding: 35px 0 0 0 ;
	margin:0 1% 2%;
	position: relative;
}
.problem .inner .item_wrap .item .head {
	margin-bottom: 20px;
}
.problem .inner .item_wrap .item .head span{
	font-size: 24px;
}
.problem .inner .item_wrap .item .img {
	text-align: center;
}
.problem .inner .item_wrap .item .img img{
	margin:0 auto;
}
.problem .inner .solution {
	width: 1000px;
	border:4px solid #c9191d;
	background: #fff;
	position: relative;
	padding:0 0 40px;
	margin: 40px auto 0;
}
.problem .inner .solution:before {
	content: " ";
    position: absolute;
    display: block;
    width: 58px;
    height: 134px;
    left: 60px;
    top:14px;
    background: url(../../images/ecconsulting_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
}
.problem .inner .solution .catch {
	font-size: 20px;
}
.problem .inner .solution .catch span {
	font-size: 26px;
}
.problem .inner .solution .catch span em{
	font-size: 30px;
}
.problem .inner .solution .img {
	transform: translateY(-20px);
}
.problem .inner .solution .img img {
	margin: 0 auto;
}
@media all and (max-width: 559px)  {
.problem{
  padding: 40px 0 40px;
}
.problem .inner {
	width: 100%;
}
.problem .inner .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.problem .inner .item_wrap .item {
	width: 46%;
	background-color: #fff;
	border-radius: 12px;
	padding: 20px 10px 40px ;
	margin:0 2% 4%;
}
.problem .inner .item_wrap .item .head {
	margin-bottom: 20px;
}
.problem .inner .item_wrap .item .head span{
	font-size: 18px;
}
.problem .inner .solution {
	width: 100%;
	border:4px solid #de0000;
	background: #fff;
	position: relative;
	padding:0 15px 25px;
	margin-top: 40px;
}
.problem .inner .solution:before {
	content: " ";
  position: absolute;
  display: block;
  width: 34px;
  height: 134px;
  left: 10px;
  top:-54px;
  background: url(../../images/ecconsulting_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}
.problem .inner .solution .catch {
	font-size: 16px;
}
.problem .inner .solution .catch span {
	font-size: 20px;
}
.problem .inner .solution .catch span em{
	font-size: 24px;
}
.problem .inner .solution .img {
	width: 100%;
	transform: translateY(-15px);
}
.problem .inner .item_wrap .item .img {
	position: absolute;
	bottom: 0;
}
.problem .inner .solution .img img  {
	width: 15%;
}
}




 /* // service
----------------------------------------------- */
.service{
  padding: 90px 0 90px;
}
.service .inner {
	width: 100%;
	max-width: 1600px;
}
.service .inner .slide {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding:45px 40px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	min-height: 430px;
}
.service .inner .slide:after {
	position: absolute;
	background: url(../../images/ecconsulting_ad_img2/service_consulting_bg.webp) no-repeat;
	left: 99%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.service .inner .slide .head{
	display: flex;
	align-items: baseline;
	margin-bottom: 25px;
}
.service .inner .slide .head .num{
	font-size: 42px;
	font-weight: bold;
	margin-right: 0px;
	font-style: italic;
}
.service .inner .slide .head .name{
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
}
.service .inner .slide .inside {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service .inner .slide .inside .img{
	width: 33%
}
.service .inner .slide .inside .detail{
	width: 63%
}
.service .inner .slide .inside .detail .tag {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0;
}
.service .inner .slide .inside .detail .tag li{
	display: inline-block;
	padding:10px 15px;
	background: #ececec;
	border-radius: 6px;
	font-weight: 600;
	margin-bottom: 10px;
	font-size:14px;
}
.service .inner .slide .inside .detail .tag li:not(:last-child) {
	margin-right: 10px;
}
.service .inner .desc {
	margin: 70px 0 100px;
}
.service .inner .topic {
	width: 1100px;
	margin:0 auto 90px;
	border-radius: 20px;
	border:2px solid #ca2123;
	background: #fff;
	padding:0 50px 60px;
}
.service .inner .topic .head {
	display: table;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	border-radius: 8px; 
	background: #c9191d;
	color: #fff;
	padding:12px 30px;
	margin:-30px auto 50px;
}
.service .inner .topic .title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.service .inner .topic .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}
.service .inner .topic .wrap .item{
	width: 23.5%;
	border-radius:10px;
	border:3px solid #e1e1e1;
}
.service .inner .topic .wrap .item .team {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #c9191d;
	padding:55px 0 20px;
	border-radius: 7px 7px 0 0 ;
}
.service .inner .topic .wrap .item .team .img {
	width: 35%;
	margin: -90px auto 10px;
}
.service .inner .topic .wrap .item ul {
	padding:30px 25px;
}
.service .inner .topic .wrap .item ul li{
	padding-left:0.5em;
	text-indent:-0.5em;
	line-height: 1.5;
	font-size: 15px;
}
.service .inner .topic .wrap .item ul li:not(:last-child) {
	margin-bottom: 12px;
}
.service .inner .support {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service .inner .support .item {
	width: 48.5%;
	border-radius: 20px;
	border:3px solid #e1e1e1;
	background: #fff;
	padding:40px 30px;
	display: flex;
	flex-wrap: wrap;
}
.service .inner .support .item:nth-child(n+3) {
	margin-top: 3%;
}
.service .inner .support .item .img {
	width: 28%;
	margin-right: 3%;
}
.service .inner .support .item .detail {
	width: 69%;
}
.service .inner .support .item .detail .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.service .inner .support .item .detail .text {
	font-size: 15px;
}

@media all and (max-width: 559px)  {
.service{
  padding: 40px 15px 40px;
}
.service .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.service .inner .slide {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding:30px 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	min-height: 430px;
}
.service .inner .slide:after {
	display: none;
}
.service .inner .slide .head{
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}
.service .inner .slide .head .num{
	font-size: 30px;
	font-weight: bold;
	margin-right: 15px;
	font-style: italic;
}
.service .inner .slide .head .name{
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}
.service .inner .slide .inside {
	display: inherit;
}
.service .inner .slide .inside .img{
	width: 80%;
	margin: 0 auto 20px;
}
.service .inner .slide .inside .detail{
	width: 100%
}
.service .inner .slide .inside .detail .tag {
	display: inline-block;
	margin-bottom: 10px;
}
.service .inner .slide .inside .detail .tag li{
	display: inline-block;
	padding:8px 10px;
	background: #ececec;
	border-radius: 6px;
	font-weight: 600;
	margin-bottom: 8px;
	font-size:3vw;
}
.service .inner .slide .inside .detail .tag li:not(:last-child) {
	margin-right: 8px;
}
.service .inner .topic {
	width: 100%;
	margin:0 auto 50px;
	border-radius: 20px;
	border:2px solid #ca2123;
	background: #fff;
	padding:0 15px 30px;
}
.service .inner .topic .head {
	display: table;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 8px; 
	background: #c9191d;
	color: #fff;
	padding:12px 30px;
	margin:-30px auto 30px;
}
.service .inner .topic .title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.service .inner .topic .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}
.service .inner .topic .wrap .item{
	width: 49%;
	border-radius:10px;
	border:3px solid #e1e1e1;
}
.service .inner .topic .wrap .item:nth-child(n+3) {
	margin-top: 50px;
}
.service .inner .topic .wrap .item .team {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #c9191d;
	padding:55px 0 20px;
	border-radius: 7px 7px 0 0 ;
}
.service .inner .topic .wrap .item .team .img {
	width: 35%;
	margin: -90px auto 10px;
}
.service .inner .topic .wrap .item ul {
	padding:20px 15px;
}
.service .inner .support {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service .inner .support .item {
	width: 48.5%;
	border-radius: 20px;
	border:3px solid #e1e1e1;
	background: #fff;
	padding:20px 15px;
	display:block;
}
.service .inner .support .item:nth-child(n+3) {
	margin-top: 3%;
}
.service .inner .support .item .img {
	width: 70%;
	margin-right: 0;
	margin:0 auto 15px;
}
.service .inner .support .item .detail {
	width: 100%;
}
.service .inner .support .item .detail .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.service .inner .support .item .detail .text {
	font-size: 15px;
}
}

/*==================================================
service スライダーcss
===================================*/
.slider2 {/*横幅94%で左右に余白を持たせて中央寄せ*/
	width:90%;
	margin:0 auto;
}
.slider2 li{

}
.slider2 img {
	width:100%;/*スライダー内の画像を横幅100%に*/
	height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 .slick-slide {
  margin:0 80px 0;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slider2 .slick-prev {
	position: absolute;/*絶対配置にする*/
	top: 42%;
	left: 16.5%;
	height: 60px;
	width: 60px;
	z-index: 10;
	background: url(../../images/ecconsulting_ad_img2/arrow_left.webp) no-repeat left top;
}
.slider2 .slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  right: 11%;
  height: 60px;
  width: 60px;
  z-index: 10;
  background: url(../../images/ecconsulting_ad_img2/arrow_right.webp) no-repeat left top;
}
.service .slick-next:before,
.service .slick-prev:before  {
	content: inherit;
}
.service .slick-dots {
	margin-top: 40px;
}
@media all and (max-width: 559px)  {
.slider2 {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}
.slider2 .slick-slide {
    margin:0 10px;
}
.slider2 .slick-prev {
	height: 40px;
  width: 40px;
  top: 40%;
  left: -5%;
  background-size: contain;
}
.slider2 .slick-next {/*次へ矢印の位置と形状*/
	height: 40px;
	width: 40px;
	top: 40%;
	right: -5%;
	background-size: contain;
}
.service .slick-dots {
	margin-top: 20px;
}
}




/* // feature
----------------------------------------------- */
.feature{
  padding: 90px 0 90px;
  background-color: #f9f9f9;
}
.feature .head_text {
	margin-bottom: 50px;
}
.feature .inner {
	width: 1100px;
}
.feature .example {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 90px;
}
.feature .example .img {
	width: 42%;
}
.feature .example .detail {
	width: 55%;
}
.feature .example .comment {
	background-color: #fff;
	padding:20px 25px;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.feature .example .detail .comment:before {
	content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 10px solid transparent;
  border-right: 18px solid #fff;
  z-index: 2;
}
.feature .example .detail .comment span {
	text-align: right;
	display: block;
	font-size: 15px;
}
.feature .example .detail .img {
	width: 40%;
}
.feature .example .detail .company {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.feature .example .detail .company .logo {
	margin-right: 15px;
}
.feature .example .detail .company .name {
	font-size: 20px;
	font-weight: 700;
}
.feature .example .detail dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.feature .example .detail dl dt{
	width: 20%;
	margin-bottom:20px;
	font-size: 16px;
	font-weight: 500;
}
.feature .example .detail dl dd{
	width: 80%;
	margin-bottom:20px;
}
.feature .example .detail dl dd .service_name {
	display: flex;
	flex-wrap: wrap;
}
.feature .example .detail dl dd .service_name p {
	display: flex;
	align-items: center;
	border-radius: 5px;
	padding:10px 10px 12px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
}
.feature .example .detail dl dd .service_name p:not(:last-child) {
	margin-right: 10px;
}
.feature .example .detail dl dd .service_name p:nth-child(1) {
	background: #c51429;
}
.feature .example .detail dl dd .service_name p:nth-child(2) {
	background: #ff2652;
}
.feature .example .detail dl dd .service_name p:nth-child(3) {
	background: #0397ff;
}
.feature .example .detail dl dd .service_name p:nth-child(4) {
	background: #16A235;
}
.feature .interaction {
	margin-bottom: 50px;
}
.feature .interaction .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
}
.feature .interaction .item:not(:last-child) {
  margin-bottom: 50px;
}
.feature .interaction .item .img {
  width: 15%;
  margin-right: 5%;
}
.feature .interaction .item.reverse {
  flex-direction: row-reverse;
  justify-content: left;
}
.feature .interaction .item.reverse .img {
  width: 15%;
  margin-left: 5%;
}
.feature .interaction .item .comment {
  width: 75%;
  background: #fff;
  border-radius: 10px;
  padding:35px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  position: relative;
}
.feature .interaction .item .comment:before {
  content: "";
  position: absolute;
  top: 35%;
  left: -54px;
  margin-top: -12px;
  border: 30px solid transparent;
  border-right: 48px solid #fff;
  z-index: 2;
}
.feature .interaction .item.reverse .comment:before {
  transform:rotateY(180deg);
  content: "";
  position: absolute;
  top: 35%;
  right: -54px;
  left: inherit;
  margin-top: -12px;
  border: 30px solid transparent;
  border-right: 48px solid #fff;
  z-index: 2;
}
.feature .interaction .item .comment .title{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.feature_acc {
	width: 1100px;
  margin: 0 auto;
  color: #444;
  cursor: pointer;
}
.feature_acc{
	margin-bottom: 90px;
}
.feature_acc_link {
  position: relative;
  background-color: #c9191d;
  padding:10px 0;
}
.feature_acc_link_pink {
	background-color: #FC948B;
}
.feature_acc_text {
  display: block;
  margin-right: 15px;
  text-decoration: none;
  transition: all .2s ease 0s;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.feature_acc_text.close .icon-plus:after {
  display: none;
}
.feature_acc_text .icon-plus {
  display: inline-block;
  margin-left: 15px;
  width: 36px;
  height: 36px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
}
.feature_acc_text .icon-plus:before {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 8px;
  color: #c9191d;
  background-color: #c9191d;
  content: '';
}
.feature_acc_text .icon-plus:after {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 8px;
  color: #c9191d;
  background-color: #c9191d;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.feature_acc_text_pink .icon-plus:before{
	color: #FC948B;
  background-color: #FC948B;
}
.feature_acc_text_pink .icon-plus:after{
	color: #FC948B;
  background-color: #FC948B;
}
.feature_acc_body {
  padding:50px 50px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.feature_acc_body .img {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.feature_acc_body .img .img1{
	width: 50%;
}
.feature_acc_body .img .img2{
	width: 45%;
}
.feature_acc_body .comment{
	position: relative;
  padding: 20px;
  background-color: #fff;
  border: 8px solid #e5e5e5;
  width: 100%;
  margin-top: 40px;
  border-radius: 8px;
}
.feature_acc_body .comment p{
	font-size: 18px;
	font-weight: 700;
}
.feature_acc_body .comment:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 205px;
	top: -33px;
	border-right: 20px solid transparent;
	border-bottom: 25px solid #e5e5e5;
	border-left: 20px solid transparent;
}
.feature_acc_body .comment:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 205px;
  top: -20px;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #fff;
  border-left: 20px solid transparent;
}
.feature .result ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border:8px solid #e5e5e5;
	padding:25px 40px;
	border-radius: 8px;
}
.feature .result ul li:not(:last-child) {
	margin-bottom: 10px;
}
.feature .result ul li .num {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	margin-right: 30px;
}
.feature .result ul li .title {
	font-size: 20px;
	font-weight: bold;
}
.feature .result .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  margin-top: 50px;
}
.feature .result .item .img {
  width: 15%;
  margin-right: 5%;
}
.feature .result .item .comment {
  width: 75%;
  background: #fff;
  border-radius: 10px;
  padding:35px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  position: relative;
}
.feature .result .item .comment:before {
  content: "";
  position: absolute;
  top: 35%;
  left: -54px;
  margin-top: -12px;
  border: 30px solid transparent;
  border-right: 48px solid #fff;
  z-index: 2;
}
@media all and (max-width: 559px)  {
.feature{
  padding: 40px 15px 40px;
}
.feature .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.feature .example{
	display: inherit;
	margin-bottom:60px;
	padding:0;
}
.feature .example .img {
	width: 100%;
	margin-bottom: 20px;
}
.feature .example .detail {
	width: 100%;
}
.feature .example .detail .comment {
	background-color: #fff;
	padding:20px 20px;
	position: relative;
	font-size: 14px;
}
.feature .example .detail .comment:before {
  content: "";
  position: absolute;
  top: -8%;
  left: 45%;
  margin-top: -12px;
  border: 10px solid transparent;
  border-right: 18px solid #fff;
  z-index: 2;
  transform: rotate( 90deg );
}
.feature .example .detail .comment span {
	font-size: 12px;
}
.feature .example .detail .company {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}
.feature .example .detail .company .logo {
	margin-right: 2%;
	width: 15%;
}
.feature .example .detail .company .name {
	font-size: 16px;
	font-weight: 700;
	width: 83%;
}
.feature .example .detail dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.feature .example .detail dl dt{
	width: 28%;
	margin-bottom:15px;
	font-size: 14px;
	font-weight: 500;
}
.feature .example .detail dl dd{
	font-size: 14px;
	width: 72%;
	margin-bottom:15px;
}
.feature .example .detail dl dd .service_name p {
	display: flex;
	align-items: center;
	border-radius: 5px;
	padding:8px 5px 10px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	font-size: 10px;
	margin-bottom: 4px;
}
.feature .example .detail dl dd .service_name p:not(:last-child) {
	margin-right: 4px;
}
.feature .interaction {
	margin-bottom: 30px;
}
.feature .interaction .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
}
.feature .interaction .item:not(:last-child) {
  margin-bottom: 30px;
}
.feature .interaction .item .img {
  width: 25%;
  margin-right: 5%;
}
.feature .interaction .item.reverse {
  flex-direction: row-reverse;
  justify-content: left;
}
.feature .interaction .item.reverse .img {
  width: 25%;
  margin-left: 5%;
}
.feature .interaction .item .comment {
  width: 65%;
  background: #fff;
  border-radius: 10px;
  padding:20px;
  position: relative;
}
.feature .interaction .item .comment:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -44px;
  margin-top: -12px;
  border: 30px solid transparent;
  border-right: 48px solid #fff;
  z-index: 1;
}
.feature .interaction .item.reverse .comment:before {
  transform:rotateY(180deg);
  content: "";
  position: absolute;
  top: 45%;
  right: -44px;
  left: inherit;
  margin-top: -12px;
  border: 30px solid transparent;
  border-right: 48px solid #fff;
  z-index: 1;
}
.feature .interaction .item .comment p {
	  z-index: 2;
  position: relative;
}
.feature .interaction .item .comment .title{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.feature_acc {
	width: 100%;
  margin: 0 auto;
  color: #444;
}
.feature_acc{
	margin-bottom: 60px;
}
.feature_acc_text {
  display: block;
  margin-right: 10px;
  text-decoration: none;
  transition: all .2s ease 0s;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
}
.feature_acc_text .icon-plus {
  display: inline-block;
  margin-left: 5px;
  width: 26px;
  height: 26px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
}
.feature_acc_text .icon-plus:before {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 5px;
  color: #c9191d;
  background-color: #c9191d;
  content: '';
}
.feature_acc_text .icon-plus:after {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 5px;
  color: #c9191d;
  background-color: #c9191d;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.feature_acc_text_pink .icon-plus:before{
	color: #FC948B;
  background-color: #FC948B;
}
.feature_acc_text_pink .icon-plus:after{
	color: #FC948B;
  background-color: #FC948B;
}
.feature_acc_body {
  padding:30px 15px;
  background-color: #fff;
  display: inherit;
}
.feature_acc_body .img {
	display: inherit;
}
.feature_acc_body .img .img1{
	width: 100%;
}
.feature_acc_body .img .img2{
	width: 100%;
}
.feature_acc_body .img .img2 img{
	width: 100%;
	margin:  30px auto 0;
}
.feature_acc_body .comment{
	position: relative;
  padding: 20px;
  background-color: #fff;
  border: 6px solid #e5e5e5;
  width: 100%;
  margin-top: 40px;
  border-radius: 8px;
}
.feature_acc_body .comment p{
	font-size: 16px;
	font-weight: 700;
}
.feature_acc_body .comment:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
	top: -27px;
	border-right: 20px solid transparent;
	border-bottom: 25px solid #e5e5e5;
	border-left: 20px solid transparent;
}
.feature_acc_body .comment:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  top: -16px;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #fff;
  border-left: 20px solid transparent;
}
.feature .result ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border:8px solid #e5e5e5;
	padding:20px 15px;
}
.feature .result ul li:not(:last-child) {
	margin-bottom: 10px;
}
.feature .result ul li .num {
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	margin-right: 3%;
	width: 15%;
}
.feature .result ul li .title {
	font-size: 16px;
	font-weight: bold;
	width: 82%
}
.feature .result .item {
  margin-top: 30px;
}
.feature .result .item:not(:last-child) {
  margin-bottom: 30px;
}
.feature .result .item .img {
  width: 25%;
  margin-right: 5%;
}
.feature .result .item.reverse .img {
  width: 25%;
  margin-left: 5%;
}
.feature .result .item .comment {
  width: 65%;
  background: #fff;
  border-radius: 10px;
  padding:20px;
  position: relative;
}
.feature .result .item .comment:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -44px;
  margin-top: -12px;
  border: 30px solid transparent;
  border-right: 48px solid #fff;
  z-index: 1;
}
.feature .result .item .comment p {
	z-index: 2;
  position: relative;
}
}







/* // outsourcing　※タブ切り替え版
----------------------------------------------- */
.outsourcing{
  padding: 90px 0 90px;
}
.outsourcing .inner {
	width: 1100px;
}
.outsourcing .tab{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 10;
  position: relative;
}
.outsourcing .tab li  {
	display: grid;
	width: 32%;
}
.outsourcing .tab li a{
	display: block;
	background:#fff;
	padding:10px 15px;
	border-radius: 12px;
	border:5px solid #f2f2f2;
		display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.outsourcing .tab li a .num {
	color: #c9191d;
	font-size: 40px;
	font-weight: bold;
	margin-right: 15px;
}
.outsourcing .tab li a .title {
	color: #c9191d;
	font-size: 20px;
	font-weight: bold;
}
.outsourcing .tab li.active {
	position: relative;
}
.outsourcing .tab li.active:after {
	position: absolute;
	background: url(../../images/ecconsulting_ad_img2/icon_arrow_red.webp) no-repeat;
	left: 45%;
	bottom: -42px;
	content: "";
	width: 42px;
	height: 31px;
	display: inline-block;
	background-size: contain;
	z-index: 100;
}
.outsourcing .tab li.active a{
	background:#c9191d !important;
	border:5px solid #c9191d !important;
}
.outsourcing .tab li.active a .num {
	color: #fff !important;
}
.outsourcing .tab li.active a .title {
	color: #fff !important;
}
.outsourcing .area {
	display: none;/*はじめは非表示*/
}
.outsourcing .area.is-active {
  display: block;
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  padding-top: 130px;
  margin-top: -130px;
}
.outsourcing .area.is-active .inner {
	margin-top: 50px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 16px;
	position: relative;
	padding:60px 40px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.outsourcing .area.is-active .inner:before {
	content: '';
	position: absolute;
	width: 1100px;
	height: 12px;
	background: #c9191d;
	border-image-slice: 1;
	z-index: 100;
	top: 0;
	left: 0;
	border-radius: 10px 10px 0 0;
}
.outsourcing .area.is-active .inner .img {
	width: 40%
}
.outsourcing .area.is-active .inner .detail {
	width: 56%
}
.outsourcing .area.is-active .inner .detail .num {
	position: absolute;
	right: 40px;
	top: 40px;
	color: #c9191d;
	font-size: 80px;
	font-weight: 600;
	opacity: .15;
	line-height: 80px;
}
.outsourcing .area.is-active .inner .detail .title  {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
		line-height: 1.8;
}
.outsourcing .area.is-active .inner .detail .comment {
	border-radius: 8px;
	border:2px solid #c9191d;
	padding:15px 30px 40px;
}
.outsourcing .area.is-active .inner .detail .comment .head {
	width: 210px;
	text-align: center;
	margin: 0 auto 20px;
}
.outsourcing .area.is-active .inner .detail .comment .head img{
	width: 100%;
}

@keyframes displayAnime{
from {
	opacity: 0;
}
to {
	opacity: 1;
}
}

@media all and (max-width: 559px)  {
.outsourcing{
  padding: 40px 15px 40px;
}
.outsourcing .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.outsourcing .tab{
	display: inherit;
}
.outsourcing .tab li  {
	display: grid;
	width: 90%;
}
.outsourcing .tab li:not(:last-child) {
	margin-bottom: 10px;
}
.outsourcing .tab li a{
	display: block;
	background:#fff;
	padding:10px 15px;
	border-radius: 12px;
	border:5px solid #f2f2f2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.outsourcing .tab li a .num {
	color: #c9191d;
	font-size: 26px;
	font-weight: bold;
	margin-right: 15px;
	width: 15%
}
.outsourcing .tab li a .title {
	color: #c9191d;
	font-size: 3.8vw;
	font-weight: bold;
	width: 78%;
}
.outsourcing .tab li.active {
	position: relative;
}
.outsourcing .tab li.active:after {
	position: absolute;
	background: url(../../images/ecconsulting_ad_img2/icon_arrow_red.webp) no-repeat;
	left: inherit;
	right: -12%;
	bottom: -29px;
	content: "";
	width: 7vw;
	height: 100%;
	display: inline-block;
	background-size: contain;
	z-index: 100;
}
.outsourcing .tab li.active a{
	background:#c9191d !important;
	border:5px solid #c9191d !important;
}
.outsourcing .area.is-active {
  display: block;
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  padding-top: 230px;
  margin-top: -230px;
}
.outsourcing .area.is-active .inner {
	margin-top: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 16px;
	position: relative;
	padding:30px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.outsourcing .area.is-active .inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 12px;
	background: #c9191d;
	border-image-slice: 1;
	z-index: 100;
	top: 0;
	left: 0;
	border-radius: 10px 10px 0 0;
}
.outsourcing .area.is-active .inner .img {
	width: 100%
}
.outsourcing .area.is-active .inner .detail {
	width: 100%
}
.outsourcing .area.is-active .inner .detail .title_wrap {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.outsourcing .area.is-active .inner .detail .num {
	position: inherit;
	font-size: 40px;
	line-height: 40px;
	margin-right: 10px;

}
.outsourcing .area.is-active .inner .detail .title  {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
.outsourcing .area.is-active .inner .detail .comment {
	border-radius: 8px;
	border:2px solid #c9191d;
	padding:15px 15px 35px;
	margin-bottom: 20px;
}
.outsourcing .area.is-active .inner .detail .comment .head {
	width: 45%;
	text-align: center;
	margin: 0 auto 15px;
}
.outsourcing .area.is-active .inner .detail .comment .head img{
	width: 100%;
}
}



/* // outsourcing2
----------------------------------------------- */
.outsourcing2{
  padding: 90px 0 90px;
}
.outsourcing2 .inner {
	width: 1100px;
}
.outsourcing2 .area2 .inside {
	margin-top: 50px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 16px;
	position: relative;
	padding:0 0 40px;
}
.outsourcing2 .area2 .inside .main_title {
	background-color: #c9191d;
	border-radius: 16px 16px 0 0;
	margin-bottom: 40px;
	padding: 20px 3%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
}
.outsourcing2 .area2 .inside .main_title .num{
	font-size: 50px;
	font-weight: 600;
	line-height: 100%;
	margin-right: 40px;
}
.outsourcing2 .area2 .inside .main_title .text {
	font-weight: bold;
	font-size: 26px;
}
.outsourcing2 .area2 .inside .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.outsourcing2 .area2 .inside .wrap .img {
	width: 40%;
	margin:0 2% 0 3%;
}
.outsourcing2 .area2 .inside .wrap .detail {
	width: 50%;
	margin: 0 3% 0 2% ;
}
.outsourcing2 .area2 .inside .wrap .detail .title  {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
		line-height: 1.8;
}
.outsourcing2 .area2 .inside .wrap .detail .comment {
	border-radius: 8px;
	border:2px solid #c9191d;
	padding:15px 30px 40px;
}
.outsourcing2 .area2 .inside .wrap .detail .comment .head {
	width: 210px;
	text-align: center;
	margin: 0 auto 20px;
}
.outsourcing2 .area2 .inside .wrap .detail .comment .head img{
	width: 100%;
}
@media all and (max-width: 559px)  {
.outsourcing2{
  padding: 40px 0;
}
.outsourcing2 .inner {
	width: 100%;
}
.outsourcing2 .area2 .inside {
	margin-top: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 16px;
	position: relative;
	padding:0 0 30px;
}
.outsourcing2 .area2 .inside .main_title {
	margin-bottom: 20px;
	padding: 20px 4%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
}
.outsourcing2 .area2 .inside .main_title .num{
	font-size: 32px;
	font-weight: 600;
	line-height: 100%;
	margin-right: 25px;
}
.outsourcing2 .area2 .inside .main_title .text {
	font-weight: bold;
	font-size: 20px;
	width: 74%;
}
.outsourcing2 .area2 .inside .wrap {
	display: inherit;
}
.outsourcing2 .area2 .inside .wrap .img {
	width: 92%;
	margin:0 4% 25px;
}
.outsourcing2 .area2 .inside .wrap .detail {
	width: 92%;
	margin:0 4%;
}
.outsourcing2 .area2 .inside .wrap .detail .title_wrap {
	display: inherit;
	margin-bottom: 20px;
}
.outsourcing2 .area2 .inside .wrap .detail .title  {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
.outsourcing2 .area2 .inside .wrap .detail .comment {
	border-radius: 8px;
	border:2px solid #c9191d;
	padding:15px 15px 35px;
	margin-bottom: 20px;
}
.outsourcing2 .area2 .inside .wrap .detail .comment .head {
	width: 45%;
	text-align: center;
	margin: 0 auto 15px;
}
.outsourcing2 .area2 .inside .wrap .detail .comment .head img{
	width: 100%;
}
}




/* // onestop
----------------------------------------------- */
.onestop{
  padding: 90px 0 90px;
}
.onestop .inner {
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.onestop .inner .img {
	width: 42%;
}
.onestop .inner .detail {
	width: 54%;
}
.onestop .inner .detail .title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700;
}
.onestop .inner .detail .target {
	border-radius: 8px; 
	border:3px solid #e1e1e1;
	padding:25px 55px;
	margin-top: 25px;
}
.onestop .inner .detail .target .head {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

@media all and (max-width: 559px)  {
.onestop{
  padding: 40px 15px 40px;
}
.onestop .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
  display: inline-block;
}
.onestop .inner .img {
	width: 80%;
	margin: 0 auto 30px;
}
.onestop .inner .img img{
	width: 100%;
}
.onestop .inner .detail {
	width: 100%;
}
.onestop .inner .detail .title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 700;
}
.onestop .inner .detail .target {
	border-radius: 8px; 
	border:3px solid #e1e1e1;
	padding:20px 15px;
	margin-top: 25px;
}
.onestop .inner .detail .target .head {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
}





 /* // reason
----------------------------------------------- */
.reason{
  padding: 90px 0 90px;
}
.reason .inner {
	width: 1100px;
}
.reason .inner .item {
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: relative;
	padding:60px 40px;
}
.reason .inner .item:not(:last-child) {
	margin-bottom: 60px;
}
.reason .inner .item .num {
	font-size: 85px;
	line-height: 90px;
	font-weight: 600;
	position: absolute;
	top:-40px;
	left: 15px;
}
.reason .inner .item .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reason .inner .item .inner .img {
	width: 40%;
}
.reason .inner .item .inner .detail {
	width: 56%;
}
.reason .inner .item .inner .detail .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.reason .inner .item .inner .detail .merit {
	background: #f2f2f2;
	padding:25px 30px;
	margin-top: 30px;
}
.reason .inner .item .inner .detail .merit .head {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.reason .inner .item .inner .detail .merit ul li {
	position: relative;
	padding-left: 24px;
	line-height: 1.5;
}
.reason .inner .item .inner .detail .merit ul li:not(:last-child){
	margin-bottom: 15px;
}
.reason .inner .item .inner .detail .merit ul li:before {
	position: absolute;
	background: url(../../images/ecconsulting_ad_img2/icon_check.webp) no-repeat;
	left: 0;
	top: 7px;
	content: "";
	width: 16px;
	height: 12px;
	display: inline-block;
	background-size: contain;
	z-index: 100;
}
@media all and (max-width: 559px)  {
.reason{
  padding: 40px 0 40px;
}
.reason .inner {
	width: 100%;
}
.reason .inner .item {
	padding:30px 15px;
}
.reason .inner .item:not(:last-child) {
	margin-bottom: 50px;
}
.reason .inner .item .num {
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
	position: absolute;
	top:-25px;
	left: 15px;
}
.reason .inner .item .inner {
	width: 100%;
	display: inherit;
}
.reason .inner .item .inner .img {
	width: 90%;
	margin: 0 auto 30px;
}
.reason .inner .item .inner .detail {
	width: 100%;
}
.reason .inner .item .inner .detail .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.reason .inner .item .inner .detail .merit {
	background: #f2f2f2;
	padding:20px 15px;
	margin-top: 30px;
}
.reason .inner .item .inner .detail .merit .head {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.reason .inner .item .inner .detail .merit ul li {
	position: relative;
	padding-left: 24px;
	line-height: 1.5;
}
.reason .inner .item .inner .detail .merit ul li:not(:last-child){
	margin-bottom: 15px;
}
.reason .inner .item .inner .detail .merit ul li:before {
	position: absolute;
	background: url(../../images/ecconsulting_ad_img2/icon_check.webp) no-repeat;
	left: 0;
	top: 7px;
	content: "";
	width: 16px;
	height: 12px;
	display: inline-block;
	background-size: contain;
	z-index: 100;
}
}






 /* // staff
----------------------------------------------- */
.staff{
  padding: 90px 0 90px;
}
.staff .inner {
	width: 100%;
	max-width: 1600px;
}
.staff .inner .topic {
	width: 1100px;
	margin:0 auto 90px;
	border-radius: 20px;
	border:2px solid #ca2123;
	background: #fff;
	padding:0 50px 60px;
}
.staff .inner .topic .head {
	display: table;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	border-radius: 8px; 
	background: #c9191d;
	color: #fff;
	padding:12px 30px;
	margin:-30px auto 50px;
}
.staff .inner .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.staff .inner .wrap .img {
	width: 40%;
}
.staff .inner .wrap .detail {
	width: 56%;
}
.staff .inner .wrap .detail .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}
.staff .inner .wrap .detail ul li {
	position: relative;
	padding-left: 24px;
	line-height: 1.5;
}
.staff .inner .wrap .detail ul li:not(:last-child){
	margin-bottom: 15px;
}
.staff .inner .wrap .detail ul li:before {
	position: absolute;
	background: url(../../images/ecconsulting_ad_img2/icon_check.webp) no-repeat;
	left: 0;
	top: 7px;
	content: "";
	width: 16px;
	height: 12px;
	display: inline-block;
	background-size: contain;
	z-index: 100;
}
.staff .inner .slide {
	background: #fff;
	border-radius: 12px;
	padding:50px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.staff .inner .slide .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 35px;
}
.staff .inner .slide .main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.staff .inner .slide .main .img {
	width: 20%;
}
.staff .inner .slide .main .detail {
	width: 78%;
}
.staff .inner .slide .main .detail .name {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.staff .inner .slide .main .detail .name span{
	font-size: 24px;
	font-weight: 500;
}
.staff .inner .slide .sub {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff .inner .slide .sub img{
	width: 18%;
	height: 100%;
	margin: 0;
}
.staff .inner .slide .sub img:nth-child(n+6) {
	margin-top: 2.5%;
}
.staff .inner .slide .notice {
	text-align: right;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
}
.staff .inner .chief {
	width: 1100px;
	margin: 80px auto 0;
	background: #fff;
	border-radius: 12px;
	padding:45px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff .inner .chief .img {
	width: 20%;
}
.staff .inner .chief .detail {
	width: 78%;
}
.staff .inner .chief .detail .name {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.staff .inner .chief .detail .name span{
	font-size: 24px;
	font-weight: 500;
}
.staff .inner .tips {
	width: 1100px;
	margin: 80px auto 0;
	background: #fff;
	border-radius: 12px;
	padding:45px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.staff .inner .tips .img {
	width: 35%;
}
.staff .inner .tips .detail {
	width: 63%;
}
.staff .inner .tips .detail .title {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-weight: 700;
}
@media all and (max-width: 559px)  {
.staff{
  padding: 40px 15px 40px;
}
.staff .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.staff .inner .topic {
	width: 100%;
	margin:0 auto 50px;
	border-radius: 20px;
	border:2px solid #ca2123;
	background: #fff;
	padding:0 15px 30px;
}
.staff .inner .topic .head {
	display: table;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 8px; 
	background: #c9191d;
	color: #fff;
	padding:12px 30px;
	margin:-30px auto 30px;
}
.staff .inner .wrap {
	display: inherit;
	margin-top: 30px;
}
.staff .inner .wrap .img {
	width: 90%;
	margin: 0 auto 30px;
}
.staff .inner .wrap .detail {
	width: 100%;
}
.staff .inner .wrap .detail .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.staff .inner .wrap .detail ul li {
	position: relative;
	padding-left: 24px;
	line-height: 1.5;
}
.staff .inner .wrap .detail ul li:not(:last-child){
	margin-bottom: 15px;
}
.staff .inner .wrap .detail ul li:before {
	position: absolute;
	background: url(../../images/ecconsulting_ad_img2/icon_check.webp) no-repeat;
	left: 0;
	top: 7px;
	content: "";
	width: 16px;
	height: 12px;
	display: inline-block;
	background-size: contain;
	z-index: 100;
}
.staff .inner .slide {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding:20px 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.staff .inner .slide .title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.staff .inner .slide .main {
	display: inherit;
	margin-bottom: 30px;
}
.staff .inner .slide .main .img {
	width: 48%;
	margin: 0 auto 20px;
}
.staff .inner .slide .main .detail {
	width: 100%;
}
.staff .inner .slide .main .detail .name {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.staff .inner .slide .main .detail .name span{
	font-size: 22px;
	font-weight: 500;
}
.staff .inner .slide .sub {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff .inner .slide .sub img{
	width: 31.5%;
	height: 100%;
}
.staff .inner .slide .sub img:nth-child(n+6) {
	margin-top: 0;
}
.staff .inner .slide .sub img:nth-child(n+4) {
	margin-top: 2.5%;
}
.staff .inner .slide .notice {
	text-align: right;
	margin-top: 20px;
	font-size: 13px;
	font-weight: 500;
}
.staff .inner .chief {
	width: 90%;
	margin: 60px auto 0;
	padding:20px 15px;
	display: inherit;
}
.staff .inner .chief .img {
	width:48%;
	margin: 0 auto 20px;
}
.staff .inner .chief .detail {
	width: 100%;
}
.staff .inner .chief .detail .name {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.staff .inner .chief .detail .name span{
	font-size: 24px;
	font-weight: 500;
}
.staff .inner .tips {
	width: 90%;
	margin: 30px auto 0;
	padding:20px 15px;
	display: inherit;
}
.staff .inner .tips .img {
	width: 100%;
}
.staff .inner .tips .detail {
	width: 100%;
	margin-bottom: 15px;
}
.staff .inner .tips .detail .title {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}
}

/*==================================================
staff スライダーcss
===================================*/
.slider3 {/*横幅94%で左右に余白を持たせて中央寄せ*/
	width:90%;
	margin:0 auto;
}
.slider3 li{

}
.slider3 img {
	width:100%;/*スライダー内の画像を横幅100%に*/
	height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider3 .slick-slide {
  margin:0 20px 0;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slider3 .slick-prev {
	position: absolute;/*絶対配置にする*/
	top: 42%;
	left: 9%;
	height: 60px;
	width: 60px;
	z-index: 10;
	background: url(../../images/ecconsulting_ad_img2/arrow_left.webp) no-repeat left top;
}
.slider3 .slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  right: 9%;
  height: 60px;
  width: 60px;
  z-index: 10;
  background: url(../../images/ecconsulting_ad_img2/arrow_right.webp) no-repeat left top;
}
.staff .slick-next:before,
.staff .slick-prev:before  {
	content: inherit;
}
.staff .slick-dots {
	margin-top: 40px;
}
@media all and (max-width: 559px)  {
.slider3 {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}
.slider3 .slick-slide {
    margin:0 10px;
}
.slider3 .slick-prev {
	height: 40px;
  width: 40px;
  top: 40%;
  left: -5%;
  background-size: contain;
}
.slider3 .slick-next {/*次へ矢印の位置と形状*/
	height: 40px;
	width: 40px;
	top: 40%;
	right: -5%;
	background-size: contain;
}
.staff .slick-dots {
	margin-top: 0;
}
}
















/* // about
----------------------------------------------- */

.about{
	padding: 90px 0 90px;
}
.about .inner {
	width: 1100px;
	padding-left: 15px; 
	padding-right: 15px; 
}
.about .inner .head .title{
	font-size: 24px;
	color: #c9191d;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

@media all and (max-width: 559px)  {
.about{
	padding: 50px 0 50px;
}
.about .inner {
	width: 100%;
}
.about .inner .head .title{
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 15px;
}
}


/* // companyinfo
----------------------------------------------- */
.companyinfo{
	padding: 90px 0 90px;
}
.companyinfo .inner {
	padding-left: 15px; 
	padding-right: 15px; 
}
.companyinfo .companyinfo-title{
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.companyinfo .companyinfo-table-wrap{
}
.companyinfo .companyinfo-table{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.companyinfo .companyinfo-table th,
.companyinfo .companyinfo-table td{
	padding: 10px 10px 15px;
	border-bottom: 1px solid #cccccc;
}
.companyinfo .companyinfo-table th{
	font-weight: bold;
	padding-right: 20px;
	vertical-align: top;
	
}
.companyinfo .companyinfo-table td{
	padding-left: 40px;
}
@media all and (max-width: 559px)  {
	.companyinfo{
		padding: 50px 0 50px;
	}
	.companyinfo .companyinfo-title{
		font-size: 2.1rem;
		margin-bottom: 30px;
	}
	.companyinfo .companyinfo-table th,
	.companyinfo .companyinfo-table td{
		padding: 7px 0 15px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.companyinfo .companyinfo-table th{
		padding-right: 20px;
		width: 25%;
	}
	.companyinfo .companyinfo-table td{
		padding-left: 20px;
	}
}


/* // partner
----------------------------------------------- */
.partner{
  padding: 90px 0 90px;
}
.partner .inner {
  width: 1100px;
  margin:0 auto;
}
.partner .inner .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.partner .inner .block1:before {
	content: " ";
  position: absolute;
  display: block;
  width: 290px;
  height: 147px;
  left: 0px;
  top: 86px;
  background: url(../../images/amazon_ad_img2/partner_img_1.webp) no-repeat left top;
  background-size: contain;
}
.partner .inner .block2:before {
	content: " ";
  position: absolute;
  display: block;
  width: 249px;
  height:205px;
  right: 0px;
  top: 80px;
  background: url(../../images/amazon_ad_img2/partner_img_2.webp) no-repeat left top;
  background-size: contain;
}
.partner .inner .block3:before {
	content: " ";
  position: absolute;
  display: block;
  width: 290px;
  height:206px;
  left: 0px;
  top: 61px;
  background: url(../../images/amazon_ad_img2/partner_img_3.webp) no-repeat left top;
  background-size: contain;
}
.partner .inner .block:not(:last-child) {
	margin-bottom: 50px;
}
.partner .inner .block.reverse {
	flex-direction:row-reverse;
}
.partner .inner .block.reverse .detail {
	padding:50px 140px 50px 60px;
}
.partner .inner .block .detail {
	width: 900px;
	padding:50px 60px 50px 140px;
	background: #f9f9f9;
}
.partner .inner .block .detail .head {
	font-size: 20px;
	margin-bottom: 20px;
}
.partner .inner .block .detail .arrow {
	text-align: center;
	padding:20px 0;
	width: 22px;
	margin:0 auto;
}
.partner .inner .block .detail .arrow img{
	width: 22px;
}
@media all and (max-width: 559px)  {
  .partner{
    padding: 40px 15px 40px;
  }
  .partner .inner {
    width: 100%;
    padding:0;
    margin:0;
  }
  .partner .inner .block {
		display: inherit;
	}
	.partner .inner .block1:before,
	.partner .inner .block2:before,
	.partner .inner .block3:before {
	  display: none;
	}
	.partner .inner .block:not(:last-child) {
		margin-bottom: 20px;
	}
	.partner .inner .block.reverse {
		flex-direction:row-reverse;
	}
	.partner .inner .block.reverse .detail {
		padding:50px 15px 20px;
	}
	.partner .inner .block .detail {
		width: 100%;
		padding:50px 15px 20px;
		background: #f9f9f9;
	}
	.partner .inner .block .detail .head {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.partner .inner .block .detail .arrow {
		text-align: center;
		padding:20px 0;
	}
	.partner .inner .block .detail .arrow img{
		width: 22px;
	}
	.partner .inner .block .img {
		text-align: center;
		transform: translateY(30px);
	}
	.partner .inner .block.block1 .img img,
	.partner .inner .block.block3 .img img {
		width: 65%;
		margin:0 auto;
	}
	.partner .inner .block.block2 .img img {
		width: 50%;
		margin:0 auto;
	}
}




/* // faq
----------------------------------------------- */
.faq{
  padding: 90px 0 90px;
}
.faq .inner {
	width: 1000px;
	margin:0 auto;
}
.faq .example {
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding:40px 30px;
	margin-bottom: 30px;
}
.faq .example .head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.faq .example ul {
	display: flex;
	flex-wrap: wrap; 
	justify-content: end;
}
.faq .example ul li{
	width: 48%;
	font-weight: 500;
	line-height: 1.5;
}
.faq .example ul li:nth-child(n+3) {
	margin-top: 12px;
}
/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
  margin:0 auto;
}
.accordion-area li{
  margin: 15px 0;
}
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:18px;
  font-weight: normal;
  padding:15px 3% 15px 0;
  transition: all .5s ease;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #595757;
  font-weight: 700;
}
.accordion-area .title span.icon {
	font-family: 'Poppins',sans-serif;
	font-size: 28px;
	line-height: 28px;
  padding: 15px;
  background: #f7931d;
  border-radius: 10px;
  margin-right: 15px;
  color: #fff;
}
/*アイコンの＋×*/
.accordion-area .title::after{    
  content: "＋";
  color: #595757;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::after{
	content: "－";
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;/*はじめは非表示*/
  background: #fff;
  padding: 2% 3%;
  border-radius: 8px;
}
@media all and (max-width: 559px)  {
.faq{
  padding: 40px 15px 40px;
}
.faq .inner {
	width: 100%;
	padding:0;
	margin:0;
}
.faq .example {
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding:25px 15px;
	margin-bottom: 30px;
}
.faq .example .head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.faq .example ul {
	display: inherit;
	padding-left:0.5em;
	text-indent:-0.5em;
}
.faq .example ul li{
	width: 100%;
	font-size: 14px;
}
.faq .example ul li:nth-child(n+3) {
	margin-top: 0;
}
.faq .example ul li:nth-child(n+2) {
	margin-top: 12px;
}
/*アイコンの＋×*/
.accordion-area .title::after{    
  content: "＋";
  color: #595757;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 40%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*　closeというクラスがついたら形状変化　*/

/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:15px;
  font-weight: normal;
  padding:15px 30px 15px 0;
  transition: all .5s ease;
  border-radius: 8px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.accordion-area .title span.icon {
	font-family: 'Poppins',sans-serif;
	font-size: 22px;
	line-height: 22px;
	width: 12%;
	padding: 2%;
  background: #f7931d;
  border-radius: 10px;
  margin-right: 2%;
  color: #fff;
}
.accordion-area .title span.text {
	width: 80%;
	text-align: left;
}
/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
}
}



/* // BtmCv //
----------------------------------------------- */
#BtmCv {
	display: none;
}

@media all and (max-width: 559px)  {
#BtmCv {
	display: none;
}
#BtmCv {
	position:fixed;
	z-index:400;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:rgba(255,255,255,0.7);
	padding:6px 6px 3px 6px;
	line-height:1;
	transform: translateY(100%);
}
#BtmCv.on {
	transform: translateY(0%);
}
#BtmCv .btns {
	display: flex;
	display: -ms-flexbox;
}
#BtmCv .btns li {
	width:50%;
}
#BtmCv .btns li:nth-of-type(odd) {
	padding-right:2px;
}
#BtmCv .btns li:nth-of-type(even) {
	padding-left:2px;
}
#BtmCv .btns li a {
	width:100%;
	border-radius: 3px;
}
#BtmCv .btns li a i {
	right:5px;
}
#BtmCv .btns li a .tx {
	padding-left:4px;
	padding-right:4px;
}
}








 /* // footer
----------------------------------------------- */
#footer .inner {
	width: 100%;
}

#footer #f_bottom .f_bottom_left .f_bottom_left_title h2 {
	text-align: unset;
	line-height: unset;
	margin-bottom: unset;
}


#slider,
.slider {
	display: none;
  opacity: 0;
  transition: opacity .25s ease;
}
#slider,
.slider.slick-initialized {
	display: block;
  opacity: 1;
}






 /* // サービスの紹介　テーブル
----------------------------------------------- */
.plan_sec_list {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.plan_sec_list_menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  /*border-radius: 10px;*/
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05)
}
.plan_sec_list_menu .plan_sec_list_menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_left p {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 325px;
  flex: 0 0 325px
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  color: #3e3a39;
  height:46px;
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p.height_unique {
	height: 70px
}
.plan_sec_list_table ul li.height_unique {
	height: 70px;
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p:nth-child(2) {
  background-color: #f6f7f7
}
.plan_sec_list_menu .plan_sec_list_menu_box:first-child .plan_sec_list_menu_left {
  background-color: #72b1d1;
  height: 116px;
  /*border-radius: 10px 0 0*/
}
.plan_sec_list_menu .plan_sec_list_menu_box:first-child .plan_sec_list_menu_right p {
  text-align: center
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(2) .plan_sec_list_menu_left {
  height: 138px;
  background-color: #68cdff
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_left {
  height: 414px;
  background-color: #0397ff
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(1) {
  background-color: #f6f7f7
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(2) {
  background-color: unset
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(3) {
  background-color: #f6f7f7
}
.plan_sec_list_menu .plan_sec_list_menu_box:last-child .plan_sec_list_menu_left {
  height: 184px;
  background-color: #0368ff;
  /*border-radius: 0 0 0 10px*/
}
.plan_sec_list_table {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
			-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05)
  /*border-radius: 10px*/
}
.plan_sec_list_table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17.3px 0;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  color: #3e3a39 ;
  height:46px;
}
.plan_sec_list_table ul li:nth-child(3),
.plan_sec_list_table ul li:nth-child(5),
.plan_sec_list_table ul li:nth-child(7),
.plan_sec_list_table ul li:nth-child(9),
.plan_sec_list_table ul li:nth-child(11) {
    background-color: #f6f7f7
}
.plan_sec_list_table ul li:first-child {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  /*border-radius: 10px 10px 0 0;*/
  padding: 24px 0
}
.plan_sec_list_table:nth-child(2) li:first-child {
  background-color: #68cdff
}
.plan_sec_list_table:nth-child(3) li:first-child {
  background-color: #0397ff
}
.plan_sec_list_table:nth-child(4) li:first-child {
  background-color: #0368ff
}
.plan_sec_list_table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17.3px 0;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  color: #3e3a39
}
.plan_sec_list_table ul li:nth-child(3),
.plan_sec_list_table ul li:nth-child(5),
.plan_sec_list_table ul li:nth-child(7),
.plan_sec_list_table ul li:nth-child(9),
.plan_sec_list_table ul li:nth-child(11) {
    background-color: #f6f7f7
}
.plan_sec_list_table ul li:first-child {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  /*border-radius: 10px 10px 0 0;*/
  padding: 24px 0
}

.bkf6f7f7 {
	background-color: #f6f7f7;
}
@media (min-width:1px) and (max-width:1200px) {
.plan_sec_list {
  width: 95%
}

.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 45px
}
}

@media (min-width:1px) and (max-width:1000px) {
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p {
  padding: 0 10px;
  height: 35px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plan_sec_list_menu .plan_sec_list_menu_box:first-child .plan_sec_list_menu_left {
  height: 105px
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(2) .plan_sec_list_menu_left,
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_left,
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(4) .plan_sec_list_menu_left {
  height: 105px
}
.plan_sec_list_table ul li {
  padding: 0;
  height: 35px;
  font-size: 12px
}
.plan_sec_list_table:nth-child(2) li:first-child,
.plan_sec_list_table:nth-child(3) li:first-child,
.plan_sec_list_table:nth-child(4) li:first-child {
  font-size: 14px
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_left {
	height: 315px;
}
.plan_sec_list_menu .plan_sec_list_menu_box:last-child .plan_sec_list_menu_left {
  height: 140px;

}

}

@media (min-width:1px) and (max-width:559px) {
.plan_sec_list_scroll_box {
  overflow-x: scroll;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  -ms-overflow-style: none
}
.plan_sec_list_scroll_box .plan_sec_list {
  width: 740px;
  margin: 40px auto 40px auto;
  padding-right: 40px
}
.plan_sec_list_scroll_box::-webkit-scrollbar {
  display: none
}

}


/* // cv3
----------------------------------------------- */
#cv3{
  padding: 60px 0 60px;
  background: #f2f2f2;
}
#cv3 .inner {
  width: 1100px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#cv3 .inner .wrap {
	width: 360px;
	margin: 0 15px;
}
#cv3 .inner .wrap .catch {
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#cv3 .inner .wrap .catch span {
	position:relative;
	display: inline-block;
}
#cv3 .inner .wrap .catch span:before{
  position: absolute;
  left: -12px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
#cv3 .inner .wrap .catch span:after{
  position: absolute;
  content: "";
  right: -12px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}
#cv3 .btn2 {
  text-align: center;
}
#cv3 .btn2 a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  transition: .3s;
  padding: 25px 36px;
  border:2px solid #666666;
  color: #222;
  border-radius: 8px;
  text-align: center;
  width: 360px;
  margin:0 auto 0;
  background: #fff;
  transition: .3s;
}
#cv3 .btn2 a img {
  width: 24px;
  margin-left: 20px;
}
#cv3 .btn2 a em {
	color: #c81f23;
}
#cv3 .btn2 a:hover {
	color: #c81f23;
}
@media all and (max-width: 559px)  {
#cv3{
  padding: 30px 0 30px;
  background: #f2f2f2;
}
#cv3 .inner {
  width: 96%;
  margin:0 2%;
  display: inherit;
}
#cv3 .inner .wrap {
	width: 100%;
	margin: 0 0;
}
#cv3 .inner .wrap:nth-child(2n) {
	margin-top: 25px;
}
#cv3 .inner .wrap .catch {
	margin-bottom: 10px;
	font-size: 14px;
}
#cv3 .btn2 {
  text-align: center;
}
#cv3 .btn2 a{
  font-size: 16px;
  padding: 20px 15px;
  width: 100%;

}
#cv3 .btn2 a img {
  width: 18px;
  margin-left: 15px;
}
}





/* // 仮のMV
----------------------------------------------- */
.mainvisual .top_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}
.mainvisual .top_btn img {
  width: 100%;
  max-width: 316px;
}
.mainvisual .cv_text {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.mainvisual .btn_wrap {
	display: flex;
	justify-content: space-between;
	width: 700px;
    margin: 15px auto 0;
}
.mainvisual .btn_wrap .item {
	width:100%;
}
.mainvisual .btn_wrap .item .head {
	font-size: 18px;
	margin-bottom: 10px;
}
.mainvisual .btn_wrap .item .head span{
	font-size: 24px;
}
.mainvisual .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 10px;
	transition: .3s;
}
.mainvisual .btn_wrap .item .btn:hover {
	opacity: 0.6;
}
.mainvisual .btn_wrap .item .btn a {
	width: 100%;
	padding:16px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
.mainvisual .btn_wrap .item .btn a span {
	position: relative;
}
.mainvisual .btn_wrap .item .btn.bgclr-orn a span:before {
	content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecconsulting_ad_img/icon_document.png) no-repeat left top;
  background-size: contain;
}
.mainvisual .btn_wrap .item .btn.bgclr-grn a span:before {
	content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 15px;
  transform: translateY(-50%);
  background: url(../../images/ecconsulting_ad_img/icon_contact.png) no-repeat left top;
  background-size: contain;
}


@media (min-width: 1px) and (max-width: 640px){
.mainvisual .cv_text {
    position: unset;
    margin-top: 20px;
}
}
.mainvisual {
  background-image: url(../../images/ecconsulting_ad_img2/mv03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 580px;
  position: relative;
}
.mainvisual {
  padding: 200px 0 0 0;
}
.mainvisual .top_title {
  text-align: center;
  margin-bottom: 15px;
}
.mainvisual .top_title h1 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-shadow: 3px 3px 3px #383838;
  line-height: 1.1;
  margin-bottom: 10px;
}
.mainvisual .top_title h1 span {
  font-size: 70px;
  color: #f7931e;
  text-shadow: 3px 3px 3px #202020;
}
.mainvisual .top_title p {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}
.mainvisual .top_title_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.mainvisual .top_title_category p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 8px;
  text-align: center;
}
@media (min-width: 1px) and (max-width: 767px) {
  .mainvisual {
    padding: 140px 0 30px 0;
    height: auto;
  }
  .mainvisual .top_title h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .mainvisual .top_title h1 span {
    font-size: 38px;
    letter-spacing: -0.05em;
  }
  .mainvisual .top_title p {
    font-size: 13px;
  }
  .mainvisual .top_title_category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 10px;
  }
  .mainvisual .top_title_category p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 12px;
  }
  .mainvisual .top_btn {
    display: block;
    position: unset;
    margin: 0 auto;
  }
  .mainvisual .top_btn img {
    max-width: 260px;
    margin: 0 auto;
  }
  .mainvisual .top_btn .btn_left {
    margin-bottom: 10px;
  }
  .mainvisual .btn_wrap {
	display: inherit;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 0;
}
.mainvisual .btn_wrap .item {
	width:100%;
}
.mainvisual .btn_wrap .item:not(:last-child) {
	margin-bottom: 15px;
}
.mainvisual .btn_wrap .item .head {
	font-size: 15px;
	margin-bottom: 5px;
}
.mainvisual .btn_wrap .item .head span{
	font-size: 20px;
}
.mainvisual .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 0;
}
.mainvisual .btn_wrap .item .btn a {
	width: 100%;
	padding:3vw 0;
	color: #fff;
	font-size: 3.5vw;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
.mainvisual .btn_wrap .item .btn.bgclr-orn a span:before {
  width: 18px;
  height: 24px;
  left: -36px;
  top: 11px;
}
.mainvisual .btn_wrap .item .btn.bgclr-grn a span:before {
  width: 24px;
  height: 16px;
  left: -45px;
  top: 11px;
}
}







.contact_section {
  background-color: #000;
  padding: 30px 40px;
}
.contact_section .contact_section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contact_section .contact_section_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
  margin: 0 auto;
}
.contact_section .contact_section_left img {
  margin: 0 auto;
}
.contact_section .contact_section_right {
  margin: 0 auto;
}
.contact_section .contact_section_title {
  margin-bottom: 30px;
  color: #fff;
}
.contact_section .contact_section_title .title_top {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.contact_section .contact_section_title .title_top span {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.contact_section .contact_section_title h2 {
  font-size: 74px;
  font-weight: 600;
  color: #f7931e;
  -webkit-text-stroke: 2px #f7931e;
  margin-bottom: 10px;
}
.contact_section .contact_section_title .title_text {
  font-size: 16px;
  text-align: left;
}
.contact_section .contact_section_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_section .contact_section_button .contact_section_button_item {
  width: 100%;
  max-width: 315px;
  border-radius: 6px;
  text-align: center;
  position: relative;
}
.contact_section .contact_section_button .contact_section_button_item:after {
  content: "";
  display: block;
  background-image: url(../../images/ecconsulting_ad_img2/contact_arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.contact_section .contact_section_button .contact_section_button_item:first-child {
  background-color: #8cc63f;
}
.contact_section .contact_section_button .contact_section_button_item:last-child {
  background-color: #ffd133;
}
.contact_section .contact_section_button .contact_section_button_item a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0;
}
.contact_section .cv_text {
	font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
	margin-top: 20px;
}
@media (min-width: 1px) and (max-width: 1220px) {
  .contact_section .contact_section_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .contact_section {
    padding: 40px 0;
  }
  .contact_section .contact_section_inner {
    width: 90%;
    margin: 0 auto;
  }
  .contact_section .contact_section_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .contact_section .contact_section_title {
    margin-bottom: 20px;
  }
  .contact_section .contact_section_title .title_top {
    font-size: 22px;
  }
  .contact_section .contact_section_title .title_top span {
    font-size: 10px;
  }
  .contact_section .contact_section_title h2 {
    font-size: 36px;
  }
  .contact_section .contact_section_title .title_text {
    font-size: 13px;
    font-weight: 600;
  }
  .contact_section .contact_section_button {
    display: block;
  }
  .contact_section .contact_section_button .contact_section_button_item {
    max-width: 100%;
  }
  .contact_section .contact_section_button .contact_section_button_item:first-child {
    margin-bottom: 15px;
  }
  .contact_section .contact_section_button .contact_section_button_item:after {
    width: 20px;
    height: 20px;
  }
  .contact_section .contact_section_button .contact_section_button_item a {
    padding: 20px;
  }
}


.support_area {
  width: 1100px;
  margin:100px auto 50px;
  background: #fef5e6;
  padding: 45px 80px 60px;
  display: flex;
  flex-direction:row-reverse;
  justify-content: space-between;
}
.support_area .right {
  width: 600px;
}
.support_area .right .head {
  font-size: 24px;
}
.support_area .right .head span{
  font-size: 45px;
  display: inline-block;
  transform: translateY(5%);
}
.support_area .right .head span.note {
  font-size: 12px !important;
}
.support_area .right .prefectures {
  /* white-space: pre; */
  font-size: 14px;
}
.support_area .left {
  position: relative;
}
.support_area .left:before {
  content: " ";
  position: absolute;
  display: block;
  width: 316px;
  height: 360px;
  left: -10px;
  top: 105%;
  transform: translateY(-80%);
  background: url(../../images/ecconsulting_ad_img2/case_area_img.webp) no-repeat left top;
  background-size: contain;
}
@media all and (max-width: 559px)  {
.support_area {
  width: 100%;
  margin:50px auto 0;
  padding: 25px 15px 30px;
  display: inherit;
  justify-content: space-between;
}
.support_area .right {
  width: 100%;
}
.support_area .left {
  width: 100%;
}
.support_area .right .head {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.support_area .right .head span{
  font-size: 38px;
  display: inline-block;
  transform: translateY(5%);
}
.support_area .right .prefectures {
  white-space: inherit;
  font-size: 14px;

}
.support_area .left {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.support_area .left img {
  width: 80%;
}
.support_area .left:before {
  content: " ";
    position: inherit;
    display: none;
}
}



/* -----------------------------------------------

// MV ver2 notリキッド

----------------------------------------------- */
#MV3 {
  background: url(../../images/ecconsulting_ad_img2/mv_bg2.webp) no-repeat top center;
  width: 100%;
  position: relative;
  z-index: 5;
  background-size: cover;
  overflow: hidden;
  background-position-y:20px;
  height: 40vh;
  min-height: 680px;
  min-width: 1200px;
}
#MV3 .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 50%;
	transform:translateY(-50%);
}
#MV3 .inner .left {
	width: 54%;
}
#MV3 .inner .left h1 {
	font-size: 40px;
	margin-bottom: 35px;
	font-weight: 700;
	color: #333;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
#MV3 .inner .left .text {
	letter-spacing: 0.04em;
	font-size: 16px;
}
#MV3 .inner .right {
	width: 568px;
	position: relative;
}
#MV3 .inner .right .root {
	background: #FFF0C1;
	font-size: 17px;
	font-weight: bold;
	color: #FF9900;
	padding:10px 20px;
	border-radius: 6px;
	text-align: center;
	line-height: 110%;
}
#MV3 .inner .right .root span {
	font-size: 12px;
}
#MV3 .inner .right .root1  {
	position: absolute;
	right: 10px;
	bottom: 37px;
}
#MV3 .inner .right .root2 {
	position: absolute;
	right: 190px;
	bottom: 34px;
}
#MV3 .inner .right .root3 {
	position: absolute;
	right: 390px;
	bottom: 110px;
}
#MV3 .inner .right .root4 {
	position: absolute;
	right: 55px;
	bottom: 233px;
}
#MV3 .inner .right .root5 {
	position: absolute;
	right: 319px;
	top: 174px;
}
#MV3 .btn_wrap {
	display: flex;
	width: 700px;
  margin: 45px 0 0;
}
#MV3 .btn_wrap .item .head {
	font-size: 18px;
	margin-bottom: 10px;
}
#MV3 .btn_wrap .item .head span{
	font-size: 24px;
}
#MV3 .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 15px 0 0;
	transition: .3s;
}
#MV3 .btn_wrap .item .btn:hover {
	opacity: 0.6;
}
#MV3 .btn_wrap .item .btn a {
	width: 270px;
	padding:16px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#MV3 .btn_wrap .item .btn a span {
	position: relative;
	padding-left: 30px;
}
#MV3 .btn_wrap .item .btn.bgclr-grn2 {
  border: 2px solid #16A235;
  background: #fff;
}
#MV3 .btn_wrap .item .btn.bgclr-grn2 a {
	 color: #16A235;
}
#MV3 .btn_wrap .item .btn.bgclr-grn2 a span:before {
	content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecconsulting_ad_img2/icon_document2.webp) no-repeat left top;
  background-size: contain;
}
#MV3 .btn_wrap .item .btn.bgclr-grn {
	border: 2px solid #16a235;
}
#MV3 .btn_wrap .item .btn.bgclr-grn a span:before {
	content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -10px;
  top: 15px;
  transform: translateY(-50%);
  background: url(../../images/ecconsulting_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}

/* // SPビュー */
@media all and (max-width: 559px)  {
#MV3 {
  width:100%;
  position: relative;
  z-index: 5;
  background-size: cover;
  height: inherit;
  max-height: inherit;
  padding-bottom: 40px;
  padding:2vw 0% 4vw;
  background-position-y: 25vw;
  min-width: 100%;
}
#MV3 .inner {
	position: inherit;
	width: 100%;
	max-width: 100%;
	margin:0 auto;
	top: inherit;
	left: inherit;
	transform: inherit;
	-webkit- transform: inherit;
	display: inherit;
}
#MV3 .inner .left {
	width: 100%;
	padding-top: 20px;
}
#MV3 .inner .left h1 {
	margin-bottom: 15px;
	font-size: 6vw;
	font-weight: 700;
	display: inherit;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}
#MV3 .inner .left .bg_img_sp {
	display: block !important;
	padding-bottom: 35vw;
	position: relative;
}
#MV3 .inner .left .bg_img_sp img {
	width: 100%;
}
#MV3 .inner .left .bg_img_sp .root {
	background: #FFF0C1;
	font-size: 3.5vw;
	font-weight: bold;
	color: #FF9900;
	padding:5px 12px;
	border-radius: 6px;
	text-align: center;
	line-height: 110%;
}
#MV3 .inner .left .bg_img_sp .root span {
	font-size: 2vw;
}
#MV3 .inner .left .bg_img_sp .root1  {
	position: absolute;
	right: 2%;
	bottom: 34%;
}
#MV3 .inner .left .bg_img_sp .root2 {
	position: absolute;
	right: 32%;
	bottom: 33.5%;
}
#MV3 .inner .left .bg_img_sp .root3 {
	position: absolute;
	left: 0;
	bottom: 44%;
}
#MV3 .inner .left .bg_img_sp .root4 {
	position: absolute;
	right: 10%;
	bottom: 61%;
}
#MV3 .inner .left .bg_img_sp .root5 {
	position: absolute;
	left: 25%;
	top: 24%;
}
#MV3 .btn_wrap {
	display: inherit;
	justify-content: space-between;
	width: calc(100% - 20px);
	margin: 20px auto 0;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
#MV3 .btn_wrap .item {
	width:100%;
}
#MV3 .btn_wrap .item:not(:last-child) {
	margin-bottom: 15px;
}
#MV3 .btn_wrap .item .head {
	font-size: 15px;
	margin-bottom: 5px;
}
#MV3 .btn_wrap .item .head span{
	font-size: 20px;
}
#MV3 .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 0;
}
#MV3 .btn_wrap .item .btn a {
	width: 100%;
	padding:3vw 0;
	color: #fff;
	font-size: 3.5vw;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#MV3 .btn_wrap .item .btn.bgclr-orn a span:before {
  width: 18px;
  height: 24px;
  left: -36px;
  top: 11px;
}
#MV3 .btn_wrap .item .btn.bgclr-grn a span:before {
  width: 24px;
  height: 16px;
  left: -45px;
  top: 11px;
}
#MV3 .btn_wrap .item .btn.bgclr-grn a span:before {
  width: 24px;
  height: 16px;
  left: -5px;
  top: 11px;
}

#MV3 .inner .right {
	width: 100%;
	display: none;
}
#MV3 .inner .right img {
	width: 60%;
	margin: 50px auto 0;
}
}



/* // クロスチャンネル支援事例 - 施策
----------------------------------------------- */
.measur_block {
	margin-bottom: 70px;
}
.measur_block_ttl {
	display: flex;
	border:1px solid #C9191D;
	background: #fff;
}
.measur_block_ttl .heading {
	background: #C9191D;
	color: #fff;
	font-weight: 700;
	padding:10px 0;
	font-size: 22px;
	display: flex;
	align-items: center;
	min-width: 245px;
	justify-content: center;
}
.measur_block_ttl .heading span {
	font-size: 40px;
	line-height: 100%;
}
.measur_block_ttl .name {
	font-size: 18px;
	font-weight: 700;
	padding:0 20px;
	display: flex;
	align-items: center;
}
.measur_block_triangle {
	width: 0;
  height: 0;
  border: 42px solid transparent;
  border-top: 18px solid #C9191D;
  margin: 12px auto -30px;
}
.measur_block_result {
	font-size: 20px;
	font-weight: 700;
	padding:32px 40px;
	border-radius: 10px;
	border: 8px solid #E5E5E5;
	background: #fff;
}
/*  PC 施策01/02  */
.measur_block_content1 {
	display: flex;
	margin-top: 20px;
	padding-right: 70px;
	justify-content: space-between;
	position: relative;
}
.measur_block_content1:before {
	content: " ";
  position: absolute;
  display: block;
  width: 97%;
  height: 8px;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  background: #333333;
  z-index: 0;
}
.measur_block_content1:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-left: 28px solid #333;
	right: -10px;
	top: 40%;
	transform: translateY(-50%);
}
.measur_block_content1 .item:nth-child(1) {
	width: 100%;
	max-width: 330px;
}
.measur_block_content1 .item:not(:first-child) {
	width: 100%;
	max-width: 180px;
	margin-top: 35px;
}
.measur_block_content1 .item img{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.measur_block_content1 .item .text{
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}/*  PC 施策03  */
.measur_block_content2 {
	display: flex;
	margin-top: 20px;
	padding-right: 70px;
	justify-content: space-between;
	position: relative;
}
.measur_block_content2:before {
	content: " ";
  position: absolute;
  display: block;
  width: 97%;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  z-index: 0;
}
.measur_block_content2:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-left: 28px solid #333;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.measur_block_content2 .item{
	margin-top: 35px;
}
.measur_block_content2 .item img{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	height: 220px;
}
.measur_block_content2 .item .text{
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}
/*  PC 施策04  */
.measur_block_content3 {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
/* // SPビュー */
@media all and (max-width: 559px)  {
.measur_block {
	margin-bottom: 50px;
}
.measur_block_ttl .heading {
	padding:10px 0;
	font-size: 18px;
	min-width: 100px;
}
.measur_block_ttl .heading span {
	font-size: 28px;
}
.measur_block_ttl .name {
	font-size: 16px;
	padding:18px 15px;
}
.measur_block_triangle {
	width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 14px solid #C9191D;
  margin: 12px auto -20px;
}
.measur_block_result {
	font-size:16px;
	padding:15px 20px;
	border: 6px solid #E5E5E5;
}
/*  SP 施策01/02  */
.measur_block_content1 {
	display: block;
	margin-top: 15px;
	padding-right: 0;
	position: relative;
	padding-bottom: 80px;
}
.measur_block_content1:before {
	content: " ";
  position: absolute;
  display: block;
  width: 8px;
  height: 95%;
  left: 25%;
  top: inherit;
  bottom: 30px;
  transform: translateX(-50%);
  background: #333333;
  z-index: 0;
}
.measur_block_content1:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 28px solid #333;
	left: 25%;
	transform: translateX(-50%);
	bottom: 0;
	top: inherit;
}
.measur_block_content1 .item:nth-child(1) {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.measur_block_content1 .item:not(:first-child) {
	width: 100%;
	max-width:100%;
	margin-top: 0;
}
.measur_block_content1 .TextImgBox {
	display: flex;
	align-items: center;
}
.measur_block_content1 .TextImgBox:not(:last-child){
	margin-bottom: 30px;
}
.measur_block_content1 .TextImgBox img {
	width: 100%;
	max-width: 50%;
	margin-right: 15px;
}
.measur_block_content1 .item img{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.measur_block_content1 .item .text{
	font-weight: 700;
	text-align: left;
	margin-top: 10px;
}
/*  SP 施策03  */
.measur_block_content2 {
	display: block;
	margin-top: 15px;
	padding-right: 0;
	position: relative;
	padding-bottom: 80px;
}
.measur_block_content2:before {
	content: " ";
  position: absolute;
  display: block;
  width: 8px;
  height: 95%;
  left: 30%;
  top: inherit;
  bottom: 30px;
  transform: translateX(-50%);
  background: #333333;
  z-index: 0;
}
.measur_block_content2:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 28px solid #333;
	left: 30%;
	transform: translateX(-50%);
	bottom: 0;
	top: inherit;
}
.measur_block_content2 .item{
	width: 100%;
	max-width:100%;
	margin-top: 0;
}
.measur_block_content2 .TextImgBox {
	display: flex;
	align-items: center;
}
.measur_block_content2 .TextImgBox:not(:last-child){
	margin-bottom: 30px;
}
.measur_block_content2 .TextImgBox img {
	width: 100%;
	max-width: 60%;
	margin-right: 15px;
	height: auto;
}
.measur_block_content2 .item img{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.measur_block_content2 .item .text{
	font-weight: 700;
	text-align: left;
	margin-top: 10px;
}
/*  SP 施策04  */
.measur_block_content3 {
	display: block;
	margin-top: 15px;
	padding-right: 0;
	position: relative;
}
.measur_block_content3 .item{
	width: 100%;
	max-width:100%;
}
.measur_block_content3 .item:nth-child(2) {
	margin: 0 auto;
	width: 165px;
}
.measur_block_content3 .item:nth-child(2) img{
	width: 100%;
}
}

/* 20250820 追記 */
.consulting-required {
	padding: 90px 0 0 0;
	h2 {
		margin-bottom: 40px;
	}
	.title-text {
		text-align: center;
		margin-bottom: 60px;
	}
	.consulting-required-box-title {
		display: flex;
		align-items: center;
		gap: 20px;
		margin-bottom: 25px;
		.f-en {
			font-size: 50px;
			font-weight: 600;
			line-height: 1;
		}
		p:last-child {
			font-size: 30px;
			font-weight: 500;
			line-height: 1;
			position: relative;
			bottom: 3px;
			background: linear-gradient(transparent 60%, #f1d3d3 60%);
		}
	}
	.consulting-required-box-flex {
		display: flex;
		align-items: center;
		gap: 30px;
	}
	.consulting-required-list {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		box-shadow: 0 0 15px rgba(0, 0, 0, .1);
		position: relative;
		padding: 60px 40px;
		border-radius: 12px;
	}
	.consulting-required-box {
		&:first-child {
			.consulting-required-box-flex-img {
				width: 100%;
				max-width: 300px;
			}
		}
		&:nth-child(2) {
			.consulting-required-box-flex-img {
				width: 100%;
				max-width: 300px;
			}
		}
		&:nth-child(3) {
			.consulting-required-box-flex-img {
				width: 100%;
				max-width: 300px;
			}
		}
		&:not(:last-child) {
			margin-bottom: 60px;
		}
	}
	.consulting-required-box-flex-img {
		flex: 1 0 auto;
	}
	.consulting-required-box-flex-text {
		p {
			font-size: 18px;
		}
	}
}
@media all and (max-width: 767px)  {
	.consulting-required {
		padding: 50px 0 0 0;
		h2 {
			margin-bottom: 20px;
		}
		.title-text {
			margin-bottom: 40px;
		}
		.consulting-required-list {
			width: 92%;
			padding: 40px 20px;
		}
		.consulting-required-box-title {
			display: block;
			.f-en {
				text-align: center;
				margin-bottom: 10px;
			}
			p:last-child {
				font-size: 22px;
				background: unset;
				text-align: center;
				line-height: 1.5;
			}
		}
		.consulting-required-box {
			&:first-child {
				.consulting-required-box-flex-img {
					max-width: 260px;
				}
				.consulting-required-box-flex {
					flex-flow: column;
				}
			}
			&:nth-child(2) {
				.consulting-required-box-flex-img {
					max-width: 260px;
				}
				.consulting-required-box-flex {
					flex-flow: column-reverse;
				}
			}
			&:nth-child(3) {
				.consulting-required-box-flex-img {
					width: 100%;
					max-width: 300px;
				}
				.consulting-required-box-flex {
					flex-flow: column;
				}
			}
			&:not(:last-child) {
				margin-bottom: 30px;
			}
		}
		.consulting-required-box-flex-text {
			p {
				font-size: 15px;
			}
		}
	}
}