/* ========== 全体 ========== */
@media print,
screen and (max-width: 750px) {
  .l-inner {
    padding-left: 9.867vw;
    padding-right: 7.467vw;
  }
}

/* ========== ヘッダー ========== */
.l-business-header + .l-section {
  padding-bottom: 19.2vw;
}

.l-business-header .m-lead-block__copy {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.l-business-ec-section .is-fsL {
  font-size: 1.17rem;
  font-weight: 300;
}

.l-business-ec-section .m-anchor {
  margin-top: 6rem;
}

.l-business-ec-section .m-anchor__item a::before {
  height: 1.092em;
  top: 0.85rem;
}

@media print,
screen and (min-width: 751px) {
  .l-business-header + .l-section {
    padding-bottom: 70px;
  }

  .l-business-header .m-lead-block__copy {
    font-size: 2rem;
  }

  .l-business-header + .l-business-ec-section .is-fsL {
    max-width: unset;
    letter-spacing: 0;
  }

  .l-business-ec-section .m-anchor {
    margin-top: 8.4rem;
  }

  .m-anchor__item a {
    letter-spacing: 0;
    padding-right: 2.5em;
  }

  .m-anchor__item a::after {
    right: -0.67em;
    width: 0.3em;
    height: 0.3em;
    top: -0.3em;
  }

  .m-anchor__item:not(:last-child) {
    margin-right: 1.334em;
  }
}

/* ========== 特徴 ========== */
.ec-feature {
  background-color: #F5F5F5;
  padding: 21.34vw 0 16vw!important;
}

.m-business-ec__title {
  font-size: 5.334vw;
  margin-bottom: 10.67vw;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 400;
}

.ec-feature__area {
  display: flex;;
  flex-direction: column;
  row-gap: 10.67vw;
}

.ec-support-area {
  display: flex;
  flex-direction: column;
  row-gap: 8.54vw;
}

.pdca-title,
.graph-title {
  font-size: 4.26667vw;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #3b3b3b;
  font-weight: 300;
}

.pdca-textarea,
.graph-textarea {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.pdca-desc,
.graph-desc {
  font-size: 3.73333vw;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
}

.pdca-img__sp {
  display: flex!important;
  flex-direction: row;
  gap: 1.334rem;
}

.pdca-img__sp .pdca-img {
  width: 39%;
}

.pdca-img__sp img {
  width: 100%;
  height: auto;
}

.pdca-list {
  width: 61%;
  display: flex;
  flex-direction: column;
  row-gap: 6.4vw;
}

.pdca-item {
  display: flex;
  flex-direction: column;
  row-gap: 4.27vw;
}

.pdca-item__title {
  font-size: 3.73333vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000;
}

.pdca-item__title span {
  font-size: 4.8vw;
}

.pdca-item__desc {
  font-size: 3.2vw;
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: 0.05em;
}

.ec-graph-area {
  display: flex;
  flex-direction: column;
  row-gap: 8.54vw;
}

.graph-img {
  display: flex;
  flex-direction: column;
  gap: 6.4vw 6vw;
}

.industry-graph {
  padding-right: 5%;
}

.solution-graph {
  padding-right: 8%;
}

@media print,
screen and (min-width: 751px) {
  .pdca-img__sp {
    display: none!important;
  }

  .ec-feature {
    padding: 145px 0 120px!important;
  }

  .m-business-ec__title {
    font-size: 2rem;
    margin-bottom: 8rem;
  }

  .ec-support-area {
    flex-direction: row;
    column-gap: 3.34rem;
    align-items: center;
    position: relative;
  }

  .pdca-textarea,
  .graph-textarea {
    row-gap: 3rem;
  }

  .pdca-textarea {
    width: 58.19%;
  }

  .pdca-img__wrapper {
    width: 38.2%;
    position: absolute;
    top: -50%;
    right: 0;
  }

  .pdca-title,
  .graph-title {
    font-size: 1.67rem;
    letter-spacing: 0;
  }

  .pdca-desc,
  .graph-desc {
    font-size: 1.17rem;
    letter-spacing: 0;
  }

  .ec-graph-area {
    row-gap: 4rem;
  }

  .graph-img {
    flex-direction: row;
    width: 82.3%;
    margin: 0 auto;
  }

  .industry-graph {
    padding: 3.6% 0 0 0;
  }
  .solution-graph {
    padding: 0;
  }
}

/* ========== サービス ========== */
.ec-service {
  padding-top: 21.34vw!important;
  padding-bottom: 0!important;
}

.m-business-ec-section__title {
  font-size: 5.334vw;
  /* margin-bottom: 10.67vw; */
  letter-spacing: 0;
  /* line-height: 1.8; */
  line-height: 1;
  font-weight: 400;
}

.ec-service__list {
  display: flex;
  flex-direction: column;
}

.ec-service__item {
  padding: 10.67vw 0;
  border-bottom: 1px solid #B5B5B5;
}

.ec-service__title {
  font-size: 4.26667vw;
  letter-spacing: 0.1em;
  /* line-height: 1.75; */
  line-height: 1;
  color: #000;
  font-weight: 400;
  margin-bottom: 6.4vw;
}

.ec-service__desc {
  font-size: 3.73333vw;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #3C3C3C;
}

.ec-service__tag-list {
  margin: 6.4vw 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.067vw;
}

.ec-service__tag {
  padding: 1.6vw 2.14vw 1.867vw;
  background-color: #F2F2F2;
}

.ec-service__link-list {
  display: flex;
  flex-direction: column;
  row-gap: 1vw;
  margin-top: 8.534vw;
}

.ec-service__link a {
  text-decoration: underline;
  text-underline-offset: 0.35em;
  font-size: 3.73333vw;
  color: #3C3C3C;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
}

.third-party-service {
  margin-top: 8.534vw;
  font-size: 4.26667vw;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #3C3C3C;
  display: flex;
  flex-direction: column;
  gap: 4.267vw;
}

.cart-sys__title,
.mall__title {
  margin-bottom: 4.26667vw;
}

.cart-sys,
.mall {
  border: 1px solid #BABABA;
  border-radius: 2px;
  padding: 4.26667vw 4.26667vw 6.4vw;
}

.cart-sys__img,
.mall__img {
  display: flex;
  margin: 0 auto;
  filter: grayscale(100%);
}

.cart-sys__img {
  width: 97%;
}

.mall__img {
  width: 91%;
}

@media print,
screen and (min-width: 751px) {
  .ec-service {
    padding-top: 118px!important;
  }

  .m-business-ec-section__title {
    font-size: 2rem;
  }

  .ec-service__item {
    padding: 5rem 0 2rem;
    position: relative;
  }

  .ec-service__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #3C3C3C;
  }

  .ec-service__desc {
    font-size: 1.1667rem;
    width: 58.2%;
  }

  .ec-service__tag-list {
    margin: 0;
    position: absolute;
    top: calc(5rem + 1.5rem + 2.4rem);
    right: 0;
    width: 37.3%;
    gap: 0.667rem;
  }

  .ec-service__tag {
    padding: 0.667rem 1.3334rem;
  }

  .ec-service__link-list {
    margin-top: 2rem;
    gap: 0.5rem;
  }

  .ec-service__link a {
    font-size: 1.1667rem;
  }

  .third-party-service {
    margin-top: 2.8334rem;
    flex-direction: row;
    gap: 2rem;
  }

  .cart-sys, .mall {
    padding: 1.3334rem;
  }

  .cart-sys__title, .mall__title {
    font-size: 1.3334rem;
    margin-bottom: 1.1667rem;
  }

  .cart-sys__img, .mall__img {
    width: 100%;
  }
}

@media print,
screen and (min-width: 1260px) {
  .ec-service__link-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

/* ========== ご支援の流れ ========== */
.ec-step {
  padding-top: 21.334vw!important;
  padding-bottom: 0!important;
}

.m-business-ec-section__desc {
  margin: 10.667vw 0;
  font-weight: 300;
  color: #3C3C3C;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 3.73333vw;
}

.ec-step__list {
  display: flex;
  flex-direction: column;
  row-gap: 4.267vw;
}

.ec-step__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "label title"
    "desc desc";
}

.ec-step__label,
.ec-step__title {
  background: #3c3c3c;
  color: #fff;
  font-weight: 300;
}

.ec-step__label {
  grid-area: label;
  font-size: 3.73333vw;
  white-space: nowrap;
  padding: 3.467vw 3.2vw;
}

.ec-step__title {
  grid-area: title;
  margin: 0;
  font-size: 4.2667vw;
  text-align: right;
  padding: 2.934vw 5.867vw 3.467vw 0;
}

.ec-step__desc {
  grid-area: desc;
  background: #f2f2f2;
  padding: 4.2667vw 3.2vw;
}

.ec-step__desc p {
  margin: 0;
  line-height: 2;
  font-size: 3.73333vw;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #3C3C3C;
}

/* 公開後・その他サービス */
.other-service {
  margin-top: 10.667vw;
}

.other-service__area-title {
  font-size: 4.2667vw;
  color: #000;
  letter-spacing: 0.1em;
}

.other-service__list {
  display: flex;
  flex-direction: column;
  row-gap: 4.2667vw;
  margin-top: 6.4vw;
}

.other-service__item {
  background: #F2F2F2;
  padding: 4.2667vw 3.2vw;
  display: flex;
  flex-direction: column;
  row-gap: 2.2667vw;
}

.other-service__title {
  font-size: 4.2667vw;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #000;
}

.other-service__desc {
  font-size: 3.73333vw;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 2;
}

@media (min-width: 751px) {
  .ec-step {
    padding-top: 100px!important;
  }

  .m-business-ec-section__desc {
    margin: 5rem 0;
    font-size: 1.1667rem;
    letter-spacing: 0;
  }

  .ec-step__list {
    flex-direction: row;
    column-gap: 1.334rem;
  }

  /* .ec-step__item {
    width: calc(100% - (1.334rem * 5) / 6);
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "title"
      "desc";
  } */

  .ec-step__item {
    width: calc((100% - (1.334rem * 5)) / 6);
    /* display: grid; */
    /* grid-template-columns: 1fr; */
    /* grid-template-areas:
      "label"
      "title"
      "desc"; */
    display: flex;
    flex-direction: column;
  }

  .ec-step__label,
  .ec-step__title {
    padding: 1rem;
    letter-spacing: 0;
  }

  .ec-step__label {
    font-size: 1.1667rem;
    padding: 1rem 1.0833rem;
  }

  .ec-step__title {
    font-size: 1.5rem;
    background: #f3f4f6;
    color: #3C3C3C;
    text-align: left;
    padding: 1.417rem 1rem 0;
  }

  .ec-step__desc {
    padding: 1.334rem 1rem 2rem;
    flex-grow: 1;
  }

  .ec-step__desc p {
    font-size: 1.1667rem;
    letter-spacing: 0;
  }

  .other-service {
    margin-top: 5rem;
  }

  .other-service__area-title {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0;
  }

  .other-service__list {
    margin-top: 1.334rem;
    flex-direction: row;
    column-gap: 1.334rem;
  }

  .other-service__item {
    width: calc((100% - 1.334rem) / 2);
    padding: 2rem 0 2.66rem;
    row-gap: 2rem;
  }

  .other-service__title {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .other-service__desc {
    font-size: 1.1667rem;
    letter-spacing: 0;
    width: 76.12%;
    margin: 0 auto;
  }
}

/* ========== よくあるご質問 ========== */
.ec-faq {
  padding-top: 21.334vw!important;
  padding-bottom: 21.334vw!important;
}

.ec-faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #B5B5B5;
}

.ec-faq__item {
  padding: 4.26667vw 0 3.4vw;
  border-bottom: 1px solid #B5B5B5;
}

.ec-faq__row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 3.2vw;
}

.ec-faq__label {
  font-weight: bold;
  width: 1.5rem; /* Q & A を揃える */
  flex-shrink: 0;
  font-size: 4.8vw;
  padding-top: 1vw;
  color: #000000;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.ec-faq__question,
.ec-faq__answer {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #3C3C3C;
  font-size: 3.73333vw;
}

@media print,
screen and (min-width: 751px) {
  .ec-faq {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
  }

  .ec-faq__item {
    padding: 2rem 0 2rem 4rem;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }

  .ec-faq__row {
    /* gap: 1.25rem; */
    gap: 4.334rem;
    width: 92.399%;
    margin-bottom: 0;
  }

  .ec-faq__label {
    font-size: 1.67rem;
    padding: 0.4rem;
  }

  .ec-faq__question, .ec-faq__answer {
    font-size: 1.1667rem;
  }
}

/* ==================== 実績 ==================== */
.m-ec-portfolio {
  background-color: #F2F2F2;
  padding-top: 21.333vw;
  padding-bottom: 21.333vw;
  overflow: hidden;
}

.m-ec-portfolio__cta {
  display: flex;
  justify-content: center;
}

.m-ec-portfolio__cta a {
  background-color: #3C3C3C;
  border: 1px solid #707070;
  font-size: 3.73333vw;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 520px;
  padding: 4.26667vw;
  text-align: center;
  transition: 0.25s;
}

.m-ec-portfolio__cta a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(60, 60, 60);
}

.m-ec-portfolio .m-slide {
  margin-right: calc(50% - 50vw);
}

.m-ec-portfolio .m-slide+.l-inner .m-blank {
  display: none;
}

.m-ec-portfolio .m-slide__item {
  /* width: 85vw!important; */
  padding: 0 1.334vw;
}

.m-ec-portfolio .m-slide__item .portfolio-data__mainText > a,
.m-ec-portfolio .m-slide__item .portfolio-data__mainText > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 表示したい行数 */
  overflow: hidden;
}

.m-ec-portfolio .m-slide__item .portfolio-data__mainText > a:not(:has(p)),
.m-ec-portfolio .m-slide__item .portfolio-data__mainText > p a:not(:has(br)) {
  display: none;
}

/* SPは素直に */
@media screen and (max-width: 750px) {
  .m-ec-portfolio .slick-list {
    padding-left: 16.5vw !important;
  }
}



@media print,
screen and (min-width: 751px) {
  .m-ec-portfolio {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
  }

  .m-ec-portfolio .m-slide {
    margin-left: -8px;
  }

  .m-ec-portfolio .m-slide__item {
    width: 324px;
    padding: 0 8px;
  }

  .m-ec-portfolio .slick-list {
    padding-left: 0 !important;
    padding-right: 10vw; /* ← 見せたい量 */
  }

  .m-ec-portfolio__cta a {
    font-size: 1.17rem;
    padding: 2.75rem;
  }

  .m-ec-portfolio .m-slide__item a {
    max-width: 324px;
    letter-spacing: 0;
  }

  .m-ec-portfolio .m-slide+.l-inner {
    margin-top: 60px;
  }

  .m-ec-portfolio .portfolio-data__mainText {
    font-size: 1.1667rem;
  }
}

/* ==================== 関連事業・サービス ==================== */
.m-ec-relation {
  padding-top: 21.333vw;
  padding-bottom: 21.333vw;
}

.m-title-relation__title {
  font-weight: 400;
  font-size: 5.334vw;
  margin-bottom: 3.3334rem;
  color: #3b3b3b;
}

.m-ec-relation__inner {
  display: flex;
  flex-direction: column;
  row-gap: 3.34rem;
}

.m-ec-relation__area-intro {
  display: flex;
  flex-direction: column;
  row-gap: 1.1rem;
}

.m-ec-relation__area-title {
  font-weight: 300;
  font-size: 4.26667vw;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #000;
}

.m-ec-relation__area-desc {
  font-weight: 300;
  font-size: 3.73333vw;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* ボックス */
.m-ec-relation__list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.67rem 1.34rem;
}

.m-ec-relation__item {
  background-color: #F2F2F2;
  padding: 1.34rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.34rem;
}

.m-ec-relation__item hgroup {
  display: flex;
  flex-direction: column;
  row-gap: 0.67rem;
}

.m-ec-relation__item-title {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 4.26667vw;
  color: #000;
}

.m-ec-relation__item-subtitle {
  font-weight: 300;
  font-size: 3.73333vw;
  letter-spacing: 0.05em;
  line-height: 2;
}

.m-ec-relation__item-body {
  font-weight: 300;
  font-size: 3.73333vw;
  line-height: 1.71;
}

.m-ec-relation__item:last-child .m-ec-relation__item-sns {
  display: flex;
  gap: 3.35rem;
  font-weight: 300;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

.solution-wrapper {
  margin-top: 2rem;
  display: flex!important;
  flex-direction: column;
  align-items: center;
}

.solution-img {
  display: flex;
  width: 54.16%;
}

.solution-img img {
  width: 100%;
  height: auto;
}

.solution-list {
  margin-top: 2rem;
  display: flex!important;
  flex-direction: column;
  row-gap: 3.334rem;
  width: 100%;
}

.solution-item {
  display: flex;
  flex-direction: column;
  row-gap: 1.334rem;
}

.solution-title {
  font-weight: 400;
  font-size: 4.26667vw;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #000;
}

.solution-menu {
  font-weight: 300;
  font-size: 3.73333vw;
  letter-spacing: 0.05em;
  line-height: 1.83;
}

.solution-link {
  font-size: 3.73333vw;
  text-decoration: underline;
  color: #000;
}

/* 実績スライダー */
.m-ec-portfolio .portfolio-data__summary {
  margin-top: 1rem;
}

.m-ec-portfolio .portfolio-data__summaryLead {
  color: #000;
  font-weight: 600;
  font-size: 1.1667rem;
  letter-spacing: 0;
}

.portfolio-data__categories {
  margin-top: 1rem;
}

.portfolio-data__category {
  background-color: #fff;
  padding: 0.3334rem 1.3334rem;
  font-weight: 300;
  color: #000;
  letter-spacing: 0;
}

.m-ec-portfolio .portfolio-data__mainText {
  line-height: 1.83;
  letter-spacing: 0.05em;
  font-weight: 300;
}


@media print, screen and (max-width: 750px) {
  .m-ec-portfolio .m-slide+.l-inner {
    margin-top: 10.667vw;
  }
}

@media screen and (min-width: 800px) and (max-width: 900px) {
  .m-ec-relation__item:last-child .m-ec-relation__item-sns {
    gap: 10%;
  }
}

@media print,
screen and (min-width: 751px) {
  .m-ec-relation {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .m-title-relation__title {
    font-size: 2rem;
    margin-bottom: 5rem;
  }

  .m-ec-relation__inner {
    row-gap: 5rem;
  }

  .m-ec-relation__area-intro {
    row-gap: 2rem;
  }

  .m-ec-relation__area-title {
    font-size: 1.67rem;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .m-ec-relation__area-desc {
    font-size: 1.17rem;
  }

  .m-ec-relation__list {
    flex-direction: row;
    margin-top: 2.67rem;
  }

  .m-ec-relation__item {
    width: calc((100% - 2.68rem) / 3);
    padding: 2rem;
    row-gap: 2rem;
    align-items: center;
  }

  .m-ec-relation__item hgroup {
    align-items: center;
  }

  .m-ec-relation__item-title {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .m-ec-relation__item-subtitle {
    font-size: 1.17rem;
    letter-spacing: 0;
    line-height: 1.1;
  }

  .m-ec-relation__item-body {
    font-size: 1.17rem;
    letter-spacing: 0;
  }

  .marketing-img {
    margin-top: 5rem;
  }

  .solution-wrapper {
    display: none!important;
  }
}
