@charset "UTF-8";
/*
|---------------------------------------------------------------
| ec-connector-2025 MultiVendor css
|---------------------------------------------------------------
*/
:root {
  --ecc-service-theme-color: #422d97;
  --ecc-service-primary-color: #7a5599;
  --ecc-service-secondary-color: #edebf5;
  --ecc-service-light-color: #ecebed;
}

.footerTop {
  margin: clamp(25px, 3.33vw, 50px) 0 0;
}
.footerTop__partners {
  display: none;
}

.lsrv-section-title > span > span {
  display: inline;
}

/*
 * Title
------------------------------------------------*/
.smv-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin: 0 0 clamp(8px, 1.07vw, 17px);
  font-size: 18px;
  line-height: 1.5;
  padding: 1em 0.5em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: var(--ecc-service-primary-color);
  border-radius: 1.5em;
  position: relative;
}
@media (min-width: 750.02px) {
  .smv-title {
    font-size: 27px;
    line-height: 1.5;
    padding-top: 0.44em;
    padding-bottom: 0.44em;
  }
}
.smv-title::after {
  content: "";
  display: block;
  width: clamp(10px, 1.33vw, 20px);
  height: clamp(8px, 1.07vw, 17px);
  background-color: var(--ecc-service-primary-color);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.smv-title > span {
  display: block;
}

/*
 * とは
------------------------------------------------*/
.smv-abouts {
  color: #000000;
  background: #ffffff;
  padding-bottom: 0;
}

.smv-about {
  display: block;
  width: 100%;
  padding: 0 0 clamp(60px, 8vw, 100px);
}
.smv-about__header {
  display: block;
  width: 100%;
  margin: 0 0 clamp(20px, 2.67vw, 40px);
}
.smv-about__body {
  display: block;
  width: 100%;
}
.smv-about__image {
  display: block;
  width: 100%;
  margin: 0 0 clamp(20px, 2.67vw, 40px);
}
@media (max-width: 750px) {
  .smv-about__image {
    width: auto;
    margin-left: calc(-1 * var(--ecc-container-padding, 15px));
    margin-right: calc(-1 * var(--ecc-container-padding, 15px));
  }
}
.smv-about__content {
  display: block;
  width: 100%;
  font-size: clamp(14px, 1.87vw, 16px);
  line-height: 1.75;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 750.02px) {
  .smv-about__content {
    font-size: 20px;
    line-height: 2;
    text-align: center;
  }
}

.smv-about-image {
  display: block;
  width: 100%;
}
.smv-about-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * こんな場面で活用できます
------------------------------------------------*/
.smv-scene {
  display: block;
  width: 100%;
  padding: 0 0 clamp(20px, 2.67vw, 40px);
  color: var(--ecc-body-color);
  background: #ebe7f7;
}
.smv-scene[id] {
  scroll-margin-top: calc(var(--ecc-header-top-height, 0px) + var(--ecc-header-main-height, 0px) + var(--ecc-service-header-height));
}
.smv-scene__header {
  --ecc-container-maxwidth: 100%;
  --ecc-container-padding: 0;
  display: block;
  width: 100%;
}
.smv-scene__body {
  display: block;
  width: 100%;
}

.smv-scene-title {
  --ecc-border-color: var(--ecc-service-theme-color);
  --ecc-border-width: 3px;
  --ecc-triangle-width: clamp(10px, 1.33vw, 20px);
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(20px, 2.67vw, 36px);
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(var(--ecc-border-color) 0%, var(--ecc-border-color) 100%), linear-gradient(var(--ecc-border-color) 0%, var(--ecc-border-color) 100%);
  background-size: calc(50% - var(--ecc-triangle-width) / 2) var(--ecc-border-width);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  margin: 0 0 clamp(20px, 2.67vw, 40px);
}
.smv-scene-title::after {
  content: "";
  display: block;
  width: var(--ecc-triangle-width);
  height: clamp(8px, 1.07vw, 17px);
  background-color: var(--ecc-border-color);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  transform: translate(var(--ecc-border-width), calc(-1 * var(--ecc-border-width)));
  clip-path: polygon(calc(100% - var(--ecc-border-width)) 0%, 100% 0%, 50% 100%, calc(50% - var(--ecc-border-width)) 100%);
}

.smv-scene {
  --ecc-background-image: url(../images/detail/scene02.png);
}
.smv-scene__lead {
  display: block;
  width: 100%;
  margin: 0 0 2em;
  font-size: clamp(16px, 2.13vw, 20px);
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}
.smv-scene__lead p {
  margin: 0;
}
.smv-scene__layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
  padding: 0 0 40px;
}
.smv-scene__layout__image {
  display: block;
  width: 100%;
}
.smv-scene__layout__body {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .smv-scene__layout__image {
    padding-top: 30px;
    background-image: var(--ecc-background-image);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
  }
}
@media (min-width: 750.02px) {
  .smv-scene__layout {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 50px;
    padding: 40px 0 80px;
    background-image: var(--ecc-background-image);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .smv-scene__layout__image {
    padding: 10px 20px;
    flex: 0 0 54.55%;
    max-width: 54.55%;
  }
  .smv-scene__layout__body {
    flex-grow: 1;
    flex-basis: 0;
  }
}

.smv-scene-image {
  display: block;
  width: 100%;
}
.smv-scene-image img {
  display: block;
  width: 100%;
  height: auto;
}

.smv-scene-cases {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(35px, 4.67vw, 40px);
}

.smv-scene-case {
  --ecc-border-width: 3px;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  padding: 0 0 0 calc(var(--ecc-border-width) + 1em);
  position: relative;
}
.smv-scene-case::before {
  content: "";
  display: block;
  width: var(--ecc-border-width);
  height: 100%;
  border-radius: calc(var(--ecc-border-width) / 2);
  background-color: var(--ecc-service-theme-color);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 25;
  margin: auto;
}
.smv-scene-case__head {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  font-size: 1.29em;
  font-weight: 700;
  line-height: 1.25;
}
.smv-scene-case__body {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
  font-feature-settings: normal;
}
@media (min-width: 750.02px) {
  .smv-scene-case {
    --ecc-border-width: 7px;
    font-size: 16px;
  }
  .smv-scene-case__head {
    font-size: 1.5em;
  }
  .smv-scene-case__body {
    max-width: 22em;
    font-size: 1em;
  }
}

/*
 * 特徴
------------------------------------------------*/
.smv-features {
  background-color: #ffffff;
}
.smv-features::before {
  background-image: url("../images/bg-feature01.png?t=1764154783152");
}
.smv-features::after {
  background-image: url("../images/bg-feature02.png?t=1764154783152");
}
@media (min-width: 750.02px) {
  .smv-features .lsrv-section-title {
    letter-spacing: -0.005em;
  }
}
.smv-features .lsrv-feature-section-title {
  color: var(--ecc-service-theme-color);
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
}
.smv-features .lsrv-feature-section__content ul {
  list-style: none;
  padding: 0;
  width: auto;
  margin: 0 -0.5em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.smv-features .lsrv-feature-section__content ul li {
  display: block;
  padding: 0 0.5em;
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
}
@media (min-width: 750.02px) {
  .smv-features .lsrv-feature-section__content ul li {
    width: 100%;
  }
}

/*
 * 連携方法
------------------------------------------------*/
.smv-howtos {
  color: #000000;
  background: #ecebed;
}

.smv-howto {
  display: block;
  width: 100%;
}
.smv-howto__image {
  display: block;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.smv-howto__image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * 機能
------------------------------------------------*/
.smv-details {
  color: #ffffff;
  background: #222222;
  position: relative;
  overflow: hidden;
}
.smv-details::after {
  content: "";
  display: block;
  pointer-events: none;
  opacity: 0.05;
  width: 261px;
  height: auto;
  aspect-ratio: 570/405;
  background-image: url(../images/ecc-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 52.53%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin: auto;
}
@media (min-width: 750.02px) {
  .smv-details::after {
    width: 34.38vw;
    top: -44px;
    left: 115px;
    right: auto;
    bottom: auto;
  }
}
.smv-details .lsrv-section-title::before {
  background-color: currentColor;
}

.smv-detail {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.smv-detail__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.smv-detail__list__item {
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .smv-detail__list {
    gap: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    margin: -20px;
  }
  .smv-detail__list__item {
    padding: 20px;
    width: auto;
    flex: 1 0 340px;
    max-width: 100%;
  }
}

.smv-detail-card {
  --detail-padding-y: 30px;
  --detail-padding-x: 20px;
  --detail-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--detail-radius);
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
  font-size: 14px;
  container-type: inline-size;
}
.smv-detail-card__head {
  display: block;
  width: 100%;
  padding: 0.5em var(--detail-padding-x);
  border-radius: var(--detail-radius) var(--detail-radius) 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: var(--ecc-service-primary-color);
}
.smv-detail-card__body {
  flex-grow: 1;
  flex-basis: 0;
  display: block;
  width: 100%;
  padding: var(--detail-padding-y) var(--detail-padding-x);
  border-radius: 0 0 var(--detail-radius) var(--detail-radius);
  color: var(--ecc-body-color);
  background: #ffffff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 750.02px) {
  .smv-detail-card {
    --detail-padding-y: 30px;
    --detail-padding-x: 25px;
    font-size: 16px;
  }
  .smv-detail-card__head {
    font-size: 24px;
  }
}

.smv-d-detail {
  --detail-image-max-width: 25.37cqw;
  --detail-gap: 27px;
}
.smv-d-detail__layout {
  display: flex;
  align-items: center;
  gap: var(--detail-gap);
}
.smv-d-detail__layout__image {
  display: block;
  align-self: flex-start;
  width: auto;
  flex: 0 0 var(--detail-image-max-width);
  max-width: var(--detail-image-max-width);
}
.smv-d-detail__layout__body {
  display: block;
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
@media (min-width: 750.02px) {
  .smv-d-detail__layout {
    --detail-image-max-width: 120px;
    --detail-gap: 16px;
  }
}

.smv-d-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.smv-d-detail-list__item {
  width: 100%;
  padding: 0 0.75em 0 0;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0;
}
.smv-d-detail-list__item::before {
  --fa: "";
  content: var(--fa);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  /* line-height: 1; */
  text-rendering: auto;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  text-decoration: none;
  color: var(--ecc-service-theme-color);
  width: 1em;
  margin-right: 0.5em;
  flex-shrink: 0;
}
.smv-d-detail-list__item__text {
  display: block;
}

/*
 * 費用
------------------------------------------------*/
.smv-pricings__content {
  --ecc-container-padding: 0px;
}

.smv-pricing {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  overflow: hidden;
}

/*--------------- 価格 ---------------*/
.smv-price {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 1em;
}
.smv-price__value {
  font-size: 1.44em;
  font-weight: 800;
  line-height: 1;
}
.smv-price__addon {
  font-size: 0.75em;
  font-weight: 600;
  padding: 0 0.05em;
}
@media (min-width: 750.02px) {
  .smv-price__value {
    font-size: 1.38em;
  }
  .smv-price__addon {
    font-size: 0.69em;
  }
}

.smv-priceText {
  font-size: 1em;
  font-weight: 800;
}

/*--------------- プラン ---------------*/
.smv-plan {
  --plan-radius: clamp(5px, 0.67vw, 10px);
  --plan-padding-y: 30px;
  --plan-padding-x: 10px;
  --plan-font-size: 13px;
  --plan-pricings-gap: 10px;
  --plan-detail-gap: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--plan-radius) var(--plan-radius) 0 0;
  overflow: hidden;
  color: var(--ecc-body-color);
  background: #ffffff;
  font-size: var(--plan-font-size);
  font-weight: 500;
}
.smv-plan:nth-child(odd) {
  border-top-right-radius: 0;
}
.smv-plan:nth-child(even) {
  border-top-left-radius: 0;
}
@media (min-width: 750.02px) {
  .smv-plan {
    --plan-padding-y: 40px;
    --plan-padding-x: 40px;
    --plan-font-size: 16px;
    --plan-pricings-gap: 20px;
    --plan-detail-gap: 20px;
    border-bottom-left-radius: var(--plan-radius);
    border-bottom-right-radius: var(--plan-radius);
  }
}
.smv-plan__header {
  flex-shrink: 0;
  display: block;
  width: 100%;
  padding: 10px var(--plan-padding-x);
  color: #ffffff;
  background: var(--plan-theme-color, var(--ecc-service-theme-color));
}
.smv-plan__body {
  flex-grow: 1;
  display: block;
  width: 100%;
  padding: var(--plan-padding-y) var(--plan-padding-x);
  color: var(--ecc-body-color);
  background: color-mix(in srgb, var(--plan-theme-color, var(--ecc-service-theme-color)), transparent 90%);
}
.smv-plan__pricings {
  width: 100%;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: var(--plan-pricings-gap);
}
@media (min-width: 750.02px) {
  .smv-plan__pricings {
    margin-bottom: 40px;
  }
}
.smv-plan__details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--plan-detail-gap);
}
.smv-plan__notes {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  font-size: 0.77em;
  font-weight: 500;
  text-align: right;
}
@media (min-width: 750.02px) {
  .smv-plan__notes {
    font-size: 0.81em;
  }
}
.smv-plan__notes p {
  margin: 0;
}

/*--------------- Title ---------------*/
.smv-plan-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.31;
  text-align: center;
}
@media (min-width: 750.02px) {
  .smv-plan-title {
    padding: 0.6em 0;
    font-size: 24px;
    font-weight: 800;
  }
  .smv-plan-title br {
    display: none;
  }
}

/*--------------- 費用 ---------------*/
.smv-plan-pricing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.smv-plan-pricing__head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25em 1em;
  border-radius: 1em;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  color: var(--ecc-body-color);
  background: color-mix(in srgb, var(--plan-theme-color, var(--ecc-service-theme-color)), transparent 70%);
}
.smv-plan-pricing__body {
  display: block;
  width: 100%;
  padding: 0.5em 0.5em;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 750.02px) {
  .smv-plan-pricing {
    flex-direction: row;
  }
  .smv-plan-pricing__head {
    padding: 0.35em 1em;
    width: auto;
    flex: 0 0 6.78em;
    max-width: 6.78em;
    font-size: 18px;
  }
  .smv-plan-pricing__body {
    padding: 0 20px;
    width: auto;
    flex: 0 0 auto;
    max-width: calc(100% - 6.78em);
    font-size: 26px;
  }
}

/*--------------- 詳細 ---------------*/
.smv-plan-detail {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 10px;
  color: var(--ecc-body-color);
  background: #ffffff;
}
@media (min-width: 750.02px) {
  .smv-plan-detail {
    padding: 25px 35px;
  }
}
.smv-plan-detail__header {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
@media (min-width: 750.02px) {
  .smv-plan-detail__header {
    margin-bottom: 20px;
  }
}
.smv-plan-detail__body {
  display: block;
  width: 100%;
}
.smv-plan-detail__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smv-plan-detail .smv-price {
  font-size: 1em;
}
.smv-plan-detail .smv-price__value {
  font-size: 1.38em;
  font-weight: 700;
}
.smv-plan-detail .smv-price__addon {
  font-size: 0.92em;
}
@media (min-width: 750.02px) {
  .smv-plan-detail .smv-price__value {
    font-size: 1.38em;
  }
  .smv-plan-detail .smv-price__addon {
    font-size: 0.88em;
  }
}

/* Title */
.smv-plan-detail-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 750.02px) {
  .smv-plan-detail-title {
    font-size: 18px;
  }
}
.smv-plan-detail-title::before {
  content: "［";
}
.smv-plan-detail-title::after {
  content: "］";
}

/* リスト */
.smv-plan-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 1em;
}
.smv-plan-list__item {
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0;
}
.smv-plan-list__item__text {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 1em;
}
.smv-plan-list__item__text > span {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.smv-plan-list__item::before {
  --fa: "";
  content: var(--fa);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  /* line-height: 1; */
  text-rendering: auto;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  text-decoration: none;
  color: var(--plan-theme-color, var(--ecc-service-theme-color));
  width: 1em;
  margin-right: 0.25em;
  flex-shrink: 0;
}
.smv-plan-list__item sub {
  vertical-align: middle;
  bottom: auto;
  font-size: 0.81em;
  line-height: 1;
}
.smv-plan-list__item .smv-price {
  line-height: 1.25;
}

/* 例外 */
.smv-plan-detail--main .smv-plan-detail__content {
  max-width: 16em;
  margin: 0 auto;
}
.smv-plan-detail--main:first-child:last-child .smv-plan-list {
  flex-direction: column;
}

/*
 * Contents
------------------------------------------------*/
.lsrv-interviews {
  padding: clamp(75px, 10vw, 100px) 0 clamp(35px, 4.67vw, 70px);
}
@media (min-width: 750.02px) {
  * + .lsrv-interviews {
    margin-top: 70px;
  }
}
.lsrv-interviews .ecc-section-title {
  margin-bottom: clamp(20px, 2.67vw, 40px);
}
.lsrv-interviews__content {
  overflow: hidden;
}
.lsrv-interviews__content .swiper {
  overflow: visible;
}
@media (min-width: 750.02px) {
  .lsrv-interviews__content {
    --ecc-container-maxwidth: 100%;
    --ecc-container-padding: 0;
  }
}

.lsrv-works {
  padding: clamp(35px, 4.67vw, 70px) 0;
}
.lsrv-works .ecc-section-title {
  margin-bottom: clamp(20px, 2.67vw, 40px);
}
.lsrv-works__content {
  --ecc-container-maxwidth: 100%;
  --ecc-container-padding: 0;
  padding: 10px 0;
  overflow: hidden;
}
.lsrv-works__content .swiper {
  overflow: visible;
}

.lsrv-columns {
  padding: clamp(35px, 4.67vw, 70px) 0 clamp(75px, 10vw, 100px);
}
.lsrv-columns .ecc-section-title {
  margin-bottom: clamp(20px, 2.67vw, 40px);
}
.lsrv-columns__content {
  padding: 10px 0;
  overflow: hidden;
}
.lsrv-columns__content .swiper {
  overflow: visible;
}
@media (min-width: 750.02px) {
  .lsrv-columns__content {
    --ecc-container-maxwidth: 100%;
    --ecc-container-padding: 0;
  }
}
