@charset "UTF-8";
/*
|---------------------------------------------------------------
| ec-connector-2025 child service.css
|---------------------------------------------------------------
*/
:root {
  --ecc-service-theme-color: #1a81c8;
  --ecc-service-light-color: #e7edf4;
  --ecc-service-primary-color: #1a81c8;
  --ecc-service-secondary-color: #004688;
  --ecc-service-header-height: 40px;
}
@media (min-width: 750.02px) {
  :root {
    --ecc-service-header-height: 46px;
  }
}

.l-service {
  --ecc-section-title-border-color: var(--ecc-service-theme-color);
  --ecc-button-hover-bgcolor: var(--ecc-service-theme-color);
  --ecc-button-hover-border-color: var(--ecc-service-theme-color);
}
.l-service strong {
  font-style: normal;
  font-weight: 800;
  color: var(--ecc-service-theme-color);
}

/*--------------- CTA ---------------*/
.ecc-ctas {
  padding: 50px 0;
  background-color: #000000;
  background-image: url("../images/bg-cta-dark_sp.jpg?t=1750996645209");
}
@media (min-width: 750.02px) {
  .ecc-ctas {
    background-image: url("../images/bg-cta-dark_pc.jpg?t=1750996645209");
  }
}

.ecc-cta__header {
  display: none;
}

/*
 * Header
------------------------------------------------*/
.l-service-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--ecc-service-header-height);
  color: #ffffff;
  background: #000000;
  position: fixed;
  top: calc(var(--ecc-header-top-height, 0px) + var(--ecc-header-main-height, 0px));
  left: 0;
  right: 0;
  z-index: 9995;
}

body.service-index {
  padding-top: calc(var(--ecc-header-top-height, 0px) + var(--ecc-header-main-height, 0px) + var(--ecc-service-header-height));
}

.lsrv-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 1em;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 750.02px) {
  .lsrv-nav {
    justify-content: flex-start;
    font-size: 16px;
  }
}
.lsrv-nav__head {
  display: block;
  margin: 0;
  padding: 0;
  font-family: var(--ecc-font-family-en, var(--ecc-font-family-base, sans-serif));
  font-size: 1.13em;
  font-weight: bold;
}
.lsrv-nav__body {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.lsrv-nav__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
}
.lsrv-nav__list__item {
  display: block;
  margin: 0;
  padding: 0;
}

.lsrv-nav-link {
  color: inherit;
  text-decoration: none !important;
}

/*
 * Section
------------------------------------------------*/
.lsrv-section {
  --ecc-container-padding: 20px;
  display: block;
  width: 100%;
  padding: clamp(60px, 8vw, 100px) 0;
}
.lsrv-section__header {
  display: block;
  width: 100%;
}
.lsrv-section__body {
  display: block;
  width: 100%;
}

.lsrv-section-title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 clamp(30px, 4vw, 60px);
  overflow: hidden;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.39;
  padding: 0 0 0 1.36em;
  position: relative;
  letter-spacing: 0.025em;
}
@media (max-width: 750px) {
  .lsrv-section-title {
    width: auto;
    margin-left: calc(-1 * var(--ecc-container-padding));
  }
}
.lsrv-section-title::before {
  content: "";
  display: block;
  background-color: var(--ecc-service-theme-color, currentColor);
  width: 1.14em;
  height: 0.32em;
  border-radius: 0 0.16em 0.16em 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
@media (min-width: 750.02px) {
  .lsrv-section-title {
    font-size: clamp(21px, 2.8vw, 42px);
    padding-left: 1.67em;
  }
  .lsrv-section-title::before {
    width: 1.43em;
    height: 0.29em;
    border-radius: 0 0.14em 0.14em 0;
  }
}
.lsrv-section-title span {
  display: block;
}
.lsrv-section-title strong {
  font-style: normal;
  color: var(--ecc-service-theme-color);
}

.lsrv-section-lead {
  display: block;
  width: 100%;
  margin: 0 0 clamp(30px, 4vw, 50px);
  font-size: clamp(14px, 1.87vw, 18px);
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
}
.lsrv-section-lead span {
  display: inline-block;
}

/*
 * MV
------------------------------------------------*/
.lsrv-mv {
  --ecc-container-maxwidth: 1500px;
  --ecc-container-padding: 0px;
  display: block;
  width: 100%;
  color: #000000;
  background-color: var(--ecc-service-light-color);
}
.lsrv-mv__image {
  display: block;
  width: 100%;
}
.lsrv-mv__image img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

/*
 * Service Statement
------------------------------------------------*/
.lsrv-statement {
  display: block;
  width: 100%;
  padding: 40px 20px;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid var(--ecc-service-theme-color);
  border-radius: 5px;
  overflow: hidden;
  font-size: clamp(14px, 1.87vw, 20px);
  font-weight: 600;
  text-align: center;
}
@media (min-width: 750.02px) {
  .lsrv-statement {
    padding: 8.18% 4.55%;
  }
}
.lsrv-statement__header {
  display: block;
  width: 100%;
}
.lsrv-statement__body {
  display: block;
  width: 100%;
  line-height: 1.75;
}

.lsrv-statement-title {
  display: block;
  width: 100%;
  margin: 0 0 clamp(40px, 5.33vw, 60px);
  font-size: clamp(20px, 2.67vw, 36px);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 0 0 0.75em;
  background-image: linear-gradient(var(--ecc-service-theme-color) 0%, var(--ecc-service-theme-color) 100%);
  background-size: 130px 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (min-width: 750.02px) {
  .lsrv-statement-title {
    background-size: 100px 6px;
  }
}
.lsrv-statement-title__prefix {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  color: var(--ecc-service-theme-color);
  font-family: var(--ecc-font-family-en, var(--ecc-font-family-base, sans-serif));
  font-size: 0.75em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.025em;
}
.lsrv-statement-title__text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.lsrv-statement-title__text span {
  display: block;
}

/*
 * お悩み
------------------------------------------------*/
.lsrv-problems {
  display: block;
  width: 100%;
  overflow: hidden;
}
.lsrv-problems__header {
  display: block;
  width: 100%;
  margin: 0 0 35px;
}
.lsrv-problems__body {
  display: block;
  width: 100%;
}
.lsrv-problems__list {
  list-style: none;
  padding-left: 0;
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.lsrv-problems__list__item {
  display: block;
  margin: 0 0 20px;
  padding: 0 10px;
  width: auto;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 750.02px) {
  .lsrv-problems__list {
    margin: 0 -12.5px;
  }
  .lsrv-problems__list__item {
    padding: 0 12.5px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.lsrv-problems-title {
  display: block;
  width: 100%;
  margin: 0 0 clamp(8px, 1.07vw, 17px);
  font-size: 18px;
  line-height: 1.5;
  padding-top: 0.36em;
  padding-bottom: 0.36em;
  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) {
  .lsrv-problems-title {
    font-size: 27px;
    line-height: 1.5;
    padding-top: 0.44em;
    padding-bottom: 0.44em;
  }
}
.lsrv-problems-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%);
}

.lsrv-problem {
  display: block;
  width: 100%;
  font-size: clamp(16px, 2.13vw, 24px);
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
.lsrv-problem__image {
  display: block;
  width: 100%;
}
.lsrv-problem__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 750.02px) {
  .lsrv-problem__image {
    padding: 0 12.14%;
  }
}
.lsrv-problem__body {
  display: block;
  width: 100%;
}
.lsrv-problem__image + .lsrv-problem__body::before {
  content: "";
  display: block;
  width: clamp(52.5px, 7vw, 105px);
  height: clamp(3px, 0.4vw, 6px);
  border-radius: 3px;
  margin: clamp(20px, 2.67vw, 30px) auto;
  background-color: var(--ecc-service-theme-color);
}
.lsrv-problem em {
  color: #2974e6;
  font-style: normal;
}

/*
 * 解決
------------------------------------------------*/
.lsrv-solutions {
  display: block;
  width: 100%;
}
.lsrv-solutions__header {
  --ecc-container-maxwidth: 100%;
  --ecc-container-padding: 0;
  display: block;
  width: 100%;
}
.lsrv-solutions__body {
  display: block;
  width: 100%;
}

.lsrv-solutions-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(50px, 6.67vw, 90px);
}
.lsrv-solutions-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%);
}

.lsrv-solution {
  display: block;
  width: 100%;
}
.lsrv-solution__from {
  display: block;
  width: 100%;
}
.lsrv-solution__to {
  display: block;
  width: 100%;
}
.lsrv-solution__from + .lsrv-solution__to {
  padding-top: 8.33vw;
  clip-path: polygon(0% 0%, 50% 8.33vw, 100% 0%, 100% 100%, 0% 100%);
}
.lsrv-solution__image {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}

.lsrv-solution-main {
  display: block;
  width: 100%;
}
.lsrv-solution-main__header {
  display: block;
  width: 100%;
  margin: 0 0 25px;
}
.lsrv-solution-main__body {
  display: block;
  width: 100%;
}
.lsrv-solution-main__content {
  display: block;
  width: 100%;
  padding: 0 0.5em 2em;
  font-size: clamp(14px, 1.87vw, 20px);
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 750.02px) {
  .lsrv-solution-main__content {
    padding: 0 0 10px;
  }
}

.lsrv-solution-main-title {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  color: var(--ecc-service-primary-color);
  font-size: clamp(16px, 2.13vw, 42px);
  font-weight: 700;
  text-align: center;
}

.srv-solution-image {
  display: block;
  width: 100%;
}
.srv-solution-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .srv-solution-image {
    width: auto;
    margin: 0 calc(-1 * var(--ecc-container-padding));
  }
}

/*
 * 特徴
------------------------------------------------*/
.lsrv-features {
  background-color: var(--ecc-service-light-color);
  position: relative;
}
.lsrv-features > * {
  position: relative;
  z-index: 2;
}
.lsrv-features::before, .lsrv-features::after {
  content: "";
  pointer-events: none;
  display: block;
  width: min(24vw, 180px);
  aspect-ratio: 320/220;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  margin: auto;
}
@media (min-width: 750.02px) {
  .lsrv-features::before, .lsrv-features::after {
    width: min(16.67vw, 320px);
  }
}
.lsrv-features::before {
  top: 0;
  left: 0;
  background-position: left top;
}
.lsrv-features::after {
  right: 0;
  bottom: 0;
  background-position: right bottom;
}

.lsrv-feature {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px;
}
@media (min-width: 750.02px) {
  .lsrv-feature {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 25px;
  }
}

.lsrv-feature-section {
  display: block;
  width: 100%;
  padding: 20px 20px;
  border-radius: 5px;
  overflow: hidden;
  color: var(--ecc-body-color);
  background: #ffffff;
  box-shadow: var(--ecc-box-shadow, none);
  position: relative;
}
@media (min-width: 750.02px) {
  .lsrv-feature-section {
    padding: 40px 20px;
  }
}
.lsrv-feature-section > * {
  position: relative;
  z-index: 2;
}
.lsrv-feature-section__header {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  grid-gap: 25px;
  margin: 0 0 20px;
}
.lsrv-feature-section__header__image {
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .lsrv-feature-section__header {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .lsrv-feature-section__header__image {
    display: block;
    width: 100%;
  }
}
.lsrv-feature-section__content {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
  font-feature-settings: normal;
}
@media (min-width: 750.02px) {
  .lsrv-feature-section__content {
    font-size: 16px;
  }
}

.lsrv-feature-section-image {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 750.02px) {
  .lsrv-feature-section-image {
    width: 100%;
  }
}
.lsrv-feature-section-image img {
  display: block;
  width: 100%;
  height: auto;
}

.lsrv-feature-section-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media (min-width: 750.02px) {
  .lsrv-feature-section-title {
    font-size: 24px;
    margin: 0 0 1.25em;
  }
}
.lsrv-feature-section-title span {
  display: block;
}

/*
 * 費用について
------------------------------------------------*/
.lsrv-pricings {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px;
}
@media (min-width: 750.02px) {
  .lsrv-pricings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px 40px;
  }
}
.lsrv-pricings + .lsrv-pricings {
  margin-top: 30px;
}
.lsrv-pricings__group {
  width: 100%;
  display: block;
}
@media (min-width: 750.02px) {
  .lsrv-pricings__group.is-large {
    grid-column: span 2;
  }
}
.lsrv-pricings .ecc-price {
  line-height: 1.1;
}

.lsrv-pricing {
  width: 100%;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  color: #000000;
  background-color: var(--ecc-service-secondary-color);
  font-size: 14px;
  font-weight: 700;
  min-height: 50px;
}
@media (min-width: 750.02px) {
  .lsrv-pricing {
    min-height: 80px;
    font-size: min(2vw, 20px);
  }
}
.lsrv-pricing__head {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  font-size: 1em;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
  color: #ffffff;
  background-color: var(--ecc-service-primary-color);
  flex: 0 0 115px;
  max-width: 115px;
}
@media (min-width: 750.02px) {
  .lsrv-pricing__head {
    flex: 0 0 10em;
    max-width: 10em;
  }
}
.lsrv-pricing__head small {
  display: block;
  font-size: 0.86em;
}
@media (min-width: 750.02px) {
  .lsrv-pricing__head small {
    font-size: 0.7em;
  }
}
.lsrv-pricing__body {
  display: flex;
  align-items: center;
  padding: 10px 1em;
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 1em;
}

.lsrv-pricings-note {
  display: block;
  width: 100%;
  font-size: clamp(14px, 1.87vw, 16px);
  font-weight: 500;
  text-align: left;
  line-height: 1.75;
  margin: 1em 0 0;
}

.lsrv-pricings .ecc-genrePrice__head {
  color: var(--ecc-service-theme-color);
}
