@charset "UTF-8";

.p-fv {
  padding-top: 238px;
  padding-bottom: 194px;
  position: relative;
  background: url(../images/top-fv-bg.jpg) no-repeat center center/cover;
}

.p-fv__main {
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 4;
}

.p-fv__title {
  font-family: "Belleza", serif;
  font-size: clamp(64px, 7vw, 84px);
  line-height: 1.1547619048;
}
@media screen and (min-width:1367px) {
  .p-fv__title {
    font-size: clamp(84px, 6.149341142vw, 96px);
  }
}

.p-fv__desc {
  margin-top: 18px;
  font-size: clamp(18px, 1.6666666667vw, 20px);
  line-height: 1.4;
  letter-spacing: 0.6px;
  font-weight: 500;
}

.p-fv__img-l {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-fv__img-l .img-main {
  width: clamp(160px, 26.9166666667vw, 323px);
  margin-bottom: 20px;
  aspect-ratio: 323/356;
  margin-left: 20px;
  position: relative;
}
.p-fv__img-l .img-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #56B2C7;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .p-fv__img-l .img-main {
    margin-bottom: clamp(20px, 25.8333333333vw, 310px);
  }
  .p-fv__img-l .img-main::after {
    content: none;
  }
}
.p-fv__img-l .img-main img {
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.0980392157);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.0980392157);
}
.p-fv__img-l .img-bg {
      position: absolute;
    bottom: 0;
    left: 0;
  width: clamp(123px, 20.5vw, 246px);
  aspect-ratio: 246/359;
  z-index: -1;
}

.p-fv__img-r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.p-fv__img-r .img-main {
  margin-top: clamp(120px, 21vw, 252px);
  margin-right: clamp(20px, 4.5vw, 54px);
  width: clamp(170px, 28.4166666667vw, 341px);
  aspect-ratio: 341/462;
  border-radius: 10px;
  position: relative;
}
.p-fv__img-r .img-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #56B2C7;
  border-radius: 10px;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .p-fv__img-r .img-main::after {
    content: none;
  }
}
.p-fv__img-r .img-main img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.0980392157);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.0980392157);
}
.p-fv__img-r .img-bg {
      position: absolute;
    top: 0;
    right: 0;
  width: clamp(150px, 24.9166666667vw, 299px);
  aspect-ratio: 299/437;
  opacity: 0.43;
  z-index: -1;
}

.p-concept {
  padding-top: clamp(60px, 8.30078125vw, 85px);
  padding-bottom: clamp(60px, 9.27734375vw, 95px);
    max-width: 1366px;
  margin-inline: auto;
}

.p-concept__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "main-img" "sub-img" "text";
  gap: 40px;
}
@media screen and (min-width:768px) {
  .p-concept__wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title    main-img" "sub-img  text";
    gap: clamp(120px, 11.2737920937vw, 154px) 0;
  }
}

.p-concept__title-area {
  grid-area: title;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width:768px) {
  .p-concept__title-area {
    margin-left: 40px;
  }
}
@media screen and (min-width:1024px) {
  .p-concept__title-area {
    margin-left: clamp(60px, 9.8828696925vw, 135px);
  }
}

.p-concept__lead {
  margin-top: clamp(40px, 5.76171875vw, 59px);
  max-width: 461px;
}


.p-concept__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.45px;
}
.p-concept__text + .p-concept__text {
  margin-top: clamp(16px, 2.9296875vw, 30px);
}

.p-concept__img-main {
  grid-area: main-img;
  width: min(653px, 100% - 40px);
  aspect-ratio: 653/397;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.p-concept__img-main::after {
  content: "";
  position: absolute;
  top: clamp(-130px, -9.5168374817vw, -30px);
  right: clamp(20px, 4.4655929722vw, 61px);
  width: clamp(80px, 28.4773060029vw, 389px);
  aspect-ratio: 1/1;
  background: url(../images/top-concept-blue-r.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .p-concept__img-main {
    margin-top: clamp(24px, 3.2942898975vw, 45px);
    width: clamp(200px, 47.803806735vw, 653px);
    max-width: 41.6666666667vw;
  }
}
@media screen and (min-width:1024px) {
  .p-concept__img-main {
    max-width: none;
  }
}
.p-concept__img-main img {
  border-radius: 10px;
}


.p-concept__img-sub {
  grid-area: sub-img;
  width: min(422px, 100% - 100px);
  aspect-ratio: 422/314;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-concept__img-sub {
    margin-top: clamp(32px, 4.5387994143vw, 62px);
    margin-left: 40px;
    margin-right: 0;
  }
}
@media screen and (min-width:1024px) {
  .p-concept__img-sub {
    margin-left: clamp(60px, 10.102489019vw, 138px);
  }
}

.p-concept__img-sub .sub-main {
  position: relative;
  z-index: 2;
}
.p-concept__img-sub .sub-main::after {
  content: "";
  position: absolute;
  top: clamp(-183px, -13.3967789165vw, -60px);
  right: clamp(-153px, -11.2005856515vw, -20px);
  width: clamp(80px, 27.5256222548vw, 376px);
  aspect-ratio: 1/1;
  background: url(../images/top-concept-blue-l.png) no-repeat center center/contain;
  z-index: -1;
}
.p-concept__img-sub .sub-bg {
  position: absolute;
  top: clamp(-183px, -13.3967789165vw, -40px);
  left: clamp(-138px, -10.102489019vw, -60px);
  width: clamp(120px, 20.1317715959vw, 275px);
  aspect-ratio: 275/215;
  border-radius: 10px;
  z-index: -1;
}
.p-concept__img-sub .sub-bg img {
  border-radius: 10px;
}

.p-concept__text-area {
  grid-area: text;
  margin-inline: 20px;
}
@media screen and (min-width:768px) {
  .p-concept__text-area {
    margin-left: 50px;
  }
}

.p-concept__texts {
  max-width: 461px;
}

.p-concept__btn {
  margin-top: clamp(60px, 7.6171875vw, 78px);
}

.p-plan {
  padding-block: clamp(60px, 8.3984375vw, 86px);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#f4fbff), color-stop(48%, #ffffff), to(#f6fcff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f4fbff 0%, #ffffff 48%, #f6fcff 100%) 0% 0% no-repeat padding-box;
}

.p-plan__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "image" "text";
  gap: 40px;
}
@media screen and (min-width:768px) {
  .p-plan__wrap {
    grid-template-columns: 1fr 1fr; /* 左右均等な2カラム */
    grid-template-areas: "title image" "text  image";
    gap: 30px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:1200px) {
  .p-plan__wrap {
   grid-template-columns: 1fr clamp(240px, 30.8931185944vw, 422px) 1fr;
    grid-template-areas: "title image text";
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-plan__title-area {
  grid-area: title;
}
@media screen and (min-width:1200px) {
  .p-plan__title-area {
    margin-right: 48px;
  }
}
@media screen and (min-width:1300px) {
  .p-plan__title-area {
    margin-right: clamp(40px, 6.3689604685vw, 87px);
  }
}

.p-plan__lead {
  margin-top: clamp(32px, 4.39453125vw, 45px);
}

.p-plan__lead-text {
  color: #151515;
  font-size: clamp(20px, 2.5390625vw, 26px);
  line-height: 1.6153846154;
  letter-spacing: 0.78px;
  font-weight: 500;
}
.p-plan__lead-text:nth-of-type(2) {
  padding-left: clamp(40px, 4.4921875vw, 52px);
}

.p-plan__img-area {
  width: 100%;
  max-width: min(422px, 100% - 60px);
  margin-inline: auto;
  aspect-ratio: 422/551;
  grid-area: image;
}
@media screen and (min-width:768px) {
  .p-plan__img-area {
    margin-inline: 0;
    max-width: 422px;
  }
}
.p-plan__img-area img {
  border-radius: 220px;
}

.p-plan__text-area {
  grid-area: text;
}
@media screen and (min-width:1200px) {
  .p-plan__text-area {
    max-width: 288px;
    margin-left: clamp(40px, 7.3938506589vw, 101px);
  }
}

.p-plan__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.9333333333;
  letter-spacing: 0.45px;
}
.p-plan__text + .p-plan__text {
  margin-top: clamp(20px, 2.83203125vw, 29px);
}

.p-plan__btn {
  margin-top: clamp(48px, 7.03125vw, 72px);
}

.p-product {
  padding-block: clamp(60px, 8.3333333333vw, 100px);
  background: url(../images/top-product-bg.jpg) no-repeat center center/cover;
}

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

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

.p-product__item-head {
  aspect-ratio: 370/280;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1024px) {
  .p-product__item-head {
    max-width: 370px;
  }
}
.p-product__item-head img {
  border-radius: 10px;
}
.p-product__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-product__item-body {
  margin-top: 15px;
}

.p-product__item-tag span {
  display: block;
  color: #004e91;
  font-size: 11px;
  line-height: 1.4545454545;
  font-weight: 500;
  padding: 2px 10px;
  background: #a7d1db;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.p-product__item-title {
  margin-top: 16px;
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.7857142857;
  letter-spacing: 0.84px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-product__item-text {
  margin-top: 16px;
  margin-left: auto;
  padding-right: 17px;
  padding-bottom: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.42px;
  border-bottom: 1px solid #b5b5b5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-product__item-text::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 7px;
  height: 9px;
  background: url(../images/icon-arrow-black.svg) no-repeat center center/contain;
}

.p-product__btn {
  padding-inline: 102px;
  margin-top: 40px;
  max-width: 320px;
  margin-inline: auto;
}

.p-company {
  padding-block: clamp(80px, 10vw, 120px);
}

.p-company__wrap {
  display: grid;
  gap: 32px;
}
@media screen and (min-width:768px) {
  .p-company__wrap {
    grid-template-columns: 1fr clamp(120px, 42.6793557833vw, 583px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media screen and (min-width:768px) {
  .p-company__content {
    max-width: 495px;
  }
}

.p-company__table {
  margin-top: 29px;
}

.p-company__table-row {
  padding-block: 21px;
  border-bottom: 1px solid rgba(154, 154, 154, 0.3);
}

.p-company__table-title {
  color: #004e91;
  font-size: 14px;
  line-height: 1.3571428571;
  font-weight: 500;
}

.p-company__table-text {
  margin-top: 15px;
  color: #464646;
  font-size: 14px;
  line-height: 1.3571428571;
}

.p-company__img {
  aspect-ratio: 583/306;
  max-width: 583px;
}
.p-company__img img {
  border-radius: 3px;
}

.p-company__map {
  margin-top: clamp(32px, 4.8828125vw, 50px);
    max-width: 583px;
}
.p-company__map iframe {
  border: none;
  width: 100%;
  height: 100%;
  aspect-ratio: 583/306;
      max-height: 306px;
  border-radius: 3px;
}

.p-news {
  padding-top: clamp(60px, 8.4166666667vw, 101px);
  padding-bottom: clamp(92px, 11.3333333333vw, 136px);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F4FBFF), color-stop(48%, #FFFFFF), to(#F6FCFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F4FBFF 0%, #FFFFFF 48%, #F6FCFF 100%) 0% 0% no-repeat padding-box;
}

.p-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width:768px) {
  .p-news__head {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-news__btn {
  margin-left: auto;
}
@media screen and (min-width:768px) {
  .p-news__btn {
    margin: 0;
  }
}

.p-news__items {
  margin-top: 50px;
  border-top: 1px solid #d9d9d9;
}

.p-news__item {
  padding-block: 27px 21px;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: 82px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-news__item {
    grid-template-columns: 102px 1fr;
  }
}
.p-news__item::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 88px;
  width: 1px;
  height: calc(100% - 48px);
  background: #d9d9d9;
}
@media screen and (min-width:768px) {
  .p-news__item::before {
    left: 102px;
  }
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f2f7f8;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  max-width: 1366px;
  margin-inline: auto;
}
.p-news__item:hover::after {
  opacity: 1;
}
.p-news__item:hover .p-news__item-body::before {
  background: url(../images/icon-arrow-hover.svg) no-repeat center center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-news__item-date span {
  display: block;
}
.p-news__item-date .date-y {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
  font-weight: 500;
}
.p-news__item-date .date-md {
  margin-top: 2px;
  color: #8e8e8e;
  font-size: clamp(18px, 1.75vw, 21px);
  line-height: 1.4285714286;
  letter-spacing: 1.26px;
  font-weight: 500;
}

.p-news__item-body::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0px;
  width: clamp(24px, 3.90625vw, 40px);
  aspect-ratio: 1/1;
  background: url(../images/icon-arrow-news.svg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .p-news__item-body::before {
    right: 37px;
  }
}
@media screen and (min-width:1024px) {
  .p-news__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(16px, 2.6666666667vw, 32px);
  }
}

.p-news__item-tag span {
  display: block;
  color: #004e91;
  font-size: 11px;
  line-height: 1.4545454545;
  font-weight: 500;
  padding: 2px 10px;
  background: #a7d1db;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.p-news__item-title {
  margin-top: 8px;
  padding-right: clamp(36px, 4.3333333333vw, 52px);
  font-size: clamp(13px, 1.46484375vw, 15px);
  line-height: 1.4;
  letter-spacing: 0.9px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width:1024px) {
  .p-news__item-title {
    margin-top: 0;
  }
}
