@charset "UTF-8";

.p-fv {
  padding-top: 480px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-fv {
    padding-top: clamp(200px, 22.9166666667vw, 275px);
    padding-bottom: clamp(240px, 34.4166666667vw, 413px);
  }
}

.p-fv__head {
  padding-top: clamp(40px, 7.8125vw, 60px);
  padding-bottom: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 20px;
  position: relative;
  z-index: 4;
}
@media screen and (min-width:768px) {
  .p-fv__head {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: clamp(40px, 6.5153733529vw, 89px);
  }
}
@media screen and (min-width:1024px) {
  .p-fv__head {
    padding-top: 0;
  }
}

.p-fv__title-ja {
  font-family: "Noto Serif JP", serif;
  color: #393939;
  font-size: clamp(24px, 3.125vw, 32px);
  line-height: 1.4375;
  letter-spacing: 1.6px;
  font-weight: 600;
}

.p-fv__title-en {
  margin-top: 15px;
  font-family: "Quicksand", serif;
  color: #83A77F;
  font-size: clamp(14px, 2.0833333333vw, 16px);
  line-height: 1.25;
  letter-spacing: 1.6px;
  font-weight: 700;
}

.p-fv__swiper {
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
  width: clamp(300px, 55.0512445095vw, 752px);
  aspect-ratio: 752/769;
}
@media screen and (min-width:1024px) {
  .p-fv__swiper {
    top: 50%;
  }
}

.p-fv__swiper-slide {
  width: clamp(300px, 55.0512445095vw, 752px);
  aspect-ratio: 752/769;
  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-fv__bg-img {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.p-fv__bg-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-fv__bg-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top-fv-filter.png) no-repeat center center/cover;
  pointer-events: none;
}

.p-fv__bg-box.bg-top {
  height: 66px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#deeddc), color-stop(97%, #eff4ef), to(#edf0ed)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #deeddc 0%, #eff4ef 97%, #edf0ed 100%) 0% 0% no-repeat padding-box;
}
.p-fv__bg-box.bg-middle {
  height: 112px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#e3edd9), to(#f5faf5)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #e3edd9 0%, #f5faf5 100%) 0% 0% no-repeat padding-box;
}
.p-fv__bg-box.bg-bottom {
  height: 303px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#fffdf5), to(#faecbc)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #fffdf5 0%, #faecbc 100%) 0% 0% no-repeat padding-box;
}

.p-fv__news {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding-block: 19px;
  padding-inline: 20px 25px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  z-index: 2;
}
@media screen and (min-width:1024px) {
  .p-fv__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
  }
}

.p-fv__news-title {
  font-family: "Quicksand", serif;
  color: #83A77F;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.25;
  font-weight: 700;
}

.p-fv__news-link {
  padding-top: 10px;
}
@media screen and (min-width:1024px) {
  .p-fv__news-link {
    padding-top: 0;
  }
}

.p-fv__news-link .p-news__item {
  padding: 0;
  border: none;
}
.p-fv__news-link .p-news__item::before {
  top: 0;
  left: 66px;
  height: 100%;
}
@media screen and (min-width:768px) {
  .p-fv__news-link .p-news__item::before {
    left: 78px;
  }
}
.p-fv__news-link .p-news__item::after {
  content: none;
}
@media (any-hover: hover) {
  .p-fv__news-link .p-news__item:hover {
    opacity: 0.7;
  }
}
.p-fv__news-link .p-news__item-title {
  max-width: 207px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-fv__bg-text {
  position: absolute;
  bottom: 0;
  overflow-x: hidden;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-fv__bg-text {
    bottom: -66px;
  }
}
.p-fv__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
}
.p-fv__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Quicksand", serif;
  color: #FFFCFC;
  font-size: clamp(80px, 18.9604685212vw, 259px);
  line-height: 1.250965251;
  letter-spacing: 25.9px;
  font-weight: 600;
  opacity: 0.58;
  -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-about {
  padding-top: clamp(120px, 15.8333333333vw, 190px);
  padding-bottom: clamp(60px, 15.1666666667vw, 182px);
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.p-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20.5710102489vw;
  height: 100%;
  background: #ecf0ec;
}
.p-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22.4011713031vw;
  height: 100%;
  border-radius: 5px;
  background: #fef9e8;
  z-index: -1;
}

@media screen and (min-width:1024px) {
  .p-about__wrap {
    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-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 92px;
  }
}

.p-about__content {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width:1024px) {
  .p-about__content {
    width: auto;
    max-width: 415px;
  }
}

.p-about__title-en {
  padding-top: 4px;
  color: #4E7C49;
  font-size: clamp(14px, 2.0833333333vw, 16px);
  line-height: 1.25;
  letter-spacing: 1.6px;
  font-weight: 600;
  position: relative;
}
.p-about__title-en::before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  width: 8px;
  height: 8px;
  background: #4E7C49;
  border-radius: 50%;
}

.p-about__title-ja {
  margin-top: 19px;
  color: #4E7C49;
  font-size: clamp(24px, 2.734375vw, 28px);
  line-height: 1.5357142857;
  letter-spacing: 1.4px;
  font-weight: 600;
}

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

.p-about__text {
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.7142857143;
  font-weight: 500;
}
.p-about__text + .p-about__text {
  margin-top: clamp(16px, 3.90625vw, 30px);
}

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

.p-about__img-content {
  margin-top: clamp(48px, 8.3333333333vw, 64px);
  margin-left: auto;
  width: clamp(260px, 45.5833333333vw, 547px);
  aspect-ratio: 547/560;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .p-about__img-content {
    margin: 0;
  }
}
.p-about__img-content img {
  margin-left: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(192, 219, 200, 0.3294117647);
          box-shadow: 0px 3px 6px rgba(192, 219, 200, 0.3294117647);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1024px) {
  .p-about__img-content img {
    margin-left: clamp(40px, 5.8565153734vw, 80px);
  }
}

.p-about__img-text {
  position: absolute;
  left: 0;
  font-family: "Quicksand", serif;
  color: #83a77e;
  font-size: clamp(50px, 7.3206442167vw, 100px);
  line-height: 1.25;
  letter-spacing: 5px;
  font-weight: 600;
  opacity: 0.4;
}
.p-about__img-text.text-top {
  top: clamp(-90px, -6.588579795vw, -45px);
}
.p-about__img-text.text-bottom {
  top: -7px;
  z-index: 1;
}

.p-business {
  padding-top: clamp(80px, 13.0859375vw, 134px);
  padding-bottom: clamp(96px, 16.9921875vw, 174px);
  background: transparent linear-gradient(316deg, #deebde 0%, #f7f1de 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.p-business__wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1024px) {
  .p-business__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}

.p-business__content {
  width: 100%;
  max-width: 634px;
}
@media screen and (min-width:1024px) {
  .p-business__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-business__desc {
  margin-top: clamp(18px, 3.41796875vw, 35px);
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.7142857143;
  font-weight: 500;
}

.p-business__link-wrap {
  margin-top: clamp(48px, 5.859375vw, 60px);
  border-top: 1px solid #bbcebd;
  max-width: 634px;
}

.p-business__link {
  padding-block: clamp(24px, 3.80859375vw, 39px);
  border-bottom: 1px solid #bbcebd;
}
@media screen and (min-width:1200px) {
  .p-business__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 24px;
  }
}

.p-business__link-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-business__link-title {
  color: #4e7c49;
  font-size: clamp(15px, 1.953125vw, 20px);
  line-height: 1.45;
  letter-spacing: 2px;
  font-weight: 500;
}

.p-business__link-text {
  margin-top: clamp(16px, 2.6041666667vw, 20px);
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
}

.p-business__link-btn {
  margin-top: 16px;
  color: #4e7c49;
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width:1200px) {
  .p-business__link-btn {
    margin: 0;
  }
}
.p-business__link-btn .text {
  padding-right: clamp(30px, 3.3333333333vw, 40px);
  position: relative;
}
.p-business__link-btn .text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: clamp(20px, 2.5vw, 30px);
  aspect-ratio: 1/1;
  background: url(../images/icon-btn.svg) no-repeat center center/contain;
}

.p-business__img-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(32px, 5.2083333333vw, 40px);
}
@media screen and (min-width:1024px) {
  .p-business__img-content {
    display: block;
    margin-top: 18px;
    max-width: 380px;
  }
}

.p-business__img-top {
  grid-column: 1/-1;
  margin-inline: auto;
width: clamp(300px, 49.4791666667vw, 380px);
  aspect-ratio: 380/340;
  -webkit-box-shadow: 0px 3px 6px rgba(192, 219, 200, 0.3294117647);
          box-shadow: 0px 3px 6px rgba(192, 219, 200, 0.3294117647);
  border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .p-business__img-top {
    margin-inline: 0;
    grid-column: auto;
  }
}
.p-business__img-top img {
  border-radius: 10px;
}


.p-business__img-middle {
  margin-top: clamp(40px, 4.4655929722vw, 61px);
  width: clamp(130px, 34.6354166667vw, 266px);
  aspect-ratio: 266/311;
  -webkit-box-shadow: 0px 3px 6px rgba(192, 219, 200, 0.3294117647);
          box-shadow: 0px 3px 6px rgba(192, 219, 200, 0.3294117647);
  border-radius: 10px;
}
.p-business__img-middle img {
  border-radius: 10px;
}

.p-business__img-bottom {
  margin-top: clamp(40px, 4.4655929722vw, 61px);
  margin-left: auto;
  width: clamp(135px, 32.1614583333vw, 247px);
  aspect-ratio: 247/242;
  -webkit-box-shadow: 0px 3px 6px rgba(192, 219, 200, 0.3294117647);
          box-shadow: 0px 3px 6px rgba(192, 219, 200, 0.3294117647);
  border-radius: 10px;
}
.p-business__img-bottom img {
  border-radius: 10px;
}


.p-business__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.p-works {
  padding-top: clamp(92px, 11vw, 132px);
  padding-bottom: clamp(80px, 8.5vw, 102px);
  position: relative;
  z-index: 2;
}
.p-works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20.5710102489vw;
  height: 100%;
  background: #ECF0EC;
}
.p-works::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22.4011713031vw;
  height: 100%;
  border-radius: 5px;
  background: #FEF9E8;
  z-index: -1;
}

.p-works .p-news__desc {
  line-height: 1.7142857143;
}

.p-works__items {
  margin-top: clamp(48px, 5vw, 60px);
}
@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: 358px;
  }
}
@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 {
  width: 100%;
  aspect-ratio: 358/247;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-works__item-head {
    max-width: 358px;
  }
}
.p-works__item-head img {
  border-radius: 10px;
      position: relative;
    z-index: 1;
}
.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;
}

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

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

.p-works__item-date {
  color: #9d9d9d;
  font-size: clamp(12px, 1.26953125vw, 13px);
  line-height: 1.4615384615;
  letter-spacing: 0.26px;
  font-weight: 500;
}

.p-works__item-tag span {
  display: block;
  min-width: 78px;
  color: #a08d4f;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  font-weight: 500;
  padding: 2px 7px;
  background: #fdf3d3;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.p-works__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-company {
  padding-block: clamp(80px, 11.5vw, 138px);
  color: #ffffff;
  position: relative;
}

.p-company .l-inner {
  z-index: 2;
}

.p-company__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-company__title .c-section__title-ja {
  text-align: center;
}


.p-company__desc {
  margin-top: clamp(32px, 4.00390625vw, 41px);
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.7142857143;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.p-company__btn {
  margin-top: clamp(32px, 4.8828125vw, 50px);
  margin-inline: auto;
}

.p-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/top-company-bg.png) no-repeat center center/cover;
  pointer-events: none;
}
.p-company__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.p-news {
  padding-top: clamp(60px, 9.9609375vw, 102px);
  padding-bottom: clamp(60px, 9.765625vw, 100px);
}

.p-news__wrap {
  margin-top: 32px;
}
@media screen and (min-width:1024px) {
  .p-news__wrap {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.p-news__desc {
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.4285714286;
  font-weight: 500;
  max-width: 546px;
}

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

.p-news__items {
  margin-top: clamp(60px, 7.12890625vw, 73px);
  max-width: 1144px;
  border-top: 1px solid #d9d9d9;
  margin-inline: auto;
}

.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: #ecf0ec;
  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 {
  opacity: 1;
}
.p-news__item:hover::after {
  opacity: 1;
}
.p-news__item:hover .p-news__item-body::after {
  background: url(../images/icon-ball.svg) no-repeat center center/contain;
  -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: #7E7E7E;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
  font-weight: 600;
}
.p-news__item-date .date-md {
  margin-top: 2px;
  color: #7E7E7E;
  font-size: clamp(18px, 1.75vw, 21px);
  line-height: 1.4285714286;
  letter-spacing: 1.26px;
  font-weight: 600;
}

.p-news__item-body {
  position: relative;
}
.p-news__item-body::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -16px;
  width: clamp(32px, 5.2083333333vw, 40px);
  aspect-ratio: 1/1;
  background: url(../images/icon-ball-white.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .p-news__item-body::after {
    right: 0;
  }
}
@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.5vw, 30px);
  }
}

.p-news__item-tag span {
  display: block;
  min-width: 78px;
  color: #A08D4F;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  font-weight: 500;
  padding: 2px 7px;
  background: #fdf3d3;
  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: 20px;
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.84px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width:1024px) {
  .p-news__item-title {
    margin-top: 0;
  }
}

.p-news__item-img {
  aspect-ratio: 358/247;
  width: 100%;
  max-width: 140px;
  margin-top: 12px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-news__item-img {
    margin-top: 0;
  }
}
.p-news__item-img::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;
}