.c-intro__animation {
  width: 32.3rem;
  right: auto;
  left: -12rem;
  top: 13rem;
  z-index: -1;
}

.p-flow {
  position: relative;
}
.p-flow .c-loop {
  margin-top: 3rem;
  border-top: 1px solid #FFF;
}
.p-flow .c-intro__animation {
  width: 26.4rem;
  right: -10rem;
  left: auto;
  top: -18rem;
  z-index: 1;
}
.p-flow__title {
  font-size: 1.2rem;
  color: #FFF;
  position: absolute;
  top: 62px;
  left: -50px;
  transform: rotate(90deg);
}
.p-flow__title::before {
  content: "";
  width: 41px;
  height: 1px;
  background-color: #FFF;
  display: inline-block;
  transform: none;
  margin: 0 0.5rem 0 0;
  vertical-align: 0.35rem;
}
.p-flow__slide-item {
  margin: 0 1rem;
  width: 20rem;
}
.p-flow__content {
  margin-top: 4rem;
}
.p-flow__content-number {
  color: #FFF;
}
.p-flow__content-text {
  color: #FFF;
}
.p-flow__content-title {
  font-size: 2.6rem;
  color: #FFF;
  margin-bottom: 2rem;
}
.p-flow__content-line {
  display: flex;
  padding: 0 2.5rem;
}
.p-flow__content-line span {
  display: block;
  width: 16.6666666667%;
  height: 1px;
  background-color: #727272;
}
.p-flow__content-line span.is-active {
  background-color: #FFF;
}
.p-flow__content-prev, .p-flow__content-next {
  cursor: pointer;
  transition: 0.3s;
}
.p-flow__content-prev:hover, .p-flow__content-next:hover {
  opacity: 0.6;
}
.p-flow__content-next {
  margin-left: 5rem;
}
.p-flow__content-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: 4rem;
}
.p-flow__content-container {
  position: relative;
}
.p-flow__content-container-item {
  display: none;
  height: 53.5rem;
}
.p-flow__content-container-item.is-show {
  display: block;
}
.p-flow__content-container-item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-flow__content-container-item-textarea {
  padding: 11rem 2rem 10rem 6rem;
}
.p-flow__content-container-item-bottom {
  margin-top: auto;
}
.p-flow__content-container-item.content01 {
  background-color: #313131;
}
.p-flow__content-container-item.content02 {
  background-color: #4D4B45;
}
.p-flow__content-container-item.content03 {
  background-color: #6B685A;
}
.p-flow__content-container-item.content04 {
  background-color: #817955;
}
.p-flow__content-container-item.content05 {
  background-color: #9E904E;
}
.p-flow__content-container-item.content06 {
  background-color: #BEB89B;
}
.p-flow__content-tab {
  display: flex;
  flex-wrap: wrap;
}
.p-flow__content-tab-item {
  text-align: center;
  width: 33.3333333333%;
  padding: 0.9rem 0;
  cursor: pointer;
  color: #FFF;
}
.p-flow__content-tab-item.tab01 {
  background-color: #313131;
  border-radius: 10px 0 0 0;
}
.p-flow__content-tab-item.tab02 {
  background-color: #4D4B45;
}
.p-flow__content-tab-item.tab03 {
  background-color: #6B685A;
  border-radius: 0 10px 0 0;
}
.p-flow__content-tab-item.tab04 {
  background-color: #817955;
}
.p-flow__content-tab-item.tab05 {
  background-color: #9E904E;
}
.p-flow__content-tab-item.tab06 {
  background-color: #BEB89B;
}

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