@charset "utf-8";

.h1764225507275 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.fv {
  position: sticky;
  top: 0;
  left: 0;
  padding-bottom: 160px;
  overflow: hidden;
}

.fv__wrap {
  display: flex;
  align-items: start;
  gap: 14px;
  margin: 100px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .fv__wrap {
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .fv__wrap {
    max-width: 1600px;
    margin-inline: auto;
  }
}

.fv__swiper,
.fv__swiper-wrapper,
.fv__swiper-slide {
  position: relative;
}
.fv__swiper {
  width: min(100%, 980px);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .fv__swiper {
    width: min(980 / 1366 * 100vw, 980px);
  }
}

.fv__swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: flex-start;
}
.fv__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 980 / 768;
  width: 100%;
}
.fv__swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #464336;
  opacity: 0.06;
  pointer-events: none;
}
.fv__swiper-slide img {
  aspect-ratio: 980 / 768;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fv__title {
  margin-top: 40px;
  width: 74px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .fv__title {
    width: 93px;
  }
}
@media screen and (min-width: 800px) {
  .fv__title {
    width: 104px;
  }
}

@media screen and (min-width: 1100px) {
  .fv__title {
    width: 134px;
  }
}


.fv__deco {
  position: absolute;
  bottom: 190px;
  left: 0;
  width: 240px;
  height: auto;
  z-index: 3;
}
@media screen and (min-width: 414px) {
  .fv__deco {
    left: unset;
    bottom: 50px;
    right: 0;
    width: 372px;
  }
}
@media screen and (min-width: 1100px) {
  .fv__deco {
    bottom: 170px;
    right: unset;
    left: calc(50% + 132px);
    width: 512px;
  }
}

.fv__text {
  width: 12px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 122px;
  right: 48px;
  font-size: 16px;
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__text {
    display: block;
  }
}

.fv__text strong {
  margin-top: 13px;
  font-weight: 400;
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.fv__text strong::before,
.fv__text strong::after {
  content: "";
  width: 1px;
  height: 8px;
  background: #363636;
}

.fv__link {
  position: absolute;
  bottom: 60px;
  left: 20px;
  z-index: 5;
  width: 248px;
  height: auto;
  &:hover {
    opacity: 0.9;
  }
}
@media screen and (min-width: 768px) {
  .fv__link {
    left: 30px;
    bottom: 100px;
  }
}
@media screen and (min-width: 900px) {
  .fv__link {
    width: 348px;
  }
}
@media screen and (min-width: 1600px) {
  .fv__link {
    left: calc(50% - 653px);
  }
}


.top-about__box {
  margin: 57px 0 80px !important;
  position: relative;
}

.top-about__wrap {
  padding: 65px 0 289px;
  position: relative;
  top: 0;  
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .top-about__wrap {
    left: calc(50% - 86px);
    transform: unset;
  }
}


.top-about__btn {
  margin-top: 28px;
}

.top-about__img01,
.top-about__img02,
.top-about__img03 {
  position: absolute;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}
.top-about__img02 img,
.top-about__img03 img {
  object-fit: cover;
}

.top-about__img01 {
  aspect-ratio: 182/212;
  width: 182px;
  top: 0;
  left: calc(50% + 210px);
}
@media screen and (min-width: 900px) {
  .top-about__img01 {
    left: calc(50% + 371px);
  }
}

.top-about__img02 {
  aspect-ratio: 340/305;
  width: 340px;
  bottom: 210px;
  right: calc(50% + 209px);
}
@media screen and (min-width: 1250px) {
  .top-about__img02 {
    right: calc(50% + 213px);
  }
}

.top-about__img02 .top-about__deco {
  position: absolute;
  left: 0;
  top: -82px;
}

.top-about__img03 {
  aspect-ratio: 284/250;
  width: 284px;
  bottom: 0;
  left: calc(50% - 19px);
}
@media screen and (min-width: 900px) {
  .top-about__img03 {
    left: calc(50% + 190px);
  }
}
.top-about__img03 .top-about__deco {
  position: absolute;
  left: -157px;
  bottom: 91px;
}

.top-service__btn {
  position: absolute;
  right: 0;
  bottom: -70px;
}
@media screen and (min-width: 500px) {
  .top-service__btn {
    bottom: 8px;
  }
}

.top-service__box {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 40px;
  max-width: 950px;
  margin-inline: auto !important;
}
@media screen and (min-width: 500px) {
  .top-service__box {
    gap: 80px;
  }
}
@media screen and (min-width: 1300px) {
  .top-service__box {
    max-width: 100%;
    flex-direction: row;
    gap: 110px;
  }
}

.top-service__container {
  width: min(100%, 900px);
}

.top-service__img {
  aspect-ratio: 449 / 180;
  width: min(100%, 950px);
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 1300px) {
  .top-service__img {
    aspect-ratio: 449 / 875;
    width: min(calc(449/ 1366 * 100vw), 449px);
  }
  .top-works__img-left {
    aspect-ratio: 449 / 660;
  }
}

.top-service__wrap {
  margin: 46px 0 0 0 !important;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 500px) {
  .top-service__wrap {
    margin: 74px 0 0 0 !important;
  }
}

.top-service__item {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
@media screen and (min-width: 500px) {
  .top-service__item {
    grid-template-columns: 190px 1fr;
    gap: 40px;
  }
}

.top-service__item:hover {
  opacity: 0.8;
}

.top-service__item img {
  aspect-ratio: 190 / 120;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.top-works__wrap {
  margin-top: 65px;

  background: #F5F5F3;
  padding: 40px 20px;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    background: url('../images/bg.png') center / cover no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .top-works__wrap {
    padding: 40px;
  }
}

.top-works__wrap > .webgene-blog {
    display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 22px 20px;
}
@media screen and (min-width: 500px) {
.top-works__wrap > .webgene-blog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
 .top-works__wrap > .webgene-blog {
    gap: 26px 35px;
  }
}

.top-works__item {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.top-works__item a {
  width: 100%;
}
.top-works__item a:hover .top-works__img img {
  scale: 1.1;
}

.top-works__img {
  overflow: hidden;
}

.top-works__img img {
  aspect-ratio: 219 / 137;
  object-fit: cover;
  width: 100%;
  height: 137px;
  transition: scale 0.3s;
}

.top-works__body {
  padding: 8px 12px;
}

.top-works__body-title {
  font-size: 12px;
  line-height: calc(22 / 12);
  letter-spacing: 0.2em;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}