img {
  height: auto;
  width: 100%;
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-f {
    display: flex !important;
  }
}

.sub-mv::after {
  background: url(../img/sub-mv-bg.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content {
  padding: 180px 0 60px;
  background: linear-gradient(to bottom, #e3e8ef, #bcc2c9);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 60px 0 30px;
  }
}
.content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 2250/1263;
  background: url(../img/top-bg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 2250/1263;
  background: url(../img/bottom-bg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}

.swiper.swiper1 {
  margin-top: 285px;
}
@media screen and (max-width: 767px) {
  .swiper.swiper1 {
    margin-top: 150px;
  }
}
.swiper.swiper2 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .swiper.swiper2 {
    margin-top: 10px;
  }
}
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper .swiper-wrapper .swiper-slide {
  padding: 0 5px;
}
.swiper .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}

.business {
  position: relative;
  z-index: 1;
}
.business__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1240px;
}
.business__title {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 2.15;
  letter-spacing: 0.04em;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .business__title {
    font-size: 28px;
    line-height: 1.9285714286;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }
}
.business__title i {
  font-style: normal;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .business__title i {
    margin-left: -10px;
    font-size: 38px;
  }
}
.business__sub {
  position: relative;
  z-index: 5;
  margin-top: 280px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business__sub {
    margin-top: 185px;
  }
}
.business__sub-title {
  position: relative;
  z-index: 5;
  font-weight: bold;
  font-size: 52px;
  line-height: 1.3461538462;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .business__sub-title {
    font-size: 24px;
    white-space: nowrap;
    margin-left: -10px;
  }
}
.business__sub-title span {
  font-size: 65px;
}
@media screen and (max-width: 767px) {
  .business__sub-title span {
    font-size: 32px;
  }
}
.business__sub::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  translate: -50% -45%;
  background: url(../img/daiya-bg.png);
  height: auto;
  background-size: cover;
  width: 900px;
  aspect-ratio: 1213/850;
}
@media screen and (max-width: 767px) {
  .business__sub::after {
    width: 400px;
  }
}
.business__text {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business__text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.business__text span {
  font-weight: bold;
}
.business__middle-text {
  margin-top: 140px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 24px;
  line-height: 2.0833333333;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .business__middle-text {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.business__list {
  margin-top: 150px;
  background: url(../img/list-cont.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0 100px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .business__list {
    margin-top: 60px;
    padding: 30px 0 30px;
    gap: 35px;
  }
}
.business__item {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  color: var(--white);
  padding-left: 90px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .business__item {
    gap: 20px;
    padding-inline: 8%;
    flex-direction: column;
  }
}
.business__item--direction {
  flex-direction: row-reverse;
  padding-left: 70px;
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .business__item--direction {
    padding-inline: 8%;
    flex-direction: column;
  }
}
.business__item-title {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .business__item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.business__item-text {
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .business__item-text {
    font-size: 14px;
  }
}
.business__item-left {
  width: 100%;
  max-width: 528px;
}
.business__item-right {
  width: 100%;
  max-width: 512px;
}

/*# sourceMappingURL=style.css.map */
