.c-news {
  list-style: none;
  margin-block: 0;
  padding-inline-start: 0;
}
.c-news__item {
  padding-block: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.c-news__article > a {
  color: inherit;
  text-decoration: none;
  display: grid;
  -moz-column-gap: clamp(1.25rem, 0.84rem + 2.05vw, 2.25rem);
  column-gap: clamp(1.25rem, 0.84rem + 2.05vw, 2.25rem);
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-news__article > a {
  }
}
.c-news__pic {
  width: min(100px, calc(80 / 320 * 100vw));
  display: block;
  aspect-ratio: 800/486;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media screen and (min-width: 769px) {
  .c-news__pic {
    width: min(241px, calc(180 / 769 * 100vw));
  }
}
.c-news__pic img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.c-news__bd {
  padding-block-start: 1em;
  width: 100%;
}
.c-news__date {
  display: inline-block;
  color: hsl(155, 99%, 30%);
  font-size: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .c-news__date {
    font-size: 0.9375rem;
  }
}
.c-news__date {
  margin-inline-end: 0.5em;
  font-weight: 700;
}
.c-news__cat {
  display: inline-block;
  color: #fff;
  background: hsl(155, 99%, 30%);
  border-radius: 999px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .c-news__cat {
    font-size: 0.9375rem;
  }
}
.c-news__cat {
  padding-block: 0.3em;
  padding-inline: 1.2em;
}
.c-news__ttl {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .c-news__ttl {
    font-size: 1rem;
  }
}
.c-news__ttl {
  margin-block-start: 1em;
  font-weight: 400;
  line-height: 1.75;
  margin-block-end: 0;
}
.p-mv {
  position: relative;
}
.p-topAbout {
  /* margin-block-start: clamp(5.25rem, 3.1rem + 10.77vw, 10.5rem); */
  margin-block-start: clamp(4.25rem, 2.1rem + 10.77vw, 9.5rem);
  padding-block-end: clamp(4.5rem, 3.01rem + 7.44vw, 8.125rem);
}
.p-topAbout__inner {
  max-width: 1600px;
  margin-inline: auto;
}
.p-topAbout__grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  /* column-gap: clamp(2.75rem, 1.62rem + 5.64vw, 5.5rem); */
}
@media screen and (max-width: 768px) {
  .p-topAbout__grid {
    flex-direction: column;
  }
}
.p-topAbout__grid {
  row-gap: clamp(1.625rem, 1.27rem + 1.79vw, 2.5rem);
}
.p-topAbout__pic {
  /* margin-inline-start: calc(50% - 50vw); */
  padding-inline-end: clamp(2.75rem, 1.62rem + 5.64vw, 5.5rem);
  position: relative;
  padding-inline-end: 3%;
}
@media screen and (min-width: 769px) {
  .p-topAbout__pic {
    width: 50vw;
    max-width: 760px;
    /* padding-inline-end: 0; */
  }
}
@media screen and (max-width: 768px) {
  .p-topAbout__pic {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}
.p-topAbout__pic::before {
  content: "";
  display: block;
  width: clamp(7.5rem, 0rem + 37.5vw, 18.75rem);
  aspect-ratio: 300/214;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
  pointer-events: none;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
@media screen and (max-width: 768px) {
  .p-topAbout__pic::before {
    width: min(300px, calc(80 / 320 * 100vw));
  }
}
.p-topAbout__box {
  padding-inline: 3%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-topAbout__box {
    width: 50%;
    padding-inline-start: 0;
  }
}
.p-topAbout__ttl {
  /* font-size: clamp(1.375rem, 1.15rem + 1.14vw, 2rem); */
  font-size: clamp(1.125rem, 0.766rem + 1.79vw, 2rem);
  color: hsl(155, 99%, 30%);
  font-weight: 700;
  margin-block: 0 1.5em;
  text-box-trim: trim-both;
  text-box-edge: text;
}
@media screen and (max-width: 768px) {
  .p-topAbout__ttl {
    margin-block: 0 0.7em;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}
.p-topAbout__ttl span {
  margin-inline-start: -0.25em;
}
.p-topAbout__txt {
  letter-spacing: normal;
  line-height: 1.875;
  text-box-trim: trim-both;
  text-box-edge: text;
  margin-block-end: clamp(2rem, 1.59rem + 2.05vw, 3rem);
}
@media screen and (max-width: 768px) {
  .p-topAbout__txt {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}
.p-topAbout__btn {
  /* margin-block-start: clamp(2rem, 1.59rem + 2.05vw, 3rem); */
}
@media screen and (max-width: 768px) {
  .l-cta__btn,
  .p-topAbout__btn {
    margin-inline: auto;
  }
}
.p-topAbout__box .l-cta__btn {
  margin-block-end: 1.5rem;
}

.p-topSrv {
  margin-block-end: clamp(6.25rem, 3.69rem + 12.82vw, 12.5rem);
}
.p-topSrv__ttl {
  margin-block-end: 2.7em;
}
@media screen and (max-width: 1200px) {
  .p-topSrv__ttl {
    margin-block-end: 1.5em;
  }
}
.p-topSrv__list {
  list-style: none;
  padding-inline-start: 0;
  margin-block: 0;
  display: grid;
  -moz-column-gap: clamp(1.375rem, 0.91rem + 2.31vw, 2.5rem);
  column-gap: clamp(1.375rem, 0.91rem + 2.31vw, 2.5rem);
  row-gap: clamp(2.125rem, 1.71rem + 2.05vw, 3.125rem);
}
@media screen and (min-width: 1101px) {
  .p-topSrv__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-topSrv__item {
  padding-block-start: clamp(1.5rem, 1.19rem + 1.54vw, 2.25rem);
  padding-block-end: clamp(2rem, 1.59rem + 2.05vw, 3rem);
  padding-inline: clamp(1.25rem, 0.87rem + 1.92vw, 2.1875rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 1.25rem;
  transition:
    background 0.25s ease,
    color 0.25s ease;
  background: rgba(0, 0, 0, 0) linear-gradient(139deg, #e0f5f0 0%, #98d8bd 100%) 0% 0% no-repeat padding-box;
}
.p-topSrv__item:has(.c-btn:hover) {
  color: #fff;
  background: hsl(155, 99%, 30%);
}
.p-topSrv__item:has(.c-btn:hover) .p-topSrv__h3 {
  color: #fff;
  border-color: #fff;
}
.p-topSrv__h3 {
  margin-block-start: 0;
  padding-inline-start: 0.4em;
  font-size: clamp(1.375rem, 1.15rem + 1.14vw, 2rem);
  font-weight: 700;
  line-height: 1.55;
  margin-block-end: 1em;
  color: hsl(155, 99%, 30%);
  border-left: 2px solid hsl(155, 99%, 30%);
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}
.p-topSrv__pic {
  margin-inline: auto;
  display: block;
  flex: 1;
}
.p-topSrv__pic.--img01 {
  width: clamp(10rem, 3.85rem + 30.77vw, 25rem);
}
.p-topSrv__pic.--img02 {
  width: clamp(10.75rem, 4.08rem + 33.33vw, 27rem);
}
.p-topSrv__pic.--img03 {
  width: clamp(11.625rem, 4.47rem + 35.77vw, 29.0625rem);
}
.p-topSrv__pic.--img04 {
  width: clamp(10.75rem, 4.19rem + 32.82vw, 26.75rem);
}
.p-topSrv__lead {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-topSrv__lead {
    font-size: 1.125rem;
  }
}
.p-topSrv__lead {
  font-weight: 600;
  margin-block: 1.8em 1.2em;
}
.p-topSrv__lead.br-sp {
  font-weight: 700;
}
.p-topSrv__txt {
  margin-block-start: 0;
  margin-block-end: 2em;
  line-height: 1.75;
}
.p-topSrv__btn {
  margin-inline: auto;
}
.p-topSol {
  position: relative;
  padding-block-end: clamp(2rem, 1.59rem + 2.05vw, 3rem);
  margin-block-end: clamp(5rem, 2.95rem + 10.26vw, 10rem);
}
.p-topSol::before {
  content: "";
  display: block;
  width: min(1200px, 96%);
  height: clamp(10.5rem, 6.24rem + 21.28vw, 20.875rem);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  z-index: 2;
}
.p-topSol::after {
  content: "";
  display: block;
  width: 56.25vw;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(131deg, #e0f5f0 0%, #98d8bd 100%) 0% 0% no-repeat padding-box;
  border-radius: 1.25rem 0px 0px 1.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.p-topSol__inner {
  position: relative;
  z-index: 3;
}
.p-topSol__ttl {
  margin-block-end: clamp(4.25rem, 3.12rem + 5.64vw, 7rem);
  margin-block-end: 4.7em;
}
@media screen and (max-width: 768px) {
  .p-topSol__ttl {
    margin-block-end: 2em;
  }
}
.p-topSol .splide__track {
  margin-inline-end: calc(50% - 50vw);
}
.p-topSol__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.p-topSol__h3 {
  font-size: clamp(1.0625rem, 0.99rem + 0.34vw, 1.25rem);
  color: hsl(155, 99%, 30%);
  font-weight: 700;
  line-height: 1;
}
.p-topSol__txt {
  flex: 1;
  margin-block-start: 0;
  margin-block-end: clamp(1.625rem, 1.27rem + 1.79vw, 2.5rem);
  line-height: 1.75;
}
.p-topSol__btnWrap {
  display: grid;
  gap: 5vw;
}
@media screen and (min-width: 1101px) {
  .p-topSol__btnWrap {
    grid-template-columns: 1fr auto;
  }
}
.p-topSol__arrowsWrap {
  width: clamp(15.25rem, 5.92rem + 46.67vw, 38rem);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.875rem;
}
.p-topSol__arrows {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
}
.p-topSol__arrows .splide__arrow {
  width: min(46px, calc(32 / 320 * 100vw));
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  padding-inline: 0;
  background: none;
  border: 0px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.p-topSol__arrows .splide__arrow:hover {
  opacity: 0.5;
}
.p-topSol__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-topSol__arrows .splide__arrow--prev {
  transform: rotate(180deg);
}
.p-topSol__progress {
  position: relative;
  width: min(482px, calc(180 / 320 * 100vw));
  height: 2px;
  background: #fff;
}
.p-topSol__bar {
  display: block;
  height: 100%;
  width: 0%;
  background: hsl(155, 99%, 30%);
  transition: width 0.2s linear;
}
.p-topNews {
  margin-block-end: clamp(4.375rem, 2.89rem + 7.44vw, 8rem);
}
.p-topNews__ttl {
  margin-block-end: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-topNews__ttl {
    margin-block-end: 0.5em;
  }
}
.p-topNews__btn {
  margin-block-start: clamp(2.25rem, 1.74rem + 2.56vw, 3.5rem);
  margin-inline: auto;
}
