@charset "UTF-8";

.p-fv {
  padding-top: clamp(240px, 29.2825768668vw, 400px);
  padding-bottom: 40px;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: auto;
  gap: 32px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-fv {
    padding-left: clamp(40px, 4.39238653vw, 60px);
    padding-right: 27px;
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width:1367px) {
  .p-fv {
    padding-left: calc(60px + (100vw - 1366px) / 2);
    padding-right: calc(27px + (100vw - 1366px) / 2);
  }
}

.p-fv__head {
  position: relative;
  z-index: 2;
}

.p-fv__title-text {
  font-family: "Bebas Neue", serif;
  font-size: clamp(64px, 8.0527086384vw, 110px);
  line-height: 0.9090909091;
  font-weight: 700;
}
.p-fv__title-text.title-top {
  color: #31ABED;
}
.p-fv__title-text.title-bottom {
  margin-top: 16px;
  color: #0056CF;
}

.p-fv__title-ja {
  margin-top: 15px;
  font-size: clamp(16px, 2.34375vw, 18px);
  line-height: 2.375;
  letter-spacing: 0.03em;
  font-weight: 700;
  max-width: 421px;
}

.p-fv__works {
  margin-left: auto;
  padding: 25px 26px 17px;
  color: #ffffff;
  background: #65c2f5;
  border-radius: 3px;
  max-width: 280px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:1024px) {
  .p-fv__works {
    margin-top: clamp(80px, 8.8579795022vw, 121px);
  }
}

.p-fv__works-head {
  padding-bottom: 7px;
  font-family: "Bebas Neue", serif;
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 0.8333333333;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.p-fv__works-item {
  margin-top: 22px;
  padding-bottom: 35px;
  position: relative;
}
.p-fv__works-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../images/icon-right-box.svg) no-repeat center center/contain;
}
.p-fv__works-item .p-works__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.p-fv__works-item .p-works__item-date {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.p-fv__works-item .p-works__item-tag span {
  color: #0056CF;
  padding: 5px 4px;
  font-size: 13px;
  line-height: 0.7692307692;
  letter-spacing: 0.03em;
  font-weight: 500;
  background: #ffffff;
  border-radius: 3px;
  text-align: center;
}
.p-fv__works-item .p-works__item-title {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.p-fv__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-fv__swiper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/top-fv-filter.png) no-repeat top center/cover;
  z-index: 1;
  pointer-events: none;
}

.p-fv__swiper-slide {
  overflow: hidden;
}
.p-fv__swiper-slide img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 6s ease-in;
  transition: -webkit-transform 6s ease-in;
  transition: transform 6s ease-in;
  transition: transform 6s ease-in, -webkit-transform 6s ease-in;
}
.p-fv__swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-about {
  padding-top: clamp(92px, 10.8333333333vw, 130px);
  padding-bottom: clamp(60px, 8.10546875vw, 83px);
}

.p-about__swiper-container {
  margin-top: 280px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-about__swiper-container {
    margin-top: 0;
  }
}



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

.p-about__swiper-slide {
  width: clamp(240px, 41.6666666667vw, 500px);
  aspect-ratio: 500/520;
}

.p-about__card {
  position: absolute;
  top: -96%;
  left: clamp(20px, 8.345534407vw, 114px);
  padding-block: 20px;
  margin-right: 40px;
  padding-inline: clamp(40px, 4.9048316252vw, 67px);
  background: #ecf6fc;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-about__card {
    top: auto;
    bottom: -201px;
    padding-block: 54px 70px;
  }
}

@media screen and (min-width:1367px) {
  .p-about__card {
    left: calc(114px + (100vw - 1366px) / 2);
  }
}

.p-about__card-title {
  color: #0056CF;
  font-size: clamp(18px, 2.3333333333vw, 28px);
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.p-about__card-text {
  margin-top: clamp(24px, 3.41796875vw, 35px);
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  font-weight: 500;
  max-width: 421px;
}

.p-service {
  padding-top: 60px;
  padding-bottom: clamp(80px, 11.62109375vw, 119px);
  background: #ecf6fc;
}
@media screen and (min-width:768px) {
  .p-service {
    padding-top: 301px;
  }
}

.p-service__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width:1024px) {
  .p-service__wrap {
    grid-template-columns: 266px 1fr;
    gap: clamp(40px, 8.4919472914vw, 116px);
  }
}

.p-service__head {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 305px;
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-service__head .c-section__text {
  margin-top: clamp(24px, 3.61328125vw, 37px);
}
@media screen and (min-width:1024px) {
  .p-service__head {
    position: sticky;
    top: 92px;
  }
}

.p-service__btn {
  margin-top: clamp(32px, 3.90625vw, 40px);
}
.p-service__items {
  border-top: 1px solid #cfcfcf;
}
@media screen and (min-width:768px) {
  .p-service__items {
    margin-top: 36px;
  }
}

.p-service__item {
  padding-block: clamp(24px, 3.4166666667vw, 41px);
  border-bottom: 1px solid #cfcfcf;
  padding-right: 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-service__item {
    grid-template-columns: clamp(150px, 13.9092240117vw, 190px) 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(36px, 4.0263543192vw, 55px);
  }
}
.p-service__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../images/icon-right-light.svg) no-repeat center center/contain;
}

.p-service__item-img {
  width: 100%;
  max-width: 190px;
  aspect-ratio: 190/160;
  border-radius: 5px;
}
.p-service__item-img img {
  border-radius: 5px;
}

@media screen and (min-width:768px) {
  .p-service__item-body {
    max-width: 406px;
  }
}

.p-service__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.p-service__item-en {
  font-family: "Montserrat", sans-serif;
  color: #0056CF;
  font-size: 14px;
  line-height: 0.7142857143;
  font-weight: 600;
}

.p-service__item-tag {
  color: #151515;
  padding: 5px 4px;
  font-size: 13px;
  line-height: 0.7692307692;
  letter-spacing: 0.03em;
  font-weight: 500;
  background: #ffffff;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.p-service__item-title {
  color: #333333;
  margin-top: clamp(12px, 1.66015625vw, 17px);
  font-size: clamp(18px, 2.1484375vw, 22px);
  line-height: 0.9090909091;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.p-service__item-text {
  margin-top: clamp(18px, 2.24609375vw, 23px);
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (min-width:768px) {
  .p-service__item-text {
    max-width: 406px;
  }
}



.p-works {
  padding-top: clamp(80px, 10vw, 120px);
  padding-bottom: clamp(60px, 8.3333333333vw, 100px);
}

.p-works__title .c-section__title-en {
  color: #0056CF;
}

.p-works__items {
  margin-top: clamp(32px, 4.8828125vw, 50px);
}
@media screen and (min-width:768px) {
  .p-works__items .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 3.3333333333vw, 40px);
  }
}
.p-works__items .webgene-item + .webgene-item {
  margin-top: 32px;
}
@media screen and (min-width:768px) {
  .p-works__items .webgene-item + .webgene-item {
    margin-top: 0;
  }
}

.p-works__item {
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-works__item {
    margin-inline: 0;
  }
}
@media screen and (min-width:1024px) {
  .p-works__item {
    max-width: 354px;
  }
}
@media (any-hover: hover) {
  .p-works__item:hover {
    opacity: 1;
  }
  .p-works__item:hover .p-works__item-head img,
  .p-works__item:hover .p-works__item-head::after {
    scale: 1.1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-works__item-head {
  aspect-ratio: 354/250;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-works__item-head {
    max-width: 354px;
  }
}
.p-works__item-head img {
  border-radius: 10px;
}
.p-works__item-head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/ogp.jpg") center/cover no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.p-works__item-meta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.p-works__item-date {
  font-family: "Montserrat", sans-serif;
  color: #43423f;
  font-size: 12px;
  padding-top: 3px;
}

.p-works__item-tag span {
  padding: 5px 6px;
  font-size: 12px;
  line-height: 0.8333333333;
  letter-spacing: 0.03em;
  font-weight: 500;
  border-radius: 5px;
  background: #ecf6fc;
  text-align: center;
}

.p-works__item-title {
  margin-top: 9px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-works__item-text {
  margin-top: 8px;
  margin-left: auto;
  padding-right: 19px;
  padding-bottom: 4px;
  font-size: clamp(13px, 1.3671875vw, 14px);
  border-bottom: 1px solid #b5b5b5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-works__item-text::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 7px;
  height: 6px;
  background: url(../images/icon-arrow-right.svg) no-repeat center center/contain;
}

.p-works__btn {
  margin-top: clamp(48px, 5.95703125vw, 61px);
  margin-inline: auto;
}

.p-company {
  margin-right: clamp(40px, 12.2254758419vw, 167px);
  padding-block: clamp(60px, 7.9166666667vw, 95px);
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4888e4), to(#0b4eae));
  background: linear-gradient(180deg, #4888e4 0%, #0b4eae 100%);
  border-radius: 0 30px 30px 0;
  position: relative;
}
@media screen and (min-width:1367px) {
  .p-company {
    margin-right: calc(167px + (100vw - 1366px) / 2);
  }
}
@media screen and (min-width:1367px) {
  .p-company .l-inner {
    padding-left: calc(110px + (100vw - 1366px) / 2);
    padding-right: 110px;
  }
}

.p-company__title .c-section__title-en,
.p-company__title .c-section__title-ja {
  color: #ffffff;
}

.p-company__items {
  margin-top: clamp(38px, 6.5104166667vw, 50px);
}

@media screen and (min-width:768px) {
  .p-company__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.p-company__item {
  max-width: 420px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-company__item {
    margin-inline: 0;
  }
}
@media screen and (min-width:1024px) {
  .p-company__item {
    max-width: 300px;
  }
}
@media (any-hover: hover) {
  .p-company__item:hover .p-company__item-img img {
    scale: 1.1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-company__item + .p-company__item {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .p-company__item + .p-company__item {
    margin-top: 0;
  }
}

.p-company__item-img {
  aspect-ratio: 300/210;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .p-company__item-img {
    max-width: 300px;
  }
}
.p-company__item-img img {
  border-radius: 10px;
}

.p-company__item-text {
  margin-top: 18px;
  font-size: clamp(16px, 1.7578125vw, 18px);
  line-height: 1.1111111111;
  letter-spacing: 0.08em;
  font-weight: 600;
  position: relative;
}
.p-company__item-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 38px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.p-company__item-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
  width: 12px;
  height: 10px;
  background: url(../images/icon-arrow-white.svg) no-repeat center center/contain;
}

.p-company__btn {
  margin-top: clamp(48px, 7.12890625vw, 73px);
  margin-inline: auto;
}

.p-news {
  padding-top: 400px;
  margin-top: -300px;
  padding-bottom: clamp(80px, 9.75vw, 117px);
  background: #ecf6fc;
}
@media screen and (min-width:768px) {
  .p-news {
    padding-top: clamp(260px, 33.7481698389vw, 461px);
    margin-top: clamp(-351px, -25.6954612006vw, -130px);
  }
}

.p-news__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width:768px) {
  .p-news__wrap {
    grid-template-columns: 305px 1fr;
    gap: clamp(40px, 8.4919472914vw, 116px);
  }
}

.p-news__head {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 305px;
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-news__head .c-section__text {
  margin-top: clamp(40px, 5.17578125vw, 53px);
}

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

.p-news__items {
  max-width: 724px;
}

.p-news__items .webgene-item:nth-of-type(n + 2) {
  border-top: 1px solid #d9d8da;
}


.p-news__item {
  padding-block: clamp(24px, 2.9296875vw, 30px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-right: 36px;
  position: relative;
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../images/icon-right-light.svg) no-repeat center center/contain;
}
@media screen and (min-width:1024px) {
  .p-news__item {
    grid-template-columns: auto 1fr;
    gap: 29px;
  }
}

.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.p-news__item-date {
  font-family: "Montserrat", sans-serif;
  color: #43423f;
  font-size: 12px;
  padding-top: 3px;
}

.p-news__item-tag span {
  padding: 5px 4px;
  font-size: 12px;
  line-height: 0.8333333333;
  letter-spacing: 0.03em;
  font-weight: 500;
  background: #ffffff;
  border-radius: 3px;
  text-align: center;
}

.p-news__item-title {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}