/* Scss Document */
.support__head.--kariage {
  background: #F4F4F8 url(../img/stavilization/kv_kariage.png) no-repeat right center;
}
@media only screen and (max-width: 1390px) {
  .support__head.--kariage {
    background: #F4F4F8 url(../img/stavilization/kv_kariage.png) no-repeat right -24rem center;
  }
}
@media only screen and (max-width: 640px) {
  .support__head.--kariage {
    background-position: right bottom;
    background-size: 150% auto;
  }
}
.support__head.--kariage .support__head-title {
  font-size: 4.8rem;
}
@media only screen and (max-width: 640px) {
  .support__head.--kariage .support__head-title {
    margin-bottom: 0.5em;
    font-size: 5.625vw;
  }
}
.support__head.--kariage .support__head-title em {
  font-size: 6rem;
  color: #AD324A;
}
@media only screen and (max-width: 640px) {
  .support__head.--kariage .support__head-title em {
    font-size: 7.5vw;
  }
}
.support__head.--grouphome {
  background: #FFFBF3 url(../img/stavilization/kv_grouphome.png) no-repeat center center;
}
@media only screen and (max-width: 640px) {
  .support__head.--grouphome {
    background-position: right bottom;
    background-size: 150% auto;
  }
}

.kariage__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .kariage__container {
    display: block;
  }
}
.kariage__text {
  width: 58rem;
}
@media only screen and (max-width: 640px) {
  .kariage__text {
    width: 100%;
  }
}
.kariage__image {
  width: 47.5rem;
}
@media only screen and (max-width: 640px) {
  .kariage__image {
    margin-top: 4.6875vw;
    width: 100%;
  }
}
.kariage__list {
  margin: 0 auto;
  padding: 0 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 1.25em 0;
}
@media only screen and (max-width: 640px) {
  .kariage__list {
    padding: 0;
    font-size: 3.4375vw;
    gap: 1em 0;
  }
}
.kariage__list li {
  display: flex;
  line-height: 1.5;
  position: relative;
  padding-left: 6.9rem;
}
@media only screen and (max-width: 640px) {
  .kariage__list li {
    padding-top: 0.2em;
    padding-left: 10vw;
  }
}
.kariage__list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  background: url(../img/common/icon_check.svg) no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .kariage__list li::before {
    width: 7.1875vw;
    height: 7.1875vw;
  }
}

@media only screen and (max-width: 640px) {
  .business__column .column--50:last-child {
    margin-top: 4.6875vw;
  }
}

.sublease__column .text {
  width: 51.5rem;
}
@media only screen and (max-width: 640px) {
  .sublease__column .text {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .sublease__column .image {
    margin-top: 4.6875vw;
  }
}

.use__container {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 640px) {
  .use__container {
    gap: 3.125vw;
  }
}
.use__item {
  width: 19rem;
}/*# sourceMappingURL=stavilization.css.map */