@charset "UTF-8";

.p-top__bg {
  background: #F8F9FB;
  position: relative;
}
.p-top__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/top-bg.png) center/contain repeat;
  pointer-events: none;
}

.p-fv {
  position: relative;
  z-index: 1;
}


.p-fv__bg {
  width: 100%;
  min-height: 350px;
}
@media screen and (min-width:768px) {
  .p-fv__bg {
    min-height: 550px;
  }
}
.p-fv__bg img {
  min-height: 350px;
}
@media screen and (min-width:768px) {
  .p-fv__bg img {
    min-height: 550px;
  }
}


.p-fv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-top: 26px;
  padding-inline: 20px;
}
@media screen and (min-width: 1280px) {
  .p-fv__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1366px;
    margin-inline: auto;
  }
}

.p-fv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-fv__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 6px;
    gap: 50px;
  }
}
@media screen and (min-width:1200px) {
  .p-fv__wrap {
    gap: 61px;
  }
}


.p-fv__title {
  font-size: 22px;
  line-height: 1.56;
  letter-spacing: 3.75px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-fv__title:nth-of-type(2) {
    padding-left: 201.25px;
  }
}
@media screen and (min-width:768px) {
  .p-fv__title {
    font-size: 25px;
  }
}

.p-fv__desc {
  padding-top: 6px;
  font-family: "Space Grotesk", sans-serif;
  color: #194ea2;
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 1.5px;
}

.p-fv__news {
  width: 278px;
}

.p-fv__item {
  background: #ecf2f5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0823529412);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0823529412);
}


.p-fv__item-head {
  display: inline-block;
  padding: 3px 20px 5px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.98px;
  font-weight: 500;
  background: #194EA2;
}

.p-fv__item-title {
  padding-block: 11px 17.34px;
  margin-inline: 18px 15px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}
.p-fv__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #24354C;
}

.p-fv__item-meta {
  padding-block: 8.66px 11px;
  margin-inline: 18px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-fv__item-date {
  font-size: 13px;
  line-height: 1.4615384615;
  font-weight: 500;
}

.p-fv__item-tag span {
  padding: 3px 11px 2px;
  font-size: 11px;
  line-height: 1.5454545455;
  font-weight: 500;
  border-radius: 11px;
  background: #ffffff;
  text-align: center;
}
.p-fv__btn-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 472px;
  margin-inline: auto;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-fv__btn-wrap {
    margin-right: 0;
  }
}
.p-fv__btn {
  width: 100px;
  height: 100px;
  color: #184EA3;
  background: #ffffff;
  border: 1.5px solid #184EA3;
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-fv__btn {
    width: 144px;
    height: 144px;
  }
  .p-fv__btn::after {
    bottom: 11px;
  }
}
.p-fv__btn::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  translate: -50%;
  width: 21px;
  height: 21px;
  background: url(../images/fv-arrow-1.png) no-repeat center center/cover;
}
.p-fv__btn:nth-of-type(2) {
  color: #55a5d9;
  border: 1.5px solid #55a5d9;
}
.p-fv__btn:nth-of-type(2)::after {
  background: url(../images/fv-arrow-2.png) no-repeat center center/cover;
}
.p-fv__btn:nth-of-type(3) {
  color: #55b4c1;
  border: 1.5px solid #55b4c1;
}
.p-fv__btn:nth-of-type(3)::after {
  background: url(../images/fv-arrow-3.png) no-repeat center center/cover;
}

.p-fv__btn-text-bold {
  padding-top: 30px;
  font-size: 15px;
  line-height: 1.4761904762;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:768px) {
  .p-fv__btn-text-bold {
    padding-top: 41.8px;
    font-size: 21px;
  }
}

.p-fv__btn-text {
  margin-top: -2px;
  font-size: 12px;
  line-height: 1.4285714286;
  letter-spacing: 0.42px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:768px) {
  .p-fv__btn-text {
    font-size: 14px;
  }
}



.p-about__bg-text {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-about__bg-text {
    margin-bottom: 75px;
  }
}
.p-about__bg-text::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 58.2723279649%;
  width: 17.8623718887vw;
  height: 17.8623718887vw;
  min-width: 200px;
  min-height: 200px;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #9fd3f4 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 0.23;
  z-index: -1;
}

.bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width:768px) {
  .bg-text__wrap {
    height: 291px;
  }
}

.bg-text {
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
  font-size: 100px;
  line-height: 1.2763157895;
  letter-spacing: 2.28px;
  text-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
@media screen and (min-width:768px) {
  .bg-text {
    font-size: 134px;
  }
}
@media screen and (min-width:1024px) {
  .bg-text {
    font-size: 228px;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-service {
  padding-block: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-service {
    padding-block: 114px 237.57px;
  }
}
.p-service::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 906px;
  height: 904px;
  background: transparent radial-gradient(closest-side at 50% 50%, #EFF4FF 0%, #FAFCFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
}

.p-service::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
    width: 100%;
    height: 100%;
  background: url(../images/top-service-bg-big.png) no-repeat center center/cover;
  pointer-events: none;
  z-index: -1;
}

.p-service__head {
  text-align: center;
  margin-inline: auto;
}

.p-service__wrap {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:1024px) {
  .p-service__wrap {
    padding-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}


.p-service__text-content {
  z-index: 1;
}

@media screen and (min-width:1024px) {
  .p-service__text-content {
    padding-top: 54px;
  }
}

.p-service__texts {
  max-width: 510px;
  padding-bottom: 60px;
  position: relative;
  border-bottom: 1px solid #88a5cc;
}
@media screen and (min-width:1024px) {
  .p-service__texts {
    padding-bottom: 79px;
  }
}

.p-service__title {
  margin-bottom: 39px;
  font-size: 19px;
  line-height: 1.5833333333;
  letter-spacing: 3.6px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-service__title {
    font-size: 24px;
  }
}

.p-service__text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
.p-service__text + .p-service__text {
  margin-top: 39px;
}
@media screen and (min-width:768px) {
  .p-service__text {
    letter-spacing: 1.2px;
  }
}


.p-service__navi-list {
  padding-top: 60px;
}
@media screen and (min-width:1024px) {
  .p-service__navi-list {
    padding-top: 81.01px;
  }
}

.p-service__navi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38.51px;
  width: min(100%, 491px);
  padding-right: 74px;
  position: relative;
}
.p-service__navi-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 38.56px;
  background: url(../images/top-service-arrow.png) no-repeat center center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-service__navi-item + .p-service__navi-item {
  margin-top: 40px;
}
@media (any-hover: hover) {
  .p-service__navi-item:hover::after {
    content: "";
    right: -10px;
        opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (any-hover: hover) {
  .p-service__navi-item.c-link:hover {
    opacity: 1;
  }
  .p-service__navi-item.c-link:hover .p-service__navi-num,
  .p-service__navi-item.c-link:hover .p-service__navi-title {
    opacity: 0.7;
  }
}

.p-service__navi-num {
  font-family: "Space Grotesk", sans-serif;
  color: #184EA3;
  font-size: 24px;
  line-height: 1.2916666667;
  letter-spacing: 0.24px;
}

.p-service__navi-title {
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.p-service__img-content {
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
@media screen and (min-width:1024px) {
  .p-service__img-content {
    padding-top: 0;
  }
}

.p-service__img-top {
  margin-left: auto;
  aspect-ratio: 476/325;
  width: 79.2013311148%;
  max-width: 476px;
}

.p-service__img-wrap {
  margin-top: 50px;
  width: min(100%, 601px);
  height: 486px;
  margin-left: auto;
  position: relative;
}

.p-service__img-top video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


.img-top {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 294/238;
  width: 48.918469218%;
  max-width: 294px;
}

.img-bottom {
  position: absolute;
  top: 198px;
  left: 40px;
  aspect-ratio: 193/198;
  width: 32.1131447587%;
  max-width: 193px;
}

@media screen and (min-width: 500px) {
  .img-bottom {
    top: 288px;
    left: 101px;
  }
}

.img-right {
  position: absolute;
  top: 35px;
  right: 0;
  aspect-ratio: 257/340;
  width: 42.762063228%;
  max-width: 257px;
}

.p-service__ball {
  position: absolute;
  width: 244px;
  height: 244px;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #9fd3f4 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 0.23;
}

.ball-left {
  top: 194px;
  right: 1244px;
}
@media screen and (min-width:1367px) {
  .ball-left {
    right: calc((100vw - 1366px) / 2 + 1244px);
  }
}

.ball-right {
  top: 190px;
  left: 1178px;
}
@media screen and (min-width:1367px) {
  .ball-right {
    left: calc((100vw - 1366px) / 2 + 1178px);
  }
}

.ball-bottom {
  bottom: -92px;
  left: 927px;
}
@media screen and (min-width:1367px) {
  .ball-bottom {
    left: calc((100vw - 1366px) / 2 + 927px);
  }
}



.p-works {
  padding-block: 180px 100px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-works {
    padding-block: 327px 167px;
    margin-top: -185.57px;
  }
}

.p-news__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:768px) {
  .p-news__head-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-works__btn {
  margin-left: auto;
  margin-top: 54px;
}

.p-works__items {
  padding-top: 60px;
}
.p-works__items .webgene-blog {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 31px;
}
@media screen and (min-width:1024px) {
  .p-works__items .webgene-blog {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-works__item {
  max-width: 389px;
}
@media screen and (min-width:768px) {
  .p-works__item {
    max-width: 500px;
  }
}
@media screen and (min-width:1024px) {
  .p-works__item {
    max-width: 389px;
  }
}

.p-works__item-head {
  aspect-ratio: 389/235;
}
.p-works__item-head img {
  border-radius: 10px;
}

.p-works__item-body {
  padding-top: 16px;
}

.p-works__item-title {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.42px;
  font-weight: 500;
}

.p-works__item-tag {
  margin-top: 15px;
}
.p-works__item-tag span {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 12px;
  background: #184EA3;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}


.p-top__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-top__swiper-slide {
  aspect-ratio: 1/1;
  max-width: 600px;
}

.p-menu {
  padding-top: 100px;
    position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .p-menu {
    padding-top: 175px;
  }
}
@media screen and (min-width:768px) {
  .p-menu .l-inner {
    padding: 0 50px;
  }
}
@media screen and (min-width:1367px) {
  .p-menu .l-inner {
    padding-inline: calc((100vw - 1266px) / 2);
  }
}

.p-menu__container {
  width: 100%;
  overflow-x: auto;
}


.p-menu__link-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 906px;
  max-width: 1266px;
}
@media screen and (min-width:1024px) {
  .p-menu__link-wrap {
    width: auto;
  }
}

.p-menu__link {
  position: relative;
  max-width: 500px;
  justify-self: center;
}
@media screen and (min-width:768px) {
  .p-menu__link {
    max-width: 401px;
  }
}


.p-menu__link-img {
  aspect-ratio: 401/600;
  border-radius: 10px;
}
.p-menu__link-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/top-menu-filter.png) no-repeat center center/cover;
  border-radius: 10px;
  pointer-events: none;
}
.p-menu__link-img img {
  border-radius: 10px;
}

.p-menu__link-head {
  position: absolute;
  width: calc(100% - 49px);
  bottom: 40px;
  left: 25px;
  color: #ffffff;
  z-index: 1;
}
.p-menu__link-head::after {
  content: "";
  position: absolute;
  top: 85%;
  translate: 0 -50%;
  right: 24px;
  width: 64px;
  height: 38.56px;
  background: url(../images/top-menu-arrow.svg) no-repeat center center/cover;
  border-radius: 3px;
}

@media screen and (min-width: 1300px) {
  .p-menu__link-head::after {
    top: 50%;
  }
}

.p-menu__link-en {
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  line-height: 1.3333333333;
  letter-spacing: 0.42px;
}

.p-menu__link-ja {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.p-news {
  padding-block: 224.28px 140px;
  margin-top: -152.28px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-news {
    padding-block: 448.28px 200px;
    margin-top: -304.28px;
  }
}
.p-news::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #ffffff;
}
.p-news::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
      background: url(../images/top-service-bg-big.png) no-repeat center center /
      cover;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .p-news .l-inner {
    padding-inline: 59px 46px;
  }
}
@media screen and (min-width:1367px) {
  .p-news .l-inner {
    padding-inline: calc((100vw - 1261px) / 2 + 59px) calc((100vw - 1261px) / 2 + 46px);
  }
}

.p-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:768px) {
  .p-news__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 44px;
  }
}

.p-news__text-content {
  max-width: 261px;
}

.p-news__body {
  padding-top: 50px;
}

.p-news__desc {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1.2px;
}

.p-news__btn {
  margin-top: 77px;
}

.p-news__items {
  margin-top: 52px;
  max-width: 900px;
  border-top: 1px solid #e8e8e8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-news__item {
  padding-block: 30px;
  padding-right: 74px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 0;
  width: 64px;
  height: 38.56px;
  background: url(../images/top-news-arrow.svg) no-repeat center center / cover;
}

.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-news__item-date {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-news__item-tag {
  min-width: 74px;
  padding: 3px 14px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  background: #184ea4;
  border-radius: 11px;
  text-align: center;
}

.p-news__item-title {
  padding-top: 17px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width:768px) {
  .pc-hidden--second br:nth-of-type(2) {
    display: none;
  }
}