/* Font Size ----- */
:root {
  --color-txt: #3e3a39;
  --color-white: #fff;
  --color-deep-orange: #df671b;
  --color-purple: #7d80ce;
  --color-deep-purple: #655dac;
  --color-main: var(--color-txt);
  --color-accent: var(--color-deep-orange);
  --color-sub: var(--color-purple);
}

.main-ttl .ttl .txt {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
}

.business-button {
  color: #fff;
  background: var(--color-deep-purple);
  border: solid 2px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  border-radius: 100vmax;
  width: 100%;
  padding: 2rem 2.3rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  max-width: 290px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.business-button .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.business-button .img {
  width: 2.1rem;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.business-button .img .ic-mail {
  fill: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.business-button .img .ic-tel-sub {
  fill: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.business-button:hover {
  background: #eae9fb;
  border: solid 2px var(--color-deep-purple);
  color: var(--color-deep-purple);
}
.business-button:hover .img .ic-mail {
  fill: var(--color-deep-purple);
}
.business-button:hover .img .ic-tel-sub {
  fill: var(--color-deep-purple);
}

.business-hero {
  position: relative;
}
.business-hero__lead {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .business-hero__lead {
    font-size: 2rem;
  }
}
.business-hero__panel {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(2rem, 5vw, 3.5rem);
  background: #7d80ce;
  color: #fff;
  text-align: center;
}
.business-hero__title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  margin: 0;
  font-weight: 500;
  line-height: 1.8;
}
.business-hero__description {
  margin: 0 0 4rem;
  font-weight: 500;
  font-size: 1.8rem;
}
.business-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem 2.5rem;
  margin-bottom: 1.5rem;
}

.business-color-grid {
  margin-top: -2.5rem;
  height: 140px;
  background-image: url(../img/top/strength-color-block01.svg), url(../img/top/strength-color-block02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center, right center;
}

.business-merit {
  position: relative;
}
.business-merit::before, .business-merit::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 25vw;
}
@media screen and (max-width:767px) {
  .business-merit::before, .business-merit::after {
    top: 9vw;
    width: 40%;
  }
}
.business-merit::before {
  left: 0;
  aspect-ratio: 349/279;
  background: url(../img/business/color-pannel01.svg) no-repeat left/contain;
}
.business-merit::after {
  right: 0;
  aspect-ratio: 349/279;
  background: url(../img/business/color-pannel02.svg) no-repeat right/contain;
}
.business-merit__list {
  display: grid;
  gap: 3rem 1.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .business-merit__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width:992px) {
  .business-merit__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.business-merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.business-merit__icon {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  border: solid 7px #fbd9bf;
  display: grid;
  place-items: center;
}
@media screen and (max-width:767px) {
  .business-merit__icon {
    max-width: 260px;
  }
}
.business-merit__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.business-merit__title {
  font-size: clamp(2rem, 1.8vw, 2.2rem);
  margin: 0;
  font-weight: 500;
  color: var(--color-accent);
  line-height: 1.6;
}
.business-merit__description {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.7;
  font-weight: 500;
  margin-top: 1rem;
}

.business-strength__list {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width:768px) {
  .business-strength__list {
    gap: 6rem;
  }
}
.business-strength__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(1rem, 3vw, 5rem);
}
@media screen and (max-width:767px) {
  .business-strength__card {
    grid-template-columns: 1fr;
  }
}
.business-strength__card-image {
  aspect-ratio: 49/34;
  border-radius: 12px;
  overflow: hidden;
}
.business-strength__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.business-strength__card-title {
  margin-bottom: 0.5rem;
  font-size: clamp(2rem, 2.5vw, 3.6rem);
  color: var(--color-accent);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width:768px) {
  .business-strength__card-title {
    margin-bottom: 1rem;
  }
}
.business-strength__card-text {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 2.2;
  font-weight: 500;
}

/* .business-case {
    position: relative;

    &::before,&::after{
        content: '';
        position: absolute;
        top: 0;
        z-index: -1;
        width: 25vw;

        @include mq(0,768){
            top: 9vw;
            width: 40%;
        }
    }

    &::before{
        left: 0;
        aspect-ratio: 349 / 279;
        background: url(../img/business/color-pannel01.svg) no-repeat left / contain;
    }

    &::after{
        right: 0;
        aspect-ratio: 349 / 279;
        background: url(../img/business/color-pannel02.svg) no-repeat right / contain;
    }

    .tab{
        &__inner{
            @include mq(768){
                grid-template-columns: repeat(2,1fr);
            }

            @include mq(992){
                grid-template-columns: repeat(4,1fr);
            }
        }
    }
} */
.business-system {
  position: relative;
}
.business-system::before, .business-system::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 25vw;
}
@media screen and (max-width:767px) {
  .business-system::before, .business-system::after {
    top: 9vw;
    width: 40%;
  }
}
.business-system::before {
  left: 0;
  aspect-ratio: 349/279;
  background: url(../img/business/color-pannel01.svg) no-repeat left/contain;
}
.business-system::after {
  right: 0;
  aspect-ratio: 349/279;
  background: url(../img/business/color-pannel02.svg) no-repeat right/contain;
}
@media screen and (min-width:768px) {
  .business-system .tab__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width:992px) {
  .business-system .tab__inner {
    width: 80%;
    margin-inline: auto;
  }
}
.business-system__card {
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 3vw, 5rem);
  display: none;
}
@media screen and (max-width:767px) {
  .business-system__card {
    grid-template-columns: 1fr;
  }
}
.business-system__card.is-active {
  display: grid;
}
.business-system__card-image {
  aspect-ratio: 49/34;
  border-radius: 12px;
  overflow: hidden;
}
.business-system__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.business-system__card-title {
  margin-bottom: 0.5rem;
  font-size: clamp(2rem, 2.5vw, 3.6rem);
  color: var(--color-accent);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width:768px) {
  .business-system__card-title {
    margin-bottom: 1rem;
  }
}
.business-system__card-list {
  background-color: #fef1e5;
  border-radius: 12px;
  padding: 3rem;
  display: grid;
  gap: 0.5rem;
}
.business-system__card-child {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1.2rem;
  font-weight: 500;
}
.business-system__card-child::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--color-deep-purple);
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.business-flow {
  background: #fff;
}
.business-flow__contents {
  display: grid;
  gap: 6rem;
}
@media screen and (max-width:767px) {
  .business-flow__contents {
    gap: 3rem;
  }
}
.business-flow__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .business-flow__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width:992px) {
  .business-flow__list {
    width: 85%;
    margin-inline: auto;
    gap: 5rem;
  }
}
.business-flow__list::after {
  content: "";
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 2rem;
  background-color: var(--color-deep-purple);
}
@media screen and (max-width:767px) {
  .business-flow__list::after {
    display: none;
  }
}
@media screen and (min-width:1200px) {
  .business-flow__list::after {
    top: 41%;
  }
}
.business-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.business-flow__icon {
  position: relative;
}
.business-flow__icon .number {
  background-color: var(--color-accent);
  border-radius: 50%;
  color: #fff;
  width: 10vw;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0%;
  font-size: 4vw;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .business-flow__icon .number {
    width: 3.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width:992px) {
  .business-flow__icon .number {
    width: 25%;
    font-size: 120%;
  }
}
.business-flow__icon .img {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.business-flow__title {
  color: var(--color-deep-purple);
  font-size: 2rem;
  font-weight: 500;
}

.voice__slider {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}
.voice__slider .splide__track {
  overflow: visible;
}
.voice__slider .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.voice__slider .splide__slide {
  padding: clamp(1rem, 2vw, 1.8rem) 0;
}
.voice .voice-slider-arrow {
  --voice-arrow-translate-x: 0%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(3.6rem, 5vw, 5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #eae9fb;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}
.voice .voice-slider-arrow:hover, .voice .voice-slider-arrow:focus-visible {
  background: rgba(143, 128, 211, 0.1);
  -webkit-transform: translateY(-50%) scale(1.05);
          transform: translateY(-50%) scale(1.05);
}
.voice .voice-slider-arrow svg {
  width: 35%;
}
.voice .voice-slider-arrow svg path {
  stroke-width: 2px;
}
.voice .voice-slider-arrow.-prev {
  left: 0;
  -webkit-transform: translate(3rem, -50%);
          transform: translate(3rem, -50%);
}
@media screen and (max-width:767px) {
  .voice .voice-slider-arrow.-prev {
    -webkit-transform: translate(-1rem, -50%);
            transform: translate(-1rem, -50%);
  }
}
.voice .voice-slider-arrow.-next {
  right: 0;
  -webkit-transform: translate(-3rem, -50%);
          transform: translate(-3rem, -50%);
}
@media screen and (max-width:767px) {
  .voice .voice-slider-arrow.-next {
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
  }
}
@media screen and (max-width:767px) {
  .voice .voice-slider-arrow {
    width: 5rem;
  }
}
.voice .voice-card {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  gap: clamp(1.5rem, 3vw, 3.5rem);
  padding: clamp(2rem, 3vw, 3.5rem);
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  min-height: 100%;
}
@media screen and (max-width:991px) {
  .voice .voice-card {
    grid-template-columns: 1fr;
  }
}
.voice .voice-card__media {
  border-radius: 12px;
  overflow: hidden;
  background: #f2f2f2;
  aspect-ratio: 4/3;
}
.voice .voice-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.voice .voice-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 2vw, 20px);
}
.voice .voice-card__marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 3px;
  height: 1.3lh;
}
.voice .voice-card__marker span {
  width: 100%;
  height: 33.3333333333%;
}
.voice .voice-card__marker span:nth-child(1) {
  background-color: #ffb93b;
}
.voice .voice-card__marker span:nth-child(2) {
  background-color: #f7931e;
}
.voice .voice-card__marker span:nth-child(3) {
  background-color: #f66a0f;
}
.voice .voice-card__title {
  font-size: clamp(2rem, 2.2vw, 2.6rem);
  font-weight: 500;
}
.voice .voice-card__chips {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width:767px) {
  .voice .voice-card__chips {
    gap: 1rem;
  }
}
.voice .voice-card__chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width:767px) {
  .voice .voice-card__chip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .voice .voice-card__chip {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.voice .voice-card__chip-label {
  background-color: var(--color-accent);
  padding: 0.8rem 2rem;
  border-radius: 100vmax;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  min-width: unset;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .voice .voice-card__chip-label {
    width: 100%;
  }
}
@media screen and (min-width:769px) {
  .voice .voice-card__chip-label {
    min-width: 130px;
  }
}
@media screen and (min-width:1200px) {
  .voice .voice-card__chip-label {
    min-width: 150px;
    font-size: 1.4rem;
  }
}
.voice .voice-card__chip-value {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width:1200px) {
  .voice .voice-card__chip-value {
    font-size: 2rem;
  }
}
.voice .voice-card__lead {
  font-weight: 500;
  font-size: 1.5rem;
  border-top: solid 1px #c5c4c3;
  margin-top: 2rem;
  padding-top: 1.5rem;
}
@media screen and (max-width:767px) {
  .voice .voice-card__lead {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width:1200px) {
  .voice .voice-card__lead {
    font-size: 1.8rem;
  }
}
.voice .voice-card__lead:not(p) {
  display: none;
}
.voice .voice-card__lead p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.voice .voice-card__lead p:nth-child(n+2) {
  display: none;
}

.extra-sites__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width:768px) {
  .extra-sites__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width:992px) {
  .extra-sites__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.extra-sites__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 320/110;
  background-color: #efeff0;
  text-align: center;
  gap: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.extra-sites__link:hover {
  opacity: 0.7;
}
.extra-sites__link .txt {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.6;
}
.extra-sites__link .img {
  width: 1.5rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.extra-sites__link .img svg {
  width: 100%;
  height: auto;
}
.extra-sites__link .img svg .ex-link {
  fill: none;
  stroke: var(--color-txt);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}/*# sourceMappingURL=style-business.css.map */