@-webkit-keyframes clipPathSlideIn {
  0% {
    -webkit-clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
            clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
}
@keyframes clipPathSlideIn {
  0% {
    -webkit-clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
            clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
}
@-webkit-keyframes clipPathSlideInTab {
  0% {
    -webkit-clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
            clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
}
@keyframes clipPathSlideInTab {
  0% {
    -webkit-clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
            clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
}
@-webkit-keyframes clipPathSlideInSp {
  0% {
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipPathSlideInSp {
  0% {
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes loadingFadeOutBg {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes loadingFadeOutBg {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes loadingFadeOutLogo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  80% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 65%;
  }
}
@keyframes loadingFadeOutLogo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  80% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 65%;
  }
}
@-webkit-keyframes solutionTextAnimaiton {
  0% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes solutionTextAnimaiton {
  0% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@-webkit-keyframes solutionTextBorderAnimaiton {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes solutionTextBorderAnimaiton {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes front-pageLoadingAnimation {
  0% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes front-pageLoadingAnimation {
  0% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.p-page-hero {
  background-image: url(../../../../themes/ALIVE2023/assets/images/business/hero-pc.jpg);
}

@media screen and (max-width: 600px) {
  .p-page-hero {
    background-image: url(../../../../themes/ALIVE2023/assets/images/business/hero-sp.jpg);
  }
}
.p-page-lead {
  padding: 80px 0;
}
.p-page-lead__title {
  font-size: 3.5rem;
  text-align: center;
}
.p-page-lead__title span {
  display: block;
}
.p-page-lead__text {
  font-size: 1.8rem;
  max-width: 1000px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .p-page-lead {
    padding: 50px 0 0;
  }
  .p-page-lead__title {
    font-size: 2.8rem;
  }
  .p-page-lead__text {
    font-size: 1.6rem;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-page-lead__title {
    font-size: 2.3rem;
  }
  .p-page-lead__text {
    font-size: 1.6rem;
    margin: 20px auto 0;
  }
}
.p-business {
  padding-bottom: 40px;
  padding-top: 0;
}
.p-business__list {
  padding: 0;
  margin: 0;
}
.p-business__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0;
}
.p-business__list-item:nth-child(odd) {
  position: relative;
  z-index: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-business__list-item:nth-child(odd)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #EFF0F3;
  z-index: -1;
}
.p-business__list-item-image {
  width: 43%;
}
.p-business__list-item-text {
  width: 50%;
}
.p-business__list-item-text p {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-business {
    padding-top: 100px;
  }
  .p-business__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-business__list-item:nth-child(odd) {
    position: relative;
    z-index: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-business__list-item-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-business__list-item-text {
    width: 100%;
    margin-top: 15px;
  }
  .p-business__list-item-text p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .p-business {
    padding-bottom: 40px;
  }
  .p-business__list {
    padding: 0;
    margin: 0;
  }
}