.hero {
  position: relative;
  height: 54.653vw;
}

@media screen and (max-width: 767px) {
  .hero {
    height: 100vw;
  }
}

.hero__img {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero__img {
    width: 150%;
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }
}

.hero__title {
  position: absolute;
  bottom: 11.111vw;
  left: 4.167vw;
  width: 38.889vw;
  height: 9.028vw;
}

@media screen and (max-width: 767px) {
  .hero__title {
    width: 90%;
    max-width: 375px;
    height: auto;
  }
}

.hero__text {
  font-size: 2.0rem;
  letter-spacing: 0.02em;
  color: #5C6BD4;
  position: absolute;
  bottom: 12.5vw;
  left: 28.819vw;
  display: none;
}

@media screen and (max-width: 1024px) {
  .hero__text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .hero__text {
    font-size: 1.1rem;
    bottom: 7.5vw;
    left: 46.819vw;
  }
}

.about {
  position: relative;
  padding: 225px 15px 365px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 100px;
    padding-bottom: 250px;
  }
}

.about__title {
  position: absolute;
  left: 0;
  top: 120px;
}

@media screen and (max-width: 767px) {
  .about__title {
    position: static;
    max-width: 200px;
    margin-bottom: 30px;
  }
}

.about__text {
  max-width: 550px;
  font-size: 1.4rem;
  line-height: 2.0;
  margin-left: 205px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 1441px) {
  .about__text {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .about__text {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .about__text {
    margin-left: 0;
    font-size: 1.2rem;
  }
}

.about__img {
  width: 72.917vw;
  max-width: 1050px;
  position: absolute;
  right: 0;
  top: 200px;
}

@media screen and (max-width: 1024px) {
  .about__img {
    top: 350px;
  }
}

@media screen and (max-width: 767px) {
  .about__img {
    top: 300px;
    max-width: 400px;
    width: 90%;
  }
}

.about__circle {
  max-width: 400px;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .about__circle {
    max-width: 200px;
  }
}

.about__circle.circle1 {
  top: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .about__circle.circle1 {
    top: 250px;
  }
}

.about__circle.circle2 {
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .about__circle.circle2 {
    top: 100px;
    bottom: auto;
  }
}

.works {
  position: relative;
  padding: 250px 15px 0;
}

@media screen and (max-width: 767px) {
  .works {
    padding-top: 0;
    padding-bottom: 300px;
  }
}

.works__title {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .works__title {
    max-width: 140px;
    position: static;
    margin-bottom: 100px;
  }
}

.works__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 120px;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 5px 4px 0 #ccc;
          box-shadow: 5px 4px 0 #ccc;
  padding: 0 100px 65px 30px;
  position: relative;
  max-width: 650px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .works__item {
    padding: 0 30px 50px;
    z-index: 2;
  }
}

.works__item.item2 {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .works__item.item2 {
    margin-left: 0;
  }
}

.works__item--title {
  font-size: 2.5rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: #5C6BD4;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .works__item--title {
    font-size: 2.0rem;
    position: relative;
    z-index: 2;
  }
}

.works__item--text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .works__item--text {
    font-size: 1.3rem;
    margin-left: 10px;
  }
}

.works__item--en {
  position: absolute;
}

.works__item--en.en1 {
  max-width: 217px;
  bottom: -10px;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .works__item--en.en1 {
    right: 0;
  }
}

.works__item--en.en2 {
  max-width: 285px;
  bottom: -10px;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .works__item--en.en2 {
    right: 0;
  }
}

.works__item--en.en3 {
  max-width: 390px;
  bottom: -30px;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .works__item--en.en3 {
    right: 0;
  }
}

.works__item--img {
  position: absolute;
  max-width: 300px;
  bottom: 90px;
  right: -190px;
}

@media screen and (max-width: 767px) {
  .works__item--img {
    max-width: 150px;
    top: -80px;
    right: 0;
  }
}

.works__img {
  max-width: 550px;
  position: absolute;
  bottom: -130px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .works__img {
    width: 80%;
    bottom: 110px;
  }
}

.works__circle {
  position: absolute;
}

.works__circle.circle3 {
  max-width: 445px;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .works__circle.circle3 {
    max-width: 300px;
    top: -100px;
  }
}

.works__circle.circle4 {
  max-width: 370px;
  left: 0;
  bottom: 180px;
}

@media screen and (max-width: 767px) {
  .works__circle.circle4 {
    max-width: 300px;
    bottom: 300px;
  }
}

.works__circle.circle5 {
  max-width: 480px;
  bottom: -250px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .works__circle.circle5 {
    max-width: 300px;
    bottom: 50px;
  }
}

.company {
  position: relative;
  padding-top: 250px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 0 15px;
  }
}

.company__title {
  position: absolute;
  top: 100px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .company__title {
    max-width: 200px;
    position: static;
    margin-bottom: 60px;
  }
}

.company__cont {
  max-width: 1230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.company__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 20px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .company__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
  }
}

.company__item {
  max-width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 25px 40px;
  -webkit-box-shadow: 5px 4px 0 #ccc;
          box-shadow: 5px 4px 0 #ccc;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .company__item {
    max-width: none;
  }
}

.company__item.l {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  padding: 30px 80px 70px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .company__item.l {
    padding: 0 25px 40px;
    margin-top: 50px;
    max-width: none;
  }
}

.company__item--img.img1 {
  max-width: 160px;
  margin-top: -35px;
  margin-bottom: 30px;
}

.company__item--img.img2 {
  max-width: 120px;
  margin-top: -35px;
  margin-bottom: 30px;
}

.company__item--img.img3 {
  max-width: 230px;
  position: absolute;
  left: -140px;
}

@media screen and (max-width: 767px) {
  .company__item--img.img3 {
    position: static;
    margin-top: -35px;
    margin-bottom: 30px;
  }
}

.company__item--title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #5C6BD4;
}

@media screen and (max-width: 767px) {
  .company__item--title {
    font-size: 2.0rem;
  }
}

.company__item--text {
  font-size: 1.3rem;
  line-height: 1.7;
}

.company__item--text.fs16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .company__item--text.fs16 {
    font-size: 1.3rem;
  }
}

.company__item--link {
  position: absolute;
  max-width: 60px;
  bottom: -10px;
  right: -10px;
}

.company__img {
  position: absolute;
  max-width: 735px;
  margin-left: 0;
  bottom: 60px;
}

@media screen and (max-width: 767px) {
  .company__img {
    display: none;
  }
}

.company__circle {
  position: absolute;
}

.company__circle.circle6 {
  max-width: 445px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 60px;
}

@media screen and (max-width: 767px) {
  .company__circle.circle6 {
    max-width: 300px;
    top: 0;
    left: -30px;
  }
}

/***************************************************
 * Generated by SVG Artista on 12/5/2022, 9:33:34 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  fill: #5c6bd4;
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  fill: #5c6bd4;
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  fill: #5c6bd4;
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  fill: #5c6bd4;
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-5 {
  fill: #5c6bd4;
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  fill: #5c6bd4;
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-7 {
  fill: #5c6bd4;
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
  fill: #5c6bd4;
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
  fill: #5c6bd4;
}

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

svg.active .svg-elem-10 {
  fill: #5c6bd4;
}

svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-11 {
  fill: #5c6bd4;
}

svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

svg.active .svg-elem-12 {
  fill: #5c6bd4;
}
/*# sourceMappingURL=top.css.map */