@charset "UTF-8";

.p-fv {
  padding-top: clamp(160px, 19.6666666667vw, 236px);
  padding-bottom: clamp(250px, 26.75vw, 321px);
  color: #ffffff;
  position: relative;
}

.p-fv__head {
  padding-left: clamp(20px, 9.5168374817vw, 130px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1367px) {
  .p-fv__head {
    padding-left: calc(130px + (100vw - 1366px) / 2);
  }
}



.p-fv__title {
  font-family: "BIZ UDMincho", serif;
  font-size: clamp(40px, 4.4921875vw, 46px);
  line-height: 1;
  letter-spacing: 9.2px;
}
.p-fv__title + .p-fv__title {
  margin-top: clamp(14px, 1.7578125vw, 18px);
}

.p-fv__text {
  margin-top: clamp(18px, 2.44140625vw, 25px);
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 2.4px;
  font-weight: 300;
  max-width: 344px;
}

.p-fv__btn {
  margin-top: clamp(18px, 3.125vw, 24px);
  padding: 11px 19px;
  background: #3B5382;
  border: 1px solid #3B5382;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-fv__btn:hover {
    color: #3B5382;
    background: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-fv__btn-text {
  padding-left: 23px;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.65px;
  font-weight: 500;
  position: relative;
}
.p-fv__btn-text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 13px;
  background: url(../images/icon-comment.svg) no-repeat center center/contain;
}

.p-fv__green {
  position: absolute;
  right: clamp(20px, 8.88671875vw, 91px);
  bottom: clamp(120px, 26.0416666667vw, 200px);
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-fv__green {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    bottom: auto;
    top: clamp(120px, 20.21484375vw, 207px);
  }
}

.p-fv__green-text {
  padding: 3px;
  font-size: 10px;
  line-height: 0.8;
  letter-spacing: 3.5px;
  font-weight: 500;
  background: #24615e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-orientation: upright;
}
.p-fv__green-text + .p-fv__green-text {
  margin-left: 13px;
}
@media screen and (min-width:768px) {
  .p-fv__green-text + .p-fv__green-text {
    margin-left: 0;
    margin-top: 13px;
  }
}

.p-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
}

.p-sv {
  margin-top: clamp(-53px, -4.4166666667vw, -40px);
  padding-top: clamp(60px, 8.3984375vw, 86px);
  padding-bottom: clamp(160px, 21.4494875549vw, 293px);
  border: 1px solid #707070;
  background: #ffffff;
  border-radius: 40px 40px 0px 0px;
  position: relative;
}
@media screen and (min-width:1367px) {
  .p-sv {
    padding-inline: calc((100vw - 1366px) / 2);
  }
}

.p-sv__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-left: 20px;
  margin-right: clamp(20px, 6.5104166667vw, 50px);
  gap: 40px 20px;
}
@media screen and (min-width:768px) {
  .p-sv__top {
    display: grid;
    grid-template-columns: 1fr 29.2825768668vw;
    margin-left: 40px;
  }
}
@media screen and (min-width:1024px) {
  .p-sv__top {
    margin-left: clamp(70px, 10.2489019034vw, 140px);
  }
}
@media screen and (min-width:1367px) {
  .p-sv__top {
    grid-template-columns: 754px 400px;
  }
}

@media screen and (min-width:768px) {
  .p-sv__top-head {
    margin-top: clamp(80px, 9.0043923865vw, 123px);
  }
}


.p-sv__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.title-2 {
  -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;
}
.p-sv__title {
  font-family: "Hind Madurai", sans-serif;
  font-size: clamp(30px, 5.1244509517vw, 70px);
  line-height: 1.3857142857;
  letter-spacing: 3.5px;
  font-weight: 500;
}

.p-sv__title-img {
  aspect-ratio: 107/66;
  max-width: min(7.8330893119vw, 107px);
  height: 100%;
  border-radius: 5px;
}
.p-sv__title-img img {
  border-radius: 5px;
}

.p-sv__desc {
  margin-top: 22px;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.96px;
  font-weight: 700;
  max-width: 434px;
}

.p-sv__top-img {
  aspect-ratio: 400/332;
  max-width: 200px;
  border-radius: 5px;
  margin-left: auto;
}
@media screen and (min-width:1024px) {
  .p-sv__top-img {
    max-width: 400px;
    margin-left: 0;
  }
}
.p-sv__top-img img {
  border-radius: 5px;
}

.p-sv__bottom {
  margin-top: clamp(80px, 8.25vw, 99px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .p-sv__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-sv__bottom-content {
  margin-inline: 20px;
  max-width: 390px;
}
@media screen and (min-width:768px) {
  .p-sv__bottom-content {
    margin-top: clamp(90px, 13.17715959vw, 180px);
    margin-right: clamp(70px, 9.5168374817vw, 130px);
    margin-left: 0;
  }
}

.p-sv__bottom-text {
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.9230769231;
  font-weight: 500;
}

.p-sv__bottom-text + .p-sv__bottom-text {
  margin-top: clamp(18px, 3.90625vw, 30px);
}

.p-sv__btn {
  margin-top: 61px;
}

.p-sv__bottom-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:768px) {
  .p-sv__bottom-imgs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.p-sv__bottom-imgs .img-l {
  margin-top: clamp(26px, 3.7335285505vw, 51px);
  margin-right: clamp(14px, 2.2693997072vw, 31px);
  aspect-ratio: 450/540;
  max-width: clamp(224px, 32.9428989751vw, 450px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
}
.p-sv__bottom-imgs .img-l img {
  border-radius: 5px;
}
.p-sv__bottom-imgs .img-r {
  aspect-ratio: 268/248;
  max-width: clamp(130px, 19.6193265007vw, 268px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
}
.p-sv__bottom-imgs .img-r img {
  border-radius: 5px;
}

.p-about {
  margin-top: clamp(-127px, -9.2972181552vw, -80px);
  padding-top: clamp(80px, 12.5vw, 150px);
  padding-bottom: clamp(250px, 36.6032210835vw, 500px);
  background: transparent linear-gradient(99deg, #edf2f7 0%, #f9fafc 100%) 0% 0% no-repeat padding-box;
  border-radius: 40px 40px 0px 0px;
  position: relative;
}

.p-about__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: 40px 32px;
}
@media screen and (min-width:1024px) {
  .p-about__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-about__l {
  max-width: 419px;
}

.p-about__head {
  max-width: 288px;
  position: relative;
}
.p-about__head .c-section__title-ja {
  position: absolute;
  top: clamp(76px, 11.1328125vw, 114px);
  left: clamp(80px, 12.5vw, 128px);
}

.p-about__img {
  margin-top: 20px;
  aspect-ratio: 419/288;
  max-width: 419px;
  border-radius: 5px;
}
.p-about__img img {
  border-radius: 5px;
}
.p-about__r {
  max-width: 546px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-about__r {
    margin-inline: 0;
    margin-top: clamp(60px, 6.2225475842vw, 85px);
  }
}

.p-about__text-bold {
  font-size: clamp(20px, 2.5390625vw, 26px);
  line-height: 1.4230769231;
  letter-spacing: 2.6px;
  font-weight: 600;
}
.p-about__text-bold + .p-about__text-bold {
  margin-top: 10px;
}

.p-about__text {
  margin-top: clamp(24px, 4.5572916667vw, 35px);
  font-size: 14px;
  line-height: 1.9285714286;
  font-weight: 500;
}

.p-about__link-wrap {
  margin-top: clamp(32px, 9.8958333333vw, 76px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px 12px;
}
@media screen and (min-width:768px) {
  .p-about__link-wrap {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-about__link {
  padding-bottom: clamp(12px, 2.6041666667vw, 20px);
  border-bottom: 1px solid #b4b4b4;
  max-width: 253px;
}

.p-about__link-text {
  padding-right: 34px;
  font-size: clamp(12px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}
.p-about__link-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 10px;
  height: 8px;
  background: url(../images/icon-arrow-r-g.svg) no-repeat center center/contain;
}

.p-about__swiper-container {
  position: absolute;
  bottom: clamp(-280px, -20.4978038067vw, -140px);
  width: 100%;
  z-index: 1;
}

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

.p-about__swipe-slide {
  width: clamp(245px, 35.8711566618vw, 490px);
  aspect-ratio: 490/580;
  border-radius: 10px;
}
.p-about__swipe-slide img {
  border-radius: 10px;
}

.p-product {
  padding-top: clamp(205px, 30.0146412884vw, 410px);
  padding-bottom: clamp(215px, 31.5519765739vw, 431px);
  height: 1600px;
  background: #2d3e4e;
  position: relative;
}

.p-product__content {
  position: sticky;
  top: 120px;
  padding-top: clamp(80px, 16.1054172767vw, 220px);
  padding-inline: 20px;
  color: #ffffff;
  max-width: 650px;
  margin-inline: auto;
  z-index: 2;
}

.p-product__body {
  margin-top: 41px;
  max-width: 480px;
  margin-left: auto;
}

.p-product__text {
  font-size: clamp(12px, 1.8229166667vw, 14px);
  line-height: 1.9285714286;
  font-weight: 500;
}

.p-product__btn {
  margin-top: 60px;
  margin-left: auto;
}

.p-product__img-wrap {
  position: relative;
  height: 1438px;
}

.p-product__img {
  position: absolute;
  border-radius: 5px;
}
.p-product__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #3B5382;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (min-width:1024px) {
  .p-product__img::before {
    content: none;
  }
}
.p-product__img img {
  border-radius: 5px;
}

.img-1 {
  top: 410px;
  left: clamp(20px, 7.9795021962vw, 109px);
  width: clamp(140px, 20.4978038067vw, 280px);
  aspect-ratio: 280/159;
}

.img-2 {
  top: 831px;
  left: clamp(40px, 14.1288433382vw, 193px);
  width: clamp(120px, 11.1273792094vw, 152px);
  aspect-ratio: 152/125;
}

.img-3 {
  top: 1066px;
  left: clamp(12px, 7.8125vw, 60px);
  width: clamp(220px, 32.2108345534vw, 440px);
  aspect-ratio: 440/242;
}

.img-4 {
  top: 448px;
  right: clamp(20px, 7.8125vw, 60px);
  width: clamp(143px, 20.9370424597vw, 286px);
  aspect-ratio: 286/217;
}

.img-5 {
  top: 869px;
  right: clamp(40px, 9.1508052709vw, 125px);
  width: clamp(150px, 12.9575402635vw, 177px);
  aspect-ratio: 177/146;
}

.p-news {
  padding-top: clamp(92px, 12.5vw, 150px);
  padding-bottom: clamp(60px, 6.6666666667vw, 80px);
  background: transparent linear-gradient(99deg, #edf2f7 0%, #f9fafc 100%) 0% 0% no-repeat padding-box;
}

.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;
  gap: 40px 32px;
}
@media screen and (min-width:1024px) {
  .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;
  }
}

.p-news__btn {
  margin-top: clamp(30px, 5.37109375vw, 55px);
}

.p-news__items {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-news__items {
    margin-top: 18px;
    margin-inline: 0;
  }
}

.webgene-item + .webgene-item {
  margin-top: 20px;
}

.p-news__item {
  padding-block: clamp(24px, 4.5572916667vw, 35px);
  padding-left: clamp(20px, 4.8177083333vw, 37px);
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e2e3e6;
  border-left: 1px solid #e2e3e6;
  border-radius: 5px;
  gap: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 15px;
  height: 12px;
  background: url(../images/icon-arrow-r-b.svg) no-repeat center center/contain;
}
@media screen and (min-width:1024px) {
  .p-news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (any-hover: hover) {
  .p-news__item:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.p-news__item + .p-news__item {
  margin-top: 20px;
}

.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
@media screen and (min-width:1024px) {
  .p-news__item-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-news__item-date {
  color: #372710;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.26px;
  font-weight: 500;
}

.p-news__item-tag span {
  padding: 2px 4px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background: #3B5382;
  border-radius: 3px;
}

.p-news__item-title {
  padding-right: 27px;
  color: #372710;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.12px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width:1024px) {
  .p-news__item-title {
    padding-left: clamp(40px, 5.7833089312vw, 79px);
  }
}