@charset "UTF-8";
/*
|---------------------------------------------------------------
| ec-connector-2025 TransForm css
|---------------------------------------------------------------
*/
:root {
  --ecc-service-theme-color: #022864;
  --ecc-service-primary-color: #044386;
  --ecc-service-secondary-color: #e8eff7;
  --ecc-service-light-color: #ebeded;
}

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

/*
 * 特徴
------------------------------------------------*/
.tf-features::before {
  background-image: url("../images/bg-feature01.png?t=1748943025459");
}
.tf-features::after {
  background-image: url("../images/bg-feature02.png?t=1748943025459");
}

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

.lsrv-solution__to {
  color: #ffffff;
  background-color: var(--ecc-service-theme-color);
}

.tf-solutions {
  padding: 40px 0;
}
@media (min-width: 750.02px) {
  .tf-solutions {
    padding: 80px 40px;
  }
}

.tf-solutions-title {
  --ecc-service-theme-color: #2974e6;
  font-family: var(--ecc-font-family-en, var(--ecc-font-family-base, sans-serif));
}
.tf-solutions-title em {
  font-style: normal;
  font-size: 1.48em;
}

.tf-solution {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.tf-solution__list {
  list-style: none;
  padding-left: 0;
}
.tf-solution__list__item {
  display: block;
}
.tf-solution:not(.swiper-initialized) .tf-solution__list {
  width: 100%;
  display: block;
}
.tf-solution:not(.swiper-initialized) .tf-solution__list__item {
  width: 100%;
  margin-bottom: 50px;
}

/*--------------- Swiper Arrow ---------------*/
.tf-solution-arrow {
  display: block;
  border-radius: 1.5em;
  font-size: 20px;
  line-height: 1.5;
  padding: 0.5em 1em;
  color: var(--ecc-service-color);
  background-color: var(--ecc-service-bgcolor);
  cursor: pointer;
  transition: opacity 0.25s;
  flex-shrink: 0;
}
.tf-solution-arrow::before, .tf-solution-arrow::after {
  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;
  opacity: 0;
}
.tf-solution-arrow::before {
  --fa: "\f053";
  margin-right: 0.5em;
}
.tf-solution-arrow::after {
  --fa: "\f054";
  margin-left: 0.5em;
}
.tf-solution-arrow:hover {
  opacity: 0.6;
}

.tf-solution-arrow-prev {
  order: -1;
  margin-right: auto;
}
.tf-solution-arrow-prev::before {
  opacity: 1;
}

.tf-solution-arrow-next {
  order: 1;
  margin-left: auto;
}
.tf-solution-arrow-next::after {
  opacity: 1;
}

.tf-solution-block {
  display: block;
  width: 100%;
}
.tf-solution-block__header {
  display: block;
  width: 100%;
  margin: 0 0 25px;
}
.tf-solution-block__body {
  display: block;
  width: 100%;
}
.tf-solution-block__title {
  --ecc-service-color: #000000;
  --ecc-service-bgcolor: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  font-size: clamp(20px, 2.67vw, 27px);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 750px) {
  .tf-solution-block__title .tf-solution-arrow {
    display: none;
  }
}
.tf-solution-block__content {
  display: block;
  width: 100%;
  font-size: clamp(14px, 1.87vw, 16px);
  line-height: 1.75;
  font-weight: 500;
  text-align: left;
}

.tf-solution-block-image {
  display: block;
  width: 100%;
}
.tf-solution-block-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 750.02px) {
  .tf-solution-block-image {
    width: auto;
    margin: 0 -40px;
  }
}

.tf-solution-block-index {
  --ecc-service-color: #ffffff;
  --ecc-service-bgcolor: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 750.02px) {
  .tf-solution-block-index {
    font-weight: 400;
    font-size: 24px;
  }
}
.tf-solution-block-index__text {
  display: inline-block;
}
@media (min-width: 750.02px) {
  .tf-solution-block-index__text {
    display: inline-flex;
    align-items: baseline;
    gap: 0.5em;
  }
  .tf-solution-block-index__text::before {
    content: "［";
  }
  .tf-solution-block-index__text::after {
    content: "］";
  }
}
.tf-solution-block-index .tf-solution-arrow {
  font-size: 0;
}
.tf-solution-block-index .tf-solution-arrow::before, .tf-solution-block-index .tf-solution-arrow::after {
  font-size: 24px;
}
@media (min-width: 750.02px) {
  .tf-solution-block-index .tf-solution-arrow {
    display: none;
  }
}
.tf-solution-block-index .tf-solution-arrow-prev {
  margin-right: 20px;
}
.tf-solution-block-index .tf-solution-arrow-prev::after {
  display: none;
}
.tf-solution-block-index .tf-solution-arrow-next {
  margin-left: 20px;
}
.tf-solution-block-index .tf-solution-arrow-next::before {
  display: none;
}

/*
 * 費用
------------------------------------------------*/
@media (min-width: 750.02px) {
  .lsrv-pricing__head small {
    font-size: 1em;
  }
}

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