@charset "UTF-8";

.p-fv {
  padding-top: clamp(160px, 19.75vw, 237px);
  padding-bottom: clamp(320px, 32.8696925329vw, 560px);
  position: relative;
  --head-pl: 20px;
}
@media screen and (min-width:768px) {
  .p-fv {
    --head-pl: clamp(60px, 8.3333333333vw, 100px);
  }
}
@media screen and (min-width:1367px) {
  .p-fv {
    --head-pl: calc(100px + (100vw - 1366px) / 2);
  }
}
.p-fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top-fv-bg.jpg) repeat center center/auto;
  opacity: 0.8;
  pointer-events: none;
}

.p-fv__head {
  position: relative;
  z-index: 2;
  padding-inline: 20px;
  --head-pl: 20px;
}
@media screen and (min-width:768px) {
  .p-fv__head {
    --head-pl: clamp(60px, 8.3333333333vw, 100px);
  }
}
@media screen and (min-width:1367px) {
  .p-fv__head {
    --head-pl: 100px;
  }
}

.p-fv__head {
  padding-right: 20px;
  padding-left: var(--head-pl);
  position: relative;
  z-index: 2;
}

.p-fv__title,
.p-fv__text {
  color: #022247;
  background-image: linear-gradient(to right, #022247 0, #022247 calc(100vw - min(80.9663250366vw, 1280px)), #ffffff calc(100vw - min(80.9663250366vw, 1280px)), #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 100vw 100%;
  background-position-x: calc(-1 * var(--head-pl));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.p-fv__title {
  font-size: clamp(29px, 4vw, 48px);
  line-height: 1.5208333333;
  letter-spacing: 0.03em;
  font-weight: 800;
  margin: 0;
}

.p-fv__text {
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 2;
  font-weight: 500;
  max-width: 450px;
  margin: 0;
  margin-top: clamp(32px, 4.00390625vw, 41px);
}

.p-fv__scroll-down {
  position: absolute;
  top: clamp(400px, 47.3333333333vw, 568px);
  left: 20px;
  width: clamp(60px, 10.3333333333vw, 124px);
  aspect-ratio: 124/121;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-fv__scroll-down {
    left: clamp(60px, 8.3333333333vw, 100px);
  }
}
.p-fv__scroll-down::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/scroll-bg.png") center/contain no-repeat;
  -webkit-animation: p-fv-scroll-rotate 12s linear infinite;
          animation: p-fv-scroll-rotate 12s linear infinite;
}
.p-fv__scroll-down::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 18px;
  height: 18px;
  background: url("../images/scroll-arrow.svg") center/contain no-repeat;
}

@-webkit-keyframes p-fv-scroll-rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes p-fv-scroll-rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.p-fv__blog {
  position: absolute;
  bottom: clamp(-160px, 14.249vw - 213.435px, -104px);
  right: 12px;
  padding-block: 12px;
  padding-inline: 15px 12px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  max-width: 307px;
}
@media screen and (min-width:768px) {
  .p-fv__blog {
    right: 27px;
    bottom: 29px;
  }
}
.p-fv__blog .p-blog__item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-fv__blog-head {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 700;
}

.p-fv__swiper-container {
  position: absolute;
  top: 160px;
  right: 0;
  width: 80.9663250366%;
  max-width: 1280px;
  aspect-ratio: 1106/658;
}
@media screen and (min-width:768px) {
  .p-fv__swiper-container {
    top: 110px;
  }
}

.p-fv__swiper-slide {
    aspect-ratio: 1106/658;
  position: relative;
  overflow: hidden;
}
.p-fv__swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.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__swiper {
  margin-top: clamp(-70px, -9.5168374817vw, -130px);
}

.p-about {
  padding-top: clamp(92px, 13.1666666667vw, 158px);
  padding-bottom: clamp(160px, 23.5724743777vw, 322px);
}

.p-about__wrap {
  display: grid;
  grid-template-columns: auto;
  gap: 32px;
}
@media screen and (min-width:1024px) {
  .p-about__wrap {
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(32px, 7.2474377745vw, 99px);
  }
}

.p-about__head {
  max-width: 400px;
}

.p-about__movie {
  margin-top: clamp(48px, 6.25vw, 75px);
  width: clamp(300px, 33.3333333333vw, 400px);
  aspect-ratio: 4/5;
  border-radius: 10px;
}
.p-about__movie iframe {
  border-radius: 10px;
}

.p-about__body {
  max-width: 646px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-about__body {
    margin-top: clamp(40px, 5.8565153734vw, 80px);
  }
}

.p-about__main {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 2.8333333333vw, 34px);
  line-height: 1.5588235294;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.p-about__texts {
  margin-top: clamp(40px, 5vw, 60px);
  position: relative;
  z-index: 1;
}

.p-about__text {
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 2.2857142857;
  font-weight: 500;
}
.p-about__text + .p-about__text {
  margin-top: clamp(24px, 3.02734375vw, 31px);
}

.p-about__bg {
  position: absolute;
  right: -15px;
  bottom: clamp(-165px, -12.0790629575vw, -165px);
  width: clamp(240px, 28.2576866764vw, 386px);
  aspect-ratio: 386/392;
  pointer-events: none;
}

.p-service__swiper {
  margin-top: clamp(-90px, -6.588579795vw, -45px);
}

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

.p-service__swiper-slide {
  width: clamp(180px, 25.5859375vw, 262px);
  aspect-ratio: 1/1;
}
.p-service__swiper-slide img {
  border-radius: 10px;
}

.p-service {
  margin-top: clamp(-92px, -6.7349926794vw, -60px);
  padding-top: clamp(200px, 21.8887262079vw, 299px);
  padding-bottom: clamp(300px, 28.1844802343vw, 385px);
  background: #f5f3ea;
}
@media screen and (min-width:768px) {
  .p-service .l-inner {
    padding-right: clamp(60px, 6.8814055637vw, 94px);
  }
}
@media screen and (min-width:1367px) {
  .p-service .l-inner {
    padding-right: calc(94px + (100vw - 1366px) / 2);
  }
}


.p-service__wrap {
  display: grid;
  grid-template-columns: auto;
  gap: 32px;
}
@media screen and (min-width:1024px) {
  .p-service__wrap {
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        gap: clamp(32px, 4.39238653vw, 60px);

  }
}

.p-service__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-service__main {
  margin-top: clamp(32px, 3.90625vw, 40px);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(28px, 2.8333333333vw, 34px);
  line-height: 1.5588235294;
  letter-spacing: 0.03em;
  font-weight: 500;
    max-width: 394px;

}

.p-service__texts {
  margin-top: clamp(32px, 4.296875vw, 44px);
  max-width: 480px;
}
@media screen and (min-width:1024px) {
  .p-service__texts {
    max-width: 384px;
  }
}

.p-service__text {
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 2.2857142857;
  font-weight: 500;
}
.p-service__text + .p-service__text {
  margin-top: clamp(16px, 2.9296875vw, 30px);
}

.p-service__btn {
  margin-top: clamp(32px, 3.90625vw, 40px);
  padding-left: 35px;
  padding-right: 113px;
}

.p-service__img-area {
  max-width: clamp(375px, 93.359375vw, 717px);
  aspect-ratio: 717/740;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-service__img-area {
    max-width: 717px;
    min-width: 520px;
  }
}

.p-service__img {
  position: absolute;
  width: clamp(80px, 31.25vw, 240px);
  aspect-ratio: 1/1;
  border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .p-service__img {
    width: clamp(180px, 17.5695461201vw, 240px);
  }
}
.p-service__img img {
  border-radius: 10px;
}
.p-service__img.img-top {
  top: 0;
  left: 0;
}
.p-service__img.img-main {
  top: 19.1891891892%;
  left: 16.5969316597%;
  width: clamp(180px, 57.2916666667vw, 440px);
  aspect-ratio: 440/459;
}
@media screen and (min-width:1024px) {
  .p-service__img.img-main {
    width: clamp(330px, 32.2108345534vw, 440px);
  }
}
.p-service__img.img-right {
  top: 8.6486486486%;
  right: 0;
  z-index: 2;
}
.p-service__img.img-bottom {
  bottom: 0;
  right: 7.3919107392%;
  z-index: 2;
}

.p-service__img-tag {
  position: absolute;
  bottom: 11px;
  left: 11px;
  padding: 0 14px;
  color: #CAA206;
  font-size: clamp(11px, 1.1713030747vw, 16px);
  line-height: 2;
  font-weight: 500;
  background: #022247;
    border-radius: 5px;
  z-index: 1;
}

.p-product {
  margin-top: -240px;
  padding-bottom: clamp(100px, 12.5vw, 150px);
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-product {
    margin-top: clamp(-205px, -17.0833333333vw, -137px);
  }
}

.p-product__container {
  padding-top: clamp(80px, 10.8333333333vw, 130px);
  margin-left: clamp(80px, 12.0833333333vw, 145px);
  padding-left: 20px;
  border-radius: 30px 0 0 0;
  background: #ffffff;
}
@media screen and (min-width:768px) {
  .p-product__container {
    padding-left: clamp(40px, 5.8565153734vw, 80px);
  }
}
.p-product__head {
  display: grid;
  grid-template-columns: auto;
  gap: 32px;
  padding-right: 20px;
}
@media screen and (min-width:1024px) {
  .p-product__head {
    padding-right: clamp(40px, 8.2723279649vw, 113px);
    grid-template-columns: repeat(2, auto);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width:1367px) {
  .p-product__head {
    padding-right: calc(113px + (100vw - 1366px) / 2);
  }
}

.p-product__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-product__text {
  font-size: 14px;
  line-height: 2.2857142857;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .p-product__text {
    max-width: 384px;
  }
}

.p-product__swiper-container {
  margin-top: clamp(36px, 4.4921875vw, 46px);
}


.p-product__swiper-wrapper {
  -webkit-column-gap: clamp(24px, 2.9282576867vw, 40px);
     -moz-column-gap: clamp(24px, 2.9282576867vw, 40px);
          column-gap: clamp(24px, 2.9282576867vw, 40px);
}

.p-product__swiper-slide {
  width: clamp(180px, 30.46875vw, 312px);
}

.p-product__item {
  width: clamp(180px, 30.46875vw, 312px);
}
@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 {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.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-title {
  margin-top: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 2;
  font-weight: 500;
}

.p-product__item-price {
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 2;
  font-weight: 500;
}

.p-product__btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(80px, 12.0833333333vw, 145px);
  height: calc(100% - 200px);
}
@media screen and (min-width:1024px) {
  .p-product__btn-wrap {
    height: 672px;
  }
}

.p-product__btn-wrap:has(.swiper-button-prev.swiper-button-lock):has(.swiper-button-next.swiper-button-lock) {
  display: none;
}
.p-product__btn-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 145/278;
  background: #022247;
}
.p-product__btn-wrap .swiper-button-prev,
.p-product__btn-wrap .swiper-button-next {
  position: absolute;
  top: clamp(28px, 4.5vw, 54px);
  left: 50%;
  translate: -50%;
  width: clamp(36px, 5.8333333333vw, 70px);
  height: clamp(36px, 5.8333333333vw, 70px);
  background: url("../images/swiper-prev.png") center/contain no-repeat;
  z-index: 1;
}
.p-product__btn-wrap .swiper-button-next {
  top: clamp(84px, 12.8333333333vw, 154px);
  background: url("../images/swiper-next.png") center/contain no-repeat;
}


.p-works {
  margin-top: -30px;
  padding-top: clamp(80px, 11.5vw, 138px);
  padding-bottom: clamp(80px, 11.6666666667vw, 140px);
  background: #f5f3ea;
  border-radius: 30px 30px 0 0;
  position: relative;
    z-index: 1;
}

.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: 20px;
  }
}
.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;
}

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

.p-works__item-title {
  margin-top: 10px;
  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-right-blue.svg) no-repeat center center/contain;
}

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


.p-shop {
  color: #ffffff;
  background: #828277;
  height: 752px;
  max-height: 752px;
  position: relative;
  overflow: hidden;
}
.p-shop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/filter.png) repeat top left/auto;
  pointer-events: none;
}
@media screen and (min-width:1024px) {
  .p-shop {
    display: grid;
    grid-template-columns: clamp(200px, 36.3103953148vw, 496px) clamp(300px, 57.6866764275vw, 788px);
    grid-template-rows: 100%; 
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width:1367px) {
  .p-shop {
    grid-template-columns: 496px 788px;
    margin-inline: auto;
    padding-left: calc((100vw - 1366px) / 2);
    padding-right: calc((100vw - 1366px) / 2);
  }
}

.p-shop__content {
  padding-inline: 20px;
  position: relative;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .p-shop__content {
    padding-left: clamp(60px, 8.1991215227vw, 112px);
    min-width: 430px;
  }
}
@media screen and (min-width:1024px) {
  .p-shop__content {
    top: 0;
    translate: 0;
  }
}

.p-shop__title {
  color: #ffffff;
}
.p-shop__title .c-section__title-ja::before {
  background: #ffffff;
}
.p-shop__text {
  margin-top: clamp(24px, 3.02734375vw, 31px);
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 2.2857142857;
  font-weight: 500;
  max-width: 384px;
}

.p-shop__img-container {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 100%;
  padding-inline: clamp(20px, 4.1727672035vw, 57px);
  max-width: 788px;
  align-self: stretch;
  height: 100%;
}
@media screen and (min-width:1024px) {
  .p-shop__img-container {
    position: relative;
  }
}



.p-shop__swiper-l,
.p-shop__swiper-r {
  height: 100%;
  overflow: hidden;
}
.p-shop__swiper-l,
.p-shop__swiper-r {
  height: 100%;
  overflow: hidden;
}
.p-shop__swiper-l .swiper-wrapper,
.p-shop__swiper-r .swiper-wrapper {
  -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-shop__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-shop__swiper-slide {
  width: clamp(150px, 22.8404099561vw, 312px);
    height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px;
  position: relative;
}
.p-shop__swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 34, 71, 0.4);
  pointer-events: none;
      border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .p-shop__swiper-slide::after {
    content: none;
  }
}
.p-shop__swiper-slide img {
      aspect-ratio: 1/1;
  border-radius: 10px;
}

.p-shop__btn {
    margin-top: clamp(36px, 4.1666666667vw, 50px);
  padding-block: 20px;
  padding-left: clamp(50px, 4.5833333333vw, 55px);
  padding-right: clamp(50px, 5.4166666667vw, 65px);
  color: #022247;
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
  border-radius: 50px;
  width: 100%;
  max-width: 290px;
  position: relative;
}
.p-shop__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: clamp(18px, 2.63671875vw, 27px);
  width: 20px;
  height: 21px;
  background: url(../images/icon-shop-blue.svg) no-repeat center center/contain;
}
.p-shop__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 31px;
  width: 10px;
  height: 10.89px;
  background: url(../images/icon-arrow-blue.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-shop__btn:hover {
    color: #022247;
    background: #ffffff;
    opacity: 1;
    -webkit-box-shadow: 0 0 4px 2px rgb(255, 255, 255), 0 0 15px 4px rgba(255, 255, 255, 0.8), 0 0 30px 8px rgba(255, 255, 255, 0.5), 0 0 50px 12px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 4px 2px rgb(255, 255, 255), 0 0 15px 4px rgba(255, 255, 255, 0.8), 0 0 30px 8px rgba(255, 255, 255, 0.5), 0 0 50px 12px rgba(255, 255, 255, 0.3);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
}

.p-blog {
  padding-top: clamp(80px, 10.6666666667vw, 128px);
  padding-bottom: clamp(80px, 13.3333333333vw, 160px);
  background: #f5f3ea;
}

.p-blog__items {
  margin-top: clamp(38px, 4.8828125vw, 50px);
}
.p-blog__items .webgene-item:nth-of-type(n + 2) {
  margin-top: 10px;
}

.p-blog__item {
  padding-block: clamp(20px, 3.2552083333vw, 25px);
  padding-inline: clamp(20px, 3.3333333333vw, 40px);
  background: #ffffff;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-right: 36px;
  position: relative;
}
.p-blog__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: clamp(20px, 3.3333333333vw, 40px);
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../images/icon-right-box.svg) no-repeat center center/contain;
}
@media screen and (min-width:1024px) {
  .p-blog__item {
    grid-template-columns: auto 1fr;
    gap: 29px;
  }
}

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

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

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

.p-blog__item-title {
  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: 1;
}

.p-blog__btn {
  margin-top: clamp(60px, 7.8125vw, 80px);
  margin-inline: auto;
  background: #284169;
}