@charset "UTF-8";
@keyframes blurAnime {
  from {
    filter: blur(20px);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
  filter: blur(20px);
  transform: scale(1.05);
}

.blur {
  animation: blurAnime 2.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.fuwa-anime img {
  animation: float 3s ease-in-out infinite;
  will-change: transform;
}

/* 2つ目の画像は周期ずらして動きに変化をつける */
.fuwa-anime:nth-of-type(2) img {
  animation-delay: 1s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.baton {
  transform-origin: left bottom;
  transform: rotate(-35deg);
  will-change: transform;
}
.baton.is-active {
  animation: baton 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes baton {
  0% {
    transform: rotate(-35deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#business {
  position: relative;
}
#business::before {
  content: "";
  position: absolute;
  top: 340px;
  right: -100px;
  width: 210px;
  height: 560px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/border.svg") center/contain no-repeat;
}
@media screen and (max-width: 1279px) {
  #business::before {
    width: 150px;
    height: 320px;
    right: -50px;
  }
}
@media screen and (max-width: 959px) {
  #business::before {
    top: 250px;
  }
}
@media screen and (max-width: 519px) {
  #business::before {
    top: 220px;
    right: -70px;
    width: 110px;
    height: 280px;
  }
}
#business::after {
  content: "";
  position: absolute;
  bottom: 530px;
  left: calc(50% - 226px);
  z-index: -1;
  transform: translate(-50%, 0);
  width: 847px;
  height: 522px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/business/pos-border.svg") center/contain no-repeat;
}
@media screen and (max-width: 1279px) {
  #business::after {
    left: 0;
    transform: translate(0);
  }
}
@media screen and (max-width: 959px) {
  #business::after {
    left: -40px;
    width: 747px;
    height: 422px;
  }
}
@media screen and (max-width: 767px) {
  #business::after {
    bottom: 460px;
  }
}

.business {
  margin-bottom: calc(8px * 15);
}
@media screen and (max-width: 959px) {
  .business {
    margin-bottom: calc(8px * 15 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .business {
    margin-bottom: calc(8px * 15 * 0.5);
  }
}
.business {
  position: relative;
}
.business::before {
  content: "";
  position: absolute;
  top: 29%;
  left: -62px;
  width: 210px;
  height: 560px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/border.svg") center/contain no-repeat;
  transform: scale(-1, 1) translate(0, -50%);
}
@media screen and (max-width: 1279px) {
  .business::before {
    width: 150px;
    height: 320px;
  }
}
@media screen and (max-width: 959px) {
  .business::before {
    top: 600px;
  }
}
@media screen and (max-width: 767px) {
  .business::before {
    top: 29%;
  }
}
@media screen and (max-width: 519px) {
  .business::before {
    top: 31%;
    width: 110px;
    height: 280px;
  }
}
.business::after {
  content: "";
  position: absolute;
  top: 56%;
  right: -32px;
  transform: translate(0, -50%);
  width: 210px;
  height: 560px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/border.svg") center/contain no-repeat;
}
@media screen and (max-width: 1279px) {
  .business::after {
    width: 150px;
    height: 320px;
    right: -50px;
  }
}
@media screen and (max-width: 519px) {
  .business::after {
    right: -70px;
    width: 110px;
    height: 280px;
  }
}
.business .business-ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 3.6rem;
  margin-bottom: 104px;
}
@media screen and (max-width: 1023px) {
  .business .business-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 959px) {
  .business .business-ttl {
    margin-bottom: 24px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .business .business-ttl {
    justify-content: center;
    text-align: center;
    font-size: 2.4rem;
  }
}
.business .business-ttl em {
  font-size: 5.6rem;
  align-self: baseline;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .business .business-ttl em {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 959px) {
  .business .business-ttl em {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .business .business-ttl em {
    font-size: 3.2rem;
    line-height: 3.2;
  }
}
@media screen and (max-width: 519px) {
  .business .business-ttl em {
    font-size: 2.8rem;
  }
}
.business .business-ttl img {
  width: 360px;
}
@media screen and (max-width: 1023px) {
  .business .business-ttl img {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  .business .business-ttl img {
    width: 260px;
  }
}
.business .strengths-unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1279px) {
  .business .strengths-unit {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit {
    flex-direction: column;
  }
}
.business .strengths-unit__vsl {
  position: relative;
  width: 486px;
  height: 640px;
}
@media screen and (max-width: 1279px) {
  .business .strengths-unit__vsl {
    width: 476px;
  }
}
@media screen and (max-width: 959px) {
  .business .strengths-unit__vsl {
    width: 243px;
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit__vsl {
    width: 450px;
    height: 244px;
  }
}
@media screen and (max-width: 519px) {
  .business .strengths-unit__vsl {
    max-width: 450px;
    width: 100%;
    height: 175px;
  }
}
.business .strengths-unit__vsl .strengths-vsl {
  width: 343px;
  height: 343px;
}
@media screen and (max-width: 959px) {
  .business .strengths-unit__vsl .strengths-vsl {
    width: 243px;
    height: 243px;
  }
}
@media screen and (max-width: 519px) {
  .business .strengths-unit__vsl .strengths-vsl {
    position: absolute;
    left: calc(50% - 80px);
    transform: translate(-50%, 0);
    width: 175px;
    height: 175px;
  }
}
.business .strengths-unit__vsl .strengths-vsl img {
  mix-blend-mode: multiply;
}
.business .strengths-unit__vsl .strengths-vsl:nth-of-type(2) {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 343px;
  height: 343px;
}
@media screen and (max-width: 1279px) {
  .business .strengths-unit__vsl .strengths-vsl:nth-of-type(2) {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .business .strengths-unit__vsl .strengths-vsl:nth-of-type(2) {
    width: 243px;
    height: 243px;
    bottom: 0;
  }
}
@media screen and (max-width: 519px) {
  .business .strengths-unit__vsl .strengths-vsl:nth-of-type(2) {
    left: calc(50% + 80px);
    right: auto;
    width: 175px;
    height: 175px;
  }
}
.business .strengths-unit__dtl {
  width: calc(100% - 542px);
}
@media screen and (max-width: 1279px) {
  .business .strengths-unit__dtl {
    width: calc(100% - 516px);
  }
}
@media screen and (max-width: 959px) {
  .business .strengths-unit__dtl {
    width: calc(100% - 283px);
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit__dtl {
    width: 100%;
  }
}
.business .strengths-unit__dtl .strengths-num {
  position: relative;
  top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.5;
  color: rgba(245, 171, 24, 0.2);
  text-transform: uppercase;
}
@media screen and (max-width: 519px) {
  .business .strengths-unit__dtl .strengths-num {
    gap: 14px;
  }
}
.business .strengths-unit__dtl .strengths-num em {
  font-size: 10.4rem;
}
@media screen and (max-width: 519px) {
  .business .strengths-unit__dtl .strengths-num em {
    font-size: 6.4rem;
  }
}
.business .strengths-unit__dtl .strengths-ttl {
  font-size: 4rem;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .business .strengths-unit__dtl .strengths-ttl {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .business .strengths-unit__dtl .strengths-ttl {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.business .strengths-unit__dtl .strengths-ttl {
  letter-spacing: -2px;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .business .strengths-unit__dtl .strengths-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 959px) {
  .business .strengths-unit__dtl .strengths-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit__dtl .strengths-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .business .strengths-unit__dtl .strengths-ttl {
    font-size: 2rem;
  }
}
.business .strengths-unit__dtl .strengths-ttl .highlight {
  padding: 8px;
  color: #ffffff;
  background: #F5AB18;
}
@media screen and (max-width: 767px) {
  .business .strengths-unit__dtl .strengths-ttl .highlight {
    padding: 5px;
  }
}
.business .strengths-unit__dtl .txt {
  line-height: 2.2;
  letter-spacing: -0.01px;
}
@media screen and (max-width: 959px) {
  .business .strengths-unit__dtl .txt {
    line-height: 1.6;
    letter-spacing: -0.1px;
  }
}
.business .strengths-unit:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .business .strengths-unit:nth-of-type(2) {
    flex-direction: column;
    gap: 0;
  }
}
.business .strengths-unit:nth-of-type(2) .strengths-unit__dtl {
  width: calc(100% - 625px);
}
@media screen and (max-width: 1279px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__dtl {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 959px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__dtl {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__dtl {
    width: 100%;
  }
}
.business .strengths-unit:nth-of-type(2) .strengths-unit__dtl .strengths-num {
  color: rgba(235, 131, 30, 0.14);
}
.business .strengths-unit:nth-of-type(2) .strengths-unit__dtl .strengths-ttl .highlight {
  background: #EB831E;
}
.business .strengths-unit:nth-of-type(2) .strengths-unit__vsl {
  position: relative;
  width: 460px;
}
@media screen and (max-width: 959px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__vsl {
    width: 310px;
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__vsl {
    width: 480px;
    height: 340px;
  }
}
@media screen and (max-width: 519px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__vsl {
    max-width: 480px;
    width: 100%;
    height: 230px;
  }
}
.business .strengths-unit:nth-of-type(2) .strengths-unit__vsl .strengths-vsl {
  position: absolute;
  top: 80px;
  width: 325px;
  height: 503px;
}
@media screen and (max-width: 959px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__vsl .strengths-vsl {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__vsl .strengths-vsl {
    height: 473px;
    transform: rotate(42deg);
  }
}
@media screen and (max-width: 519px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__vsl .strengths-vsl {
    top: 0;
    left: calc(50% - 70px);
    width: 226px;
    height: 373px;
    transform: rotate(42deg) translate(-50%, 0);
  }
}
.business .strengths-unit:nth-of-type(2) .strengths-unit__vsl .strengths-vsl:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 270px;
  height: 237px;
}
@media screen and (max-width: 959px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__vsl .strengths-vsl:nth-of-type(2) {
    top: 50px;
    right: -108px;
    width: 250px;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__vsl .strengths-vsl:nth-of-type(2) {
    top: 0;
    right: -70px;
  }
}
@media screen and (max-width: 519px) {
  .business .strengths-unit:nth-of-type(2) .strengths-unit__vsl .strengths-vsl:nth-of-type(2) {
    top: 80px;
    right: auto;
    width: 170px;
    height: 130px;
    left: calc(50% + 110px);
  }
}
.business .strengths-unit:nth-of-type(3) {
  position: relative;
}
@media screen and (max-width: 519px) {
  .business .strengths-unit:nth-of-type(3) {
    gap: 16px;
  }
}
.business .strengths-unit:nth-of-type(3)::after {
  content: "";
  position: absolute;
  bottom: -500px;
  left: calc(50% + 420px);
  z-index: -1;
  width: 50vw;
  height: 1000px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/business/border-bottom.svg") left center/contain no-repeat;
}
@media screen and (max-width: 519px) {
  .business .strengths-unit:nth-of-type(3)::after {
    display: none;
  }
}
.business .strengths-unit:nth-of-type(3) .strengths-unit__dtl {
  width: calc(100% - 629px);
}
@media screen and (max-width: 1023px) {
  .business .strengths-unit:nth-of-type(3) .strengths-unit__dtl {
    width: calc(100% - 406px);
  }
}
@media screen and (max-width: 959px) {
  .business .strengths-unit:nth-of-type(3) .strengths-unit__dtl {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit:nth-of-type(3) .strengths-unit__dtl {
    width: 100%;
  }
}
.business .strengths-unit:nth-of-type(3) .strengths-unit__dtl .strengths-num {
  color: rgba(206, 16, 44, 0.11);
}
.business .strengths-unit:nth-of-type(3) .strengths-unit__dtl .strengths-ttl .highlight {
  background: #CE102C;
}
.business .strengths-unit:nth-of-type(3) .strengths-unit__vsl {
  width: 463px;
  height: 432px;
}
@media screen and (max-width: 1279px) {
  .business .strengths-unit:nth-of-type(3) .strengths-unit__vsl {
    height: 444px;
  }
}
@media screen and (max-width: 1023px) {
  .business .strengths-unit:nth-of-type(3) .strengths-unit__vsl {
    width: 366px;
    height: 342px;
  }
}
@media screen and (max-width: 959px) {
  .business .strengths-unit:nth-of-type(3) .strengths-unit__vsl {
    width: 310px;
    height: 286px;
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit:nth-of-type(3) .strengths-unit__vsl {
    max-width: 370px;
    width: 100%;
    height: auto;
  }
}
.business .strengths-unit:not(:last-of-type) {
  margin-bottom: 104px;
}
@media screen and (max-width: 959px) {
  .business .strengths-unit:not(:last-of-type) {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 767px) {
  .business .strengths-unit:not(:last-of-type) {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 519px) {
  .business .strengths-unit:not(:last-of-type) {
    margin-bottom: 64px;
  }
}

.position-unit {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .position-unit {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .position-unit {
    flex-direction: column-reverse;
  }
}
.position-unit__dtl {
  width: calc(100% - 640px);
}
@media screen and (max-width: 1279px) {
  .position-unit__dtl {
    width: calc(100% - 570px);
  }
}
@media screen and (max-width: 1023px) {
  .position-unit__dtl {
    width: calc(100% - 396px);
  }
}
@media screen and (max-width: 767px) {
  .position-unit__dtl {
    width: 100%;
  }
}
.position-unit__graph {
  width: 620px;
}
@media screen and (max-width: 1279px) {
  .position-unit__graph {
    width: 550px;
  }
}
@media screen and (max-width: 1023px) {
  .position-unit__graph {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .position-unit__graph {
    max-width: 460px;
    width: 100%;
    margin-inline: auto;
  }
}
/*# sourceMappingURL=../../maps/pages/business.css.map */
