@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: #2aab9f;
}
.fc-red {
	color: #de0000;
}
.fc-wht{
  color: #fff;
}
.fc-pink {
	color: #ff2652;
}

.bgclr-orn{
  background-color: #ff9900;
}
.bgclr-grn{
  background-color: #2aab9f;
}
.bgclr-red{
  background-color: #de0000;
}
.bgclr-red2 {
	background-color: #fe0036;
}
.bgclr-pink {
	background-color: #ff2652;
}
.bgclr-gry {
	background-color: #eeeeee;
}
.bgclr-gry2 {
	background-color: #f5f5f5;
}
.bgclr-gry3 {
	background-color: #f9f9f9;
}
.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: #ff2652;
    display: block;
    margin: 0 auto 45px;
}
.text_link {
	transition: .3s;
	margin-top: 10px;
	display: block;
}
.text_link:hover {
	text-decoration: underline;
}
.wrap960 {
    max-width: 960px;
    width: 98%;
    margin: auto;
}
@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;
    display: block;
    margin: 0 auto 30px;
}
.wrap960 {
    width: 92%;
}
}




.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/yahoo_ad_img2/icon_tel2.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: #ff2652;
  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/yahoo_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}
.header .header-cv-btn2 a {
	background-color: #2aab9f;
}
.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/yahoo_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;
	}
}

.footer{
	background-color: #cc191d;
	font-size: 1.3rem;
	padding: 45px 0;
	color: #fff;
}
.footer .copyright{
	text-align: center;
}
.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/yahoo_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/yahoo_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/yahoo_ad_img2/mv_bg.webp?ver2) no-repeat top center;
  width: 100%;
  height: 560px;
  position: relative;
  z-index: 5;
  background-size: cover;
}
.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: 580px;
}
#MV .inner .left {
	text-align: center !important;
}
#MV .inner .left h1 {
	background: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
#MV .inner .left h2 {
	margin-bottom: 45px;
	font-size: 40px;
	font-weight: 800;
}
#MV .inner .left h2 span {
    color: #222;
    font-weight: 800;
    font-size: 40px;
}

#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: 280px;
	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: #2aab9f;
}
#MV .inner .left .cv_area .cv_btn_contact {
	background: #ff2652;
}

#MV .inner .right {
	position: relative;
}
#MV .inner .right:before {
	content: " ";
  position: absolute;
  display: block;
  width: 634px;
  height: 503px;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
  background: url(../../images/yahoo_ad_img2/mv_pc2.webp?ver2) 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: #ff2652;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#MV .inner .right .balloon1 {
	background: url(../../images/yahoo_ad_img2/balloon1.webp) no-repeat center center;
	background-size: cover;
	padding:35px 40px 45px;
	right: 428px;
  top: -323px;
}
#MV .inner .right .balloon2 {
	background: url(../../images/yahoo_ad_img2/balloon2.webp) no-repeat center center;
	background-size: cover;
	padding:35px 40px 45px;
	right: 304px;
  top: -434px;
}

#MV .inner .right .balloon3 p {
	font-size: 17px;
}
#MV .inner .right .balloon3 {
	background: url(../../images/yahoo_ad_img2/balloon3.webp) no-repeat center center;
	background-size: cover;
	padding:30px 20px 65px;
	right: 136px;
  top: -442px;
}

#MV .inner .right .balloon {
	text-align: center;
}
#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: none;
  width: 85px;
  height: 75px;
  left: -90px;
  top: -22px;
  background: url(../../images/yahoo_ad_img2/cv_btn_cover.webp) no-repeat left top;
  background-size: contain;
}
#MV .cv_text {
	font-size: 15px;
}
@media all and (max-width: 559px)  {
#MV {
  background: url(../../images/yahoo_ad_img2/mv_bg.webp?ver2) no-repeat top center;
  width: 100%;
  height: 150vw;
  position: relative;
  z-index: 5;
  background-size: cover;
  background-position-x:-166vw;
}
#MV .inner {
	position: inherit;
	width: 98%;
	margin:0 auto;
	top: inherit;
	left: inherit;
	transform: inherit;
	-webkit- transform: inherit;
}
#MV .inner .left {
	width: 100%;
	padding-top: 20px;
}
#MV .inner .left .img {
	text-align: center;
}
#MV .inner .left h1 {
	background: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 700;
	margin-bottom: 15px;
}
#MV .inner .left h2 {
	margin-bottom: 30px;
	font-size: 7vw;
	font-weight: 800;
}
#MV .inner .left h2 span {
    color: #222;
    font-weight: 800;
    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: 20px;
}
#MV .inner .right:before {
    position: inherit;
    display: block;
    width: 100%;
    height: auto;
    transform: inherit;
    background: inherit;
    background-size: inherit;
}
#MV .inner .right img {
	width: 90%;
	margin: 21vw auto 0;
}
#MV .inner .right .balloon img {
	margin: 0 auto 5px;
	width: 10vw;
}
#MV .inner .right .balloon p {
	color: #de0000;
	font-size: 3.2vw;
	font-weight: 700;
	text-align: center;
}
#MV .inner .right .balloon1 {
	background: url(../../images/yahoo_ad_img2/balloon1.webp) no-repeat center center;
	background-size: cover;
	padding:5vw 7vw 7vw;
	right: 60vw;
  top: 4vw;
  z-index: 10;
}
#MV .inner .right .balloon2 {
	background: url(../../images/yahoo_ad_img2/balloon2.webp) no-repeat center center;
	background-size: cover;
	padding:5vw 7vw 7vw;
	right: 40vw;
  top: -17vw;
  z-index: 10;
}
#MV .inner .right .balloon3 p {
	font-size: 3vw;
	line-height: 1.2;
}
#MV .inner .right .balloon3 {
	background: url(../../images/yahoo_ad_img2/balloon3.webp) no-repeat center center;
	background-size: cover;
	padding:4vw 7vw 8vw;
	right: 11vw;
  top: -20vw;
  z-index: 10;
}
#MV .inner .left .cv_area .cv_btn_document a span:before {
    width: 49px;
    height: 75px;
    left: -30px;
    top: -40px;
}
#MV .cv_text {
	font-size: 3.2vw;
}
}



/* // client
----------------------------------------------- */
.client{
  padding: 35px 0 30px;
  position: relative;
  z-index:0;
}
.client .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 40px;
}
.client .inner .left {
	width: 49%;
}
.client .inner .right {
	width: 49%;
}
.client .inner .catch{
	font-size: 28px;
	white-space: nowrap;
}
.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/yahoo_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{

}
/*ロゴスライダー OFF 2307追記  スライダーに戻す時はコメントアウト*/
.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 2307追記*/
@media all and (max-width: 559px)  {
.client{
  padding: 0 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: 80px 0 20px;
	font-size: 24px;
	line-height: 1.2;
}
.client .inner .catch span {
	font-size: 12vw;
	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;
}
/*ロゴスライダー OFF 2307追記  スライダーに戻す時はコメントアウト*/
.client .logo-carousel ul {
	width: 100%;
}
.client .logo-carousel ul li {
	margin: 5px;
	width: 17.8%;
}
/* /ここまで　ロゴスライダー OFF 2307追記*/
}



/* // cv
----------------------------------------------- */
#cv{
  position: relative;
  min-width: 1160px;
  padding: 90px 0 100px;
  overflow: hidden;
  min-width: 1100px;
  width: 100%;
  overflow: hidden;
  background-image: url(../../images/yahoo_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/yahoo_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
}
#cv .inner .title_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
#cv .inner .title_wrap .title {
	font-size: 20px;
	margin-bottom: 30px;
	text-align: left;
}
#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-grn a span:before {
	content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/yahoo_ad_img2/icon_document.webp) no-repeat left top;
  background-size: contain;
}
#cv .inner .btn_wrap .item .btn.bgclr-red a span:before {
	content: " ";
    position: absolute;
    display: block;
    width: 24px;
    height: 16px;
    left: -40px;
    top: 15px;
    transform: translateY(-50%);
    background: url(../../images/yahoo_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/yahoo_ad_img2/icon_tel2.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;
}
#cv .cv_text p, #cv2 .cv_text p {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
}
@media all and (max-width: 559px)  {
	#cv {
	  position: relative;
	  padding: 50px 15px;
	  overflow: hidden;
	  min-width: inherit;
  	width: inherit;
	  background-image: url(../../images/yahoo_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/yahoo_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-blu a span:before {
    width: 18px;
    height: 24px;
    left: -46px;
    top: 11px;
	}
	#cv .inner .btn_wrap .item .btn.bgclr-red a span:before {
    width: 24px;
    height: 16px;
    left: -35px;
    top: 11px;
	}
	#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/yahoo_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 {
	margin-bottom: 90px;
}
#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: 15px;
  top: -75px;
  background: url(../../images/yahoo_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .title_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
#cv2 .inner .title_wrap .title {
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#cv2 .inner .title_wrap .img {
	width: 46%;
}
#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/yahoo_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: none;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 5px;
  background: url(../../images/yahoo_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/yahoo_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 {
		margin-bottom: 40px;
	}
	#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/yahoo_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
	}
	#cv2 .inner .title_wrap {
		display: inherit;
		margin-bottom: 30px;
	}
	#cv2 .inner .title_wrap .title {
		font-size: 18px;
		margin-bottom: 20px;
		text-align: left;
	}
	#cv2 .inner .title_wrap .img {
		width: 100%;
	}
	#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/yahoo_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: 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/yahoo_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/yahoo_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/yahoo_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/yahoo_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 .wrap {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.service .inner .wrap .item {
	width: 31%;
	border:3px solid #e1e1e1;
	background: #fff;
	padding:30px 30px;
}
.service .inner .wrap .item:nth-child(n+4) {
	margin-top: 3%;
}
.service .inner .wrap .item .head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}
.service .inner .wrap .item .head .img{
	margin-right: 15px;
}

@media all and (max-width: 559px)  {
.service{
  padding: 40px 15px 40px;
}
.service .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.service .inner .wrap {
	width: 100%;
	margin: 0 auto;
	display: inherit;
	margin-top: 30px;
}
.service .inner .wrap .item {
	width: 100%;
	border:3px solid #e1e1e1;
	background: #fff;
	padding:20px 15px;
	display:block;
}
.service .inner .wrap .item:nth-child(n+4) {
	margin-top: 0;
}
.service .inner .wrap .item:nth-child(n+2) {
	margin-top: 15px;
}
.service .inner .wrap .item .head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.service .inner .wrap .item .head .title {
	font-size: 14px;
}
.service .inner .wrap .item:nth-child(1) .head .img{
	margin-right: 4%;
	width:10%;
}
.service .inner .wrap .item:nth-child(1) .head .title{
	width:86%;
}
.service .inner .wrap .item:nth-child(2) .head .img{
	margin-right: 4%;
	width:24%;
}
.service .inner .wrap .item:nth-child(2) .head .title{
	width:72%;
}
.service .inner .wrap .item:nth-child(3) .head .img{
	margin-right: 4%;
	width:20%;
}
.service .inner .wrap .item:nth-child(3) .head .title{
	width:76%;
}
.service .inner .wrap .item:nth-child(4) .head .img{
	margin-right: 4%;
	width:16%;
}
.service .inner .wrap .item:nth-child(4) .head .title{
	width:80%;
}
.service .inner .wrap .item:nth-child(5) .head .img{
	margin-right: 4%;
	width:12%;
}
.service .inner .wrap .item:nth-child(5) .head .title{
	width:84%;
}
.service .inner .wrap .item:nth-child(6) .head .img{
	margin-right: 4%;
	width:16%;
}
.service .inner .wrap .item:nth-child(6) .head .title{
	width:80%;
}
.service .inner .wrap .item .head .title {
	line-height: 1.2;
}
.service .inner .wrap .item .head .img img{
	width: 100%;
}
.service .inner .wrap .item .text {
	font-size: 12px;
}
}










/* // 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 .comment_img {
	width: 100%;
	filter: drop-shadow(0 0 15px rgba(0,0,0,.1));
}
.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:8px 10px 10px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
.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 .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 .interaction .item .comment_img {
	width: 75%;
	filter: drop-shadow(0 0 15px rgba(0,0,0,.1));
}
.feature_acc {
	width: 1100px;
  margin: 0 auto;
  color: #444;
  cursor: pointer;
}
.feature_acc{
	margin-bottom: 90px;
}
.feature_acc_link {
  position: relative;
  background-color: #ff2652;
  padding:10px 0;
}
.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: #ff2652;
  background-color: #ff2652;
  content: '';
}
.feature_acc_text .icon-plus:after {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 8px;
  color: #ff2652;
  background-color: #ff2652;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.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_acc_body .comment_img {
	margin-top: 20px;
	width: 100%;
}
.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;
}
.feature .result .item .comment_img {
	width: 75%;
	filter: drop-shadow(0 0 15px rgba(0,0,0,.1));
}
@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: 35%;
	margin-bottom:15px;
	font-size: 14px;
	font-weight: 500;
}
.feature .example .detail dl dd{
	font-size: 14px;
	width: 65%;
	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 .interaction .item .comment_img {
	width: 65%;
	filter: drop-shadow(0 0 15px rgba(0,0,0,.1));
}
.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: #ff2652;
  content: '';
}
.feature_acc_text .icon-plus:after {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 5px;
  color: #ff2652;
  background-color: #ff2652;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.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;
}
.feature .result .item .comment_img {
	width: 65%;
	filter: drop-shadow(0 0 15px rgba(0,0,0,.1));
}
}





/* // voice
----------------------------------------------- */
.voice{
  padding: 90px 0 10px;
}
.voice .inner {
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice .inner .overview1{
    position: relative;
    margin: 0 auto 80px;
    width: 1100px;
    height: 400px;
}
.voice .inner .overview1 img{
    position: absolute;
    left: 0;
    top: 20px;
    width: 600px;
    height: auto;
    object-fit: cover;
}
.voice .inner .overview1 .desc{
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 100;
    top: 90px;
    width: 560px;
    height:  auto;
    padding: 60px 50px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.voice .inner .overview2{
    position: relative;
    margin: 80px auto 95px;
    width: 1100px;
    height: 400px;
}
.voice .inner .overview2 img{
    position: absolute;
    right: 0;
    top: 20px;
    width: 600px;
    height: auto;
    object-fit: cover;
}
.voice .inner .overview2 .desc{
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 100;
    top: 90px;
    width: 560px;
    height:  auto;
    padding: 60px 50px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.voice .inner .overview .desc .head {
	font-size: 24px;
	margin-bottom: 35px;
}
.voice .inner .overview .desc dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 500;
	border-top :1px solid #cccccc;
	padding:15px 0;
}
.voice .inner .overview .desc dl:last-child {
		border-bottom :1px solid #cccccc;
}
.voice .inner .overview .desc dl dt {
	width: 30%;
}
.voice .inner .overview .desc dl dd {
	width: 65%;
}
.voice .inner .detail {
	width: 900px;
	margin:0 auto;
}
.voice .inner .detail .title{
	font-size: 24px;
	margin-bottom: 15px;
}
.voice .inner .detail .block:not(:last-child) {
	margin-bottom: 35px;
}
.voice .inner .detail .block ul li {
	padding-left:1em;
	text-indent:-1em;
}
.voice .inner .detail .block ul li:not(:last-child) {
	margin-bottom: 5px;
}
.voice .area {
	width: 1100px;
	margin:100px auto 50px;
	background: #ffe8ed;
	padding: 45px 80px 60px;
	display: flex;
	flex-direction:row-reverse;
	justify-content: space-between;
}
.voice .area .right {
	width: 600px;
}
.voice .area .right .head {
	font-size: 24px;
}
.voice .area .right .head span{
	font-size: 45px;
	display: inline-block;
  transform: translateY(5%);
}
.voice .area .right .prefectures {
	/* white-space: pre; */
	font-size: 14px;
}
.voice .area .left {
	position: relative;
}
.voice .area .left:before {
	content: " ";
  position: absolute;
  display: block;
  width: 316px;
  height: 360px;
  left: -10px;
  top: 105%;
  transform: translateY(-80%);
  background: url(../../images/yahoo_ad_img2/case_area_img.webp) no-repeat left top;
  background-size: contain;
}

@media all and (max-width: 559px)  {
.voice{
  padding: 40px 15px 40px;
}
.voice .inner {
	width: 100%;
	padding:0;
	margin:0;
}
.voice .inner .overview{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: inherit;
    margin: 0 auto 20px;
}
.voice .inner .overview2 {
	margin-top: 35px;
}
.voice .inner .overview img{
    position: static;
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}
.voice .inner .overview .desc{
    position: static;
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
}
.voice .inner .overview .desc .head {
	font-size: 18px;
	margin-bottom: 15px;
}
.voice .inner .overview .desc dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	border-top :1px solid #cccccc;
	padding:12px 0;
}
.voice .inner .overview .desc dl:last-child {
		border-bottom :1px solid #cccccc;
}
.voice .inner .overview .desc dl dt {
	width: 30%;
}
.voice .inner .overview .desc dl dd {
	width: 65%;
}
.voice .inner .detail {
	width: 100%;
	margin:0 auto;
}
.voice .inner .detail .title{
	font-size: 18px;
	margin-bottom: 15px;
}
.voice .inner .detail .block:not(:last-child) {
	margin-bottom: 30px;
}
.voice .inner .detail .block ul li {
	padding-left:1em;
	text-indent:-1em;
}
.voice .inner .detail .block ul li:not(:last-child) {
	margin-bottom: 10px;
}
.voice .area {
	width: 90%;
	margin:50px auto 0;
	padding: 25px 15px 30px;
	display: inherit;
	justify-content: space-between;
}
.voice .area .right {
	width: 100%;
}
.voice .area .left {
	width: 100%;
}
.voice .area .right .head {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.voice .area .right .head span{
	font-size: 38px;
	display: inline-block;
  transform: translateY(5%);
}
.voice .area .right .prefectures {
	white-space: inherit;
	font-size: 14px;

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



/* // voice2
----------------------------------------------- */
.voice2{
	padding:0 0 10px;
}
@media all and (max-width: 559px)  {
.voice2{
	padding:0 0 40px;
}
}




 /* // understanding
----------------------------------------------- */
.understanding{
  padding: 0 0 90px;
  margin-top: 90px;
}
.understanding .f-en {
	display: inline-block;
	margin-bottom: 15px;
}
.understanding .inner {
	width: 1100px;
}
.understanding .inner .item:not(:last-child) {
	margin-bottom: 50px;
}
.understanding .inner .item {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	background-color: #fff;
	padding:50px;
	justify-content: space-between;
	align-items: center;
}
.understanding .inner .item.reverse {
	flex-direction:row-reverse;
}
.understanding .inner .item .img{
	width: 34%;
}
.understanding .inner .item .desc{
	width: 62%;
}
.understanding .inner .item .desc .head {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}
.understanding .inner .item .desc .head span{
	display: block;
}
.understanding .inner .item1 .desc .head span {
	position: relative;
	/*padding-left: 90px;*/
}
.understanding .inner .item2 .desc .head span,
.understanding .inner .item3 .desc .head span,
.understanding .inner .item4 .desc .head span {
	position: relative;
	padding-left: 100px;
}
.understanding .inner .item .desc .head span:after {
  position: absolute;
  display: none;
  color: #de0000;
  font-size: 70px;
  font-family: 'Poppins',sans-serif;
  line-height: 1;
  z-index: 5;
  font-weight: 600;
  left: 0;
  top: -15px;
}
.understanding .inner .item1 .desc .head span:after {
  content: "01" !important;
}
.understanding .inner .item2 .desc .head span:after {
  content: "02" !important;
}
.understanding .inner .item3 .desc .head span:after {
  content: "03" !important;
}
.understanding .inner .item4 .desc .head span:after {
  content: "04" !important;
  top:8px;
}

@media all and (max-width: 559px)  {
.understanding{
  padding: 0 0 40px;
  margin-top: 40px;
}
.understanding .inner {
	width: 100%;
}
.understanding .inner .item:not(:last-child) {
	margin-bottom: 30px;
}
.understanding .inner .item {
	display: inherit;
	padding:25px 15px;
}
.understanding .inner .item.reverse {
	flex-direction:row-reverse;
}
.understanding .inner .item .img{
	width: 100%;
	margin-top: 20px;
}
.understanding .inner .item .desc{
	width: 100%;
}
.understanding .inner .item .desc .head {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.understanding .inner .item1 .desc .head span{
	position: relative;
	padding-left: 50px;
}
.understanding .inner .item2 .desc .head span,
.understanding .inner .item3 .desc .head span,
.understanding .inner .item4 .desc .head span {
	position: relative;
	padding-left: 60px;
}
.understanding .inner .item .desc .head span:after {
  position: absolute;
  display: block;
  font-size: 40px;
  font-family: 'Poppins',sans-serif;
  line-height: 1;
  z-index: 5;
  font-weight: 600;
  left: 0;
  top: -5px;
}
.understanding .inner .item1 .desc .head span:after {
   content: "01" !important;
}
.understanding .inner .item2 .desc .head span:after {
   content: "02" !important;
}
.understanding .inner .item3 .desc .head span:after {
   content: "03" !important;
}
.understanding .inner .item4 .desc .head span:after {
   content: "04" !important;
}
}







/* // 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/yahoo_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/yahoo_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%;
}
}





/* // feature
----------------------------------------------- */
.feature2{
  padding: 90px 0 90px;
  background-color: #f9f9f9;
}
.feature2 .inner {
	width: 1100px;
}
.feature2 .feature2-tablist{
  padding: 10px 0 100px;
}
.feature2 .feature2-tablist-column{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-left: -6px;
	margin-right: -6px;
}
.feature2 .feature2-tablist-column .item{
	border-width: 0 6px;
	border-style: solid;
	border-color: transparent;
	width: calc( 100% / 4 );
	position: relative;
	padding-top: 30px;
}
.feature2 .feature2-tablist-column .item a{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 10px;
	display: block;
	padding: 30px 0 50px;
	background-color: #fff;
	transition: .3s;
}
.feature2 .feature2-tablist-column .item a:after{
	content:" ";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 50%;
	transform: translateX(-50%);
  bottom: 10px;
  background: url(../../images/yahoo_ad_img2/icon_arrow_pink.webp) no-repeat left top;
  background-size: contain;
}
.feature2 .feature2-tablist-column .item a:hover {
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  border-radius: 10px;
}
.feature2 .feature2-tablist-column .item .number{
	position: absolute;
	font-size: 50px;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	line-height: .8;
	font-weight: 600;
}
.feature2 .feature2-tablist-column .item p{
	font-size: 2rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;
}
.feature2 .feature2-tablist-column .item p .strong{
	font-size: 120%;
	font-weight: bold;
}
.feature2 .block:not(:last-child) {
	margin-bottom: 80px;
}
.feature2 .block {
	background-color: #fff;
	padding:60px 50px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: relative;
}
.feature2 .block .num {
	font-size: 100px;
	line-height: 100px;
	font-weight: 600;
	position: absolute;
	left: 30px;
	top: -50px;
}
.feature2 .block.reverse .num {
	left: inherit;
	right: 30px;
}
.feature2 .block .inside {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.feature2 .block .inside .title {
	font-size: 24px;
	margin-bottom: 30px;
}
.feature2 .block.reverse .inside {
	flex-direction: row-reverse;
}
.feature2 .block .inside .desc {
	width: 50%;
}
.feature2 .block .inside .img {
	width: 46%;
}


@media all and (max-width: 559px)  {
.feature2{
  padding: 40px 15px 40px;
}
.feature2 .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.feature2 .feature2-tablist{
  padding: 0 0 70px;
}
.feature2 .feature2-tablist-column{
	display:block;
	margin-left: 0;
	margin-right: 0;
}
.feature2 .feature2-tablist-column .item{
	border-width: 0;
	width: auto;
	padding-top: 0;
}
.feature2 .feature2-tablist-column .item + .item{
	margin-top: 10px;
}
.feature2 .feature2-tablist-column .item a{
	box-shadow: 1px 1px 3px rgba(54,64,72,.14), 3px 3px 17px rgba(54,64,72,.11);
	border-radius: 4px;
	padding: 10px 30px 10px 47px;
}
.feature2 .feature2-tablist-column .item a:after{
  width: 15px;
  height: 15px;
  left: auto;
	right: 10px;
  bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
.feature2 .feature2-tablist-column .item .number{
	position: absolute;
	font-size: 2.6rem;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.feature2 .feature2-tablist-column .item p{
	font-size: 1.6rem;
	text-align: left;
}
.feature2 .feature2-tablist-column .item p .strong{
	font-size: 120%;
}
.feature2 .block {
	background-color: #fff;
	padding:30px 15px;
	display: inherit;
	position: relative;
}
.feature2 .block:not(:last-child) {
	margin-bottom: 40px;
}
.feature2 .block .num {
	font-size: 50px;
	line-height: 100px;
	font-weight: 600;
	position: absolute;
	left: 15px;
	top: -50px;
}
.feature2 .block.reverse .num {
	left: 15px;
	right: inherit;
}
.feature2 .block .inside {
	display: inherit;
}
.feature2 .block .inside .title {
	font-size: 18px;
	margin-bottom: 20px;
}
.feature2 .block.reverse .inside {
	flex-direction: row-reverse;
}
.feature2 .block .inside .desc {
	width: 100%;
	margin-bottom: 25px;
}
.feature2 .block .inside .img {
	width: 100%;
	text-align: center;
}
.feature2 .block .inside .img img{
	width: 100%;
}
}








/* // reason
----------------------------------------------- */
.reason{
  padding: 90px 0 90px;
}
.reason .inner {
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reason .inner .item{
	width: 520px;
}
.reason .inner .item:nth-child(n+3) {
	margin-top:60px;
}
.reason .inner .item .desc {
	padding:40px 40px 0;
	background-color:rgba(255,255,255,0.9);
	transform: translateY(-40px) ;
	margin:0 20px;
}
.reason .inner .item .desc .head {
	font-size: 20px;
	margin-bottom: 15px;
}
@media all and (max-width: 559px)  {
	.reason{
	  padding: 40px 15px 40px;
	}
	.reason .inner {
		width: 100%;
		padding: 0;
    margin: 0;
	}
	.reason .inner .item{
		width: 100%;
	}
	.reason .inner .item:nth-child(n+3) {
		margin-top:inherit;
	}
	.reason .inner .item:not(:last-child) {
		margin-bottom: 20px;
	}
	.reason .inner .item .desc {
		padding:20px 15px 0;
		background-color:rgba(255,255,255,0.9);
		transform: translateY(-30px) ;
		margin:0 10px;
	}
	.reason .inner .item .desc .head {
		font-size: 18px;
		margin-bottom: 15px;
	}
}



/* // partner
----------------------------------------------- */
.partner{
  padding: 0 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: 0 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;
	}
}





/* // flow
----------------------------------------------- */
.flow{
  padding: 90px 0 90px;
  background: #f9f9f9;
}
.flow .inner {
	width: 1100px;
  margin:-40px auto 0;
}
.flow .flow-box ul li .num {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	font-style: italic;
	transform: translateY(36px);
}
.flow .flow-box ul li .wrap {
	background: #fff;
	padding:30px 50px 30px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flow .flow-box ul li .wrap .img {
	width: 280px;
}
.flow .flow-box ul li .wrap .detail {
	width: 690px;
}
.flow .flow-box ul li .wrap .detail .head {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.flow .flow-box ul li {
	position: relative;
}
.flow .flow-box ul li:not(:last-child):after {
 	content: " ";
  position: absolute;
  display: block;
  height: 87px;
  width: 20px;
  left: 50%;
  top: auto;
  background: #f5d4d4;
}
.flow .btn_wrap {
	display: flex;
	justify-content: flex-start;
}
.flow .btn_wrap .item {
	width:270px;
	margin-top: 15px;
}
.flow .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 10px;
}
.flow .btn_wrap .item .btn a {
	width: 100%;
	padding:15px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
.flow .btn_wrap .item .btn a span {
	position: relative;
}
.flow .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/yahoo_ad_img2/icon_document.webp) no-repeat left top;
  background-size: contain;
}
.flow .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/yahoo_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}

.flow .flow-box ul li:last-child {
	position: relative;
}
.flow .flow-box ul li:last-child:after {
		content: " ";
    position: absolute;
    display: block;
    width: 58px;
    height: 134px;
    right: 40px;
    top: 50px;
    background: url(../../images/yahoo_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
}

@media all and (max-width: 559px)  {
	.flow{
	  padding: 40px 15px 40px;
	}
	.flow .inner {
    width: 100%;
    padding:0;
    margin:-40px 0 0 0;
  }
  .flow .flow-box ul li .num {
		text-align: center;
		font-weight: 600;
		font-size: 28px;
		font-style: italic;
		transform: translateY(26px);
	}
	.flow .flow-box ul li .wrap {
		background: #fff;
		padding:30px 15px 20px 15px;
		display: inherit;
	}
	.flow .flow-box ul li .wrap .img {
		text-align: center;
		width: 100%;
	}
	.flow .flow-box ul li .wrap .img img{
		width: 75%;
		margin-bottom: 18px;
	}
	.flow .flow-box ul li .wrap .detail {
		width: 100%;
	}
	.flow .flow-box ul li .wrap .detail .head {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 12px;
	}
	.flow .flow-box ul li:not(:last-child):after {
   	content: " ";
    position: absolute;
    display: block;
    height: 87px;
    width: 20px;
    left: 45%;
    top: auto;
    background: #f5d4d4;
	}
	.flow .btn_wrap {
		display: inherit;
		justify-content: space-between;
	}
	.flow .btn_wrap .item {
		width:100%;
	}
	.flow .btn_wrap .item:not(:last-child) {
		margin-bottom: 15px;
	}

	.flow .btn_wrap .item .btn {
		border-radius: 8px;
		margin:0 0;
	}
	.flow .btn_wrap .item .btn a {
		width: 100%;
		padding:15px 0;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		display: inline-block;
		text-align: center;
	}
	.flow .btn_wrap .item .btn.bgclr-blu a span:before {
    width: 18px;
    height: 24px;
    left: -46px;
    top: 11px;
		}
	.flow .btn_wrap .item .btn.bgclr-red a span:before {
    width: 24px;
    height: 16px;
    left: -55px;
    top: 4px;
	}
	.flow .flow-box ul li:last-child:after {
		content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 10px;
    top: 5px;
    background: url(../../images/yahoo_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
}
}












/* // 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;
	}
}






/* // 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: 1100px;
  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 95px;
  flex: 0 0 95px;
  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
}
@media all and (max-width: 559px)  {
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_left {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
}
.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*/
}
@media all and (max-width: 559px)  {
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_left p {
  font-size: 12px;
}
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 312px;
  flex: 0 0 312px
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  color: #3e3a39
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p:nth-child(2),
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p:nth-child(4),
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p:nth-child(6),
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p:nth-child(8) {
  background-color: #f6f7f7
}
.plan_sec_list_menu .plan_sec_list_menu_box:first-child .plan_sec_list_menu_left {
  background-color: #fc99ad;
  height: 451px;
  /*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: 49px;
  background-color: #fd6a83
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(2) .plan_sec_list_menu_right p {
	background-color: #f6f7f7
}


.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_left {
  height: 149px;
  background-color: #fd7270
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(2),
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(4) {
  background-color: #f6f7f7
}

.plan_sec_list_menu .plan_sec_list_menu_box:last-child .plan_sec_list_menu_left {
  height: 201px;
  background-color: #ff2652;
  /*border-radius: 0 0 0 10px*/
}
.plan_sec_list_table {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
			-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
}
.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),
.plan_sec_list_table ul li:nth-child(13),
.plan_sec_list_table ul li:nth-child(15) {
    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: #fc99ad
}
.plan_sec_list_table:nth-child(3) li:first-child {
  background-color: #fd6a83
}
.plan_sec_list_table:nth-child(4) li:first-child {
  background-color: #ff2652
}
.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.6px 0;
  line-height: 1;
  font-size: 15px;
  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
}

@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 94%;
  flex: 0 0 94%;
  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;
  height: 35px;
  font-size: 11px;
  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: 315px
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(2) .plan_sec_list_menu_left {
  height: 33px
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_left{
  height: 140px
}
.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: 12px
}
}

@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;
    text-align: center;
}
@media (min-width: 1px) and (max-width: 640px){
.mainvisual .cv_text {
    position: unset;
    margin-top: 20px;
}
}
.mainvisual {
  background-image: url(../../images/ecconsulting/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;
  text-align: center;
}
.mainvisual .top_title h1 span {
  font-size: 70px;
  color: #f7931e;
  text-shadow: 3px 3px 3px #202020;
  text-align: center;
}
.mainvisual .top_title p {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.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: 20px;
  }
  .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;
    display: block;
  }
  .mainvisual .top_btn .btn_left {
    margin-bottom: 10px;
  }
}







.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/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/yahoo_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;
}
}
















