@charset "utf-8";
.pg-fv {
      position: absolute;
    top: 0;
    width: clamp(23rem, 5rem + 37.5vw, 50rem);
    padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    padding-bottom: clamp(2.5rem, 0.417rem + 4.34vw, 5.625rem);
    padding-left: clamp(2.5rem, -3.833rem + 13.19vw, 12rem);
    background-color: #F8F8F8;
}
.pg-fv__container {
      display: flex;
    column-gap: 24px;
}
.pg-fv__number {
      font-size: clamp(2rem, 1.25rem + 1.56vw, 3.125rem);
    line-height: 1.2;
    color: #B9B9B9;
    font-family: "Noto Serif JP", serif;
}
.pg-fv-title__main {
      font-size: clamp(2rem, 1.25rem + 1.56vw, 3.125rem);
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
}
.pg-fv-title__sub {
      margin-top: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    font-size: 18px;
    font-weight: 400;
    font-family: "Tenor Sans", sans-serif;
    color: #676767;
}
.pg-img__inner {
      padding-top: clamp(6.875rem, 3.542rem + 6.94vw, 11.875rem);
    padding-right: clamp(0rem, -8rem + 16.67vw, 12rem);
}
.pg-fv__img {
      aspect-ratio: 1728/760;
    object-fit: cover;
    height: auto;
}

.service-about {
  margin-top: clamp(2rem, -0.417rem + 5.03vw, 5.625rem);
}
.service-about__inner {
  padding: 0 clamp(2rem, -10.375rem + 25.78vw, 20.563rem);
  position: relative;
}
.service-about__bg {
        position: absolute;
        height: clamp(30.625rem, 29.917rem + 1.48vw, 31.688rem);
    top: clamp(1.563rem, -1.563rem + 6.51vw, 6.25rem);
    left: clamp(10.75rem, -3.292rem + 29.25vw, 31.813rem);
    width: clamp(19.625rem, 9.917rem + 20.23vw, 34.188rem);
    background-color: #F8F8FF;
    z-index: -1;
}
.service-about__container {
      display: flex;
    column-gap: clamp(1.25rem, -4.583rem + 12.15vw, 10rem);
  align-items: center;
  height: clamp(35.625rem, 24rem + 24.22vw, 53.063rem);
}
.service-about__left {
  width: 50%;
}
.service-about__sub {
      font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
}
.service-about__main {
      margin-top: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    line-height: 2;
}
.service-about__right {
  width: 50%;
}
.service-about__text {
      margin-top: clamp(4.75rem, 4.583rem + 0.35vw, 5rem);
      font-weight: 400;
    color: #676767;
    line-height: 2;
}
.service-about__right {
    height: 100%;
    overflow: hidden;
}
.slider__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.slider {
  animation: slideUp 40s linear infinite;
    display: flex;
    flex-direction: column;
  row-gap: 8px;
}
.slide-img {
    height: 100%;
}
.slide-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@keyframes slideUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100%); }
}

.service {
  padding-top: clamp(5rem, 2.917rem + 4.34vw, 8.125rem);
}
.service__inner {
    padding-left: clamp(1.5rem, -5.5rem + 14.58vw, 12rem);
}
.service__title {
      font-size: 24px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 24px;
    border-bottom: 0.8px solid #000007;
}
.Strengths__items {
      margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: clamp(2.5rem, 1.167rem + 2.78vw, 4.5rem);
    padding-right: clamp(0rem, -3.833rem + 7.99vw, 5.75rem);
}
.Strengths__item {
      display: flex;
    column-gap: clamp(1.25rem, -3.75rem + 10.42vw, 8.75rem);
    align-items: center;
    padding-right: clamp(2rem, -5.833rem + 16.32vw, 13.75rem);
}
.Strengths__item:nth-child(2n) {
      flex-direction: row-reverse;
    padding-right: 0;
    padding-left: clamp(2rem, -5.833rem + 16.32vw, 13.75rem);
}
.Strengths__left {
      width: 54%;
    aspect-ratio: 800/535;
    height: auto;
    object-fit: cover;
}
.Strengths__right {
  width: 46%;
}
.Strengths__sub {
      font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
}
.Strengths__title {
      margin-top: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
}
.Strengths__text {
  margin-top: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  font-weight: 400;
    color: #676767;
    line-height: 2;
}


.case {
      margin-top: clamp(6.25rem, 5.417rem + 1.74vw, 7.5rem);
    background-color: #F8F8F8;
}
.case__inner {
  padding: clamp(2.5rem, -0.833rem + 6.94vw, 7.5rem) 0;
}
.case__title {
  margin-left: clamp(1.5rem, -5.5rem + 14.58vw, 12rem);
}

/* スライダー全体 */
.slider-wrapper2 {
  margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
    column-gap: clamp(0.625rem, -2.958rem + 7.47vw, 6rem);
}
.slider2 {
      display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    column-gap: clamp(0.625rem, -2.958rem + 7.47vw, 6rem);
}
/* スライドの画像 */
.slider2 section {
  animation: scroll-left 40s infinite linear .5s both;
  display: flex; 
  column-gap: clamp(0.625rem, -2.958rem + 7.47vw, 6rem);
}
.slider2 section article {
  width: calc(100vw / 3);
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.newsItemImg {
  overflow: hidden;
}
.newsItemImg img {
        aspect-ratio: 359/202;
    object-fit: cover;
    height: auto;
    transition: all 0.5s;
}
.newsItemTit {
    margin-top: clamp(1rem, 0.333rem + 1.39vw, 2rem);
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 400;
  color: #000007;
}
.newsItemText {
  margin-top: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    align-items: center;
}
.newsItemTime {
        font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    color: #676767;
}
.newsItemCate {
        padding: clamp(0.25rem, 0.083rem + 0.35vw, 0.5rem) clamp(0.25rem, -0.417rem + 1.39vw, 1.25rem);
    background-color: #fff;
    color: #676767;
    border: 1px solid #676767;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 400;
    line-height: 1;
    text-align: center;
  font-family: "Noto Serif JP", serif;
}
.newsLink:hover .newsItemImg img {
  transform: scale(1.1);
}
.case__btn {
      margin: auto;
    margin-top: 80px;
}

@media (max-width: 767px) {
  .pg-fv {
    top: 90px;
  }
  .pg-img__inner {
    padding-top: 220px;
  }
  
  .service-about {
    margin-top: 68px;
  }
  .service-about__bg {
       left: 0;
    top: -30px;
    height: 182px;
    width: 80%;
  }
  .service-about__container {
        flex-direction: column;
        row-gap: 40px;
    height: clamp(53.75rem, 38.233rem + 63.66vw, 68.75rem);
  }
  .service-about__left {
        width: fit-content;
  }
  .service-about__sub {
        width: 286px;
    margin-left: auto;
  }
  .service-about__main {
        margin-left: auto;
    width: fit-content;
  }
  .service-about__right {
        width: 100%;
  }
  
  .Strengths__item {
        flex-direction: column;
    row-gap: 24px;
    padding-right: 0;
  }
  .Strengths__item:nth-child(2n) {
        flex-direction: column;
    row-gap: 24px;
    padding-left: 0;
  }
  .Strengths__left {
    width: 100%;
  }
  .Strengths__right {
        width: 100%;
    padding-right: 24px;
  }
  
  .slider2 section article {
    width: calc(100vw / 1.4);
  }
}

@media (max-width: 389px) {
  .pg-fv {
    width: 300px;
    padding-left: 20px;
  }
  .pg-fv-title__main {
    font-size: 26px;
  }
  
  .service-about__main {
    font-size: 22px;
  }
  .Strengths__title {
    font-size: 18px;
  }
}