/* ==============================================================================
# mobileFont
============================================================================== */
body,
html {
  height: 100%;
  margin: 0;
  color: #333333;
  font-family: "M PLUS 1p", sans-serif;
}

* {
  font-size: 16px;
}

body {
  background-color: #FAFAFA;
}

#main-section {
  color: #000;
  font-size: 2em;
  z-index: 30;
  position: relative;
}

main {
  padding-top: 120px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  main {
    padding-top: 60px;
  }
}

.project__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  position: relative;
}
.project__inner .project__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .project__container {
    flex-direction: column;
  }
}
.project__inner h2 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  z-index: 100;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner h2 {
    padding: 0 15px;
  }
}
.project__inner h3 {
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 400;
  padding-left: 13px;
  position: relative;
  margin-top: 50px;
}
.project__inner h3::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #E83C5C;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.project__inner h1 {
  font-size: 32px;
  letter-spacing: 1.6px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 38px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.project__inner p {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 35px;
  margin-top: 48px;
  width: 465px;
}
.project__inner .project__right {
  width: 497px;
  position: absolute;
  right: -20px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .project__right {
    width: 100%;
    position: static;
  }
}
.project__inner .project__right img {
  width: 100%;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .project__left {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .project__inner .project__left p {
    width: 100%;
  }
}

.team .team__inner .team__fv {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  width: 100%;
  margin-top: 80px;
}
.team .team__inner .team__fv img {
  width: 100%;
}
.team .team__inner .unable__list {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 43px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .team .team__inner .unable__list {
    padding: 0 15px;
    box-sizing: border-box;
    justify-content: center;
  }
}
.team .team__inner .unable__list .unable__item {
  width: 244px;
  height: 93px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 10px 10px rgb(232, 237, 248);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .team .team__inner .unable__list .unable__item {
    width: 48%;
    height: 70px;
  }
}
.team .team__inner .unable__list .unable__item h4 {
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.9px;
  font-weight: 400;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .team .team__inner .unable__list .unable__item h4 {
    line-height: 26px;
  }
}

#project {
  margin-top: 60px;
}

.project {
  margin-top: 180px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project {
    margin-top: 120px;
  }
}
.project .more__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 50px;
}
.project .more__btn:hover .arrow::before {
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
}
.project .more__btn p {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.75px;
}
.project .more__btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
}
.project .more__btn .arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}
.project .more__btn .arrow img {
  width: 16px !important;
  position: relative;
}

.project-slider {
  padding-top: 73px;
}
.project-slider .splide__list {
  align-items: flex-start;
  min-height: 420px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project-slider .splide__list {
    height: 270px;
    min-height: 270px;
  }
}
.project-slider .splide__slide {
  width: 38% !important;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project-slider .splide__slide {
    width: 265px !important;
    height: 148px;
    background-color: #fff;
  }
}
.project-slider .splide__slide a {
  display: block;
}
.project-slider .splide__slide .img__cover {
  overflow: hidden;
  aspect-ratio: 16/9;
  margin: auto;
}
.project-slider .splide__slide .img__cover:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project-slider .splide__slide .img__cover {
    height: auto;
  }
}
.project-slider .splide__slide img {
  width: 100%;
  transition: all 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16/9;
}
.project-slider .splide__slide h3 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 35px;
  margin-top: 34px;
  height: 70px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project-slider .splide__slide h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 14px;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
  }
}
.project-slider .splide__slide p {
  color: #888;
  font-size: 15px;
  letter-spacing: 0.75px;
  margin-top: 10px;
}
.project-slider .splide__pagination {
  bottom: auto;
  left: auto;
  padding: 0 1em;
  position: absolute;
  right: 0px;
  z-index: 1;
  top: -35px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project-slider .splide__pagination {
    top: 20px;
    left: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
  }
}
.project-slider .splide__pagination .splide__pagination__page {
  width: 81px;
  height: 4px;
  border-radius: 0;
  background-color: #EDEDED;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project-slider .splide__pagination .splide__pagination__page {
    width: 62px;
  }
}
.project-slider .splide__pagination .splide__pagination__page.is-active {
  background-color: #888888;
  transform: scale(1);
}
.project-slider .splide__arrows {
  width: calc(38% + 75px);
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project-slider .splide__arrows {
    width: 310px;
    display: none;
  }
}
.project-slider .splide__arrow {
  position: absolute;
  top: 50px;
  background-color: transparent;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project-slider .splide__arrow {
    top: 65px;
  }
}
.project-slider .splide__arrow svg {
  display: none;
}
.project-slider .splide__arrow--prev {
  left: 10px;
  width: 1em;
  height: 1em;
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  border-radius: 0;
  transform: rotate(135deg);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project-slider .splide__arrow--prev {
    width: 12px;
    height: 12px;
  }
}
.project-slider .splide__arrow--next {
  right: 10px;
  width: 1em;
  height: 1em;
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  border-radius: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project-slider .splide__arrow--next {
    width: 12px;
    height: 12px;
  }
}

.splide__bg {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 70%;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  filter: blur(2px);
  z-index: 0;
  box-shadow: inset 0px 0 40px 55px #fff;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.3;
  }
}
.clients {
  margin-top: 90px;
}
.clients .clients__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .clients .clients__inner {
    padding: 0 3px;
    box-sizing: border-box;
  }
}
.clients .clients__inner h2 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .clients .clients__inner h2 {
    padding: 0 15px;
  }
}
.clients .clients__inner .clients__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 56px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .clients .clients__inner .clients__list {
    gap: 10px;
    margin-top: 44px;
  }
}
.clients .clients__inner .clients__list .clients__item {
  width: 186px;
  box-shadow: 3px 10px 10px rgb(232, 237, 248);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .clients .clients__inner .clients__list .clients__item {
    width: 31%;
  }
}
.clients .clients__inner .clients__list .clients__item img {
  width: 186px;
  vertical-align: bottom;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .clients .clients__inner .clients__list .clients__item img {
    width: 100%;
  }
}

.mb {
  margin-top: 100px;
  position: relative;
}
.mb .mb__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
.mb .mb__inner h3 {
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 400;
  padding-left: 13px;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mb .mb__inner h3 {
    padding: 0 15px 0 28px;
  }
}
.mb .mb__inner h3::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #E83C5C;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mb .mb__inner h3::before {
    left: 15px;
  }
}
.mb .mb__container {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mb .mb__container {
    flex-direction: column;
  }
}
.mb .mb__container .mb__left {
  width: 545px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mb .mb__container .mb__left {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.mb .mb__container .mb__left img {
  width: 324px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mb .mb__container .mb__left img {
    width: 271px;
  }
}
.mb .mb__container .mb__left h1 {
  font-size: 32px;
  letter-spacing: 1.6px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 38px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mb .mb__container .mb__left h1 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
.mb .mb__container .mb__left p {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 35px;
  margin-top: 20px;
  width: 495px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mb .mb__container .mb__left p {
    width: 100%;
    margin-top: 320px;
  }
}
.mb .mb__container .mb__left .more__btn {
  display: flex;
  align-items: center;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  margin-top: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mb .mb__container .mb__left .more__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.mb .mb__container .mb__left .more__btn:hover .arrow::before {
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
}
.mb .mb__container .mb__left .more__btn p {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.75px;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
.mb .mb__container .mb__left .more__btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
}
.mb .mb__container .mb__left .more__btn .arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}
.mb .mb__container .mb__left .more__btn .arrow img {
  width: 16px !important;
  position: relative;
}
.mb .mb__container .mb__right {
  width: 47%;
  position: absolute;
  right: 20px;
  top: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mb .mb__container .mb__right {
    width: 100%;
    top: 225px;
    right: 0;
  }
}
.mb .mb__container .mb__right img {
  width: 100%;
}

.andfans {
  margin-top: 100px;
  position: relative;
}
.andfans .andfans__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
.andfans .andfans__inner h3 {
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 400;
  padding-left: 13px;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .andfans .andfans__inner h3 {
    padding: 0 15px 0 28px;
  }
}
.andfans .andfans__inner h3::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #E83C5C;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .andfans .andfans__inner h3::before {
    left: 15px;
  }
}
.andfans .andfans__container {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .andfans .andfans__container {
    flex-direction: column;
  }
}
.andfans .andfans__container .andfans__left {
  width: 545px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .andfans .andfans__container .andfans__left {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.andfans .andfans__container .andfans__left img {
  width: 324px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .andfans .andfans__container .andfans__left img {
    width: 271px;
  }
}
.andfans .andfans__container .andfans__left h1 {
  font-size: 32px;
  letter-spacing: 1.6px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 38px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .andfans .andfans__container .andfans__left h1 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
.andfans .andfans__container .andfans__left p {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 35px;
  margin-top: 20px;
  width: 495px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .andfans .andfans__container .andfans__left p {
    width: 100%;
    margin-top: 300px;
  }
}
.andfans .andfans__container .andfans__left .more__btn {
  display: flex;
  align-items: center;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  margin-top: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .andfans .andfans__container .andfans__left .more__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.andfans .andfans__container .andfans__left .more__btn:hover .arrow::before {
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
}
.andfans .andfans__container .andfans__left .more__btn p {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.75px;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
.andfans .andfans__container .andfans__left .more__btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
}
.andfans .andfans__container .andfans__left .more__btn .arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}
.andfans .andfans__container .andfans__left .more__btn .arrow img {
  width: 16px !important;
  position: relative;
}
.andfans .andfans__container .andfans__right {
  width: 47%;
  position: absolute;
  right: 20px;
  top: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .andfans .andfans__container .andfans__right {
    width: 100%;
    top: 250px;
    right: 0;
  }
}
.andfans .andfans__container .andfans__right img {
  width: 100%;
}/*# sourceMappingURL=business.css.map */