@charset "UTF-8";
/*
|---------------------------------------------------------------
| ec-connector-2025 EAI css
|---------------------------------------------------------------
*/
:root {
  --ecc-service-theme-color: #044386;
  --ecc-service-primary-color: #1a81c8;
  --ecc-service-secondary-color: #4596cd;
  --ecc-service-light-color: #ebeded;
}

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

.lsrv-mv {
  --ecc-container-maxwidth: 1600px;
}

.eai-logos {
  padding: clamp(15px, 2vw, 40px) 0;
}

/*
 * Card Component
------------------------------------------------*/
.eai-card {
  --ecc-border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.eai-card__head {
  display: block;
  width: 100%;
  border-radius: var(--ecc-border-radius) var(--ecc-border-radius) 0 0;
  font-size: 20px;
  line-height: 1.5;
  padding: 0.5em 5px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: var(--ecc-service-theme-color);
}
.eai-card__head small {
  display: inline-block;
  font-size: 0.7em;
}
@media (min-width: 750.02px) {
  .eai-card__head {
    font-size: 24px;
    line-height: 1.5;
    padding: 0.42em 5px;
  }
}
.eai-card__body {
  display: block;
  width: 100%;
  flex-grow: 1;
  border-radius: 0 0 var(--ecc-border-radius) var(--ecc-border-radius);
  padding: 20px 20px;
  color: #000000;
  background: #ffffff;
}

/*
 * 特徴
------------------------------------------------*/
.eai-features::before, .eai-features::after {
  aspect-ratio: 320/250;
}
.eai-features::before {
  background-image: url("../images/bg-feature01.png?t=1751012044056");
}
.eai-features::after {
  background-image: url("../images/bg-feature02.png?t=1751012044056");
}

/*
 * 解決
------------------------------------------------*/
.eai-details {
  color: #000000;
  background-color: rgba(4, 67, 134, 0.1);
}

.lsrv-problems em {
  color: var(--ecc-service-primary-color);
}
.lsrv-problems__header {
  margin-bottom: clamp(30px, 4vw, 50px);
}

@media (max-width: 750px) {
  .lsrv-problems__list__item {
    flex-grow: 1;
    max-width: 100%;
  }
  .lsrv-problem__image {
    max-width: 155px;
    margin: 0 auto;
  }
}
.lsrv-solution__to {
  color: #ffffff;
  background-color: var(--ecc-service-secondary-color);
  position: relative;
  overflow: hidden;
}
.lsrv-solution__to > * {
  position: relative;
  z-index: 2;
}
.lsrv-solution__to::after {
  content: "";
  display: block;
  pointer-events: none;
  opacity: 0.12;
  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: 80px;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin: auto;
}
@media (min-width: 750.02px) {
  .lsrv-solution__to::after {
    width: 34.38vw;
    top: 155px;
    left: 115px;
    right: auto;
    bottom: auto;
  }
}

.lsrv-solution-main__image {
  margin-bottom: 50px;
}
@media (min-width: 750.02px) {
  .lsrv-solution-main__image {
    margin-bottom: 40px;
  }
}

@media (max-width: 750px) {
  .lsrv-solution-image {
    width: auto;
    margin-left: calc(-1 * var(--ecc-container-padding));
    margin-right: calc(-1 * var(--ecc-container-padding));
  }
}

.lsrv-solution-main-title {
  font-size: clamp(23px, 3.07vw, 42px);
  color: var(--ecc-service-theme-color);
}

/*
 * コネクター
------------------------------------------------*/
.eai-connectors {
  padding: clamp(50px, 6.67vw, 120px) 0;
}

.eai-connectors-title em {
  font-style: normal;
  font-size: 1.48em;
  line-height: 0.72;
}

.eai-connector {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px;
}
.eai-connector__main {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px;
}
.eai-connector__aside {
  display: block;
  width: 100%;
}
.eai-connector .eai-card {
  container-type: inline-size;
  box-shadow: var(--ecc-box-shadow);
}
@media (min-width: 750.02px) {
  .eai-connector {
    grid-gap: 70px;
  }
  .eai-connector__main {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .eai-connector__main .eai-card {
    width: auto;
    flex: 1 0 340px;
    max-width: 100%;
  }
}
.eai-connector .eai-connector-list {
  font-weight: 600;
}

.eai-connector-list {
  list-style: none;
  padding-left: 0;
  display: block;
}
.eai-connector-list li {
  display: block;
  margin: 0 0 clamp(5px, 0.67vw, 10px);
}
.eai-connector-list li::before {
  --fa: "\f058";
  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);
  margin-right: 0.5em;
}

.eai-connector-detail {
  --ecc-border-width: 1px;
  --ecc-font-size: 14px;
  --ecc-head-font-size: 16px;
  display: grid;
  grid-template-areas: "title title" "image content";
  grid-template-columns: 24% minmax(0, 1fr);
  grid-gap: 20px;
  width: 100%;
  font-size: var(--ecc-font-size);
}
.eai-connector-detail__head {
  grid-area: title;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0.25em;
  font-size: var(--ecc-head-font-size);
  font-weight: 600;
  text-align: center;
  border-bottom: var(--ecc-border-width) solid var(--ecc-service-primary-color);
}
.eai-connector-detail__head em {
  font-weight: 800;
  font-style: normal;
  color: var(--ecc-service-primary-color);
}
.eai-connector-detail__image {
  grid-area: image;
}
.eai-connector-detail__content {
  grid-area: content;
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .eai-connector-detail {
    --ecc-border-width: 2px;
    --ecc-font-size: 16px;
    --ecc-head-font-size: 20px;
    grid-template-areas: "image" "title" "content";
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 20px;
  }
  @container (width > 400.02px) {
    .eai-connector-detail {
      grid-template-areas: "image title" "image content";
      grid-template-columns: 154px minmax(0, 1fr);
      grid-template-rows: auto minmax(0, 1fr);
    }
    .eai-connector-detail__head {
      text-align: left;
    }
  }
}

.eai-connector-detail-image {
  display: block;
  width: 100%;
  max-width: clamp(72px, 9.6vw, 154px);
  margin: 0 auto;
}
@media (min-width: 750.02px) {
  .eai-connector-detail-image {
    padding: 10px 10px;
  }
}
.eai-connector-detail-image img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.eai-connector-common {
  display: block;
  width: 100%;
  padding: 30px 20px;
  font-size: clamp(14px, 1.87vw, 16px);
  color: #000000;
  background: #ffffff;
  box-shadow: var(--ecc-box-shadow);
  border-radius: 5px;
}
.eai-connector-common__head {
  width: 100%;
  margin: 0 0 1.25em;
  display: flex;
  align-items: center;
  gap: 0.75em;
  color: var(--ecc-service-theme-color);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.eai-connector-common__head::before, .eai-connector-common__head::after {
  content: "";
  width: 0;
  height: 2px;
  flex-grow: 1;
  flex-basis: 0;
  background: var(--ecc-service-primary-color);
}
.eai-connector-common__body {
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .eai-connector-common {
    padding: 30px 30px;
  }
}
.eai-connector-common .eai-connector-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.eai-connector-common .eai-connector-list li {
  flex: 0 0 auto;
  max-width: 100%;
}
@media (min-width: 750.02px) {
  .eai-connector-common .eai-connector-list {
    justify-content: center;
  }
}

/*
 * 標準連携サービス
------------------------------------------------*/
.eai-carts__nav {
  margin-top: 40px;
}

.eai-cart {
  display: block;
  width: 100%;
  color: #000000;
  background: #ffffff;
  box-shadow: var(--ecc-box-shadow);
}
@media (max-width: 750px) {
  .eai-cart {
    box-shadow: none;
    width: auto;
    margin-left: calc(-1 * var(--ecc-container-padding));
    margin-right: calc(-1 * var(--ecc-container-padding));
  }
}
.eai-cart__header {
  display: block;
  width: 100%;
}
.eai-cart__body {
  display: block;
  width: 100%;
  padding: 0 var(--ecc-container-padding) 20px;
}
@media (min-width: 750.02px) {
  .eai-cart__body {
    padding: 0 50px 40px;
  }
}
.eai-cart__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.eai-cart__list__item {
  display: block;
  width: auto;
  flex: 0 0 auto;
}

.eai-cart-image {
  display: block;
  width: auto;
  height: clamp(40px, 5.33vw, 50px);
}
.eai-cart-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
}

.eai-cart-title {
  color: var(--ecc-service-theme-color);
  margin-bottom: 30px;
}
.eai-cart-title em {
  font-style: normal;
  font-size: 1.28em;
}

.eai-cart-note {
  display: block;
  width: 100%;
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 500;
  text-align: center;
  margin: 0 0 1.5em;
}
.eai-cart-note__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
.eai-cart-note__list li {
  display: block;
  width: auto;
  max-width: 100%;
}

/*
 * 連携方法
------------------------------------------------*/
.eai-howtos {
  background-color: var(--ecc-service-light-color);
  position: relative;
}
.eai-howtos > * {
  position: relative;
  z-index: 2;
}
.eai-howtos::before, .eai-howtos::after {
  content: "";
  pointer-events: none;
  display: block;
  width: min(24vw, 180px);
  aspect-ratio: 320/250;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  margin: auto;
}
@media (min-width: 750.02px) {
  .eai-howtos::before, .eai-howtos::after {
    width: min(16.67vw, 320px);
  }
}
.eai-howtos::before {
  top: 0;
  left: 0;
  background-position: left top;
  background-image: url("../images/bg-feature01.png?t=1751012044056");
}
.eai-howtos::after {
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-image: url("../images/bg-feature02.png?t=1751012044056");
}

.eai-howto {
  display: block;
  width: 100%;
  margin: 0 0 clamp(60px, 8vw, 100px);
  color: #000000;
  background: #ffffff;
  box-shadow: var(--ecc-box-shadow);
}
.eai-howto__content {
  display: block;
  width: 100%;
  padding: 40px clamp(15px, 2vw, 40px);
}
.eai-howto__lead {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  font-size: clamp(14px, 1.87vw, 20px);
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.eai-howto__image {
  display: block;
  width: 100%;
}
.eai-howto__note {
  display: block;
  width: 100%;
  margin: 0.5em 0 0;
  font-size: clamp(12px, 1.6vw, 14px);
  font-weight: 500;
  line-height: 1.75;
}

.eai-howto-image {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.eai-howto-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * データフォーマット変換機能
------------------------------------------------*/
.eai-converts {
  display: block;
  width: 100%;
}
.eai-converts__header {
  display: block;
  width: 100%;
  margin: 0 0 clamp(30px, 4vw, 45px);
}
.eai-converts__body {
  display: block;
  width: 100%;
}
.eai-converts__content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 40px;
}
@media (min-width: 750.02px) {
  .eai-converts__content {
    grid-gap: 100px;
  }
}

.eai-converts-title {
  --ecc-triangle-width: 11px;
  --ecc-triangle-height: 10px;
  display: block;
  width: 100%;
  margin: 0 0 1.75em;
  font-size: 18px;
  line-height: 1.5;
  padding-top: 0.92em;
  padding-bottom: 0.92em;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  background-color: var(--ecc-service-theme-color);
  position: relative;
}
.eai-converts-title::after {
  content: "";
  display: block;
  width: var(--ecc-triangle-width);
  height: var(--ecc-triangle-height);
  background-color: var(--ecc-service-theme-color);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
@media (max-width: 750px) {
  .eai-converts-title {
    border-radius: 0;
    width: auto;
    margin-left: calc(-1 * var(--ecc-container-padding));
    margin-right: calc(-1 * var(--ecc-container-padding));
  }
}
@media (min-width: 750.02px) {
  .eai-converts-title {
    --ecc-triangle-width: 19px;
    --ecc-triangle-height: 16px;
    font-size: 32px;
    line-height: 1.5;
    padding-top: 0.81em;
    padding-bottom: 0.81em;
  }
}

.eai-converts-lead {
  display: block;
  width: 100%;
  font-size: clamp(14px, 1.87vw, 18px);
  font-weight: 500;
  text-align: center;
  margin: 0 0 1em;
}

/*--------------- Section ---------------*/
.eai-convert {
  --ecc-border-radius: 5px;
  display: block;
  width: 100%;
}
.eai-convert__header {
  display: block;
  width: 100%;
  padding: 15px 15px;
  color: #000000;
  background-color: #ffffff;
  border-radius: var(--ecc-border-radius) var(--ecc-border-radius) 0 0;
}
.eai-convert__body {
  display: block;
  width: 100%;
  padding: 15px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0 0 var(--ecc-border-radius) var(--ecc-border-radius);
}
.eai-convert__header + .eai-convert__body {
  margin-top: 2px;
}
@media (min-width: 750.02px) {
  .eai-convert__header {
    padding: 25px 60px;
  }
  .eai-convert__body {
    padding: 50px 60px;
  }
}

.eai-convert-title {
  display: block;
  width: 100%;
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 700;
  text-align: center;
  color: var(--ecc-service-theme-color);
}

.eai-convert-image {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto 40px;
}
.eai-convert-image img {
  display: block;
  width: 100%;
  height: auto;
}

.eai-convert-content {
  display: block;
  width: 100%;
  font-size: clamp(14px, 1.87vw, 18px);
  line-height: 1.75;
}
.eai-convert-content small {
  font-size: 0.78em;
}

/*--------------- 変換例 ---------------*/
.eai-convert-example {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 15px;
}
.eai-convert-example__group {
  display: block;
  width: 100%;
}
.eai-convert-example dt {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 0.98em;
  padding-bottom: 0.98em;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #178bce 0%, rgba(23, 139, 206, 0.7) 100%);
  background-repeat: no-repeat;
}
.eai-convert-example dd {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.75;
}
.eai-convert-example dt + dd::before {
  content: "";
  display: block;
  width: 35px;
  height: 10px;
  margin: 10px auto;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #4ea7da;
  opacity: 0.3;
}
@media (min-width: 750.02px) {
  .eai-convert-example {
    width: 100%;
    display: block;
  }
  .eai-convert-example__group {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid #dddddd;
  }
  .eai-convert-example dt {
    display: block;
    width: 12.5em;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 0.19em;
    padding-bottom: 0.19em;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    margin: 0 1em 0 0;
    color: #ffffff;
    background-image: linear-gradient(-90deg, #178bce 0%, rgba(23, 139, 206, 0.7) 100%);
    clip-path: polygon(0% 0%, calc(100% - 1em) 0%, 98% 46.67%, 98% 53.33%, calc(100% - 1em) 100%, 0% 100%);
  }
  .eai-convert-example dd {
    display: block;
    flex-grow: 1;
    flex-basis: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .eai-convert-example dt + dd::before {
    display: none;
  }
}

/*
 * 費用
------------------------------------------------*/
.eai-priceGroups {
  display: block;
  width: 100%;
  overflow: hidden;
}
.eai-priceGroups__content {
  display: none;
  width: 100%;
  padding: 40px 0;
}
@media (min-width: 750.02px) {
  .eai-priceGroups__content {
    padding: 50px 0;
  }
}
.eai-priceGroups__content.is-active, .eai-priceGroups__content.js--active {
  display: block;
}

.eai-priceGroup {
  display: block;
  width: 100%;
}
.eai-priceGroup__lead {
  display: block;
  width: 100%;
  margin: 0 0 3em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
}
@media (min-width: 750.02px) {
  .eai-priceGroup__lead {
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }
}
.eai-priceGroup__initialCost {
  display: block;
  width: 100%;
  margin: 0 0 clamp(40px, 5.33vw, 60px);
}
.eai-priceGroup__table {
  display: block;
  width: 100%;
  margin: 0 0 clamp(15px, 2vw, 40px);
}
.eai-priceGroup__note {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}

/*--------------- Group Tab ---------------*/
.eai-priceGroups-tabs {
  --ecc-container-padding: 10px;
  --ecc-tabs-active-color: var(--ecc-service-theme-color);
  --ecc-border-width: 3px;
  --ecc-gap: 5px;
  display: block;
  width: 100%;
  border-bottom: var(--ecc-border-width) solid var(--ecc-tabs-active-color);
}
.eai-priceGroups-tabs__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: var(--ecc-gap);
}
.eai-priceGroups-tabs__list__item {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
@media (min-width: 750.02px) {
  .eai-priceGroups-tabs {
    --ecc-border-width: 6px;
    --ecc-gap: 8px;
  }
}

.eai-priceGroups-tab {
  --ecc-border-width: 2px;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding: 0.59em 0.5em;
  font-weight: 700;
  text-align: center;
  border: var(--ecc-border-width) solid var(--ecc-tabs-active-color);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  color: #000000;
  background: #ffffff;
}
@media (min-width: 750.02px) {
  .eai-priceGroups-tab {
    font-size: 24px;
    line-height: 1.5;
    padding: 0.65em 0.5em;
  }
}
.eai-priceGroups-tab::after {
  --fa: "\f054";
  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;
  margin-left: 0.5em;
}
.eai-priceGroups-tab.is-active, .eai-priceGroups-tab.js--active {
  color: #ffffff;
  background: var(--ecc-tabs-active-color);
}
.eai-priceGroups-tab.is-active::after, .eai-priceGroups-tab.js--active::after {
  --fa: "\f078";
}

/*--------------- Section ---------------*/
.eai-price-section {
  display: block;
  width: 100%;
  padding: clamp(50px, 6.67vw, 80px) 0;
}

.eai-price-section-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 clamp(25px, 3.33vw, 50px);
  padding: 0;
  font-size: clamp(20px, 2.67vw, 26px);
  font-weight: 700;
  text-align: left;
  color: var(--ecc-service-theme-color);
}
.eai-price-section-title::before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 0.23em;
  height: 0.92em;
  background-color: currentColor;
}

/*--------------- 初期費用 ---------------*/
.eai-initialCost {
  width: 100%;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 5px;
  overflow: hidden;
  color: #000000;
  background: #f3f2f2;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}
.eai-initialCost__head {
  display: block;
}
.eai-initialCost__body {
  display: block;
  margin-left: 1em;
}
.eai-initialCost sub {
  display: inline-block;
  bottom: 0;
  font-size: 0.71em;
  font-weight: 500;
}
@media (min-width: 750.02px) {
  .eai-initialCost {
    font-size: 18px;
    border-radius: 10px;
  }
  .eai-initialCost sub {
    font-size: 0.78em;
  }
}

/*--------------- 補足 ---------------*/
.eai-price-note {
  display: block;
  width: 100%;
  font-size: clamp(12px, 1.6vw, 14px);
  font-weight: 500;
  line-height: 1.75;
}
.eai-price-note ul {
  list-style: none;
  padding-left: 0;
}
.eai-price-note ul li {
  display: block;
  margin: 0 0 0.25em;
  text-indent: -1em;
  padding-left: 1em;
}

/*--------------- プラン表 ---------------*/
.eai-priceTable {
  --ecc-cell-padding-y: 10px;
  --ecc-cell-padding-x: 10px;
  --ecc-border-color: var(--ecc-service-theme-color);
  --ecc-border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}
.eai-priceTable table {
  --ecc-left-head-width: 10.43em;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0 0 20px;
  font-size: 14px;
}
.eai-priceTable table th,
.eai-priceTable table td {
  height: 100%;
  border-bottom: 2px solid var(--ecc-border-color);
  position: relative;
}
.eai-priceTable table th:not(:first-child),
.eai-priceTable table td:not(:first-child) {
  border-left: 3px solid #ffffff;
}
.eai-priceTable table tr th:first-child {
  width: var(--ecc-left-head-width);
}
.eai-priceTable table tbody th,
.eai-priceTable table tbody td {
  padding: var(--ecc-cell-padding-y) var(--ecc-cell-padding-x);
}
.eai-priceTable table tbody th {
  text-align: left;
  background-color: #f3f2f2;
}
.eai-priceTable table tbody td {
  color: var(--ecc-cell-color);
  background-color: var(--ecc-cell-bgcolor);
}
@media (min-width: 750.02px) {
  .eai-priceTable {
    --ecc-cell-padding-y: 15px;
    --ecc-cell-padding-x: 20px;
    --ecc-border-radius: 10px;
  }
  .eai-priceTable table {
    --ecc-left-head-width: 350px;
    font-size: clamp(14px, 1.87vw, 18px);
  }
  .eai-priceTable table th, .eai-priceTable table td {
    border-left-width: 2px;
    border-bottom-width: 1px;
    width: auto;
  }
}
@media (max-width: 750px) {
  .eai-priceTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /*
    width: auto;
    margin-right: calc(-1 * var(--ecc-container-padding));
    */
    margin-bottom: 0;
    white-space: nowrap;
  }
  .eai-priceTable table {
    table-layout: auto;
  }
}
.eai-priceTable::after {
  content: "横にスクロールしてください→";
  display: block;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 600;
}
.eai-priceTable:not(.simplebar-scrollable-x)::after {
  opacity: 0;
  visibility: hidden;
}
.eai-priceTable .simplebar-track.simplebar-horizontal {
  height: 7px;
  border-radius: 3.5px;
  background-color: #e7e5e4;
}
.eai-priceTable .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  border-radius: 3.5px;
  background-color: #000000;
}

/*--------------- Color ---------------*/
.eai-priceTable table tr th:nth-child(2), .eai-priceTable table tr td:nth-child(2) {
  --ecc-cell-color: #000000;
  --ecc-cell-bgcolor: #ddecf7;
}
.eai-priceTable table tr th:nth-child(3), .eai-priceTable table tr td:nth-child(3) {
  --ecc-cell-color: #000000;
  --ecc-cell-bgcolor: #d1e6f4;
}
.eai-priceTable table tr th:nth-child(4), .eai-priceTable table tr td:nth-child(4) {
  --ecc-cell-color: #000000;
  --ecc-cell-bgcolor: #c6dff1;
}

.eai-priceTable.is-customized {
  --ecc-border-color: #ffffff;
}
.eai-priceTable.is-customized table tr th:nth-child(2), .eai-priceTable.is-customized table tr td:nth-child(2) {
  --ecc-cell-color: #ffffff;
  --ecc-cell-bgcolor: #1a81c8;
}
.eai-priceTable.is-customized table tr th:nth-child(3), .eai-priceTable.is-customized table tr td:nth-child(3) {
  --ecc-cell-color: #000000;
  --ecc-cell-bgcolor: #8cc0e3;
}
.eai-priceTable.is-customized table tr th:nth-child(4), .eai-priceTable.is-customized table tr td:nth-child(4) {
  --ecc-cell-color: #000000;
  --ecc-cell-bgcolor: #c6dff1;
}

/*--------------- Image ---------------*/
.eai-priceTable-image {
  display: block;
  width: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}
.eai-priceTable-image img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.eai-priceTable-note {
  font-size: 1em;
  color: var(--ecc-service-primary-color);
}

.eai-priceTable-head {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--ecc-cell-padding-y) var(--ecc-cell-padding-x);
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.eai-priceTable-head__left {
  display: block;
  text-align: left;
}
.eai-priceTable-head__right {
  display: block;
  text-align: right;
}
@media (min-width: 750.02px) {
  .eai-priceTable-head {
    font-size: 14px;
  }
}

/*--------------- コネクター ---------------*/
.eai-priceTable-connector {
  width: 100%;
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.eai-priceTable-connector__image {
  display: none;
}
@media (min-width: 750.02px) {
  .eai-priceTable-connector {
    padding: 0;
    font-size: clamp(12px, 1.6vw, 14px);
    font-weight: 600;
  }
  .eai-priceTable-connector__image {
    display: block;
    width: auto;
    flex: 0 0 66px;
    max-width: 66px;
    margin-right: 20px;
  }
  .eai-priceTable-connector__body {
    display: block;
    flex-grow: 1;
    flex-basis: 0;
  }
}
.eai-priceTable-connector__name {
  display: block;
  width: 100%;
  font-size: 1.17em;
  font-weight: 800;
}
.eai-priceTable-connector__unit {
  display: block;
  width: 100%;
  white-space: normal;
}
.eai-priceTable-connector__paymentModel {
  display: block;
  width: 100%;
  white-space: normal;
}
@media (min-width: 750.02px) {
  .eai-priceTable-connector {
    font-size: clamp(12px, 1.6vw, 14px);
  }
  .eai-priceTable-connector__name {
    font-size: 1.29em;
    font-weight: 800;
  }
}

/*--------------- プラン ---------------*/
.eai-priceTable-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: var(--ecc-border-radius) var(--ecc-border-radius) 0 0;
  color: var(--ecc-cell-color);
  background-color: var(--ecc-cell-bgcolor);
  padding: var(--ecc-cell-padding-y) var(--ecc-cell-padding-x);
}
.eai-priceTable-plan__name {
  display: block;
  width: 100%;
  font-weight: 900;
}
@media (min-width: 750.02px) {
  .eai-priceTable-plan__name {
    font-size: clamp(14px, 1.87vw, 18px);
  }
}

/*--------------- 最大連携数 ---------------*/
.eai-priceTable-model {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.eai-priceTable-model__max {
  display: block;
  width: 100%;
  font-size: 1.43em;
}
.eai-priceTable-model .eai-priceTable-note {
  font-size: 0.88em;
}
@media (min-width: 750.02px) {
  .eai-priceTable-model {
    font-size: clamp(11px, 1.47vw, 16px);
  }
}

/*
 * 料金シミュレーション
------------------------------------------------*/
.eai-priceSimulator {
  display: block;
  width: 100%;
  color: #000000;
  background-color: #e5ecf3;
}

/*
 * オプション・設定料金
------------------------------------------------*/
.eai-priceOptions {
  display: block;
  width: 100%;
}

.eai-price-options {
  --ecc-border-color: #044386;
  --ecc-gap: 0;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: var(--ecc-gap);
  border-top: 1px solid var(--ecc-border-color);
}
@media (max-width: 750px) {
  .eai-price-options {
    --ecc-border-color: #d9e0e6;
    --ecc-gap: 10px;
    border: 0;
  }
}

.eai-price-option {
  --ecc-padding-x: 20px;
  display: grid;
  grid-template-columns: 28.3% minmax(0, 1fr);
  grid-gap: 10px;
  color: var(--ecc-group-color);
  background-color: var(--ecc-group-bgcolor);
  padding: 12px var(--ecc-padding-x);
  border-bottom: 1px solid var(--ecc-border-color);
  border-radius: 0;
  overflow: hidden;
}
.eai-price-option__head {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 800;
}
.eai-price-option__head__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background-color: #ffffff;
  outline: 1px solid var(--ecc-service-primary-color);
  outline-offset: -1px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 50px;
  max-width: 50px;
  margin: 0 20px 0 0;
}
.eai-price-option__head__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.eai-price-option__body {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.eai-price-option__content {
  display: block;
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  font-weight: 600;
}
.eai-price-option__price {
  display: block;
  width: auto;
  flex: 0 0 12.86em;
  max-width: 12.86em;
  font-size: 14px;
  text-align: right;
  font-weight: 700;
}
.eai-price-option:nth-child(odd) {
  --ecc-group-color: #000000;
  --ecc-group-bgcolor: #eef5fb;
}
.eai-price-option:nth-child(even) {
  --ecc-group-color: #000000;
  --ecc-group-bgcolor: #ffffff;
}
@media (max-width: 750px) {
  .eai-price-option {
    --ecc-padding-x: 10px;
    display: block;
    padding: 0;
    border: 1px solid var(--ecc-border-color);
    border-radius: 5px;
    color: #000000;
    background-color: #ffffff;
  }
  .eai-price-option__head {
    color: var(--ecc-group-color);
    background-color: var(--ecc-group-bgcolor);
    font-size: 14px;
    padding: 8px var(--ecc-padding-x);
    cursor: pointer;
  }
  .eai-price-option__head__image {
    display: block;
    width: auto;
    flex: 0 0 34px;
    max-width: 34px;
    margin-right: 10px;
  }
  .eai-price-option__head__name {
    display: block;
    flex-grow: 1;
    flex-basis: 0;
  }
  .eai-price-option__head::after {
    --fa: "\f0d7";
    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: #484747;
    font-size: 1.14em;
    padding: 5px;
  }
  .eai-price-option__head.js--opened::after {
    --fa: "\f0d8";
  }
  .eai-price-option__body {
    display: none;
    width: 100%;
    padding: 15px var(--ecc-padding-x);
    border-top: 1px solid var(--ecc-border-color);
  }
  .eai-price-option__content {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em;
    font-size: 13px;
    font-weight: 400;
  }
  .eai-price-option__price {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    text-align: right;
    font-weight: 900;
  }
  .eai-price-option__price .ecc-price__main__value {
    font-size: 1.29em;
  }
}

/*
 * 料金シミュレーション
------------------------------------------------*/
.eai-simulators {
  --ecc-tabs-active-color: var(--ecc-service-primary-color);
  --ecc-border-width: 2px;
  --ecc-border-radius: 5px;
}
@media (min-width: 750.02px) {
  .eai-simulators {
    --ecc-border-width: 3px;
  }
}

.eai-price-connector {
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  text-align: center;
}
.eai-price-connector em {
  font-size: 1.2em;
  font-style: normal;
}
.eai-price-connector span {
  font-size: 1em;
}
@media (min-width: 750.02px) {
  .eai-price-connector em {
    font-size: 1em;
  }
}

/*--------------- Tab ---------------*/
.eai-simulator-tabs {
  --ecc-gap: 5px;
  display: block;
  width: 100%;
}
.eai-simulator-tabs__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: var(--ecc-gap);
}
.eai-simulator-tabs__list__item {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
@media (min-width: 750.02px) {
  .eai-simulator-tabs {
    --ecc-gap: 5px;
  }
}

.eai-simulator-tab {
  display: block;
  width: 100%;
  padding: 0.5em;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  border-bottom: 0;
  border-radius: var(--ecc-border-radius) var(--ecc-border-radius) 0 0;
  cursor: pointer;
  color: #000000;
  background: #ffffff;
}
@media (min-width: 750.02px) {
  .eai-simulator-tab {
    font-size: clamp(14px, 1.87vw, 18px);
    line-height: 1.5;
    padding: 0.92em 0.5em;
  }
}
.eai-simulator-tab.is-active, .eai-simulator-tab.js--active {
  color: #ffffff;
  background: var(--ecc-tabs-active-color);
}

.eai-simulator-tabContent {
  display: none;
  width: 100%;
  padding: 0;
  border: var(--ecc-border-width) solid var(--ecc-tabs-active-color);
  border-radius: 0 0 var(--ecc-border-radius) var(--ecc-border-radius);
  color: #000000;
  background: #ffffff;
}
.eai-simulator-tabContent.is-active, .eai-simulator-tabContent.js--active {
  display: block;
}

/*--------------- Form ---------------*/
.eai-simulator {
  --ecc-form-bgcolor: #d1e6f4;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px;
}
.eai-simulator__step1 {
  display: block;
  width: 100%;
  padding: 20px 20px;
  background-color: var(--ecc-form-bgcolor);
}
.eai-simulator__step2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 15px;
}
.eai-simulator__step1 + .eai-simulator__step2 {
  position: relative;
}
.eai-simulator__step1 + .eai-simulator__step2::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-color: var(--ecc-form-bgcolor);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 1;
  margin: auto;
}
.eai-simulator__form {
  display: block;
  width: 100%;
}
.eai-simulator__result {
  display: block;
  width: 100%;
  margin: auto 0 0;
}
@media (min-width: 750.02px) {
  .eai-simulator {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 60px;
  }
  .eai-simulator__step1 {
    padding: 40px 40px;
  }
  .eai-simulator__step2 {
    padding: 40px 40px;
  }
  .eai-simulator__step1 + .eai-simulator__step2::before {
    width: 60px;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    bottom: 0;
    z-index: 1;
    margin: auto;
  }
}

.eai-simulator-title {
  --ecc-index-size: 18px;
  --ecc-index-font-size: 12px;
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 15px;
  padding: 0 0 0 calc(var(--ecc-index-size) + 0.5em);
  position: relative;
}
.eai-simulator-title__index {
  width: var(--ecc-index-size);
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--ecc-index-font-size);
  font-weight: 900;
  font-style: normal;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  color: #ffffff;
  background: var(--ecc-service-primary-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}
.eai-simulator-title__text {
  display: flex;
  align-items: center;
  line-height: var(--ecc-index-size);
}
.eai-simulator-title__note {
  display: block;
  font-size: 0.86em;
  font-weight: 600;
}
@media (min-width: 750.02px) {
  .eai-simulator-title {
    --ecc-index-size: 32px;
    --ecc-index-font-size: 20px;
    font-size: 18px;
  }
  .eai-simulator-title__note {
    font-size: 0.78em;
  }
}

.eai-simulator-form {
  --ecc-border-radius: 12.5px;
  width: 100%;
  display: flex;
  gap: 10px;
}
.eai-simulator-form__input {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
}
.eai-simulator-form__action {
  display: flex;
  flex: 0 0 auto;
  max-width: 100%;
}
@media (min-width: 750.02px) {
  .eai-simulator-form {
    --ecc-border-radius: 25px;
  }
}

.eai-simulator-input {
  display: block;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: var(--ecc-border-radius);
  font-family: var(--ecc-font-family-en, var(--ecc-font-family-base, sans-serif));
  font-size: 18px;
  line-height: 1.5;
  padding: 0.44em 1em;
}
@media (min-width: 750.02px) {
  .eai-simulator-input {
    font-size: 20px;
    line-height: 1.5;
    padding: 0.45em 1em;
  }
}

.eai-simulator-btn {
  font-size: 14px;
  line-height: 1.5;
  padding: 0.86em 1em;
  color: #ffffff;
  background: var(--ecc-service-theme-color);
  text-align: center;
  font-weight: 800;
  border-radius: var(--ecc-border-radius);
}
@media (min-width: 750.02px) {
  .eai-simulator-btn {
    font-size: 18px;
    line-height: 1.5;
    padding: 0.64em 1.85em;
  }
}

.eai-simulator-result {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #000000;
}
.eai-simulator-result__prefix {
  display: block;
  width: auto;
  padding: 0 0.25em;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
}
.eai-simulator-result__price {
  display: block;
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}
.eai-simulator-result__contact {
  display: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 0.25em;
  text-align: center;
}
@media (min-width: 750.02px) {
  .eai-simulator-result {
    font-size: 18px;
  }
  .eai-simulator-result__prefix, .eai-simulator-result__price, .eai-simulator-result__contact {
    font-size: 1em;
  }
}

.eai-simulator-result.has-contact .eai-simulator-result__prefix, .eai-simulator-result.has-contact .eai-simulator-result__price {
  display: none;
}
.eai-simulator-result.has-contact .eai-simulator-result__contact {
  display: block;
}

/*
 * 導入の流れ
------------------------------------------------*/
.eai-flows {
  background-color: rgba(4, 67, 134, 0.1);
}

.eai-flow {
  display: block;
  width: 100%;
  position: relative;
}
.eai-flow__layout {
  --ecc-gap: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: var(--ecc-gap);
}
@media (min-width: 750.02px) {
  .eai-flow__layout {
    --ecc-gap: 20px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    padding-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .eai-flow__span {
    padding: 0 20px;
  }
}
.eai-flow__span__content {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 750.02px) {
  .eai-flow__span__content {
    grid-column: var(--ecc-flow-span-start)/var(--ecc-flow-span-end);
  }
}
@media (max-width: 750px) {
  .eai-flow__span__content {
    grid-row: var(--ecc-flow-span-start)/var(--ecc-flow-span-end);
    display: flex;
  }
}
.eai-flow__layout + .eai-flow__span {
  align-items: flex-end;
}
@media (max-width: 750px) {
  .eai-flow__layout + .eai-flow__span {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    grid-template-rows: repeat(var(--ecc-flow-count), minmax(0, 1fr));
  }
}

.eai-flow-step {
  --ecc-image-size: 50px;
  width: 100%;
  padding: 10px 10px;
  display: grid;
  grid-template-columns: var(--ecc-image-size) minmax(0, 1fr) var(--ecc-image-size);
  grid-template-areas: "image head _" "image content _";
  grid-gap: 5px 5px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 5px;
  /* overflow: hidden; */
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.eai-flow-step__head {
  grid-area: head;
}
.eai-flow-step__image {
  grid-area: image;
}
.eai-flow-step__content {
  grid-area: content;
}
@media (min-width: 750.02px) {
  .eai-flow-step {
    background: transparent;
    padding: 0;
    font-size: clamp(12px, 1.6vw, 16px);
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.eai-flow-step__content p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
}
.eai-flow-step__content p span {
  display: block;
}

@media (min-width: 750.02px) {
  .eai-flow-step:nth-child(1) {
    --ecc-opacity: 0.3;
  }
  .eai-flow-step:nth-child(2) {
    --ecc-opacity: 0.4;
  }
  .eai-flow-step:nth-child(3) {
    --ecc-opacity: 0.6;
  }
  .eai-flow-step:nth-child(4) {
    --ecc-opacity: 0.6;
  }
  .eai-flow-step:nth-child(5) {
    --ecc-opacity: 0.7;
  }
  .eai-flow-step:nth-child(6) {
    --ecc-opacity: 0.8;
  }
  .eai-flow-step:nth-child(7) {
    --ecc-opacity: 0.9;
  }
  .eai-flow-step:nth-child(n+8) {
    --ecc-opacity: 1;
  }
}

.eai-flow-step + .eai-flow-step .eai-flow-step__image::before {
  content: "";
  width: 10px;
  height: 17px;
  background-color: var(--ecc-service-theme-color);
  clip-path: polygon(25% 0%, 75% 0%, 75% 58.82%, 100% 58.82%, 50% 100%, 0% 58.82%, 25% 58.82%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  transform: translateY(25%);
  z-index: 2;
  margin: auto;
}
@media (min-width: 750.02px) {
  .eai-flow-step + .eai-flow-step .eai-flow-step__image {
    position: relative;
  }
  .eai-flow-step + .eai-flow-step .eai-flow-step__image::before {
    width: 24px;
    height: 20px;
    clip-path: polygon(0% 25%, 41.67% 25%, 41.67% 0%, 100% 50%, 41.67% 100%, 41.67% 75%, 0% 75%);
    top: 50%;
    left: calc(-1 * var(--ecc-gap));
    right: auto;
    bottom: auto;
    transform: translate(0%, -50%);
  }
}

.eai-flow-step-title {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0.25em;
  font-size: 12px;
  font-family: var(--ecc-font-family-en, var(--ecc-font-family-base, sans-serif));
  color: var(--ecc-service-primary-color);
}
.eai-flow-step-title span {
  font-size: 1em;
}
.eai-flow-step-title em {
  font-size: 1.33em;
  font-style: normal;
}
@media (min-width: 750.02px) {
  .eai-flow-step-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-radius: 5px;
    font-size: clamp(12px, 1.6vw, 16px);
    color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  .eai-flow-step-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    background-color: var(--ecc-service-primary-color);
    opacity: var(--ecc-opacity, 1);
  }
  .eai-flow-step-title > * {
    position: relative;
    z-index: 2;
  }
  .eai-flow-step-title em {
    font-size: 1.63em;
  }
}

.eai-flow-step-image {
  display: block;
  width: var(--ecc-image-size);
  height: var(--ecc-image-size);
  color: #000000;
  background: #e5ecf3;
  border-radius: 50%;
  overflow: hidden;
}
.eai-flow-step-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 750.02px) {
  .eai-flow-step-image {
    width: 83.33%;
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
    color: #000000;
    background: #ffffff;
  }
}

.eai-flow-span {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  font-size: clamp(14px, 1.87vw, 16px);
  font-weight: 700;
  color: #ffffff;
  background-color: var(--ecc-service-theme-color);
  margin: auto 0 0;
  padding: 0.25em 0.5em;
  clip-path: polygon(0% 0%, calc(100% - 1em) 0%, 100% 50%, calc(100% - 1em) 100%, 0% 100%);
}
.eai-flow-span__text {
  display: block;
  text-align: center;
  letter-spacing: 0.25em;
}
@media (max-width: 750px) {
  .eai-flow-span {
    font-size: 12px;
    width: 2.08em;
    margin: 5px 0 5px auto;
    clip-path: polygon(0% 0.5em, 50% 0%, 100% 0.5em, 100% calc(100% - 0.5em), 50% 100%, 0% calc(100% - 0.5em));
  }
  .eai-flow-span__text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    letter-spacing: 0;
  }
}

.eai-flow-spanNote {
  display: block;
  margin: 0.5em 0 0;
  font-size: clamp(10px, 1.33vw, 14px);
  font-weight: 600;
  text-align: center;
}
@media (max-width: 750px) {
  .eai-flow-spanNote {
    font-size: 10px;
    text-align: right;
    position: absolute;
    top: calc(100% + 1em);
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
  }
}

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

.eai-works {
  background-color: rgba(4, 67, 134, 0.1);
}
.eai-works .lsrv-interviews,
.eai-works .lsrv-columns {
  display: none;
}

.lsrv__aside .lsrv-works {
  display: none;
}
