.wrapper::after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(-45deg, #507594 0%, #dec3c7 100%);
}
@media (min-width: 991px) {
  .wrapper {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.wrapper .section {
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 991px) {
  .wrapper .section {
    border-left: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (min-width: 991px) {
  .wrapper .section .pageBox {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
  }
}
.wrapper .section .pageBox .unitTitle {
  font-family: Arial, Helvetica, sans-serif;
}
.wrapper .section .pageBox .unitTitle span {
  font-size: 5rem;
  line-height: 1;
  display: block;
}
@media (max-width: 991px) {
  .wrapper .section .pageBox .unitTitle span {
    font-size: 4rem;
  }
}
.wrapper .section .pageBox .unitTitle span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 10px;
  height: 10px;
  background-color: #cb7db0;
}
.wrapper .section .pageBox .unitTitle small {
  line-height: 1;
  display: block;
  font-size: 1.2rem;
}
.wrapper .section .pageBox .serviceTitle {
  padding-left: 2rem;
  width: 50vw;
  display: flex;
  align-items: center;
  color: #17153e;
}
@media (max-width: 991px) {
  .wrapper .section .pageBox .serviceTitle {
    width: 100%;
    padding-left: 1rem;
  }
}
.wrapper .section .pageBox .serviceTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
}
.wrapper .section .pageBox .serviceTitle::after {
  content: "";
  position: absolute;
  left: -10px;
  top: calc(100% - 10px);
  width: 20px;
  height: 20px;
  background-color: #cb7db0;
}
.wrapper .section .pageBox .serviceTitle b {
  display: inline-block;
  margin-right: 10px;
  font-weight: 300;
  font-size: 5rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .wrapper .section .pageBox .serviceTitle b {
    font-size: 4rem;
  }
}
.wrapper .section .pageBox .serviceTitle .serviceName small {
  display: block;
  font-size: 1rem;
}
.wrapper .section .pageBox .serviceTitle .serviceName span {
  display: block;
  font-size: 1.5rem;
}
.wrapper .section .pageBox .serviceContent {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wrapper .section .pageBox .serviceContent ul {
  min-height: 15rem;
}
.wrapper .section .pageBox .serviceContent ul li {
  list-style: disc;
  line-height: 2;
}
@media (min-width: 991px) {
  .wrapper .section .pageBox .text {
    padding-right: 5rem;
  }
}
@media (max-width: 991px) {
  .wrapper .section .pageBox .text p {
    text-align: justify;
  }
}
@media (min-width: 991px) {
  .wrapper .section .pageBox .text p span {
    display: block;
  }
}
.wrapper .section.page01 {
  min-width: 100vw;
}
.wrapper .section.page01::before {
  content: "";
  position: fixed;
  pointer-events: none;
  left: 20%;
  top: 20%;
  width: 30%;
  padding-top: 30%;
  border-radius: 50%;
  background-image: linear-gradient(45deg, rgba(204, 125, 176, 0.349) 0%, rgba(226, 97, 181, 0.759) 90%);
  filter: blur(100px);
  opacity: 0.3;
}
@media (min-width: 991px) {
  .wrapper .section.page01 .pageBox {
    padding-left: 25vw;
  }
}
@media (max-width: 991px) {
  .wrapper .section.page01 .pageBox {
    min-height: 80vh;
    align-content: center;
  }
}/*# sourceMappingURL=about.css.map */