@charset "UTF-8";

.p-fv {
  color: #ffffff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#056eb7), to(#21c3d4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #056eb7 0%, #21c3d4 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 20px 20px;
  position: relative;
}

.p-fv__head {
  padding-top: clamp(120px, 15.1666666667vw, 182px);
  padding-bottom: clamp(96px, 14.1666666667vw, 170px);
    max-width: 1366px;
  margin-inline: auto;
}

.p-fv__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-fv__title-wrap .title-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-fv__title-wrap + .p-fv__title-wrap {
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .p-fv__title-wrap + .p-fv__title-wrap {
    margin-top: 23px;
  }
}

.p-fv__title-wrap.title-1 {
  margin-left: clamp(20px, 5.2083333333vw, 40px);
  gap: 8px;
}
@media screen and (min-width:768px) {
  .p-fv__title-wrap.title-1 {
    margin-left: clamp(90px, 14.6412884334vw, 200px);
        width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-fv__title-wrap.title-2 {
  margin-left: clamp(32px, 7.8125vw, 60px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width:768px) {
  .p-fv__title-wrap.title-2 {
    margin-left: clamp(120px, 19.0336749634vw, 260px);
        width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-fv__title-wrap.title-3 {
  margin-left: clamp(20px, 5.2083333333vw, 40px);
}
@media screen and (min-width:768px) {
  .p-fv__title-wrap.title-3 {
    margin-left: clamp(90px, 15.3001464129vw, 209px);
        width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-left: 40px;
  }
}

.p-fv__title {
  font-size: clamp(32px, 7vw, 84px);
  line-height: 1.4404761905;
  letter-spacing: 0.84px;
  font-weight: 500;
}
.p-fv__title.big {
  font-size: clamp(60px, 10vw, 120px);
  line-height: 1;
  padding-bottom: 12px;
}

.p-fv__swiper-container .swiper {
  border-radius: 10px;
  height: clamp(56px, 14.3229166667vw, 110px);
}


.p-fv__swiper-top {
  width: clamp(120px, 44.5833333333vw, 535px);
}

.p-fv__swiper-middle {
  width: clamp(120px, 36.9166666667vw, 443px);
}

.p-fv__swiper-bottom {
  width: clamp(80px, 22.75vw, 273px);
}

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

.p-fv__swiper-slide {
  max-width: 150px;
  aspect-ratio: 150/110px;
}

.p-fv__bg-text {
  position: absolute;
  bottom: clamp(-60px, -4.39238653vw, -30px);
  overflow-x: hidden;
}
.p-fv__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
  height: 100px;
}
@media screen and (min-width:768px) {
  .p-fv__bg-text .bg-text__wrap {
    height: 200px;
  }
}
.p-fv__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
@-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-fv__news {
  position: absolute;
  left: clamp(12px, 3.90625vw, 30px);
  bottom: 30px;
  margin-right: 20px;
  padding-block: 12px;
  padding-inline: 10px;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  min-width: 240px;
  max-width: 500px;
  background: #ffffff;
  border-radius: 10px;
  z-index: 1;
}

.p-fv__news-text {
  margin-top: 2px;
  font-family: "Lato", sans-serif;
  color: #0ca1ba;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1;
  letter-spacing: 0.26px;
  font-weight: 700;
  padding-right: 10px;
  position: relative;
}
.p-fv__news-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: url(../images/fv-news-line.svg) no-repeat center center/cover;
}

.p-fv__news-title {
  color: #181B39;
  font-size: 11px;
  line-height: 1.4545454545;
  font-weight: 500;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-fv__text {
  position: absolute;
  right: -27px;
  bottom: 118px;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.88px;
  font-weight: 500;
  rotate: 90deg;
}
@media screen and (min-width:768px) {
  .p-fv__text {
    right: -2px;
  }
}

.p-fv__scrolldown-bar {
  position: absolute;
  right: 11px;
  bottom: -48px;
  width: 1px;
  height: 128px;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .p-fv__scrolldown-bar {
    right: 33px;
  }
}
.p-fv__scrolldown-bar .active {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 1px;
  height: 48px;
  background: #21C3D4;
  -webkit-animation: 3s ease-in-out backwards infinite scrollDown;
          animation: 3s ease-in-out backwards infinite scrollDown;
}
@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50px;
  }
}

.p-fv__bg-l {
  position: absolute;
  top: 0;
  left: 0;
  width: max(120px, 42.7525622255vw);
  aspect-ratio: 584/624;
  pointer-events: none;
}

.p-fv__bg-r {
  position: absolute;
  top: 7.6134699854vw;
  right: 0;
  width: max(120px, 42.7525622255vw);
  aspect-ratio: 584/624;
  pointer-events: none;
}


.p-top__container {
  background: url(../images/top-about-bg.png) repeat center center/contain;
}

.p-about {
  margin-top: clamp(32px, 6.25vw, 48px);
  margin-inline: clamp(20px, 6.25vw, 48px);
  padding-top: clamp(60px, 7.4166666667vw, 89px);
  padding-bottom: clamp(60px, 6.6666666667vw, 80px);
  padding-inline: clamp(20px, 5.8565153734vw, 80px);
  background: #f8f8f8;
  border-radius: 15px;
}

@media screen and (min-width:1367px) {
  .p-about {
    max-width: 1270px;
    margin-inline: auto;
  }
}

.p-about__head .title-icon {
  max-width: clamp(50px, 9.86328125vw, 101px);
  aspect-ratio: 101/75;
}

.p-about__body {
  margin-top: 48px;
}
@media screen and (min-width:1024px) {
  .p-about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: clamp(40px, 4.7584187408vw, 65px);
  }
}

.p-about__content {
  max-width: 462px;
}

.p-about__content-head {
  padding-inline: clamp(15px, 3.2552083333vw, 25px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-about__content-head::before {
  content: "“";
  position: absolute;
  top: -6px;
  left: 0;
  color: #21C3D4;
  font-size: clamp(24px, 3.125vw, 32px);
  line-height: 1.4375;
  letter-spacing: 0.96px;
  font-weight: 700;
}
.p-about__content-head::after {
  content: "”";
  position: absolute;
  bottom: -3px;
  right: 0;
  color: #21C3D4;
  font-size: clamp(24px, 3.125vw, 32px);
  line-height: 1.4375;
  letter-spacing: 0.96px;
  font-weight: 700;
}
@media screen and (min-width:1024px) {
  .p-about__content-head {
    margin-top: 19px;
  }
}
.p-about__content-head .head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about__content-head .head-text {
  font-size: clamp(20px, 2.34375vw, 24px);
  line-height: 1.5833333333;
  letter-spacing: 0.72px;
  font-weight: 700;
}
.p-about__content-head .head-text.blue {
  color: #21C3D4;
}

.p-about__content-body {
  margin-top: clamp(32px, 3.90625vw, 40px);
}

.p-about__text {
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.7857142857;
  letter-spacing: 0.28px;
}
.p-about__text + .p-about__text {
  margin-top: clamp(24px, 4.8177083333vw, 37px);
}

.p-about__btn {
  margin-top: clamp(28px, 4.296875vw, 33px);
}
.p-about__img {
  margin-top: 32px;
  max-width: 555px;
  aspect-ratio: 555/400;
  border: 1px solid rgba(24, 27, 57, 0.0509803922);
  border-radius: 15px;
}
.p-about__img img {
  border-radius: 15px;
}
@media screen and (min-width:1024px) {
  .p-about__img {
    margin-top: 0;
  }
}

.p-service {
  margin-top: clamp(80px, 10.75vw, 129px);
}

.p-service__head .title-icon {
  max-width: clamp(50px, 7.8125vw, 80px);
  aspect-ratio: 1/1;
}

.p-service__item {
  padding-block: clamp(40px, 4.1666666667vw, 50px);
   border-bottom: 1px solid rgba(24, 27, 57, 0.1);
}
@media screen and (min-width:1024px) {
  .p-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(32px, 3.6603221083vw, 50px);
  }
}

.p-service__item-content {
  max-width: 525px;
}
@media screen and (min-width:1024px) {
  .p-service__item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-service__item-en {
  font-family: "Lato", sans-serif;
  color: #21C3D4;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1;
  letter-spacing: 0.26px;
  font-weight: 500;
}

.p-service__item-title {
  margin-top: 8px;
  padding-right: 28px;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(20px, 3.125vw, 24px);
  line-height: 1.4583333333;
  letter-spacing: 0.72px;
  font-weight: 500;
  position: relative;
}
.p-service__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/icon-arrow-blue.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-service__item-text {
  margin-top: clamp(32px, 3.90625vw, 40px);
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.9285714286;
  letter-spacing: 0.28px;
}

.p-service__item-img {
  margin-top: 24px;
  margin-left: 26px;
  max-width: 459px;
  aspect-ratio: 459/250;
  border: 1px solid rgba(24, 27, 57, 0.0509803922);
  border-radius: 0px 15px 15px 15px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-service__item-img {
    margin-top: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-service__item-img .img-text {
  position: absolute;
  top: 39px;
  left: -64px;
  padding-block: 9px 5px;
  padding-inline: 15px 21px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.88px;
  font-weight: 700;
  background: #21C3D4;
  border-radius: 0px 0px 15px 0px;
  rotate: 90deg;
}

.p-case {
  margin-top: clamp(60px, 6.6666666667vw, 80px);
  padding-top: clamp(80px, 10vw, 120px);
  padding-bottom: clamp(60px, 7vw, 84px);
  padding-inline: clamp(20px, 4vw, 48px);
  background: #a8e5eb;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(40px, 4.4655929722vw, 61px);
}
@media screen and (min-width:768px) {
  .p-case {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: clamp(20px, 2.5622254758vw, 35px);
       -moz-column-gap: clamp(20px, 2.5622254758vw, 35px);
            column-gap: clamp(20px, 2.5622254758vw, 35px);
  }
}
@media screen and (min-width:1024px) {
  .p-case {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: clamp(20px, 2.5622254758vw, 35px);
       -moz-column-gap: clamp(20px, 2.5622254758vw, 35px);
            column-gap: clamp(20px, 2.5622254758vw, 35px);
  }
}
@media screen and (min-width:1367px) {
  .p-case {
    padding-inline: calc(48px + (100vw - 1366px) / 2);
  }
}
.p-case .webgene-blog {
  display: contents;
}
.p-case .webgene-item {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width:1024px) {
  .p-case .webgene-item:nth-child(1) {
    grid-column: 2/4;
    grid-row: 1/2;
  }
  .p-case .webgene-item:nth-child(1) .p-case__item {
    max-width: 756px;
    margin-left: auto;
  }
  .p-case .webgene-item:nth-child(1) .p-case__item-head {
    max-width: 756px;
    aspect-ratio: 756/425;
  }
  .p-case .webgene-item:nth-child(1) .p-case__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .p-case .webgene-item:nth-child(1) .p-works__item-title {
    margin-top: 0;
  }
}
@media screen and (min-width:1024px) {
  .p-case .webgene-item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (min-width:1024px) {
  .p-case .webgene-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width:1024px) {
  .p-case .webgene-item:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}

.p-case__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width:768px) {
  .p-case__content {
    grid-column: 1/-1;
  }
}
@media screen and (min-width:1024px) {
  .p-case__content {
    grid-column: 1/2;
    grid-row: 1/2;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.p-case__head .title-icon {
  max-width: clamp(50px, 7.8125vw, 80px);
  aspect-ratio: 1/1;
}

.p-case__text {
  max-width: 454px;
  margin-top: clamp(24px, 5.859375vw, 45px);
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.9285714286;
  letter-spacing: 0.28px;
  font-weight: 500;
}

.p-case__btn {
  margin-top: clamp(32px, 5.2083333333vw, 40px);
  background: #181B39;
  color: #ffffff;
}
@media (any-hover: hover) {
  .p-case__btn:hover {
    color: #181B39;
    background: #ffffff;
  }
}

.p-case__item {
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-case__item {
    margin-inline: 0;
  }
}

@media (any-hover: hover) {
  .p-case__item:hover {
    opacity: 1;
  }
  .p-case__item:hover .p-case__item-head img,
  .p-case__item:hover .p-case__item-head::after {
    scale: 1.1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-case__item-head {
  max-width: 400px;
  aspect-ratio: 400/225;
  border: 1px solid rgba(24, 27, 57, 0.0509803922);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.p-case__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;
}
.p-case__item-head img {
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.p-case__item-body {
  margin-top: 20px;
}

.p-works__item-category span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 9px;
  background: #0ca1ba;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.24px;
  font-weight: 700;
  border-radius: 13px;
  text-align: center;
}

.p-works__item-title {
  margin-top: 10px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.28px;
  font-weight: 500;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

@media screen and (min-width:1200px) {
  .p-news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.p-news__content {
  max-width: 250px;
}
@media screen and (min-width:1024px) {
  .p-news__content {
    margin-top: 9px;
  }
}


.p-news__head .title-icon {
  max-width: clamp(50px, 7.8125vw, 80px);
  aspect-ratio: 1/1;
}

.p-news__btn {
  margin-top: clamp(32px, 5.859375vw, 45px);
}
.p-news__items {
  margin-top: 40px;
  width: 100%;
  max-width: 876px;
  border-top: 1px solid rgba(24, 27, 57, 0.1);
}
@media screen and (min-width:1024px) {
  .p-news__items {
    margin-top: 0;
  }
}
@media screen and (min-width:1200px) {
  .p-news__items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-news__item {
  padding-block: clamp(24px, 2.9166666667vw, 35px);
  border-bottom: 1px solid rgba(24, 27, 57, 0.1);
  position: relative;
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/icon-arrow-blue.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:1024px) {
  .p-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
  }
}

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

.p-news__item-date {
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.28px;
  font-weight: 500;
}

.p-news__item-tag span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.24px;
  font-weight: 700;
  padding: 3px 9px;
  background: #181B39;
  border-radius: 13px;
  text-align: center;
}

.p-news__item-title {
  margin-top: 12px;
  padding-right: 32px;
  font-size: clamp(14px, 2.0833333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.32px;
  font-weight: 500;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width:768px) {
  .p-news__item-title {
    margin-top: 0;
  }
}