.hero {
  padding-top: 200px;
  padding-bottom: 100px;
}
.hero__inner {
  width: 83.33%;
  max-width: 1400px;
  margin: auto;
}
.hero__heading {
  margin-bottom: 25px;
}
.hero__heading--ja {
  margin-bottom: 10px;
}
.hero__heading--ja img, .hero__heading--ja span {
  vertical-align: middle;
}
.hero__heading--ja img {
  width: 57px;
  margin-right: 5px;
}
.hero__heading--ja span {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hero__heading--en {
  font-size: 140px;
  line-height: 1;
}
.hero__lead {
  height: 27px;
  text-align: left;
}
.hero__lead img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .hero__heading--en {
    font-size: 110px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .hero__inner {
    width: 100%;
    padding: 0 20px;
  }
  .hero__heading {
    margin-bottom: 15px;
  }
  .hero__heading--ja {
    margin-bottom: 5px;
  }
  .hero__heading--ja img {
    width: 38px;
  }
  .hero__heading--ja span {
    font-size: 17px;
  }
  .hero__heading--en {
    font-size: 70px;
  }
  .hero__lead {
    height: 21px;
  }
}

.business {
  padding-bottom: 140px;
}
.business__list {
  width: 83.33%;
  max-width: 1400px;
  margin: auto;
}
.business__item:not(:last-of-type) {
  margin-bottom: 140px;
}
.business__item--01 .business__outline, .business__item--03 .business__outline, .business__item--05 .business__outline {
  padding-left: 90px;
}
.business__item--02 .business__container, .business__item--04 .business__container {
  flex-direction: row-reverse;
}
.business__item--02 .business__outline, .business__item--04 .business__outline {
  padding-right: 90px;
}
.business__container {
  display: flex;
  align-items: center;
}
.business__outline {
  flex: 1;
}
.business__number {
  margin-bottom: 20px;
}
.business__number span:first-of-type {
  margin-right: 10px;
  font-size: 74px;
  letter-spacing: 0.05em;
}
.business__number span:last-of-type {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.business__title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.38;
  letter-spacing: 0.08em;
}
.business__sentence {
  line-height: 2;
  letter-spacing: 0.025em;
}
.business__image {
  position: relative;
  width: 57.5%;
  border-radius: 10px;
  overflow: hidden;
}
.business__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business__image::after {
  display: block;
  padding-top: 79.7%;
  content: "";
}
.business__tobira-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.business__tobira-item {
  position: relative;
  width: 31.25%;
  border-radius: 10px;
  overflow: hidden;
}
.business__tobira-item::after {
  display: block;
  padding-top: 79.7%;
  content: "";
}
.business__tobira-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .business__container {
    display: block;
  }
  .business__item .business__outline {
    padding: 0;
  }
  .business__item:not(:last-of-type) {
    margin-bottom: 90px;
  }
  .business__image {
    width: 80%;
    max-width: 500px;
    margin-bottom: 15px;
  }
  .business__number {
    margin-bottom: 10px;
  }
  .business__number span:first-of-type {
    font-size: 44px;
  }
  .business__number span:last-of-type {
    font-size: 15px;
  }
  .business__title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .business__title br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .business {
    padding-bottom: 90px;
  }
  .business__list {
    width: 100%;
    padding: 0 20px;
  }
  .business__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .business__image {
    width: 100%;
  }
  .business__number {
    margin-bottom: 5px;
  }
  .business__number span:first-of-type {
    font-size: 40px;
  }
  .business__number span:last-of-type {
    font-size: 14px;
  }
  .business__title {
    margin-bottom: 20px;
  }
  .business__title br {
    display: block;
  }
  .business__tobira-list {
    margin-top: 40px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .business__tobira-list::-webkit-scrollbar {
    display: none;
  }
  .business__tobira-item {
    flex-shrink: 0;
    width: 200px;
    margin-right: 15px;
  }
}/*# sourceMappingURL=business.css.map */