@charset "UTF-8";
/********************************************************************************

page-service-ec-service.css　ECサービスcss

********************************************************************************/
/*============================================================
 共通カスタム
*============================================================*/
#page-service-ec-service #main-contents {
	padding-bottom: 0;
}
#page-service-ec-service h2.sec-title {
    font-size: 32px;
	letter-spacing: 0.04em;
	line-height: 150%;
	text-align: center;
}

/*============================================================
 ページヘッダー
*============================================================*/
/* メインビジュアル
---------------------------------------- */
#page-service-ec-service {
	background-image: url(../images/service-ec-service/mainvisual-bg.png);
    background-repeat: no-repeat;
    background-position: top 18px left calc(50vw + 122px);
    background-size: 589px auto;
}
#page-service-ec-service #mainvisual {
	margin-bottom: 128px;
}
#page-service-ec-service #mainvisual .page-tag  {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 160%;
	padding: 8px 24px;
	background: #F4F0E6;
	border-radius: 100px;
	margin-bottom: 56px;
}
#page-service-ec-service #mainvisual .catch {
	font-size: 34px;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 0.02em;
}
#page-service-ec-service #mainvisual .catch img {
	margin: 17px 18px;
}
#page-service-ec-service #mainvisual .maincatch {
	font-size: 60px;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.12em;
	margin-bottom: 80px;
}
#page-service-ec-service #mainvisual .lead {
	letter-spacing: 0.04em;
	max-width: 720px;
	margin-bottom: 40px;
}
#page-service-ec-service #mainvisuals .ec-logo-list {
	gap: 40px 24px;
	max-width: 720px;
	margin-bottom: 104px;
}
#page-service-ec-service #mainvisuals .ec-logo-list .logo{
	width: 224px;
	text-align: center;
}
#page-service-ec-service #mainvisuals .ec-logo-list .logo p {
	font-weight: bold;
	letter-spacing: 0.04em;
}


#page-service-ec-service #mainvisuals .inner{
	max-width: none;
  padding: unset;
}

#page-service-ec-service #mainvisuals .support-logo-list {
  margin: 0; padding: 48px 0; width: 100%;
	background: #F4F0E6;
}
#page-service-ec-service #mainvisuals .support-logo-list p {
  margin-bottom: 32px;
	font-size: 24px; font-weight: bold;
  text-align: center; line-height: 160%;
}
#page-service-ec-service #mainvisuals .support-logo-list p span{
  font-size: 14px;
}

#page-service-ec-service #mainvisuals .support-logo-list ul{
  margin: 0 auto; width: 96%; max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
#page-service-ec-service #mainvisuals .support-logo-list ul li{
  margin: 0 0 15px; padding: 0 1%; width: 20%;
  box-sizing: border-box;
}

#page-service-ec-service #mainvisuals .support-logo-list p.note{
  margin: 0 auto; padding: 0 1%; width: 96%; max-width: 1200px;
  font-size: 13px; font-weight: normal; text-align: right;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #page-service-ec-service #mainvisuals .support-logo-list p {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #page-service-ec-service #mainvisuals .support-logo-list ul li{
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 375px) {
  #page-service-ec-service #mainvisuals .support-logo-list p {
    font-size: 14px;
  }
  #page-service-ec-service #mainvisuals .support-logo-list ul li{
    width: calc(100% / 2);
  }
}	

/*============================================================
 ECサービス事業の強み
*============================================================*/
#page-service-ec-service #sec-strength {
	margin-bottom: 100px;
}
#page-service-ec-service #sec-strength .sec-title {
	margin-bottom: 48px;
	margin-top: 48px;
}
#page-service-ec-service #sec-strength .sec-title span{
	display: block;
	font-size: 20px;
	line-height: 160%;
	margin-bottom: 16px;
}
#page-service-ec-service #sec-strength .list {
	margin-bottom: 120px;
}
#page-service-ec-service #sec-strength .item:not(last-child) {
	margin-bottom: 88px;
}
#page-service-ec-service #sec-strength .item .no {
	margin-bottom: 32px;
}
#page-service-ec-service #sec-strength .item .wrap {
	gap: 48px;
}
#page-service-ec-service #sec-strength .item .content {
	width: 56%;
}
#page-service-ec-service #sec-strength .item .image {
	width: 39%;
}
#page-service-ec-service #sec-strength .item .content h3 {
	font-size: 32px;
	line-height: 160%;
	margin-bottom: 48px;
	font-weight: bold;
}
#page-service-ec-service #sec-strength .option-service {
	max-width: 744px;
	margin: 0 auto;
}
#page-service-ec-service #sec-strength .option-service h3{
	background: #F4F0E6;
	font-size: 18px;
	font-weight: bold;
	line-height: 180%;
	padding: 12px 24px;
	text-align: center;
	border-radius: 100px;
	margin-bottom: 32px;
}
#page-service-ec-service #sec-strength .option-list {
	gap: 48px 88px;
}
#page-service-ec-service #sec-strength .option-item {
	width: 120px;
	text-align: center;
}
#page-service-ec-service #sec-strength .option-item p {
	line-height: 140%;
	margin-top: 8px;
}


/*============================================================
 ECサポート開始までの流れ
*============================================================*/
#page-service-ec-service #sec-flow {
	text-align: center;
	background-image: url(../images/service-ec-service/flow-deco-bg.svg);
	background-size: 1020px auto;
	background-position: top 330px center;
	background-repeat: no-repeat;
	margin-bottom: 120px;
	overflow: hidden;
	padding-top: 80px;
}
#page-service-ec-service #sec-flow .sec-title {
	position: relative;
	display: inline-block;
	margin-bottom: 80px;
}
#page-service-ec-service #sec-flow .sec-title:before,
#page-service-ec-service #sec-flow .sec-title:after {
	position: absolute;
	content: "";
	width: 88px;
	height: 77px;
	background-repeat: no-repeat;
	background-size: contain;
	top: -36px;
}
#page-service-ec-service #sec-flow .sec-title:before {
	background-image: url(../images/service-ec-service/flow-title-deco-01.svg);
	left: -120px;
}
#page-service-ec-service #sec-flow .sec-title:after {
	background-image: url(../images/service-ec-service/flow-title-deco-02.svg);
	right: -120px;
}
#page-service-ec-service #sec-flow .list {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
#page-service-ec-service #sec-flow .list:before {
	position: absolute;
	content: "";
	width: 4px;
	height: calc(100% - 140px);
	background: #EAE6DC;
	left: 67px;
	top: 80px;
	z-index: -1;
}
#page-service-ec-service #sec-flow .item {
	gap: 40px;
	margin-bottom: 56px;
}
#page-service-ec-service #sec-flow .item:last-child {
	margin-bottom: 0;
}
#page-service-ec-service #sec-flow .item .image {
	padding: 40px;
	border-radius: 50%;
	display: inline-block;
}
#page-service-ec-service #sec-flow .item:nth-child(1) .image {
	background: #55B0FF;
}
#page-service-ec-service #sec-flow .item:nth-child(2) .image {
	background: #FF4B6F;
}
#page-service-ec-service #sec-flow .item:nth-child(3) .image {
	background: #3CEFAF;
}
#page-service-ec-service #sec-flow .item:nth-child(4) .image {
	background: #B998FF;
}
#page-service-ec-service #sec-flow .item .content {
	width: calc(100% - 176px);
	text-align: left;
}
#page-service-ec-service #sec-flow .item .content h3 {
	margin-bottom: 8px;
	font-size:24px;
	font-weight: bold;
	line-height: 160%;
}
#page-service-ec-service #sec-flow .item .content h3 span {
	font-size: 14px;
}

/*============================================================
 実績
*============================================================*/
#page-service-ec-service #sec-works {
	margin-bottom: 150px;
}

#page-service-ec-service #morelink{
  margin: 0 auto 150px;
  text-align: center;
}

#page-service-ec-service #morelink a{
  padding: 11px 100px;
}


/*============================================================
 お気軽にお問い合わせください
*============================================================*/
#page-service-ec-service #sec-cta .inner{
	text-align: center;
	position: relative;
	margin-bottom: 0;
}
#page-service-ec-service #sec-cta .inner:before {
	position: absolute;
	content: "";
	background-image: url(../images/service-ec-service/cta-deco.svg);
	background-size: contain;
	width: 48px;
	height: 48px;
	bottom: -24px;
	right: 0;
}
#page-service-ec-service #sec-cta .sec-title {
	letter-spacing: 0.06em;
	margin-bottom: 16px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1099px) {
    /*============================================================
     ページヘッダー
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
    #page-service-ec-service #mainvisual {
		margin-top: 100px;
    }
	
	/*============================================================
	 ECサービス事業の強み
	*============================================================*/
	#page-service-ec-service #sec-strength .item .content {
		width: 43%;
	}
	#page-service-ec-service #sec-strength .item .image {
		width: 49%;
	}
	#page-service-ec-service #sec-strength .option-list {
		gap: 48px 80px;
	}

}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     ページヘッダー
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
	#page-service-ec-service {
		background-image: url(../images/service-ec-service/sp-mainvisual-bg.png);
	    background-position: top 70px left calc(50vw - 110px);
	    background-size: 384px auto;
	}
	#page-service-ec-service #mainvisual {
		margin-top: 206px;
    }
	#page-service-ec-service #mainvisual .page-tag {
		font-size: 14px;
		margin-bottom: 40px;
	}
	#page-service-ec-service #mainvisual .catch {
		font-size: 16px;
	}
	#page-service-ec-service #mainvisual .catch img {
		margin: 4px 8px;
	}
	#page-service-ec-service #mainvisual .maincatch {
		font-size: 24px;
		margin-bottom: 32px;
	}
	#page-service-ec-service #mainvisual .lead {
		margin-bottom: 32px;
	}
	#page-service-ec-service #mainvisuals .ec-logo-list {
		justify-content: center;
		margin-bottom: 48px;
	}

	#page-service-ec-service #mainvisuals .support-logo-list {
	background: #F4F0E6;
  width: 100vw;
  margin-left: unset;
	text-align: center;
	padding: 48px 0;
}
#page-service-ec-service #mainvisuals .support-logo-list > p {
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 32px;
}
	
	/*============================================================
	 ECサービス事業の強み
	*============================================================*/
	#page-service-ec-service #sec-strength .sec-title .forSP {
		display: none;
	}
	#page-service-ec-service #sec-strength .item .wrap {
		flex-flow: column;
	}
	#page-service-ec-service #sec-strength .item .image {
		order: 1;
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
	}
	#page-service-ec-service #sec-strength .item .content {
		order: 2;
		width: 100%;
	}
	#page-service-ec-service #sec-strength .option-list {
		max-width: 382px;
		margin: 0 auto
	}
	
	/*============================================================
	 ECサポート開始までの流れ
	*============================================================*/
	#page-service-ec-service #sec-flow .sec-title .forSP {
		display: none;
	}
	
  /*============================================================
  実績
  *============================================================*/
  #page-service-ec-service #sec-works {
    margin-bottom: 15vw;
  }
  #page-service-ec-service #morelink{
    margin: 0 auto 15vw;
  }


	/*============================================================
	 お気軽にお問い合わせください
	*============================================================*/
	#page-service-ec-service #sec-cta .sec-title .forSP {
		display: none;
	}
    
}

@media screen and (max-width: 480px) {
    /*============================================================
     ページヘッダー
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
	#page-service-ec-service {
		background-position: top 70px left calc(50vw - 164px);
	}
	#page-service-ec-service #mainvisuals .maincatch {
		font-size: 32px;
	}
	#page-service-ec-service #mainvisuals .support-logo-list {
	background: #F4F0E6;
  width: 100vw;
  margin-left: unset;
	text-align: center;
	padding: 48px 0;
}
#page-service-ec-service #mainvisuals .support-logo-list > p {
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 32px;
}

	/*============================================================
	 ECサービス事業の強み
	*============================================================*/
	#page-service-ec-service #sec-strength .sec-title .forSP {
		display: block;
	}
	#page-service-ec-service #sec-strength .item .no {
		position: relative;
		z-index: 2;
	}
	#page-service-ec-service #sec-strength .item .wrap {
		position: relative;
		z-index: 1;
		margin-top: -60px;
	}
	#page-service-ec-service #sec-strength .item .content h3 {
		margin-bottom: 40px;
	}
	
	/*============================================================
	 ECサポート開始までの流れ
	*============================================================*/
	#page-service-ec-service #sec-flow .sec-title {
		margin-bottom: 40px;
	}
	#page-service-ec-service #sec-flow .sec-title .forSP {
		display: block;
	}
	#page-service-ec-service #sec-flow .sec-title:before {
		width: 63px;
		height: 50px;
		top: 32px;
		left: -74px;
	}
	#page-service-ec-service #sec-flow .sec-title:after {
		width: 58px;
		height: 55px;
		right: -70px;
		top: 28px;
	}
	#page-service-ec-service #sec-flow .list:before {
		height: calc(100% - 260px);
		left: 30px;
		top: 130px;
	}
	#page-service-ec-service #sec-flow .item .image {
		padding: 11px;
	}
	#page-service-ec-service #sec-flow .item .image img {
		width: 42px;
	}
	#page-service-ec-service #sec-flow .item .content {
		width: calc(100% - 104px);
	}
	
	/*============================================================
	 お気軽にお問い合わせください
	*============================================================*/
	#page-service-ec-service #sec-cta .sec-title {
		font-size: 24px;
	}
	#page-service-ec-service #sec-cta .sec-title .forSP {
		display: block;
	}


	
}