
/* =========================
   TOP FV
========================= */
.l-top .p-topFV {
  margin-top: 128px;
  position: relative;
  overflow: hidden;
  background-color: #f2f4f3;
}
.l-top .p-topFV__inner {
  width: 100%;
  overflow: hidden;
}
.l-top .p-topFV__row {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.l-top .p-topFV__deco {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.l-top .p-topFV__decoItem {
  position: absolute;
  display: block;
  height: 30px;
  pointer-events: none;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__decoItem {
    height: 2.196193265vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-top .p-topFV__decoItem {
    height: 20px;
  }
}
.l-top .p-topFV__decoItem--blueTop {
 display: none;
  top: 2px;
  left: -85px;
  width: 500px;
  background: linear-gradient(-90deg, #6b85e8 0%, rgba(107, 133, 232, 0) 100%);
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__decoItem--blueTop {
    top: 2px;
    left: -6.2225475842vw;
    width: 36.6032210835vw;
  }
}
.l-top .p-topFV__decoItem--pinkTop {
  top: 0px;
  left: -85px;
  width: 500px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 230, 255, 0)), to(#dd9fff));
  background: linear-gradient(90deg, rgba(250, 230, 255, 0) 0%, #dd9fff 100%);
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__decoItem--pinkTop {
    left: -6.2225475842vw;
    width: 36.6032210835vw;
  }
}

.l-top .p-topFV__decoItem--pinkBottom {
  display: none;
  top: 413px;
  left: 130px;
  width: 500px;
  background: -webkit-gradient(linear, left top, right top, from(#dd9fff), to(rgba(250, 230, 255, 0)));
  background: linear-gradient(90deg, #dd9fff 0%, rgba(250, 230, 255, 0) 100%);
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__decoItem--pinkBottom {
    top: 30.2342606149vw;
    left: -9.5168374817vw;
    width: 36.6032210835vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-top .p-topFV__decoItem--pinkBottom {
    top: 330px;
  }
}
.l-top .p-topFV__decoItem--yellowBottom {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  background: linear-gradient(-90deg, #f6f409 0%, rgba(246, 244, 9, 0) 100%);
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__decoItem--yellowBottom {
    width: calc(500 / 1366 * 100vw);
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-topFV__decoItem--yellowBottom {
    top: 36.4%;
  }
}
.l-top .p-topFV__decoItem--blueBottom {
  top: 493px;
  right: 0px;
  width: 500px;
  background: linear-gradient(-90deg, #6b85e8 0%, rgba(107, 133, 232, 0) 100%);
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__decoItem--blueBottom {
    top: 36.0907759883vw;
    right: 0vw;
    width: 36.6032210835vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-top .p-topFV__decoItem--blueBottom {
    top: 365px;
  }
}
.l-top .p-topFV__row--bottom {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__row--bottom {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-top .p-topFV__row--bottom {
    margin-top: 10px;
  }
}
.l-top .p-topFV__swiper {
  overflow: visible;
}
.l-top .p-topFV__swiper .swiper-wrapper {
 display: flex;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  will-change: transform;
}
.l-top .p-topFV__slide {
  position: relative;
  width: 400px;
  height: 250px;
  aspect-ratio: 400/250;
  border-radius: 5px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__slide {
    width: max(29.2825768668vw, 300px);
    height: auto;
  }
}
.l-top .p-topFV__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-top .p-topFV__slide--small {
  width: 190px;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__slide--small {
    width: 13.9092240117vw;
  }
}
.l-top .p-topFV__slide--middle {
  width: 307px;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__slide--middle {
    width: 22.4743777452vw;
  }
}
.l-top .p-topFV__slide--large {
  width: 400px;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__slide--large {
    width: max(29.2825768668vw, 300px);
  }
}
.l-top .p-topFV__copyArea {
  padding-block: 45px 42px;
  background-color: #f2f4f3;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__copyArea {
    padding-block: 3.2942898975vw 3.074670571vw;
  }
}
.l-top .p-topFV__copyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1145px;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__copyInner {
    width: 83.8213762811vw;
  }
}
@media screen and (max-width: 900px) {
  .l-top .p-topFV__copyInner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-topFV__copyInner {
    width: calc(100% - 30px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.l-top .p-topFV__copy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-top .p-topFV__copyEn {
  margin: 0;
  color: #6b85e8;
  letter-spacing: 0.04em;
}
.l-top .p-topFV__copyJa {
  margin: 19px 0 0;
}
.l-top {
  /* =========================
     FV Scroll
  ========================= */
}
.l-top .p-topFV__scroll {
  position: relative;
  z-index: 20;
  width: 135px;
  height: 135px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}
.l-top .p-topFV__scroll::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/img_scroll-circle.png") no-repeat center/contain;
  -webkit-animation: fvScrollRotate 18s linear infinite;
          animation: fvScrollRotate 18s linear infinite;
}
.l-top .p-topFV__scroll::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43px;
  height: 68px;
  background: url("../images/img_FvChar.png") no-repeat center/contain;
  -webkit-transform: translate(-50%, -56%);
          transform: translate(-50%, -56%);
}
@media screen and (max-width: 768px) {
  .l-top .p-topFV__scroll {
    width: 88px;
    height: 88px;
  }
  .l-top .p-topFV__scroll::after {
    width: 32px;
    height: 50px;
  }
}
.l-top .p-topFV__scrollArrow {
  position: absolute;
  left: 50%;
  bottom: 17px;
  z-index: 2;
  width: 12px;
  height: 24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-top .p-topFV__scrollArrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 9px;
  height: 9px;
  background: url("../images/icon_arrow-down.svg") no-repeat center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-top .p-topFV__scrollArrow {
    bottom: 12px;
    height: 20px;
  }
  .l-top .p-topFV__scrollArrow::before {
    height: 14px;
  }
  .l-top .p-topFV__scrollArrow::after {
    width: 5px;
    height: 5px;
  }
}
@-webkit-keyframes fvScrollRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fvScrollRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fvScrollLine {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  51% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes fvScrollLine {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  51% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.p-topWorks {
  position: relative;
  z-index: 100;
  margin-top: -10.2489019034vw;
}

.p-topWorks__inner {
  width: 81.6251830161vw;
  margin-inline: auto 0;
  padding-inline: 2.9282576867vw 2.196193265vw;
  background-color: #333333;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1366px) {
  .p-topWorks__inner {
    width: 81.6251830161vw;
  }
}
@media screen and (max-width: 900px) {
  .p-topWorks__inner {
    margin-inline: auto;
    border-radius: 10px;
    width: 90%;
  }
}

.p-topWorks__title {
  padding-block: 1.6837481698vw 1.0980966325vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-topWorks__title--en {
  margin-top: 0.7320644217vw;
}

.topWorksCont .js-topWorksSwiper {
  overflow: hidden;
}
.topWorksCont .swiper-wrapper {
  height: auto;
}
.topWorksCont section.webgene-blog.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8550512445vw;
}
@media screen and (max-width: 767px) {
  .topWorksCont section.webgene-blog.swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}
.topWorksCont article.webgene-item.swiper-slide {
  width: 16.9838945827vw;
  height: auto;
}
@media screen and (max-width: 900px) {
  .topWorksCont article.webgene-item.swiper-slide {
    width: 22%;
  }
}
@media screen and (max-width: 768px) {
  .topWorksCont article.webgene-item.swiper-slide {
    width: 30%;
  }
}
.topWorksCont .imgBx01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5856515373vw;
  text-decoration: none;
}
.topWorksCont .imgBx01:hover {
  opacity: 0.7;
}
.topWorksCont .imgBx01 .p-blog__item-head {
  width: 100%;
  aspect-ratio: 230/130;
  overflow: hidden;
}
.topWorksCont .imgBx01 .p-blog__item-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topWorksCont .imgBx01 .p-works__item-title {
  padding-block: 0 1.6105417277vw;
}
@media screen and (max-width: 900px) {
  .topWorksCont .imgBx01 .p-works__item-title {
    padding-block: 10px 20px;
  }
}

.p-topAbout {
  padding-block: 75px 116px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1366px) {
  .p-topAbout {
    padding-block: 5.4904831625vw 8.4919472914vw;
  }
}

.p-topAbout__wrapper {
  width: 1328px;
  border-top: 1px solid #c5c5c5;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .p-topAbout__wrapper {
    width: 97.2181551977vw;
  }
}

.p-topAbout__inner {
  padding-top: 64px;
  width: 1146px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-areas: "title text" "img text";
  -webkit-column-gap: 84px;
     -moz-column-gap: 84px;
          column-gap: 84px;
  row-gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .p-topAbout__inner {
    padding-top: 4.6852122987vw;
    width: 84.375vw;
    -webkit-column-gap: 6.5625vw;
       -moz-column-gap: 6.5625vw;
            column-gap: 6.5625vw;
  }
}
@media screen and (max-width: 900px) {
  .p-topAbout__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__inner {
    width: 89.3333333333vw;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "img" "text";
    row-gap: 10px;
  }
}

/* =========================
   TITLE
========================= */
.p-topAbout__inner > .p-topAbout__title {
  grid-area: title;
}

.p-topAbout__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

/* =========================
   IMAGE
========================= */
.p-topAbout__img {
  grid-area: img;
  margin-top: 50px;
  width: 640px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 11px;
}
@media screen and (max-width: 1366px) {
  .p-topAbout__img {
    width: 46.8521229868vw;
    gap: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__img {
    width: 100%;
    gap: 6px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
.p-topAbout__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topAbout__img1,
.p-topAbout__img2,
.p-topAbout__img3,
.p-topAbout__img4 {
  width: 314px;
  height: 220px;
  aspect-ratio: 314/220;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1366px) {
  .p-topAbout__img1,
  .p-topAbout__img2,
  .p-topAbout__img3,
  .p-topAbout__img4 {
    width: 22.9868228404vw;
    height: 16.1054172767vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__img1,
  .p-topAbout__img2,
  .p-topAbout__img3,
  .p-topAbout__img4 {
    width: 40.9387222947vw;
    height: auto;
  }
}

.p-topAbout__img2 {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .p-topAbout__img2 {
    margin-top: 0px;
  }
}

.p-topAbout__img3 {
  margin-top: -67px;
}
@media screen and (max-width: 767px) {
  .p-topAbout__img3 {
    margin-top: 0px;
  }
}

/* =========================
   TEXT
========================= */
.p-topAbout__text {
  margin-top: 116px;
  grid-area: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  width: 420px;
}
@media screen and (max-width: 1280px) {
  .p-topAbout__text {
    margin-top: 8.78477306vw;
    width: 32.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__text {
    margin-top: 0;
    width: 100%;
    gap: 4.5632333768vw;
  }
}

.p-topAbout__text > .p-topAbout__title h3 {
  margin: 0 0 28px;
  font-size: 22px;
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-topAbout__text > .p-topAbout__title h3 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.p-topAbout__desc {
  display: grid;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .p-topAbout__desc {
    gap: 2.8683181226vw;
  }
}
.p-topAbout__desc p {
  margin: 0;
}

/* =========================
   VISUAL
========================= */
.p-topAbout__visual {
  margin-top: 80px;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1366px) {
  .p-topAbout__visual {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__visual {
    margin-top: 56px;
  }
}
.p-topAbout__visual .swiper-wrapper {
  display: flex;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  will-change: transform;
}
.p-topAbout__visual .swiper-slide {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-topAbout__visual img {
  display: block;
  width: auto;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1366px) {
  .p-topAbout__visual img {
    height: 21.9619326501vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__visual img {
    height: 180px;
  }
}

/* =========================
   TOP SERVICE
========================= */
.l-top .p-topService {
  padding-block: 75px 150px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topService {
    padding-block: calc(75 / 1366 * 100vw) calc(150 / 1366 * 100vw);
  }
}
.l-top .p-topService__wrapper {
  width: 1328px;
  border-top: 1px solid #c5c5c5;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topService__wrapper {
    width: 97.2181551977vw;
  }
}
.l-top .p-topService__inner {
  width: 1146px;
  margin-inline: auto;
  padding-top: 61px;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topService__inner {
    padding-top: 4.4655929722vw;
    width: 85.3587115666vw;
  }
}
@media screen and (max-width: 900px) {
  .l-top .p-topService__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-topService__inner {
    width: calc(100% - 30px);
  }
}
.l-top .p-topService__head {
  margin-left: 9px;
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 316px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topService__head {
    grid-template-columns: 21.2298682284vw 1fr;
    gap: 23.1332357247vw;
    margin-left: 0.6588579795vw;
  }
}
@media screen and (max-width: 900px) {
  .l-top .p-topService__head {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.l-top .p-topService__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-top .p-topService__lead {
  margin-top: 4px;
  max-width: 540px;
}
.l-top .p-topService__lead p {
  margin: 0;
}
.l-top .p-topService__primary {
  margin-top: 132px;
  margin-bottom: 77px;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topService__primary {
    margin-top: 9.663250366vw;
    margin-bottom: 5.6368960469vw;
  }
}
.l-top .p-topService__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 97px;
  margin-left: 10px;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topService__cards {
    gap: 7.1010248902vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-topService__cards {
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: center;
  }
}
.l-top .p-topServiceCard {
  width: 520px;
  color: inherit;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topServiceCard {
    width: 38.0673499268vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-topServiceCard {
    width: 67.7966101695vw;
  }
}
.l-top .p-topServiceCard__image {
  width: 100%;
  height: auto;
  aspect-ratio: 520/330;
  overflow: hidden;
}
.l-top .p-topServiceCard__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.l-top .p-topServiceCard:hover .p-topServiceCard__image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.l-top .p-topServiceCard__body {
  padding-top: 26px;
}
.l-top .p-topServiceCard__title h3 {
  margin: 0;
}
.l-top .p-topServiceCard__title p {
  color: #4d5fa4;
}
.l-top .p-topServiceCard__desc {
  margin-top: 24px;
}
.l-top .p-topServiceCard__desc p {
  margin: 0;
}
.l-top .p-topServiceCard__more {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-top .p-topServiceCard__more div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.l-top .p-topServiceCard__more div p {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.l-top .p-topServiceCard__more div::after {
  content: "";
  width: 46px;
  height: 46px;
  background: url("../images/icon_arrow-circle-right.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-top .p-topServiceCard:hover .p-topServiceCard__more div::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.l-top .p-topService__secondary {
  width: 1328px;
  margin-left: -5.8565153734vw;
  margin-top: 54px;
  padding-top: 42px;
  border-top: 1px solid #d7d4d9;
}
@media screen and (max-width: 1328px) {
  .l-top .p-topService__secondary {
    width: 97.2181551977vw;
  }
}
@media screen and (max-width: 900px) {
  .l-top .p-topService__secondary {
    margin-top: 44px;
    padding-top: 32px;
  }
}
.l-top .p-topService__secondary--inner {
  padding-top: 36px;
  width: 1145px;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topService__secondary--inner {
    width: 83.8213762811vw;
  }
}
.l-top .p-topService__secondaryHead {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 382px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topService__secondaryHead {
    grid-template-columns: 16.1054172767vw 1fr;
    gap: 27.9648609078vw;
  }
}
@media screen and (max-width: 900px) {
  .l-top .p-topService__secondaryHead {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.l-top .p-topService__secondaryTitle h3 {
  margin: 0;
}
.l-top .p-topService__secondaryTitle p {
  margin: 6px 0 0;
  color: #4d5fa4;
}
.l-top .p-topService__secondaryContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
  gap: 30px;
}
.l-top .p-topService__secondaryLead p {
  margin: 0;
}
.l-top .p-topService__secondaryMore {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.l-top .p-topService__secondaryMore::after {
  content: "";
  width: 46px;
  height: 46px;
  background: url("../images/icon_arrow-circle-right.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-top .p-topService__secondaryMore:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.l-top .p-topService__slider {
  margin-top: 68px;
}
@media screen and (max-width: 600px) {
  .l-top .p-topService__slider {
    margin-top: 24px;
  }
}
.l-top .p-topService__swiper {
  overflow: visible;
}
.l-top .p-topService__swiper .swiper-wrapper {
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.l-top .p-topService__swiper .swiper-slide {
  width: 307px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topService__swiper .swiper-slide {
    width: 307px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .l-top .p-topService__swiper .swiper-slide {
    width: 260px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-topService__swiper .swiper-slide {
    width: 220px;
    margin-right: 16px;
  }
}
.l-top .p-topServicePoint {
  position: relative;
  width: 100%;
  aspect-ratio: 307/380;
  border-radius: 6px;
  overflow: hidden;
}
.l-top .p-topServicePoint__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.l-top .p-topServicePoint__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-top .p-topServicePoint__image::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background-color: rgba(21, 21, 21, 0.48);
  z-index: 1;
  pointer-events: none;
}.l-top .p-topServicePoint__content {


}

.l-top .p-topServicePoint__number {
  margin: 0;
  opacity: 0.85;
  position: relative;
  padding-left: 14px;
}
.l-top .p-topServicePoint__number::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #7187eb;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-top .p-topServicePoint__title {
  margin: 8px 0 0;
}
.l-top .p-topServicePoint__text {
  margin: 21px 0 0;
}

@media screen and (max-width: 768px) {
  .l-top .p-topServicePoint__text {
    margin: calc(21 / 768 * 100vw) 0 0;
  }
}
.l-top .p-topServicePoint__textBox {
  color: #fff;
  position: absolute;
  top: 18px;
  left: 16px;
  width: calc(100% - 32px);
}
@media screen and (max-width: 900px) {
  .p-topServicePoint__textBox {
    width: calc(100% - calc(32 / 900 * 100vw));
  }
}
.l-top .p-topServicePoint__textBox {
  position: absolute;
  top: 219px;
  left: 27px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 900px) {
  .l-top .p-topServicePoint__textBox {
    top: 140px;
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-topServicePoint__textBox {
    top: 120px;
  }
}

/* =========================
   TOP COMPANY
========================= */
.p-topCompany {
  position: relative;
  overflow: hidden;
  padding-block: 100px 90px;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .p-topCompany {
    padding-block: calc(100 / 1366 * 100vw) calc(90 / 1366 * 100vw);
  }
}
@media screen and (max-width: 900px) {
  .p-topCompany {
    padding-block: 80px;
  }
}
@media screen and (max-width: 600px) {
  .p-topCompany {
    padding-block: calc(60 / 600 * 100vw);
  }
}

.p-topCompany__inner {
  margin-top: 20px;
  width: 1143px;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .p-topCompany__inner {
    width: 83.6749633968vw;
  }
}
@media screen and (max-width: 900px) {
  .p-topCompany__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .p-topCompany__inner {
    width: calc(100% - 30px);
  }
}

/* =========================
   TITLE
========================= */
.p-topCompany__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-topCompany__title--ja {
  padding-bottom: 5px;
}

/* =========================
   CONTENT
========================= */
.p-topCompany__content {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 105px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1366px) {
  .p-topCompany__content {
    margin-top: 3.953147877vw;
    grid-template-columns: 38.0673499268vw 1fr;
    gap: 7.6866764275vw;
  }
}
@media screen and (max-width: 900px) {
  .p-topCompany__content {
    margin-top: 45px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-topCompany__content {
    margin-top: 35px;
    gap: 40px;
  }
}

/* =========================
   LEFT
========================= */
.p-topCompany__left {
  width: 100%;
}

.p-topCompany__office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          gap: 12px;
}
.p-topCompany__office p {
  margin: 0;
}

.p-topCompany__address {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          gap: 14px;
}
@media screen and (max-width: 420px) {
  .p-topCompany__address {
            flex-direction: column;
            gap: 0px;
  }
}

.p-topCompany__address p {
  margin: 0;
}
.p-topCompany__address p + p {
  margin-top: 8px;
}

.p-topCompany__telFax {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          align-items: center;
}
@media screen and (max-width: 420px) {
  .p-topCompany__telFax {
            flex-direction: column;
            align-items: flex-start;
  }
}

.p-topCompany__telFax .p-topCompany__tel,
.p-topCompany__telFax .p-topCompany__Fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          align-items: center;
}
.p-topCompany__tel::after {
  content: "/";
  display: inline-block;
  margin-inline: 1px;
}
@media screen and (max-width: 420px) {
  .p-topCompany__tel::after {
    content: "";
  }
}
.p-topCompany__map {
  margin-top: 28px;
  width: 100%;
  height: 247px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .p-topCompany__map {
    height: auto;
    aspect-ratio: 400/247;
  }
}
@media screen and (max-width: 900px) {
  .p-topCompany__map {
    max-width: 100%;
    aspect-ratio: 400/150;
  }
}
@media screen and (max-width: 450px) {
  .p-topCompany__map {
    aspect-ratio: 400/250;
  }
}
.p-topCompany__map iframe {
  width: 100%;
  height: 100%;
}
.p-topCompany__map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================
   RIGHT
========================= */
.p-topCompany__right {
  width: 100%;
}

.p-topCompany__list {
  margin-top: -32px;
  margin-bottom: 0;
}

.p-topCompany__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.p-topCompany__item + .p-topCompany__item {
  border-top: 1px solid #c1c1c1;
}

.p-topCompany__item--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-topCompany__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  margin: 0;
  padding-block: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .p-topCompany__term {
    width: 10.2040816327vw;
    min-width: 90px;
    padding-block: 2.5510204082vw;
  }
}
@media screen and (max-width: 600px) {
  .p-topCompany__term {
    width: 80px;
    min-width: 80px;
    padding-block: 18px;
  }
}
@media screen and (max-width: 375px) {
  .p-topCompany__term {
    width: 72px;
    min-width: 72px;
  }
}

.p-topCompany__item:first-child .p-topCompany__term {
  border-top: none;
}

.p-topCompany__desc {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-block: 26px;
}
@media screen and (max-width: 980px) {
  .p-topCompany__desc {
    padding-block: 2.5510204082vw;
  }
}
@media screen and (max-width: 700px) {
  .p-topCompany__desc {
    padding-left: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p-topCompany__desc {
    padding-block: 18px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 375px) {
  .p-topCompany__desc {
    padding-left: 12px;
  }
}
.p-topCompany__desc p {
  margin: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.p-topCompany__businessList {
  display: grid;
  gap: 4px;
}
.p-topCompany__businessList p {
  position: relative;
  margin: 0;
  padding-left: 1em;
  line-height: 1.8;
}
.p-topCompany__businessList p::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* =========================
   TOP NEWS
========================= */
.l-top .p-topNews {
  overflow: hidden;
  padding-block: 0px 108px;
  background-color: #fff;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topNews {
    padding-block: 0vw 7.906295754vw;
  }
}
@media screen and (max-width: 900px) {
  .l-top .p-topNews {
    padding-block: 80px;
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-topNews {
    padding-block: calc(60 / 600 * 100vw);
  }
}
.l-top .p-topNews__wrapper {
  width: 1143px;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topNews__wrapper {
    width: 83.6749633968vw;
  }
}
@media screen and (max-width: 900px) {
  .l-top .p-topNews__wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-topNews__wrapper {
    width: calc(100% - 30px);
  }
}
.l-top .p-topNews__inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 186px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topNews__inner {
    grid-template-columns: 23.4260614934vw 1fr;
    gap: 13.616398243vw;
  }
}
@media screen and (max-width: 900px) {
  .l-top .p-topNews__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-topNews__inner {
    gap: 36px;
  }
}
.l-top .p-topNews__head {
  width: 100%;
}
.l-top .p-topNews__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-top .p-topNews__title--ja {
  margin-top: 6px;
}
.l-top .p-topNews__lead {
  margin-top: 37px;
  width: 320px;
}
@media screen and (max-width: 900px) {
  .l-top .p-topNews__lead {
    width: 100%;
    max-width: 420px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-topNews__lead {
    margin-top: 24px;
  }
}
.l-top .p-topNews__lead p {
  margin: 0;
}
.l-top .p-topNews__more {
  margin-top: 43px;
}
.l-top .p-topNews__more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.l-top .p-topNews__more a div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-top .p-topNews__more a div p {
  margin: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.l-top .p-topNews__more a::after {
  content: "";
  width: 46px;
  height: 46px;
  background: url("../images/icon_arrow-circle-right.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-top .p-topNews__more a:hover {
  opacity: 0.75;
}
.l-top .p-topNews__more a:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.l-top .p-topNews__category {
  margin-top: 3px;
  width: fit-content;
  padding: 2px 4px 4px 4px;
  background-color: #dfe4f9;
  border-radius: 3px;
}
.l-top .p-topNews__body {
  margin-top: 36px;
  width: 100%;
}
.l-top .p-topNews__body .webgene-blog article:last-of-type .p-topNews__item {
  border-bottom: none;
}
.l-top .p-topNews__list {
  width: 100%;
  margin-top: 43px;
}
.l-top .p-topNews__item {
  position: relative;
  display: grid;
  grid-template-columns: 117px 1fr;
  align-items: center;
  gap: 0;
  padding-block:24px 27px;
  padding-right: 50px;
  border-bottom: 1px solid #d9d8da;
}
.l-top .p-topNews__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon_arrow-news.svg") no-repeat center/contain;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.l-top .p-topNews__item:hover {
  opacity: 0.75;
}
.l-top .p-topNews__item:hover::after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
