@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
.js-loading::-webkit-scrollbar,
.js-loading::-webkit-scrollbar-thumb,
.js-loading::-webkit-scrollbar-track {
  background-color: transparent;
}

.main {
  min-width: 1300px;
  color: #272727;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.business-creative-loading {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.business-creative-loading::before {
  content: "";
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  animation: certain02 1s 4.2s both;
  background-color: #fff;
}
.business-creative-loading::after {
  content: "";
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  animation: certain02 .5s 2s both;
  background-color: #272727;
}

.business-creative-header {
  z-index: 2;
  background-color: transparent;
}

.business-creative-pkz {
  z-index: 2;
}
.business-creative-pkz::after {
  display: none;
}

.business-creative-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.business-creative-bg__01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1022px;
  transform: translate(-25vw, 0) rotate(45deg);
  opacity: .7;
}
.business-creative-bg__02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1022px;
  transform: translate(-25vw, 70vh) rotate(45deg);
  opacity: .7;
}
.business-creative-bg__03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1022px;
  transform: translate(65vw, -5vh) rotate(45deg);
  opacity: .7;
}
.business-creative-bg__04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1022px;
  transform: translate(65vw, 70vh) rotate(45deg);
  opacity: .7;
}
.business-creative-bg__large {
  width: 1022px;
  height: 306px;
  border-radius: 100vh;
  background: linear-gradient(-30deg, #5470e9 0%, #39f897 25%, #dbfd00 50%, #39f897 75%, #5470e9 100%) no-repeat left top/400% 400%;
}
.is-loaded .business-creative-bg__large {
  animation: bgGradient 100s ease infinite, scaleLarge 8.5s linear infinite;
}
.business-creative-bg__reverse .business-creative-bg__large {
  transform: translateX(-800px);
  background: linear-gradient(-30deg, #dbfd00 0%, #39f897 25%, #5470e9 50%, #39f897 75%, #dbfd00 100%) no-repeat left top/400% 400%;
}
.is-loaded .business-creative-bg__reverse .business-creative-bg__large {
  animation: bgGradient 100s ease infinite, scaleLargeReverse 8s .5s ease infinite;
}
.business-creative-bg__middle {
  width: 1022px;
  height: 178px;
  transform: translateX(-800px);
  border-radius: 100vh;
  background: linear-gradient(-30deg, #5470e9 0%, #39f897 25%, #dbfd00 50%, #39f897 75%, #5470e9 100%) no-repeat left top/400% 400%;
}
.is-loaded .business-creative-bg__middle {
  animation: bgGradient 90s ease infinite, scaleMiddle 6s .5s ease infinite;
}
.business-creative-bg__reverse .business-creative-bg__middle {
  transform: translateX(600px);
  background: linear-gradient(-30deg, #dbfd00 0%, #39f897 25%, #5470e9 50%, #39f897 75%, #dbfd00 100%) no-repeat left top/400% 400%;
}
.is-loaded .business-creative-bg__reverse .business-creative-bg__middle {
  animation: bgGradient 90s ease infinite, scaleMiddleReverse 8s 1s ease infinite;
}
.business-creative-bg__small {
  width: 600px;
  height: 8px;
  transform: translate(211px, 20px);
  border-radius: 100vh;
  background: linear-gradient(-30deg, #5470e9 0%, #39f897 25%, #dbfd00 50%, #39f897 75%, #5470e9 100%) no-repeat left top/400% 400%;
}
.is-loaded .business-creative-bg__small {
  animation: bgGradient 120s ease infinite, smallLine 3s infinite;
}
.business-creative-bg__reverse .business-creative-bg__small {
  background: linear-gradient(-30deg, #dbfd00 0%, #39f897 25%, #5470e9 50%, #39f897 75%, #dbfd00 100%) no-repeat left top/400% 400%;
}
.is-loaded .business-creative-bg__reverse .business-creative-bg__small {
  animation: bgGradient 120s ease infinite, smallLineReverse 4s infinite;
}
@keyframes slideIn01 {
  0% {
    transform: translate(50vw, 120vh) rotate(45deg);
  }
  100% {
    transform: translate(-25vw, 0) rotate(45deg);
  }
}
@keyframes slideIn02 {
  0% {
    transform: translate(-150vw, -150vh) rotate(45deg);
  }
  100% {
    transform: translate(-25vw, 70vh) rotate(45deg);
  }
}
@keyframes slideIn03 {
  0% {
    transform: translate(150vw, 100vh) rotate(45deg);
  }
  100% {
    transform: translate(65vw, -5vh) rotate(45deg);
  }
}
@keyframes slideIn04 {
  0% {
    transform: translate(-100vw, -150vh) rotate(45deg);
  }
  100% {
    transform: translate(65vw, 70vh) rotate(45deg);
  }
}
@keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  33% {
    background-position: 100% 50%;
  }
  66% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes scaleLarge {
  0% {
    width: 1022px;
    transform: translateX(0);
  }
  40% {
    width: 406px;
    margin-left: 416px;
  }
  70% {
    width: 406px;
    margin-left: 416px;
    opacity: 1;
  }
  75% {
    width: 406px;
    margin-left: 416px;
    transform: translateX(1200px);
    opacity: 0;
  }
  76% {
    transform: translateX(-600px);
    opacity: 0;
  }
  77% {
    width: 1022px;
    margin-left: 0;
    opacity: 1;
  }
  100% {
    width: 1022px;
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scaleLargeReverse {
  0% {
    width: 1000px;
    transform: translateX(-800px);
  }
  50% {
    width: 1000px;
  }
  95% {
    width: 600px;
    transform: translateX(800px);
    opacity: 1;
  }
  100% {
    width: 306px;
    transform: translateX(800px);
    opacity: 0;
  }
}
@keyframes scaleMiddle {
  0% {
    width: 1022px;
    margin-left: 0;
    transform: translateX(-800px);
  }
  50% {
    width: 178px;
    margin-left: 844px;
  }
  100% {
    width: 178px;
    margin-left: 844px;
    transform: translateX(0);
  }
}
@keyframes scaleMiddleReverse {
  0% {
    width: 1022px;
    transform: translateX(600px);
    opacity: 1;
  }
  40% {
    width: 178px;
    transform: translateX(-400px);
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    width: 378px;
    transform: translateX(-1100px);
    opacity: 0;
  }
  73% {
    opacity: 0;
  }
  75% {
    transform: translateX(800px);
    opacity: 0;
  }
  100% {
    width: 1022px;
    opacity: 1;
  }
}
@keyframes smallLine {
  0% {
    transform: translate(-150vh, 20px);
  }
  100% {
    transform: translate(150vh, 20px);
  }
}
@keyframes smallLineReverse {
  0% {
    width: 8px;
    transform: translate(130vh, 20px);
  }
  15% {
    width: 8px;
  }
  50% {
    width: 200px;
  }
  85% {
    width: 8px;
  }
  100% {
    width: 8px;
    transform: translate(-130vh, 20px);
  }
}
.business-creative-contact {
  position: relative;
  z-index: 1;
}
.business-creative-contact .uly-heading {
  font-size: 36px;
  font-weight: normal;
}
.business-creative-contact .uly-contact__button {
  background-color: #5470e9;
}
.business-creative-contact .uly-contact__button .uly-contact__left {
  background-color: #c6cff8;
}
.business-creative-contact .uly-contact__button--form {
  background-color: #ff5153;
}
.business-creative-contact .uly-contact__button--form .uly-contact__left {
  background-color: #ffc5c6;
}

.business-creative-footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.business-creative-marker {
  transition: background .5s .4s;
  background: linear-gradient(#dbfd00, #dbfd00) no-repeat left bottom/0% 15px;
}
.active .business-creative-marker {
  background-size: 100% 15px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 53px;
  margin: 0 auto;
  transition: 0.2s;
  background-color: #272727;
  border-radius: 100vh;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.button:hover {
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  background-color: #ff5153;
  letter-spacing: .15em;
}

.case-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: -20px 0 -100px;
  padding-bottom: 70px;
  overflow: hidden;
  transform: translateY(-100px);
}
.case-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100px;
  bottom: -70px;
  left: 0;
  width: 100%;
  background: linear-gradient(to left, #dbfd00 0%, #39f897 45%, #5470e9 100%);
}
.case-slide__inner {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: center;
}
.case-slide__box {
  background: #fff;
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 340px;
  margin: 0 15px;
  padding: 10px 10px 35px;
  text-align-last: center;
}
.case-slide__tag {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 110px;
  padding: 5px 10px 8px;
  background-color: #dbfd00;
  font-size: 12px;
  text-align: center;
}
.case-slide__image {
  margin-bottom: 30px;
}
.case-slide__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.case-slide__copy {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
}
.case-slide__name {
  margin: 0 0 8px;
  font-size: 14px;
}
.case-slide__service {
  color: #a1a3a4;
  font-size: 12px;
}
.case-slide .slick-list {
  padding-top: 20px !important;
}

.case {
  background: #fff;
  box-shadow: 0 0 30px rgba(39, 39, 39, 0.2);
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.case__inner {
  margin: 80px 0 120px;
}
.case__inner:last-child {
  margin-bottom: 0;
}
.case__hero {
  position: relative;
  height: 615px;
  margin-bottom: 40px;
}
.case__bg-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity .5s, filter .5s .3s;
  opacity: 0;
  filter: blur(10px);
}
.active .case__bg-image {
  opacity: 1;
  filter: blur(0);
}
.case__bg-image img {
  width: 100%;
  height: 525px;
  object-fit: cover;
  object-position: center bottom;
}
.case__image {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: flex-end;
  justify-content: flex-end;
  width: 1100px;
  height: 615px;
  margin: 0 auto;
  transform: translateX(50px);
  transition: .5s .5s;
  opacity: 0;
}
.active .case__image {
  transform: translateX(0);
  opacity: 1;
}
.case__image img {
  max-height: 615px;
}
.case__box {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto 60px;
}
.case__doc {
  width: 660px;
  padding-left: 20px;
}
.case__heading {
  margin: 0 0 20px;
  transition: 2s;
  background: linear-gradient(to top, #fff 25%, #a1a3a4 55%, #272727 75%) no-repeat left bottom/100% 400%;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.33;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.case__heading.active {
  background-position: left top;
}
.case__heading span {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  display: block;
  margin-bottom: 10px;
  transform: translateX(-20px);
  -webkit-text-fill-color: #272727;
}
.case__desc {
  margin: 0 0 30px;
  transition: .5s .5s;
  opacity: 0;
  font-size: 16px;
}
.active .case__desc {
  opacity: 1;
}
.case__issue {
  margin-bottom: 40px;
  padding: 30px 0 0 10px;
  transition: .5s .5s;
  border-top: 1px solid #272727;
  opacity: 0;
}
.active .case__issue {
  opacity: 1;
}
.case__support {
  padding: 0 0 40px 10px;
  transition: .5s .5s;
  border-bottom: 1px solid #272727;
  opacity: 0;
}
.active .case__support {
  opacity: 1;
}
.case__sub-head {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.case-summary {
  background: #fff;
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  box-sizing: border-box;
  width: 320px;
  margin: 60px 0 0;
  padding: 40px 30px;
}
.case-summary__head {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 0 0 5px;
  color: #5470e9;
  font-size: large;
}
.case-summary__data {
  margin: 0 0 30px;
}
.case-summary__data:last-child {
  margin-bottom: 0;
}
.case-summary a {
  display: inline-block;
  margin-top: 8px;
  color: #a1a3a4;
  text-decoration: none;
  word-break: break-word;
}

.case-process {
  width: 1100px;
  margin: 0 auto;
}
.case-process__heading {
  margin: 0 0 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.case-button {
  margin-top: -60px;
}

.faq {
  position: relative;
  z-index: 1;
  width: 1100px;
  margin: 0 auto 100px;
  padding-top: 80px;
}
.faq__block {
  background: #fff;
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.faq__block:last-child {
  margin-bottom: 0;
}
.faq__title {
  display: flex;
  position: relative;
  min-height: 100px;
  transition: background 0.2s;
}
.faq__title:hover {
  background-color: #dbfd00;
  cursor: pointer;
}
.faq__question {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  transition: background 0.2s;
  background-color: #e1eaf4;
  font-size: 36px;
  font-style: normal;
}
.faq__title:hover .faq__question {
  background-color: #dbfd00;
}
.faq__text {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0 85px 0 30px;
  font-size: 16px;
  font-weight: bold;
}
.faq__ico {
  position: absolute;
  top: 50%;
  right: 35px;
  cursor: pointer;
}
.faq__ico::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  transition: .2s;
  background-color: #272727;
}
.faq__ico::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  transform: translateY(-2px) rotate(-90deg);
  transform-origin: center center;
  transition: .2s;
  background-color: #272727;
}
.is-active .faq__ico::before {
  transform: rotate(90deg);
  opacity: 0;
}
.is-active .faq__ico::after {
  transform: translateY(-2px) rotate(0);
}
.faq__answer-box {
  display: none;
  position: relative;
  margin: 0;
  font-size: 16px;
}
.faq__answer-box p {
  padding: 40px 85px 40px 125px;
}
.faq__answer {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 100px;
  background-color: #fff;
  font-size: 36px;
  font-style: normal;
}
.faq a {
  color: #5470e9;
  text-decoration: underline;
}
.faq a:hover {
  text-decoration: none;
}

.heading {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.heading02 {
  margin: 0 0 60px;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
.heading02 span {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  display: block;
  color: #a1a3a4;
  font-size: 24px;
}

.hero {
  position: relative;
  z-index: 1;
  padding: 240px 0 346px;
  text-align: center;
}
.hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 53px;
  margin: 0 auto;
  transition: 0.2s;
  background-color: #272727;
  border-radius: 100vh;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.hero__button:hover {
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  background-color: #ff5153;
  letter-spacing: .15em;
}

.hero-heading {
  margin: 0;
  font-weight: normal;
}
.hero-heading span.is-onlyPC {
  display: inline;
}
.hero-heading__ja-small {
  display: block;
  font-size: 28px;
}
.hero-heading__ja-large {
  display: block;
  font-size: 66px;
}

.hero-tag {
  display: flex;
  justify-content: center;
  margin: 20px 0 50px;
  padding: 0;
}
.hero-tag__tag {
  position: relative;
  box-sizing: border-box;
  width: 250px;
  margin: 0 5px;
  padding: 10px 18px 10px 40px;
  border: 1px solid #272727;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.hero-tag__tag::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  background: #39f897 url("../../images/ico_check.svg") no-repeat center center;
}

.intro {
  position: relative;
  z-index: 1;
  margin-top: -70px;
}
.intro__wrap {
  padding-bottom: 260px;
  background-color: #fff;
}
.intro__inner {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0 30px;
}
.intro__copy {
  margin: 0;
  transition: filter .2s .3s;
  opacity: 0;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  filter: blur(6px);
}
.intro__copy.active {
  filter: blur(0);
}

.intro-list {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: -200px;
}
.intro-list::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80px;
  transform: translateY(-50%);
  background: linear-gradient(to left, #cf44b5 0%, #fc6e45 33%, #fc5657 66%, #5570e3 100%);
}
.intro-list__list {
  background: #fff;
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 263px;
  margin: 0 8px;
  padding: 10px 10px 60px;
  transform: translateY(50px);
  opacity: 0;
}
.intro-list__list:nth-child(1) {
  transition: .5s .6s;
}
.intro-list__list:nth-child(2) {
  transition: .5s;
}
.intro-list__list:nth-child(3) {
  transition: .5s .3s;
}
.intro-list__list:nth-child(4) {
  transition: .5s .9s;
}
.active .intro-list__list {
  transform: translateY(0);
  opacity: 1;
}
.intro-list__title {
  padding: 16px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.intro-list__title--01 {
  background-color: #d240b9;
}
.intro-list__title--02 {
  background-color: #ff6b3b;
}
.intro-list__title--03 {
  background-color: #ff5153;
}
.intro-list__title--04 {
  background-color: #5470e9;
}
.intro-list__copy {
  margin: 40px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.intro-list__text {
  margin: 0 15px;
  font-size: 14px;
}

.intro-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.intro-tag__tag {
  margin: 5px 2.5px 0;
  padding: 3px 13px 4px;
  border-radius: 100vh;
  background-color: #f2f5f8;
  color: #2d5774;
  font-size: 13px;
}

.intro-flow {
  position: relative;
  height: 648px;
}
.intro-flow__title01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  transform: translateY(-30px);
  opacity: 0;
}
.intro-flow__title02 {
  position: absolute;
  top: 0;
  left: 280px;
  width: 540px;
  transform: translateY(-30px);
  opacity: 0;
}
.intro-flow__title03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
  transform: translateY(-30px);
  opacity: 0;
}
.intro-flow__img01 {
  position: absolute;
  top: 123px;
  left: 0;
  transform: translateX(-30px);
  opacity: 0;
}
.intro-flow__img01-poc {
  position: absolute;
  top: 292px;
  left: 21px;
  opacity: 0;
  scale: .5;
}
.intro-flow__img01-pob {
  position: absolute;
  top: 233px;
  left: 140px;
  opacity: 0;
  scale: .5;
}
.intro-flow__img02 {
  position: absolute;
  top: 129.6px;
  left: 255px;
  transform: translateX(-30px);
  opacity: 0;
}
.intro-flow__img03 {
  position: absolute;
  top: 130px;
  right: 20px;
  transform: translateX(-30px);
  opacity: 0;
}
.intro-flow__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -430px;
  transform: translateY(-30px);
  opacity: 0;
}

/***************************************************
 * Generated by Artista on 11/9/2022, 6:20:23 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.intro-flow__img01-arrow {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  fill: transparent;
}

.active .intro-flow__img01-arrow {
  fill: #f0bfe8;
}

.intro-flow__img01-line {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  stroke-dasharray: 509.51678466796875px;
  stroke-dashoffset: 509.51678466796875px;
}

.active .intro-flow__img01-line {
  stroke-dashoffset: 0;
}

.intro-flow__img01-idea {
  transition: opacity 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  opacity: 0;
}

.active .intro-flow__img01-idea {
  opacity: 1;
}

/***************************************************
 * Generated by SVG Artista on 11/9/2022, 6:57:41 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.intro-flow__img02-line01 {
  stroke-dashoffset: 288.09734495500237px;
  stroke-dasharray: 288.09734495500237px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}

.active .intro-flow__img02-line01 {
  stroke-dashoffset: 0;
}

.intro-flow__img02-arrow01 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  fill: transparent;
}

.active .intro-flow__img02-arrow01 {
  fill: #ffc5c6;
}

.intro-flow__img02-line02 {
  stroke-dashoffset: 288.0941204336707px;
  stroke-dasharray: 288.0941204336707px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.active .intro-flow__img02-line02 {
  stroke-dashoffset: 0;
}

.intro-flow__img02-arrow02 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  fill: transparent;
}

.active .intro-flow__img02-arrow02 {
  fill: #ffcebe;
}

/***************************************************
 * Generated by SVG Artista on 11/9/2022, 7:47:17 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.intro-flow__img03-line {
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  stroke-dasharray: 201.04400634765625px;
  stroke-dashoffset: 201.04400634765625px;
}

.active .intro-flow__img03-line {
  stroke-dashoffset: 0;
}

.intro-flow__img03-arrow {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  fill: transparent;
}

.active .intro-flow__img03-arrow {
  fill: #c6cff8;
}

.intro-flow__img03-box02 {
  transition: opacity 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  opacity: 0;
}

.active .intro-flow__img03-box02 {
  opacity: 1;
}

.intro-flow__img03-box03 {
  transition: opacity 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.75s;
  opacity: 0;
}

.active .intro-flow__img03-box03 {
  opacity: 1;
}

.list-issue {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: count 0;
}
.list-issue__list {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.list-issue__list:last-child {
  margin-bottom: 0;
}
.list-issue__list::before {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  content: counter(count);
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #a1a3a4;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  counter-increment: count;
}

.list-support {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: count 0;
}
.list-support__list {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.list-support__list:last-child {
  margin-bottom: 0;
}
.list-support__list::before {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  content: counter(count);
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #272727;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  counter-increment: count;
}

.list-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: count 0;
}
.list-process__list {
  background: #fff;
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  position: relative;
  box-sizing: border-box;
  width: 256px;
  margin: 20px 6px 0;
  padding: 85px 30px 40px;
  transform: translateY(-30px);
  opacity: 0;
}
.active .list-process__list {
  transform: translateY(0);
  opacity: 1;
}
.active .list-process__list:nth-child(1) {
  transition: .5s;
}
.active .list-process__list:nth-child(2) {
  transition: .5s .2s;
}
.active .list-process__list:nth-child(3) {
  transition: .5s .4s;
}
.active .list-process__list:nth-child(4) {
  transition: .5s .6s;
}
.active .list-process__list:nth-child(5) {
  transition: .5s .8s;
}
.active .list-process__list:nth-child(6) {
  transition: .5s 1s;
}
.active .list-process__list:nth-child(7) {
  transition: .5s 1.2s;
}
.active .list-process__list:nth-child(8) {
  transition: .5s 1.4s;
}
.list-process__list:last-child {
  margin-bottom: 0;
}
.list-process__list::before {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  content: "0" counter(count);
  position: absolute;
  top: 0;
  left: 50%;
  width: 130px;
  height: 65px;
  transform: translateX(-50%);
  background: url("../../images/bg_process_no.png") no-repeat left top/100% auto;
  color: #fff;
  font-size: 35px;
  letter-spacing: .08em;
  line-height: 50px;
  text-align: center;
  counter-increment: count;
}
.list-process__title {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.list-process-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-process-item__list {
  position: relative;
  margin-bottom: 8px;
  padding-left: 13px;
}
.list-process-item__list:last-child {
  margin-bottom: 0;
}
.list-process-item__list::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #a1a3a4;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
}
.list-inline__list {
  margin: 10px 1em 0 0;
}

.member {
  position: relative;
  z-index: 1;
  padding: 80px 0 0;
  text-align: center;
}
.member::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -24px;
  left: 50%;
  width: 1108px;
  height: 1108px;
  transform: translateX(-50%);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.member__heading {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: normal;
}
.member__copy {
  margin: 0 0 50px;
  font-size: 16px;
}

.member-figure {
  position: relative;
  width: 710px;
  height: 577px;
  margin: 0 auto;
}
.member-figure__client {
  position: absolute;
  z-index: 3;
  top: 149px;
  left: 225px;
  opacity: 0;
  scale: .5;
}
.member-figure__line01 {
  position: absolute;
  z-index: 1;
  top: 98px;
  left: 170px;
  opacity: 0;
}
.member-figure__line02 {
  position: absolute;
  z-index: 2;
  top: 98px;
  left: 170px;
  width: 370px;
  height: 290px;
}
.member-figure__line02-img {
  position: absolute;
  width: 5px;
  height: 0;
  background: url("../../images/line_member02.svg") repeat left top;
}
.member-figure__line02-01 {
  top: 25px;
  left: 110px;
  transform: rotate(-25deg);
  transform-origin: left top;
}
.member-figure__line02-02 {
  top: 25px;
  left: 255px;
  transform: rotate(25deg);
  transform-origin: right top;
}
.member-figure__line02-03 {
  top: 135px;
  left: 10px;
  transform: rotate(-75deg);
  transform-origin: left top;
}
.member-figure__line02-04 {
  top: 135px;
  left: 355px;
  transform: rotate(75deg);
  transform-origin: right top;
}
.member-figure__line02-05 {
  top: 300px;
  left: 30px;
  transform: rotate(-125deg);
  transform-origin: left top;
}
.member-figure__line02-06 {
  top: 300px;
  left: 335px;
  transform: rotate(125deg);
  transform-origin: right top;
}
.member-figure__line03 {
  position: absolute;
  z-index: 3;
  top: 366px;
  left: 347px;
  width: 16px;
  height: 0;
  background-color: #dbfd00;
}

.member-figure-job img {
  position: absolute;
  z-index: 3;
  opacity: 0;
  scale: .8;
}
.member-figure-job__consulting {
  top: 3px;
  left: 179px;
}
.member-figure-job__sm {
  top: 3px;
  left: 369px;
}
.member-figure-job__designer {
  top: 169px;
  left: -26px;
}
.member-figure-job__pm {
  top: 169px;
  left: 493px;
}
.member-figure-job__planner {
  top: 327px;
  left: 139px;
}
.member-figure-job__engineer {
  top: 327px;
  left: 432px;
}

.model {
  background: #fff;
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.8);
}
.model::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  width: 100%;
  height: 240px;
  background-color: #00233b;
}
.model__heading {
  margin: 0 0 40px;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.model__copy {
  margin: 0;
  transition: filter 0.2s, opacity 0.1s;
  opacity: 0;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  filter: blur(6px);
}
.model__copy.active {
  opacity: 1;
  filter: blur(0);
}

.model-box {
  background: #fff;
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  display: flex;
  position: relative;
  align-items: center;
  width: 1060px;
  margin: 50px auto;
}
.model-box:last-child {
  margin-bottom: 0;
}
.model-box__body {
  width: 530px;
  padding: 30px;
}
.model-box__no {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 30px;
  width: 120px;
  margin: 0;
  font-size: 25px;
  line-height: 26px;
  text-align: center;
}
.model-box__no::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  transform: skewX(-20deg);
  background-color: #dbfd00;
}
.model-box__title {
  width: 0;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 1s;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.active .model-box__title {
  width: 100%;
}
.model-box__image {
  position: relative;
  width: 500px;
  padding: 30px 0;
}
.model-box__image img {
  display: block;
  width: 350px;
  height: 250px;
  margin: 0 auto;
  object-fit: contain;
}
.model-box__image-left {
  transform: translateX(50px);
  transition: opacity 0.1s, transform 0.2s 0.1s;
  opacity: 0;
}
.active .model-box__image-left {
  transform: translateX(0);
  opacity: 1;
}

.mv {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1300px;
  height: 870px;
  padding-top: 393px;
  background: url("../../images/img_mv.jpg") no-repeat center bottom -80px/auto 550px;
}

.resource {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding-top: 40vw;
  background-color: #fff;
}
.resource::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 56vw;
  background: linear-gradient(to top, #fff 0%, #fff 38%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%) no-repeat left top/auto 100%, url("../../images/bg_resource.jpg") no-repeat center top/100% auto;
}
.resource__inner {
  position: relative;
  z-index: 2;
}
.resource__copy {
  margin: 0 0 60px;
  font-size: 28px;
  text-align: center;
}
.resource__copy-line {
  position: relative;
  transition: background .2s .4s, opacity 0s;
  opacity: 0;
  background: linear-gradient(#272727, #272727) no-repeat right center/100% 28px;
}
.resource__copy-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 28px;
  transform: translateY(-50%);
  transition: left .2s;
  background-color: #fff;
}
.resource__copy-line:nth-of-type(2) {
  transition: background .2s 1s, opacity 0s .6s;
}
.resource__copy-line:nth-of-type(2)::before {
  transition: left .2s .6s;
}
.active .resource__copy-line {
  opacity: 1;
  background-size: 0% 28px;
}
.active .resource__copy-line::before {
  left: 100%;
}

.resource-heading {
  margin: 0 0 60px;
  opacity: 0;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.resource-heading__ja {
  display: block;
  transition: filter .3s .8s, opacity .3s .5s;
  opacity: 0;
  filter: blur(6px);
}
.active .resource-heading__ja {
  opacity: 1;
  filter: blur(0);
}
.resource-heading__times {
  margin: 0 .3em;
  color: #a1a3a4;
}

.resource-job {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  background-color: #00233b;
  color: #fff;
}
.resource-job__box {
  box-sizing: border-box;
  width: 259px;
  padding: 30px;
  transform: translateY(30px);
  opacity: 0;
  text-align: center;
}
.resource-job__icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.resource-job__name {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.resource-job__role {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 10px 6px;
  border: 1px solid #fff;
  border-radius: 100vh;
  font-size: 12px;
}
.resource-job__text {
  margin: 0;
  font-size: 14px;
  text-align: left;
}

.resource-composition {
  position: relative;
  width: 920px;
  height: 426px;
  margin: 0 auto 60px;
}
.resource-composition__tri {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.3);
  transition: .5s .5s;
  opacity: 0;
}
.active .resource-composition__tri {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.resource-composition__center {
  position: absolute;
  top: 114px;
  left: 50%;
  transform: translateX(-50%);
  transition: filter .5s .2s, opacity .3s;
  opacity: 0;
  filter: blur(10px);
}
.active .resource-composition__center {
  opacity: 1;
  filter: blur(0);
}
.resource-composition__biz {
  position: absolute;
  top: 37px;
  left: 520px;
}
.resource-composition__biz-people {
  position: absolute;
  top: 92px;
  left: 633px;
}
.resource-composition__biz-people img {
  display: inline-block;
  margin-right: 8px;
  opacity: 0;
}
.resource-composition__creative {
  position: absolute;
  top: 154px;
  left: 0;
}
.resource-composition__creative-people {
  position: absolute;
  top: 209px;
  left: 16px;
  width: 160px;
}
.resource-composition__creative-people img {
  display: inline-block;
  margin: 0 8px 10px 0;
  opacity: 0;
}
.resource-composition__tech {
  position: absolute;
  top: 196px;
  right: 16px;
}
.resource-composition__tech-people {
  position: absolute;
  top: 251px;
  left: 715px;
  width: 215px;
}
.resource-composition__tech-people img {
  display: inline-block;
  margin: 0 8px 10px 0;
  opacity: 0;
}

/***************************************************
 * Generated by SVG Artista on 11/10/2022, 6:42:10 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.resource-composition__biz-line {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  stroke-dasharray: 132.07989501953125px;
  stroke-dashoffset: 132.07989501953125px;
}

.active .resource-composition__biz-line {
  stroke-dashoffset: 0;
}

.resource-composition__biz-box {
  transition: .1s 1s;
  opacity: 0;
}

.active .resource-composition__biz-box {
  opacity: 1;
}

.resource-composition__creative-line {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  stroke-dasharray: 199.03616333007812px;
  stroke-dashoffset: 199.03616333007812px;
}

.active .resource-composition__creative-line {
  stroke-dashoffset: 0;
}

.resource-composition__creative-box {
  transition: .1s 1s;
  opacity: 0;
}

.active .resource-composition__creative-box {
  opacity: 1;
}

.resource-composition__tech-line {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  stroke-dasharray: 171.264404296875px;
  stroke-dashoffset: 171.264404296875px;
}

.active .resource-composition__tech-line {
  stroke-dashoffset: 0;
}

.resource-composition__tech-box {
  transition: .1s 1s;
  opacity: 0;
}

.active .resource-composition__tech-box {
  opacity: 1;
}

.service-copy {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  display: block;
  margin: 0;
  overflow: hidden;
  font-size: 66px;
  text-align: center;
}
.service-copy.is-loading {
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: blurFade 1.5s 3.5s both;
  white-space: nowrap;
}
.is-loading .service-copy__creative {
  position: relative;
  animation: color .2s 2s both;
  color: #fff;
}
.is-loading .service-copy__creative::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: certain01 .5s both;
  background-color: #272727;
}
.active .service-copy__creative {
  position: relative;
}
.active .service-copy__creative::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: certain01 .5s both;
  background-color: #fff;
}
.service-copy__times {
  position: relative;
  color: transparent;
}
.service-copy__times::before, .service-copy__times::after {
  content: "";
  display: block;
  position: absolute;
  top: .3em;
  left: 50%;
  width: 1px;
  height: 70px;
  opacity: 0;
  background-color: #39f897;
}
.service-copy__times::before {
  transform: rotate(35deg);
  animation: times01 .5s .7s both;
}
.service-copy__times::after {
  transform: rotate(-35deg);
  animation: times02 .5s 1.2s both;
}
.resource .service-copy__business {
  display: inline-block;
  transform: translateY(100px);
  transition: .5s .5s;
}
.resource .service-copy__tech {
  display: inline-block;
  transform: translateY(-100px);
  transition: .5s .5s;
}
.active .service-copy__business, .active .service-copy__tech {
  transform: translateY(0);
}
@keyframes certain01 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes certain02 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes color {
  0% {
    color: #fff;
  }
  100% {
    color: #272727;
  }
}
@keyframes times01 {
  0% {
    transform: translate(10px, -10px) rotate(35deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(35deg);
    opacity: 1;
  }
}
@keyframes times02 {
  0% {
    transform: translate(-10px, -10px) rotate(-35deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(-35deg);
    opacity: 1;
  }
}
@keyframes blurFade {
  0% {
    opacity: 1;
    filter: blur(0px);
  }
  50% {
    opacity: 1;
    filter: blur(60px);
  }
  100% {
    opacity: 0;
    filter: blur(100px);
  }
}
@keyframes positionSet {
  0% {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  80% {
    top: 0;
    transform: translate(-50%, 240px);
    opacity: 1;
  }
  100% {
    top: 0;
    transform: translate(-50%, 240px);
    opacity: 0;
  }
}
.system {
  background: #fff;
  box-shadow: 0 0 30px rgba(39, 39, 39, 0.2);
  position: relative;
  z-index: 1;
  margin-top: 80px;
  background-color: rgba(255, 255, 255, 0.8);
}
.system__inner {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
.system__heading {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.system__copy {
  margin: 0 0 60px;
  font-size: 16px;
  text-align: center;
}
.system__text {
  margin: 0 0 60px;
  transition: filter .2s .3s, opacity .5s;
  opacity: 0;
  font-size: 14px;
  text-align: center;
  filter: blur(6px);
}
.system__text.active {
  opacity: 1;
  filter: blur(0);
}

.system-service {
  display: flex;
  justify-content: space-between;
}
.system-service__box {
  background: #fff;
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  box-sizing: border-box;
  width: 352px;
  padding: 20px 20px 30px;
  border-radius: 10px;
  opacity: 0;
}
.system-service__box:nth-child(odd) {
  transform: translateY(-100px);
}
.system-service__box:nth-child(even) {
  transform: translateY(100px);
}
.system-service__image {
  margin-bottom: 30px;
}
.system-service__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.system-service__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 0 0 20px;
  font-size: 30px;
  text-align: center;
}
.system-service__title-ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.system-service__text {
  margin: 0 0 20px;
  font-size: 14px;
  text-align: center;
}
.system-service__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 30px;
  margin: 0 auto;
  transition: 0.2s;
  background-color: #272727;
  border-radius: 100vh;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.system-service__link:hover {
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  background-color: #ff5153;
  letter-spacing: .15em;
}

.system-flow {
  position: relative;
  width: 1010px;
  height: 352px;
  margin: 0 auto 60px;
}
.system-flow__01 {
  position: absolute;
  top: 75px;
  left: 0;
  transform: translateX(-30px);
  opacity: 0;
}
.system-flow__02 {
  position: absolute;
  top: 75px;
  left: 241px;
  transform: translateX(-30px);
  opacity: 0;
}
.system-flow__03 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-30px);
  opacity: 0;
}

/***************************************************
 * Generated by SVG Artista on 11/10/2022, 2:21:13 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.system-flow__01-line {
  transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  stroke-dasharray: 21.270000457763672px;
  stroke-dashoffset: 21.270000457763672px;
}

.active .system-flow__01-line {
  stroke-dashoffset: 0;
}

.system-flow__01-arrow {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  fill: transparent;
}

.active .system-flow__01-arrow {
  fill: #ff5153;
}

.system-flow__02-line {
  transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  stroke-dasharray: 21.270000457763672px;
  stroke-dashoffset: 21.270000457763672px;
}

.active .system-flow__02-line {
  stroke-dashoffset: 0;
}

.system-flow__02-arrow {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  fill: transparent;
}

.active .system-flow__02-arrow {
  fill: #5470e9;
}

.system-flow__03-01 {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s;
  opacity: 0;
}

.system-flow__03-02 {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  opacity: 0;
}

.system-flow__03-03 {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s;
  opacity: 0;
}

.system-flow__03-04 {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  opacity: 0;
}

.system-flow__03-05 {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.25s;
  opacity: 0;
}

.system-flow__03-06 {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  opacity: 0;
}

.system-flow__03-07 {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.35s;
  opacity: 0;
}

.system-flow__03-08 {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  opacity: 0;
}

.system-flow__03-10 {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.45s;
  opacity: 0;
}

.system-flow__03-11 {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  opacity: 0;
}

.active .system-flow__03-01,
.active .system-flow__03-02,
.active .system-flow__03-03,
.active .system-flow__03-04,
.active .system-flow__03-05,
.active .system-flow__03-06,
.active .system-flow__03-07,
.active .system-flow__03-08,
.active .system-flow__03-09,
.active .system-flow__03-10,
.active .system-flow__03-11 {
  opacity: 1;
}
