@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: 76px;
}
@media all and (max-width: 559px)  {
	#container{
	  padding-top: 0;
	}
}
p{
	line-height: 1.7;
}
p.text{
	font-weight: 400;
	font-size: 15px;
}

.f-en{
  font-family: 'Poppins', sans-serif;
}
.fc-orn{
  color: #ff9900;
}
.fc-blu{
  color: #0daaff;
}
.fc-grn{
  color: #00bf36;
}
.fc-red {
	color: #de0000;
}
.fc-wht{
  color: #fff;
}
.bgclr-orn{
  background-color: #ff9900;
}
.bgclr-grn{
  background-color: #00bf36;
}
.bgclr-red{
  background-color: #de0000;
}
.bgclr-red2 {
	background-color: #fe0036;
}
.bgclr-gry {
	background-color: #eeeeee;
}
.bgclr-gry2 {
	background-color: #f5f5f5;
}
.bgclr-blu {
	background-color: #0daaff;
}
.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: #de0000;
  display: block;
  margin: 0 auto 45px;
}
@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;
}
}
.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: 252px;
}
.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/rakuten_ad_img/icon_tel2.png) 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: #00bf36;
  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/rakuten_ad_img/icon_contact.png) no-repeat left top;
  background-size: contain;
}
.header .header-cv-btn2 a {
	background-color: #de0000;
}
.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/rakuten_ad_img/icon_document.png) 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/rakuten_ad_img/icon_arrow_red.png) no-repeat center center;
	background-size: 20px auto;
	transform: scaleY(-1);
}
.page_top:hover{
	background-color: #cc191d;
}
.page_top:hover span{
	background-image: url(../../images/rakuten_ad_img/icon_arrow_wht.png);
}
@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/rakuten_ad_img/mv_bg.jpg) 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 .img {
	text-align: center !important;
}
#MV .inner .left .img h2 {
	margin-bottom: 0;
	font-size: 68px;
	font-weight: 700;
}
#MV .inner .left .img img:first-child {
}





#MV .inner .left .catch {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 10px;
}
#MV .inner .left .catch span {
	display: inline-block;
	position: relative;
}
#MV .inner .left .catch span:before {
	position: absolute;
  left: -12px;
  top: 5px;
  content: "";
  width: 2px;
  height: 70%;
  background: #de0000;
  border-radius: 3px;
  transform: rotate(-20deg);
}
#MV .inner .left .catch span:after {
	position: absolute;
  right: -12px;
  top: 5px;
  content: "";
  width: 2px;
  height: 70%;
  background: #de0000;
  border-radius: 3px;
  transform: rotate(20deg);
}

#MV .inner .left .cv_btn_shindan a{
	font-size: 26px;
	font-weight: 700;
	width: 500px;
	display: flex;
	align-items: center;
 justify-content: center;
	border-radius: 8px;
	padding:18px 0;
	text-align: center;
	margin: 0 auto 30px;
  position: relative;
}
#MV .inner .left .cv_btn_shindan a:before {
position: absolute;
 width: 100%;
 height: 100%;
 border-radius: inherit;
 background: linear-gradient(to right, #de0000 0%, #f4a583 50%, #de0000 100%);
 content: "";
 z-index: 1;
}
#MV .inner .left .cv_btn_shindan a::after{
 position: absolute;
 width: calc(100% - 10px);
 height: calc(100% - 10px);
 border-radius: 4px;
 background: #fff;
 content: "";
 z-index: 2;
}
#MV .inner .left .cv_btn_shindan a span {
	position: relative;
  z-index: 3;
}
#MV .inner .left .cv_area {
	width: 520px;
	margin:20px auto 0;
	display: flex;
	justify-content: center;
}
#MV .inner .left .cv_area .btn {
	border-radius: 8px;
	margin:0 10px;
}
#MV .inner .left .cv_area .btn a {
	width: 250px;
	padding:20px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
}
#MV .inner .left .cv_area .cv_btn_document {
	background: #de0000;
}
#MV .inner .left .cv_area .cv_btn_contact {
	background: #00bf36;
}

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

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

#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: block;
  width: 85px;
  height: 75px;
  left: -90px;
  top: -22px;
  background: url(../../images/rakuten_ad_img/cv_btn_cover.png) no-repeat left top;
  background-size: contain;
}
#MV .inner .left .cv_area .cv_btn_contact a span{
	position: relative;
}
#MV .inner .left .cv_area .cv_btn_contact a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 7px;
  background: url(../../images/rakuten_ad_img/icon_contact.png) no-repeat left top;
  background-size: contain;
}
#MV .cv_text {
	font-size: 15px;
}
@media all and (max-width: 559px)  {
#MV {
  background: url(../../images/rakuten_ad_img/mv_bg.jpg) no-repeat top center;
  width: 100%;
  height: 196vw;
  position: relative;
  z-index: 5;
  background-size: cover;
  background-position-x:-166vw;
}
#MV .inner {
	position: inherit;
	width: 96%;
	margin:0 auto;
	top: inherit;
	left: inherit;
	transform: inherit;
	-webkit- transform: inherit;
}
#MV .inner .left {
	width: 100%;
	padding-top: 20px;
}
#MV .inner .left .img {
	text-align: center;
}
#MV .inner .left .img h1 img{
}
#MV .inner .left .img h2 {
	font-size: 10vw;
}
#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: 16vw 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/rakuten_ad_img/balloon1.png) no-repeat center center;
	background-size: cover;
	padding:5vw 7vw 7vw;
	right: 60vw;
  top: 24vw;
  z-index: 10;
}
#MV .inner .right .balloon2 {
	background: url(../../images/rakuten_ad_img/balloon2.png) no-repeat center center;
	background-size: cover;
	padding:5vw 7vw 7vw;
	right: 40vw;
  top: 3vw;
  z-index: 10;
}
#MV .inner .right .balloon3 p {
	font-size: 3vw;
	line-height: 1.2;
}
#MV .inner .right .balloon3 {
	background: url(../../images/rakuten_ad_img/balloon3.png) no-repeat center center;
	background-size: cover;
	padding:4vw 7vw 8vw;
	right: 11vw;
  top: 0;
  z-index: 10;
}
#MV .inner .left .cv_area .cv_btn_document a span:before {
    width: 49px;
    height: 75px;
    left: -30px;
    top: -40px;
}
#MV .inner .left .cv_area .cv_btn_contact a {
	padding:15px 0 15px 25px;
}
#MV .inner .left .cv_area .cv_btn_contact a span:before {
  width: 20px;
  height: 12px;
  left: -30px;
  top: 6px;
}
#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/rakuten_ad_img/client_img_01.png) no-repeat left top;
  background-size: contain;
}
.client .inner .partner .title {
	font-size: 24px;
	margin-bottom: 30px;
}
.client .inner .partner .wrap {
	display: flex;
	justify-content: space-between;
}
.client .inner .partner .wrap .item {
	width: 400px;
	text-align: center;
}
.client .inner .partner .wrap .item img{
	margin-bottom: 20px;
}
.client .corporate-ttl{
  text-align: center;
  font-size: 3.2rem;
  padding-bottom: 10px;
}
.client .corporate-ttl span{
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
.client .logo-carousel #slider .slide-item,
.client .logo-carousel #slider2 .slide-item{
  margin-left: 20px;
  margin-right: 20px;
	position: relative;
}
.client .logo-carousel #slider .slide-item img{

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

.client_head {
  margin-top: 30px;
  margin-bottom: 30px;
}
.client_head span{
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
}
.client_head span:before,
.client_head span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #000;
  width: 1px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.client_head span:before {
  transform: rotate(-35deg);
  left: -30px;
   bottom: -5px;
}
.client_head span:after {
  transform: rotate(35deg);
  right: -30px;
   bottom: -5px;
}
/*ロゴスライダー OFF 230623追記  スライダーに戻す時はコメントアウト*/
.client .logo-carousel ul {
	width: 100%;
}
.client .logo-carousel ul li {
	margin: 5px;
	width: 17.8%;
}
/* /ここまで　ロゴスライダー OFF 230623追記*/
}



/* // cv
----------------------------------------------- */
#cv{
  position: relative;
  min-width: 1160px;
  padding: 90px 0 100px;
  overflow: hidden;
  min-width: 1100px;
  width: 100%;
  overflow: hidden;
  background-image: url(../../images/rakuten_ad_img/cv_bg.jpg);
  background-size: cover;
  z-index: 4;
}
#cv .inner {
  width: 1000px;
  margin:0 auto;
  background-color: rgba(255,255,255,0.85);
  padding:60px 70px;
  position: relative;
}
#cv .inner:before {
	content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  right: 15px;
  top: -75px;
  background: url(../../images/rakuten_ad_img/logo_itsumo.png) no-repeat left top;
  background-size: contain;
}
#cv .inner .title_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
#cv .inner .title_wrap .title {
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#cv .inner .title_wrap .img {
	width: 46%;
}

#cv .inner .btn_wrap {
	display: flex;
	justify-content: space-between;
}
#cv .inner .btn_wrap .item {
	width:100%;
}
#cv .inner .btn_wrap .item .head {
	font-size: 18px;
	margin-bottom: 10px;
}
#cv .inner .btn_wrap .item .head span{
	font-size: 24px;
}
#cv .inner .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 10px;
}
#cv .inner .btn_wrap .item .btn a {
	width: 100%;
	padding:20px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#cv .inner .btn_wrap .item .btn a span {
	position: relative;
}
#cv .inner .btn_wrap .item .btn.bgclr-grn a span:before {
	content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/rakuten_ad_img/icon_contact.png) no-repeat left top;
  background-size: contain;
}
#cv .inner .btn_wrap .item .btn.bgclr-red a span:before {
	content: " ";
    position: absolute;
    display: none;
    width: 24px;
    height: 16px;
    left: -40px;
    top: 15px;
    transform: translateY(-50%);
    background: url(../../images/rakuten_ad_img/icon_contact.png) no-repeat left top;
    background-size: contain;
}
#cv .inner .tel {
	background-color: #fff;
	margin: 25px 10px 0 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/rakuten_ad_img/icon_tel2.png) 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/rakuten_ad_img/cv_bg.jpg);
	  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/rakuten_ad_img/logo_itsumo.png) 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 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/rakuten_ad_img/icon_tel2.png) 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/rakuten_ad_img/logo_itsumo.png) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .title_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
#cv2 .inner .title_wrap .title {
	font-size: 20px;
	margin-bottom: 30px;
	text-align: left;
}
#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/rakuten_ad_img/icon_document.png) 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/rakuten_ad_img/icon_contact.png) 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/rakuten_ad_img/icon_tel2.png) 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/rakuten_ad_img/logo_itsumo.png) 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;
	}
	#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/rakuten_ad_img/icon_tel2.png) 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: 90px 0 40px;
}
.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 ul {
	font-size: 12px;
}
.case .inner li .info ul li {
	display: inline-block;
	padding:4px 6px;
	margin-left: 3px;
}
.case .area {
	width: 1100px;
	margin:100px auto 50px;
	background: #fff5f5;
	padding: 45px 80px 60px;
	display: flex;
	flex-direction:row-reverse;
	justify-content: space-between;
}
.case .area .right {
	width: 600px;
}
.case .area .right .head {
	font-size: 24px;
}
.case .area .right .head span{
	font-size: 45px;
	display: inline-block;
  transform: translateY(5%);
}
.case .area .right .prefectures {
	/* white-space: pre; */
	font-size: 14px;
}
.case .area .left {
	position: relative;
}
.case .area .left:before {
	content: " ";
  position: absolute;
  display: block;
  width: 316px;
  height: 360px;
  left: -10px;
  top: 105%;
  transform: translateY(-80%);
  background: url(../../images/rakuten_ad_img/case_area_img.png) no-repeat left top;
  background-size: contain;
}

/*スライダー無効の場合*/
.case .slider_none {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.case .slider_none li {
	width: 31%;
}
.case .slider_none li .info ul li {
	width: inherit;
}
@media all and (max-width: 559px)  {
.case{
  padding: 40px 0 40px;
}
.case .inner {
	max-width: inherit;
}
.case .inner li .info .logo {
	height: 35px;
  width: 27%;
	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 .slider_none {
	width: 100%;
	display: inherit;
	margin: 0 auto;
}
.case .slider_none li {
	width: 100%;
}
.case .slider_none li:not(:last-child) {
	margin-bottom: 40px;
}
.case .slider_none li .info ul li {
	width: inherit;
}
}

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

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

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

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

/*戻る、次へ矢印の位置*/
.slick-prev {
    position: absolute;/*絶対配置にする*/
    top: 12vw;
    left: -0.5%;
    height: 60px;
    width: 60px;
    z-index: 10;
    background: url(../../images/rakuten_ad_img/arrow_left.png) no-repeat left top;
}
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 12vw;
    right: -0.5%;
    height: 60px;
    width: 60px;
    z-index: 10;
    background: url(../../images/rakuten_ad_img/arrow_right.png) 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)  {
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}
.slider .slick-slide {
    margin:0 10px;
}
.slick-prev {
	height: 40px;
    width: 40px;
    top: 38vw;
    left: -5%;
    background-size: contain;
}
.slick-next {/*次へ矢印の位置と形状*/
	height: 40px;
    width: 40px;
	top: 38vw;
    right: -5%;
    background-size: contain;
}
.case ul li .title {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 15px 0;
}
.case ul li .text {
	margin: 0 0 15px;
}
.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% 4%;
	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 #de0000;
	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/rakuten_ad_img/logo_itsumo.png) 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/rakuten_ad_img/logo_itsumo.png) 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: 1100px;
}
.service .inner .text {

}
.service .inner .note {
	width: 1000px;
	margin:20px auto 0;
}
.service .inner .catch {
	text-align: center;
	margin: 60px 0 30px;
	font-weight: 700;
}
.service .inner .catch span {
	font-size: 20px;
}
.service .inner .catch span em{
	font-size: 26px;
	font-weight: bold;
	color:#de0000;
}
.service .inner .scroll {
  max-width: 1100px;
  margin: 0 auto;
}
.service .inner .scroll table {
	border:1px solid #ccc;
}
.service .inner .scroll table th {
	width: 490px;
	background-color: #f1faff;
	padding:8px 0;
	text-align: center;
	border-bottom:1px solid #ccc;
	vertical-align: middle;
}
.service .inner .scroll table td {
	font-size: 13px;
	border:1px solid #ccc;
	padding:8px 0;
	text-align: center;
}
.service .inner .type_head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f9f9f9;
	padding:40px 50px;
	align-items: center;
}
.service .inner .type_head .left {
	width: 23%;
}
.service .inner .type_head .right {
	width: 74%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.service .inner .type_head .right .desc {
	width: 84%;
}
.service .inner .type_head .right .desc .title {
	font-size: 26px;
	color: #de0000;
	margin-bottom: 10px;
	font-weight: 700;
}
.service .inner .type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.service .inner .type .block {
	width: 32%;
	background-color: #f9f9f9;
	padding: 20px 25px;
}
.service .inner .type .block:nth-child(n+4) {
	margin-top: 2%;
}
.service .inner .type .block .left {
	text-align:center;
}
.service .inner .type .block .left img {
	margin: 0 auto;
}
.service .inner .type .block .right .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin: 15px 0 20px;
}
@media all and (max-width: 559px)  {
.service{
  padding: 40px 15px 40px;
}
.service .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.service .inner .note {
	width: 100%;
	margin:-20px auto 0;
}
.service .inner .catch {
	text-align: center;
	margin: 40px 0 15px;
}
.service .inner .catch span {
	font-size: 18px;
}
.service .inner .catch span em{
	font-size: 22px;
	font-weight: bold;
}
.service .inner .scroll {
  width: auto;
  overflow-x: scroll;
  height: auto;
  padding: 5% 0 25px;
}
.service .inner .scroll table {
	border:1px solid #ccc;
}
.service .inner .scroll table th {
	width: 40%;
	background-color: #f1faff;
	padding:8px 0;
	text-align: center;
	border-bottom:1px solid #ccc;
	vertical-align: middle;
	padding:0 10px;
}
.service .inner .scroll table td {
	font-size: 13px;
	border:1px solid #ccc;
	padding:8px 0;
	text-align: left;
	padding:0 10px;
}

.service .inner .type_head {
	display: inherit;
	padding:30px 15px;
}
.service .inner .type_head .left {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.service .inner .type_head .left img{
	width: 60%;
	margin: 0 auto;
}
.service .inner .type_head .right {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.service .inner .type_head .right .desc {
	width: 84%;
}
.service .inner .type_head .right .desc .title {
	font-size: 18px;
	color: #de0000;
	margin-bottom: 10px;
	font-weight: 700;
}
.service .inner .type_head .right .image {
	width: 14%;
}
.service .inner .type {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.service .inner .type .block {
	width: 48%;
	background-color: #f9f9f9;
	padding: 15px 15px;
}
.service .inner .type .block:nth-child(n+3) {
	margin-top: 4%;
}
.service .inner .type .block .left {
	width: 100%
}
.service .inner .type .block .left img{
	width: 70%;
	margin: 0 auto;
}
.service .inner .type .block .right {
	width: 100%;
	margin-left: inherit;
}
.service .inner .type .block .right .title_sub {
	font-size: 12px;
}
.service .inner .type .block .right .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
}




/* // feature2
----------------------------------------------- */
.feature2{
  padding: 90px 0 90px;
  background-color: #fff5f5;
}
.feature2 .inner {
	width: 1100px;
}
.feature2 .feature-tablist{
  padding: 10px 0 100px;
}
.feature2 .feature-tablist-column{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-left: -6px;
	margin-right: -6px;
}
.feature2 .feature-tablist-column .item{
	border-width: 0 6px;
	border-style: solid;
	border-color: transparent;
	width: calc( 100% / 3 );
	position: relative;
	padding-top: 30px;
}
.feature2 .feature-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 .feature-tablist-column .item a:after{
	content:" ";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 50%;
	transform: translateX(-50%);
  bottom: 10px;
  background: url(../../images/amazon_ad_img/icon_arrow_red.webp) no-repeat left top;
  background-size: contain;
}
.feature2 .feature-tablist-column .item a:hover {
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  border-radius: 10px;
}
.feature2 .feature-tablist-column .item .number{
	position: absolute;
	font-size: 50px;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	line-height: .8;
	font-weight: 600;
}
.feature2 .feature-tablist-column .item p{
	font-size: 2rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;
}
.feature2 .feature-tablist-column .item p .strong{
	font-size: 120%;
	font-weight: bold;
}
.feature2 .block {
	background-color: #fff;
	padding:0 50px 50px;
	/*box-shadow: 0 0 15px rgba(0,0,0,.1);*/
	position: relative;
	border-radius: 12px 12px 0 0 ;
}
.feature2 .block .head {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.feature2 .block .head .title{
	width: 75%;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.feature2 .block .head .title .num {
	font-family: 'Poppins', sans-serif;
	font-size: 90px;
	color: #de0000;
	font-weight: 600;
	width: 16%;
}
.feature2 .block .head .title .text {
	font-size: 26px;
	font-weight: 700;
	width: 80%;
}
.feature2 .block .head .img{
	width: 20%;
	text-align:right;
	display: flex;
    justify-content: end;
}
.feature2 .block .feature_client .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.feature2 .block .feature_client .inner .img {
	width: 24%;
}
.feature2 .block .feature_client .inner .comment {
	width: 73%;
	background-color: #ffe7e5;
	padding:30px 35px;
	position: relative;
	font-size: 20px;
	font-weight: 500;
}
.feature2 .block .feature_client .inner .comment:before {
	content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 10px solid transparent;
  border-right: 18px solid #ffe7e5;
  z-index: 2;
}
.feature2 .block .feature_client .inner .comment span {
	text-align: right;
	display: block;
	font-size: 15px;
}
.feature2 .block .img {
	width: 40%;
}
.feature2 .feature_acc {
	width: 1100px;
  margin: 0 auto;
  color: #444;
  cursor: pointer;
}
.feature2 .feature_acc:not(:last-child) {
	margin-bottom: 60px;
}
.feature2 .feature_acc_link {
  position: relative;
  background-color: #fc948b;
  border-radius: 0 0 12px 12px;
  padding:10px 0;
}
.feature2 .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;
}
.feature2 .feature_acc_text.close .icon-plus:after {
  display: none;
}
.feature2 .feature_acc_text .icon-plus {
  display: inline-block;
  margin-left: 3px;
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
}
.feature2 .feature_acc_text .icon-plus:before {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 19px;
  left: 10px;
  color: #fc948b;
  background-color: #fc948b;
  content: '';
}
.feature2 .feature_acc_text .icon-plus:after {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 19px;
  left: 10px;
  color: #fc948b;
  background-color: #fc948b;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.feature2 .feature_acc_body {
  padding: 0 50px 50px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature2 .feature_acc_body .left {
	width: 45%;
}
.feature2 .feature_acc_body .right {
	width: 50%;
}
.feature2 .feature_acc_body .right .reason_head {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border:1px solid #de0000;
	border-radius:8px;
	align-items: stretch;
	font-weight: 500;
}
.feature2 .feature_acc_body .right .reason_head .title{
	width: 34%;
	background-color: #de0000;
	color: #fff;
	border:1px solid #de0000;
	border-radius: 8px 0 0 8px;
	text-align: center;
	font-size: 20px;
	padding:20px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.feature2 .feature_acc_body .right .reason_head .text{
	width: 66%;
	color: #333;
	text-align: left;
	padding:20px 0;
	font-size: 20px;
	font-weight: 700;
	padding:20px 15px;
}
.feature2 .feature_acc_body .right ul {
	margin-top: 20px;
}
.feature2 .feature_acc_body .right ul  li{
	font-weight: 700;
}
.feature2 .feature_acc_body .right ul  li span{
	color: #ff9900;
}
.feature2 .inner .catch {
	text-align: center;
	margin: 60px 0 30px;
	font-weight: 700;
}
.feature2 .inner .catch span {
	font-size: 20px;
}
.feature2 .inner .catch span em{
	font-size: 26px;
	font-weight: bold;
	color:#de0000;
}

.feature2 .rakuten_adv {

}
.feature2 .rakuten_adv .item{
	display: flex;
	flex-wrap: wrap;
	padding:40px;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.feature2 .rakuten_adv .item:not(:last-child) {
	margin-bottom: 40px;
}
.feature2 .rakuten_adv .item .left {
	width: 47%
}
.feature2 .rakuten_adv .item .left .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.feature2 .rakuten_adv .item .right {
	width: 49%
}

.feature2 .bubble {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
}
.feature2 .bubble em{
	color: #de0000;
}
.feature2 .bubble span {
	position: relative;
}
.feature2 .bubble span:before{
	position: relative;
	display: inline-block;
	content: "";
	background: #de0000;
	width: 1px;
	height: 1.8em;
	margin: 0 1em;
	margin-top: 0.2em;
	vertical-align: middle;
	transform: rotate(-30deg);
}
.feature2 .bubble span:after{
	position: relative;
	display: inline-block;
	content: "";
	background: #de0000;
	width: 1px;
	height: 1.8em;
	margin: 0 1em;
	margin-top: 0.2em;
	vertical-align: middle;
	transform: rotate(30deg);
}
@media all and (max-width: 559px)  {
	.feature2{
	  padding: 40px 15px 40px;
	}
	.feature2 .inner {
		width: 100%;
		padding-left: 0;
    padding-right: 0;
	}
	.feature2 .feature-tablist{
	  padding: 0 0 70px;
	}
	.feature2 .feature-tablist-column{
		display:block;
		margin-left: 0;
		margin-right: 0;
	}
	.feature2 .feature-tablist-column .item{
		border-width: 0;
		width: auto;
		padding-top: 0;
	}
	.feature2 .feature-tablist-column .item + .item{
		margin-top: 10px;
	}
	.feature2 .feature-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 .feature-tablist-column .item a:after{
	  width: 15px;
	  height: 15px;
	  left: auto;
		right: 10px;
	  bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.feature2 .feature-tablist-column .item .number{
		position: absolute;
		font-size: 2.6rem;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}
	.feature2 .feature-tablist-column .item p{
		font-size: 1.6rem;
		text-align: left;
	}
	.feature2 .feature-tablist-column .item p .strong{
		font-size: 120%;
	}
	.feature2 .block {
		background-color: #fff;
		padding:20px 15px;
		display: inherit;
		position: relative;
	}
	.feature2 .block .head {
		width: 100%;
		display: inherit;
	}
	.feature2 .block .head .title{
		width: 100%;
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.feature2 .block .head .title .num {
		font-family: 'Poppins', sans-serif;
		font-size: 50px;
		font-weight: 600;
		width: 15%;
	}
	.feature2 .block .head .title .text {
		font-size: 20px;
		font-weight: 700;
		width: 75%;
	}
	.feature2 .block .head .img{
		width: 22%;
		margin: 0 auto;
	}
	.feature2 .block .head .img03 {
		width: 42%;
	}
	.feature2 .block .feature_client .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin:20px 0 0 0;
		padding:0;
		align-items: self-start;
	}
	.feature2 .block .feature_client .inner .img {
		width: 20%;
	}
	.feature2 .block .feature_client .inner .comment {
		width: 75%;
		background-color: #ffe7e5;
		padding:15px 15px;
		position: relative;
		font-size: 14px;
	}
	.feature2 .block .feature_client .inner .comment:before {
	  content: "";
    position: absolute;
    top: 18%;
    left: -20px;
    margin-top: -12px;
    border: 10px solid transparent;
    border-right: 18px solid #ffe7e5;
    z-index: 2;
	}
	.feature2 .block .feature_client .inner .comment span {
		font-size: 12px;
	}
	.feature2 .block .img {
		width: 100%;
	}
	.feature2 .feature_acc {
		width: 100%;
	  margin: 0 auto;
	  color: #444;
	}.feature_acc:not(:last-child) {
		margin-bottom: 30px;
	}
	.feature2 .feature_acc_text {
	  display: block;
	  margin-right: 15px;
	  text-decoration: none;
	  transition: all .2s ease 0s;
	  font-size: 16px;
	  text-align: center;
	  font-weight: 700;
	}
	.feature2 .feature_acc_text .icon-plus {
	  display: inline-block;
	  margin-left: 3px;
	  width: 30px;
	  height: 30px;
	  position: absolute;
	  background-color: #fff;
	  border-radius: 50px;
	}
	.feature2 .feature_acc_text .icon-plus:before {
	  width: 16px;
	  height: 2px;
	  position: absolute;
	  top: 14px;
	  left: 7px;
	  color: #fc948b;
	  background-color: #fc948b;
	  content: '';
	}
	.feature2 .feature_acc_text .icon-plus:after {
	  width: 16px;
	  height: 2px;
	  position: absolute;
	  top: 14px;
	  left: 7px;
	  color: #fc948b;
	  background-color: #fc948b;
	  content: '';
	  -webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
	}
	.feature2 .feature_acc_body {
	  padding: 0 15px 30px;
	  background-color: #fff;
	  display: inherit;
	}
	.feature2 .feature_acc_body .left {
		width: 100%;
	}
	.feature2 .feature_acc_body .right {
		width: 100%;
		margin-top: 30px;
	}
	.feature2 .feature_acc_body .right .reason_head {
		display: inherit;
		margin-bottom: 20px;
		border-radius:8px;
		align-items: stretch;
		margin-top: 15px;
	}
	.feature2 .feature_acc_body .right .reason_head .title{
		width: 100%;
		color: #fff;
		border-radius: 8px 8px 0 0 ;
		text-align: center;
		font-size: 16px;
		padding:10px 10px;
		display: inherit;
	}
	.feature2 .feature_acc_body .right .reason_head .text{
		width: 100%;
		color: #333;
		text-align: center;
		padding:20px 0;
		font-size: 16px;
		font-weight: 700;
		padding:15px 10px;
	}
	.feature2 .feature_acc_body .right ul {
		margin-top: 20px;
	}
	.feature2 .feature_acc_body .right ul  li{
		font-weight: 700;
	}
	.feature2 .feature_acc_body .right ul  li span{
		color: #ff9900;
	}
	.feature2 .inner .catch {
		text-align: center;
		margin: 40px 0 15px;
	}
	.feature2 .inner .catch span {
		font-size: 18px;
	}
	.feature2 .inner .catch span em{
		font-size: 22px;
		font-weight: bold;
	}
	.feature2 .rakuten_adv {

	}
	.feature2 .rakuten_adv .item{
		display: inherit;
		padding:20px 15px;
	}
	.feature2 .rakuten_adv .item:not(:last-child) {
		margin-bottom: 20px;
	}
	.feature2 .rakuten_adv .item .left {
		width: 100%
	}
	.feature2 .rakuten_adv .item .left .title {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center;
	}
	.feature2 .rakuten_adv .item .right {
		width: 100%;
		margin-top:15px;
	}
	.feature2 .bubble {
		font-size: 4vw;
		font-weight: 700;
		text-align: center;
		margin-top: 30px;
	}
	.feature2 .bubble em{
		color: #de0000;
	}
	.feature2 .bubble span {
		position: relative;
	}
	.feature2 .bubble span:before{
		position: relative;
		display: inline-block;
		content: "";
		background: #de0000;
		width: 1px;
		height: 1.8em;
		margin: 0 1em;
		margin-top: 0.2em;
		vertical-align: middle;
		transform: rotate(-30deg);
	}
	.feature2 .bubble span:after{
		position: relative;
		display: inline-block;
		content: "";
		background: #de0000;
		width: 1px;
		height: 1.8em;
		margin: 0 1em;
		margin-top: 0.2em;
		vertical-align: middle;
		transform: rotate(30deg);
	}

}



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



/* // voice
----------------------------------------------- */
.voice{
  padding: 90px 0 90px;
  background-color: #fff5f5;
}
.voice .inner {
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice .inner .overview1{
    position: relative;
    margin: 0 auto 60px;
    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 .text{
	margin-bottom: 20px;
	font-weight: 500;
}
.voice .inner .overview .desc .head span{
	position: relative;
	display: block;
}
.voice .inner .overview1 .desc .head span{
	padding-left: 140px;
}
.voice .inner .overview1 .desc .head span:before{
	content: " ";
    position: absolute;
    display: block;
    width: 128px;
    height: 40px;
    left: 0px;
    top: 3px;
    background: url(../../images/rakuten_ad_img/case_04_logo.png) no-repeat left top;
    background-size: contain;
}
.voice .inner .overview2 .desc .head span{
	padding-left: 120px;
}
.voice .inner .overview2 .desc .head span:before{
	content: " ";
    position: absolute;
    display: block;
    width: 103px;
    height: 40px;
    left: 0px;
    top: 3px;
    background: url(../../images/rakuten_ad_img/case_05_logo.png) 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 .text{
	margin-bottom: 15px;
}
.voice .inner .overview1 .desc .head span{
	padding-left: 88px;
}
.voice .inner .overview1 .desc .head span:before{
  width: 78px;
  height: 40px;
  left: 0px;
  top: 3px;
}
.voice .inner .overview2 .desc .head span{
	padding-left: 77px;
}
.voice .inner .overview2 .desc .head span:before{
  width: 66px;
  height: 40px;
  left: 0px;
  top: 0px;
}
}




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






/* // 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: 24px;
  height: 16px;
  left: -40px;
  top: 14px;
  transform: translateY(-50%);
  background: url(../../images/rakuten_ad_img/icon_contact.png) no-repeat left top;
  background-size: contain;
}
.flow .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/rakuten_ad_img/icon_contact.png) 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/rakuten_ad_img/logo_itsumo.png) 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/rakuten_ad_img/logo_itsumo.png) no-repeat left top;
    background-size: contain;
}
}


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

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

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


/* // companyinfo
----------------------------------------------- */

.companyinfo{
	padding: 90px 0 90px;
	/*background-color: #f9f9f9;*/
}
.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;
	}
}



/* // faq
----------------------------------------------- */
.faq{
  padding: 90px 0 90px;
  background: #fff5f5;
}
.faq .inner {
	width: 1100px;
	margin:0 auto;
}
/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
  margin:0 auto;
}
.accordion-area li{
  margin: 15px 0;
}
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:18px;
  font-weight: normal;
  padding:15px 3% 15px 50px;
  transition: all .5s ease;
  background-color: #de0000;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.accordion-area .title span.icon {
	font-family: 'Poppins',sans-serif;
	font-size: 28px;
	padding-right: 20px;
}

/*アイコンの＋×*/
.accordion-area .title::after{    
  content: " ";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  right: 20px;
  top: 25px;
  background: url(../../images/rakuten_ad_img/opne.png) no-repeat left top;
  background-size: contain;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::after{
	content: " ";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  right: 20px;
  top: 25px;
  background: url(../../images/rakuten_ad_img/close.png) no-repeat left top;
  background-size: contain;
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;/*はじめは非表示*/
  background: #fff;
  padding: 2% 3%;
  border-radius: 8px;
}
@media all and (max-width: 559px)  {
.faq{
  padding: 40px 15px 40px;
}
.faq .inner {
	width: 100%;
	padding:0;
	margin:0;
}
/*アイコンの＋×*/
.accordion-area .title::after{    
  content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 40%;
  background: url(../../images/rakuten_ad_img/opne.png) no-repeat left top;
  background-size: contain;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::after{
	content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 40%;
  background: url(../../images/rakuten_ad_img/close.png) no-repeat left top;
  background-size: contain;
}
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:15px;
  font-weight: normal;
  padding:15px 30px 15px 15px;
  transition: all .5s ease;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.accordion-area .title span.icon {
	font-family: 'Poppins',sans-serif;
	font-size: 24px;
	padding-right: 10px;
	width: 12%;
}
.accordion-area .title span.text {
	width: 85%;
}
/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
}
}



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

@media all and (max-width: 559px)  {
#BtmCv {
	display: none;
}
#BtmCv {
	position:fixed;
	z-index:400;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:rgba(255,255,255,0.7);
	padding:6px 6px 3px 6px;
	line-height:1;
	transform: translateY(100%);
}
#BtmCv.on {
	transform: translateY(0%);
}
#BtmCv .btns {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
}
#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;
}
}



 /* // understanding
----------------------------------------------- */
.understanding{
  padding: 90px 0 90px;
  background-color: #fff5f5;
  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: block;
  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: 40px 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;
}
}


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

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


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






 /* // サービスの紹介　テーブル
----------------------------------------------- */
.plan_sec_list {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.plan_sec_list_menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  /*border-radius: 10px;*/
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05)
}
.plan_sec_list_menu .plan_sec_list_menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_left p {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 225px;
  flex: 0 0 225px
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p {
  font-size: 15px;
  font-weight: 500;
  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) {
  background-color: #f6f7f7
}
.plan_sec_list_menu .plan_sec_list_menu_box:first-child .plan_sec_list_menu_left {
  background-color: #f7b52d;
  height: 198px;
  /*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: 246px;
  background-color: #fd724c
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_left {
  height: 148px;
  background-color: #fd7270
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(1) {
  background-color: #f6f7f7
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(2) {
  background-color: unset
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(3) {
  background-color: #f6f7f7
}
.plan_sec_list_menu .plan_sec_list_menu_box:last-child .plan_sec_list_menu_left {
  height: 246px;
  background-color: #c9191d;
  /*border-radius: 0 0 0 10px*/
}
.plan_sec_list_table {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
			-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),
.plan_sec_list_table ul li:nth-child(17) {
    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: #f7b52d
}
.plan_sec_list_table:nth-child(3) li:first-child {
  background-color: #fd724c
}
.plan_sec_list_table:nth-child(4) li:first-child {
  background-color: #bf0000
}
.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) {
    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 100%;
  flex: 0 0 100%;
  padding-right: 45px
}
}

@media (min-width:1px) and (max-width:1000px) {
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p {
  padding: 0;
  height: 35px;
  font-size: 12px;
  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: 140px
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(2) .plan_sec_list_menu_left{
  height: 173px
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_left {
  height: 106px
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(4) .plan_sec_list_menu_left {
  height: 173px
}
.plan_sec_list_table ul li {
  padding: 0;
  height: 35px;
  font-size: 12px
}
.plan_sec_list_table:nth-child(2) li:first-child,
.plan_sec_list_table:nth-child(3) li:first-child,
.plan_sec_list_table:nth-child(4) li:first-child {
  font-size: 14px
}
}

@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: 100px 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;
}
}




/* // feature
----------------------------------------------- */
.feature{
  padding: 90px 0 90px;
  background-color: #FFF5F5;
}
.feature .head_text {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}
.feature .head_text span.fc-red{
	font-size: 40px;
}
.feature .head_text span.inside {
		position: relative;
}
.feature .head_text span.inside:before {
	content: " ";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../../images/rakuten_ad_img/icon_ brackets.png);
  z-index: 1;
  left: -30px;
  top: -20px;
}
.feature .head_text span.inside:after {
	content: " ";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../../images/rakuten_ad_img/icon_ brackets.png);
  z-index: 1;
  right: -30px;
  bottom: -20px;
  -webkit-transform: scale(-1,-1);
  -ms-transform: scale(-1,-1);
  transform: scale(-1,-1);
}
.feature .remarks {
	font-size: 14px;
	font-weight: bold;
	margin-left: 80px;
	margin-bottom: 20px;
}
.feature .inner {
	width: 1100px;
}
.feature .effort {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	margin-bottom: 50px;
}
.feature .effort .title{
	background: #FC948B;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
}
.feature .effort .inside {
	padding:30px 55px 40px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.feature .effort .inside .img {
	width: 46%;
}
.feature .effort .inside .img img{
	width: 100%;
}
.feature .effort .inside .triangle {
	width: 0;
  height:0;
  border: 17px solid transparent;
  border-left: 26px solid #C9191D;
}
.feature .result {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	padding:0 60px;
}
.feature  h3 {
	margin-bottom: 20px;
}
.feature .result ul {
	width: 53%;
}
.feature .result ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	border:4px solid #e5e5e5;
	padding:12px 15px;
	border-radius: 8px;
	background: #fff;
}
.feature .result ul li:not(:last-child) {
	margin-bottom: 10px;
	box-sizing: border-box;
}
.feature .result ul li .num {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	margin-right: 15px;
	width: 12%;
}
.feature .result ul li .title {
	width: 84%;
	font-size: 18px;
	font-weight: bold;
}
.feature .result .item{
	width: 42%;
}
.feature .result .item .comment {
  background: #fff;
  border-radius: 10px;
  padding:20px 25px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  position: relative;
}
.feature .result .item .comment:before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -20px;
  border-top: 20px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.feature .result .item .comment .text {
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
}
.feature .result .item .person {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.feature .result .item .person .img {
  width: 28%;
  margin-right: 3%;
}
.feature .result .item .person .name {
  width: 69%;
  font-size: 14px;
}

@media all and (max-width: 559px)  {
.feature{
  padding: 40px 15px 40px;
}
.feature .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.feature .head_text {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	padding:0 15px;
}
.feature .head_text span.fc-red{
	font-size: 26px;
}
.feature .head_text span.inside {
	position: relative;
	display: block;
	text-align: center;
}
.feature .head_text span.inside:before {
	content: " ";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../../images/rakuten_ad_img/icon_brackets.png);
  z-index: 1;
  left: -15px;
  top: -10px;
}
.feature .head_text span.inside:after {
	content: " ";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../../images/rakuten_ad_img/icon_brackets.png);
  z-index: 1;
  right: -15px;
  bottom: -10px;
  -webkit-transform: scale(-1,-1);
  -ms-transform: scale(-1,-1);
  transform: scale(-1,-1);
}
.feature .remarks {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 20px;
	text-align: center;
}
.feature .effort {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	margin-bottom: 50px;
}
.feature .effort .title{
	background: #FC948B;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 8px 10px;
	line-height: 1.5;
}
.feature .effort .inside {
	padding:20px 20px 30px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.feature .effort .inside .img {
	width: 100%;
}
.feature .effort .inside .img img{
	width: 100%;
}
.feature .effort .inside .triangle {
	width: 0;
  height:0;
  border: 17px solid transparent;
  border-top: 26px solid #C9191D;
  margin: 25px 0 10px;
}

.feature .result {
	display: inherit;
	padding:0 0;
}
.feature  h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.feature .result ul {
	width: 100%;
}
.feature .result ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border:4px solid #e5e5e5;
	padding:10px 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{
	width: 100%;
}
.feature .result .item {
  margin-top: 30px;
}
.feature .result .item:not(:last-child) {
  margin-bottom: 30px;
}
.feature .result .item .comment .img {
  width: 25%;
  margin-right: 5%;
}
.feature .result .item .comment {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding:20px;
  position: relative;
}

}



 /* // staff2
----------------------------------------------- */
.staff2{
  padding: 90px 0 90px;
  background: #FFF5F5;
}
.staff2  .inner {
	width: 100%;
	max-width: 1100px;
}
.staff2  .inner .slide {
	background: #fff;
	border-radius: 12px;
	padding:50px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.staff2  .inner .slide .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 35px;
}
.staff2  .inner .slide .main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* margin-bottom: 50px; */
}
.staff2  .inner .slide .main .img {
	/* width: 20%; */
}
.staff2  .inner .slide .main .detail {
	width: 36%;
}
.staff2  .inner .slide .main .detail .name {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 60px;
}
.staff2  .inner .slide .main .detail .name span{
	font-size: 24px;
	font-weight: 500;
}
.staff2  .inner .slide .sub {
	width: 59%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
}
.staff2  .inner .slide .sub img{
	max-width: 184px;
	width: 100%;
	/* height: 100%; */
	/* margin: 0; */
}
.staff2  .inner .slide .sub img:nth-child(n+6) {
	/* margin-top: 2.5%; */
}
.staff2 .catch_last {
	margin-top: 60px;
	font-weight: 500;
}
.staff2 .catch_last span{
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  display: inline-block;
}
.staff2 .catch_last span:before,
.staff2 .catch_last span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #de0000;
  width: 2px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.staff2 .catch_last span:before {
  transform: rotate(-35deg);
  left: -60px;
   bottom: -5px;
}
.staff2 .catch_last span:after {
  transform: rotate(35deg);
  right: -60px;
   bottom: -5px;
}
@media all and (max-width: 559px)  {
.staff2{
  padding: 40px 15px 40px;
}
.staff2  .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.staff2  .inner .slide {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding:20px 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.staff2  .inner .slide .title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.staff2  .inner .slide .main {
	display: inherit;
	/* margin-bottom: 30px; */
}
.staff2  .inner .slide .main .img {
	width: 48%;
	margin: 0 auto 20px;
}
.staff2  .inner .slide .main .detail {
	width: 100%;
}
.staff2  .inner .slide .main .detail .name {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.staff2  .inner .slide .main .detail .name span{
	font-size: 22px;
	font-weight: 500;
}
.staff2  .inner .slide .sub {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.staff2  .inner .slide .sub img{
	width: 47%;
	height: 100%;
}
.staff2  .inner .slide .sub img:nth-child(n+6) {
	margin-top: 0;
}
.staff2  .inner .slide .sub img:nth-child(n+4) {
	margin-top: 0;
}
.staff2 .catch_last {
	margin-top: 30px;
}
.staff2 .catch_last span{
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
.staff2 .catch_last span:before,
.staff2 .catch_last span:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.staff2 .catch_last span:before {
  transform: rotate(-35deg);
  left: -20px;
   bottom: -5px;
}
.staff2 .catch_last span:after {
  transform: rotate(35deg);
  right: -20px;
   bottom: -5px;
}
}
/* 楽天初期分析サービス 202410 */
.analysis-service {
  padding: 50px 0;
}
.analysis-service-title-first {
  text-align: center;
  margin-bottom: 30px;
	p{
		text-align: center;
	}
}
.analysis-service-title-first p:first-child {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.2;
}
.analysis-service-title-first p:last-child {
  font-size: 27px;
  font-weight: 500;
}
.analysis-service-title-second {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 65px auto;
  position: relative;
  background-color: #de0000;
  border-radius: 5px;
}
.analysis-service-title-second-text {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.analysis-service-title-second-text p {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.analysis-service-title-fukidashi {
  background-image: url(../../images/rakuten/fukidashi.png);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 208px;
  height: 190px;
  position: absolute;
  left: -140px;
  top: 0;
  bottom: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 25px;
  padding-top: 5px;
}
.analysis-service-title-fukidashi p {
  font-size: 20px;
  font-weight: 600;
}
.analysis-service-title-fukidashi span {
  color: #bf0000;
  font-weight: 900;
}
.analysis-service-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 45px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.analysis-service-list-item {
  flex: 0 0 32%;
  height: 370px;
  padding: 25px 0 20px 0;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #d6d6d6;
}
.analysis-service-list-item-text {
  text-align: center;
  margin-bottom: 10px;
	p{
		text-align: center;
	}
}
.analysis-service-list-item-text p:first-child {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.analysis-service-list-item-text p:last-child {
  font-size: 26px;
  color: #bf0000;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.analysis-service-list-item-img {
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.analysis-service-bottom-text {
  text-align: center;
	width: 100%;
}
.analysis-service-bottom-text p {
  font-size: 27px;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  font-weight: 600;
	text-align: center;
}
.analysis-service-bottom-text p:before {
  content: "＼";
  display: block;
  font-size: 27px;
  color: #bf0000;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(20deg);
}
.analysis-service-bottom-text p:after {
  content: "／";
  display: block;
  font-size: 27px;
  color: #bf0000;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-20deg);
}
.analysis-service-bottom-text span {
  color: #bf0000;
}
@media all and (max-width: 767px) {
	.analysis-service {
		padding: 30px 0 15px 0;
	}
  .analysis-service-title-first {
    margin-bottom: 15px;
  }
  .analysis-service-title-first p:first-child {
    font-size: 17px;
  }
  .analysis-service-title-first p:last-child {
    font-size: 15px;
  }
  .analysis-service-title-second {
    max-width: 300px;
    margin: 0 auto 25px auto;
  }
  .analysis-service-title-second-text {
    height: 45px;
    position: relative;
  }
  .analysis-service-title-second-text p {
    font-size: 18px;
    padding-left: 40px;
  }
  .analysis-service-title-fukidashi {
    background-image: url(../../images/rakuten/fukidashi_sp.png);
    background-size: contain;
    height: 100px;
    max-width: 104px;
    top: 10px;
    left: -25px;
    padding-right: 10px;
    padding-top: 2px;
  }
  .analysis-service-title-fukidashi p {
    font-size: 11px;
    letter-spacing: -0.05em;
  }
  .analysis-service-list {
    display: block;
    width: 92%;
		margin: 0 auto 15px auto;
  }
  .analysis-service-list-item {
    border-radius: 10px;
    padding: 15px 0 20px 0;
    height: auto;
		box-shadow: 0px 0px 20px rgba(97, 97, 97, 0.35)
  }
  .analysis-service-list-item-text {
    margin-bottom: 10px;
  }
  .analysis-service-list-item-text p:first-child {
    font-size: 14px;
    margin-bottom: 0;
  }
  .analysis-service-list-item-text p:last-child {
    font-size: 18px;
  }
  .analysis-service-list-item-img {
    height: auto;
  }
	.analysis-service-list-item:first-child  {
		margin-bottom: 15px;
	}
  .analysis-service-list-item:first-child .analysis-service-list-item-img {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
  }
	.analysis-service-list-item:nth-child(2) {
		margin-bottom: 15px;
	} 
  .analysis-service-list-item:nth-child(2) .analysis-service-list-item-img {
		width: 100%;
		max-width: calc(378px / 2);
		margin: 0 auto;
  }
  .analysis-service-list-item:nth-child(3) .analysis-service-list-item-img {
		width: 100%;
		max-width: calc(379px / 2);
		margin: 0 auto;
  }
	.analysis-service-bottom-text p {
		font-size: 14px;
	}
	.analysis-service-bottom-text p:before {
		font-size: 14px;
		top: unset;
		left: -20px;
		bottom: 0;
		margin: unset;
	}
	.analysis-service-bottom-text p:after {
		font-size: 14px;
		top: unset;
		right: -20px;
		bottom: 0;
		margin: unset;
	}
}
