.bg-bscmn01:after {
  background: #F2F2F2 url(../img/business/bg_business01.jpg) no-repeat top right/cover;
}

.c-page-contents01.bg-bscmn01.is-show::before {
  transform: translateX(-27.1%) scale(2);
}

.bg-bscmn02:after {
  background: #F2F2F2 url(../img/business/bg_business02.jpg) no-repeat top left/cover;
}

.section-bscmn02 {
  padding: 92px 0 66px;
}
@media (max-width: 960px) {
  .section-bscmn02 {
    padding: 0 0 40px;
  }
}

.bs-possible {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 36px;
}
@media (max-width: 960px) {
  .bs-possible {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .bs-possible {
    margin-top: 40px;
    grid-template-columns: repeat(1, auto);
  }
}

.bs-possible__item {
  display: block;
  border: 1px solid #333399;
  transition: 0.3s ease-in-out color;
  transition-property: color, background-color;
}

.bs-possible__title {
  color: #333399;
  font-size: 2.8rem;
  line-height: 1.46;
  transition: 0.3s ease-in-out color;
}
.bs-possible__title.-ls-narrow {
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .bs-possible__title {
    font-size: 2rem;
  }
}
.bs-possible__title span {
  position: relative;
  display: block;
  padding-right: 1.5em;
}
.bs-possible__title span::before, .bs-possible__title span::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out color;
  transition-property: opacity;
}
.bs-possible__title span::before {
  background: url(../img/common/icon_circle_arrow_b.svg);
  opacity: 1;
}
.bs-possible__title span::after {
  background: url(../img/common/icon_circle_arrow.svg);
  opacity: 0;
}

@media (hover: hover) {
  .bs-possible__item:hover {
    color: #fff;
    background-color: #333399;
  }
  .bs-possible__item:hover .bs-possible__title {
    color: #fff;
  }
  .bs-possible__item:hover .bs-possible__title span::before {
    opacity: 0;
  }
  .bs-possible__item:hover .bs-possible__title span::after {
    opacity: 1;
  }
}
@media (hover: none) {
  .bs-possible__item:active {
    color: #fff;
    background-color: #333399;
  }
  .bs-possible__item:active .bs-possible__title {
    color: #fff;
  }
  .bs-possible__item:active .bs-possible__title span::before {
    opacity: 0;
  }
  .bs-possible__item:active .bs-possible__title span::after {
    opacity: 1;
  }
}

.bs-possible__body {
  padding: 1.125em;
}

.bs-possible__text {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 2.12;
}

.section-bs-kind {
  padding: 130px 0 120px;
}
@media (max-width: 768px) {
  .section-bs-kind {
    padding: 20px 0 60px;
  }
}

.section-bs-works {
  background-color: #F2F2F2;
  padding: 130px 0 120px;
}
@media (max-width: 768px) {
  .section-bs-works {
    padding: 60px 0 60px;
  }
}

.bs-works-table-wrap {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .bs-works-table-wrap {
    margin-top: 60px;
  }
}
.bs-works-table-wrap.-scroll {
  overflow-x: auto;
}

.bs-works-table {
  width: 1500px;
}
@media (max-width: 768px) {
  .bs-works-table {
    width: 750px;
  }
}
.bs-works-table th {
  position: -webkit-sticky;
  position: sticky;
  padding: 1em 0;
  font-size: 1.3rem;
  line-height: 1.23;
  text-align: center;
  background-color: #F2F2F2;
}
.bs-works-table th:nth-child(1) {
  width: 200px;
  text-align: center;
}
.bs-works-table th:nth-child(2) {
  width: 200px;
  text-align: center;
}
.bs-works-table th:nth-child(3) {
  width: calc(100% - 400px);
  text-align: center;
}
.bs-works-table td {
  text-align: left;
}

.bg-bs01:after {
  background: #F2F2F2 url(../img/business/business01/kv.jpg) no-repeat top left/cover;
}

.bg-bs02:after {
  background: #F2F2F2 url(../img/business/business02/kv.jpg) no-repeat top left/cover;
}

.bg-bs03:after {
  background: #F2F2F2 url(../img/business/business03/kv.jpg) no-repeat top left/cover;
}

.bg-bs04:after {
  background: #F2F2F2 url(../img/business/business04/kv.jpg) no-repeat top left/cover;
}

.bg-bs05:after {
  background: #F2F2F2 url(../img/business/business05/kv.jpg) no-repeat top left/cover;
}

.bg-bs06:after {
  background: #F2F2F2 url(../img/business/business06/kv.jpg) no-repeat top left/cover;
}

.bs-kind {
  margin-top: 120px;
}
@media (max-width: 960px) {
  .bs-kind {
    margin-top: 60px;
  }
}

.bs-kind__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bs-kind__item:not(:first-child) {
  margin-top: 63px;
}
@media (max-width: 960px) {
  .bs-kind__item {
    flex-direction: column-reverse;
  }
}

.bs-kind__body {
  width: 50%;
}
@media (max-width: 960px) {
  .bs-kind__body {
    margin-top: 30px;
    width: 100%;
  }
}

.bs-kind__thumb {
  width: 42.3333333333%;
}
@media (max-width: 960px) {
  .bs-kind__thumb {
    width: 100%;
  }
}

* + .bs-kind__text {
  margin-top: 2em;
}

.bs-kind__text {
  font-size: 1.6rem;
  line-height: 1.18;
}
.bs-kind__text p + p {
  margin-top: 1em;
}

* + .bs-dw-button {
  margin-top: 2em;
}

.bs-kind__table {
  font-size: 1.6rem;
  line-height: 1.18;
}
.bs-kind__table th, .bs-kind__table td {
  padding: 2em 0;
  border-bottom: 1px solid #C6C6C6;
}
.bs-kind__table th {
  padding-right: 2em;
  position: relative;
  width: 6em;
}
.bs-kind__table th::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 32px;
  width: 1px;
  background-color: #C6C6C6;
}
.bs-kind__table td {
  padding-left: 1em;
}

.lease-wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 36px;
}
@media (max-width: 768px) {
  .lease-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}

.lease-kind__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lease-kind__title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 0.9em;
  color: #333399;
}
@media (max-width: 768px) {
  .lease-kind__title {
    font-size: 2.4rem;
  }
}

.lease-kind__text {
  font-size: 1.6rem;
  line-height: 1.18;
}
.lease-kind__text p + p {
  margin-top: 1em;
}

* + .lease-kind__text {
  margin-top: 2em;
}

* + .lease-dw-button {
  margin: 2em auto 0;
}