@charset "UTF-8";
.appear.up .item {
  transform: translateY(40px);
}

.appear.down .item {
  transform: translateY(-40px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear.zoom .item {
  transform: translateZ(40px);
}

.appear .item {
  transition: all 0.6s ease;
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.appear.inview .item {
  transform: none;
  opacity: 1;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 1.4s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 2s;
}

.scaleDown {
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.4s;
}
.scaleDown.inview {
  opacity: 1;
  transform: scale(1);
}

.fadein {
  opacity: 0;
  transition: all 0.4s 0.4s;
}
.fadein.inview {
  opacity: 1;
}

.fadedown {
  opacity: 0;
  transition: all 0.4s 0.4s;
  transform: translateY(-20px);
}
.fadedown.inview {
  opacity: 1;
  transform: translateY(0);
}

.rotate3D {
  opacity: 0;
  transform: scale(0) rotateY(0deg);
  transform-style: preserve-3d;
  transition: 0.8s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.rotate3D.inview {
  opacity: 1;
  transform: scale(1) rotateY(360deg);
}

.animate-txt .char {
  opacity: 0;
  transform: translateY(-10px);
}

.animate-txt.inview .char {
  animation-name: kf-animate-chars;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.animate-txt.inview .char:nth-child(1) {
  animation-delay: 0.54s;
}
.animate-txt.inview .char:nth-child(2) {
  animation-delay: 0.58s;
}
.animate-txt.inview .char:nth-child(3) {
  animation-delay: 0.62s;
}
.animate-txt.inview .char:nth-child(4) {
  animation-delay: 0.66s;
}
.animate-txt.inview .char:nth-child(5) {
  animation-delay: 0.7s;
}
.animate-txt.inview .char:nth-child(6) {
  animation-delay: 0.74s;
}
.animate-txt.inview .char:nth-child(7) {
  animation-delay: 0.78s;
}
.animate-txt.inview .char:nth-child(8) {
  animation-delay: 0.82s;
}
.animate-txt.inview .char:nth-child(9) {
  animation-delay: 0.86s;
}
.animate-txt.inview .char:nth-child(10) {
  animation-delay: 0.9s;
}
.animate-txt.inview .char:nth-child(11) {
  animation-delay: 0.94s;
}
.animate-txt.inview .char:nth-child(12) {
  animation-delay: 0.98s;
}
.animate-txt.inview .char:nth-child(13) {
  animation-delay: 1.02s;
}
.animate-txt.inview .char:nth-child(14) {
  animation-delay: 1.06s;
}
.animate-txt.inview .char:nth-child(15) {
  animation-delay: 1.1s;
}
.animate-txt.inview .char:nth-child(16) {
  animation-delay: 1.14s;
}
.animate-txt.inview .char:nth-child(17) {
  animation-delay: 1.18s;
}
.animate-txt.inview .char:nth-child(18) {
  animation-delay: 1.22s;
}
.animate-txt.inview .char:nth-child(19) {
  animation-delay: 1.26s;
}
.animate-txt.inview .char:nth-child(20) {
  animation-delay: 1.3s;
}
.animate-txt.inview .char:nth-child(21) {
  animation-delay: 1.34s;
}
.animate-txt.inview .char:nth-child(22) {
  animation-delay: 1.38s;
}
.animate-txt.inview .char:nth-child(23) {
  animation-delay: 1.42s;
}
.animate-txt.inview .char:nth-child(24) {
  animation-delay: 1.46s;
}
.animate-txt.inview .char:nth-child(25) {
  animation-delay: 1.5s;
}
.animate-txt.inview .char:nth-child(26) {
  animation-delay: 1.54s;
}
.animate-txt.inview .char:nth-child(27) {
  animation-delay: 1.58s;
}
.animate-txt.inview .char:nth-child(28) {
  animation-delay: 1.62s;
}
.animate-txt.inview .char:nth-child(29) {
  animation-delay: 1.66s;
}
.animate-txt.inview .char:nth-child(30) {
  animation-delay: 1.7s;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#contents {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.pps_wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

.pps_wrapper * {
  transition-property: all;
  transition-duration: 0.3s;
}

.pps_wrapper img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.pps_wrapper a {
  text-decoration: none;
  transition: 0.3s all;
}

.pps_wrapper {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  color: #1F1F1F;
  background: #EDEAE1;
}

.pps_wrapper, .pps_wrapper p {
  font-weight: 400;
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  font-family: "Noto Sans JP", sans-serif;
}

.pps_header {
  width: 100%;
  height: 960px;
  background: url(../images/pps_hero_bg.webp) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pps_header {
    height: 720px;
  }
}
@media screen and (max-width: 768px) {
  .pps_header {
    height: 540px;
  }
}
@media screen and (max-width: 480px) {
  .pps_header {
    height: 320px;
  }
}

.pps_header img {
  position: absolute;
  left: 1%;
  bottom: -5px;
  display: block;
  margin: 0;
  max-width: 100%; /* はみ出し防止 */
  height: auto;
}
@media screen and (max-width: 1280px) {
  .pps_header img {
    left: 50%;
    transform: translateX(-50%) !important;
    padding: 0 1%;
  }
}
/* スライドエリア */
.pps_slidearea {
  width: 100%;
  background: #46643C;
  padding: 60px 0 200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .pps_slidearea {
    padding: 40px 0 130px;
  }
}

.pps_slidearea_ttl {
  font-size: clamp(2.2rem, 1.465rem + 3.13vw, 4.6rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .pps_slidearea_ttl {
    margin-bottom: 40px;
  }
}

/* LOOP */
.loopWrap {
  width: 100%;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.loopWrap .inner {
  max-width: none !important;
  padding: 0;
}

/* Swiper本体 */
.loopSwiper {
  width: 100%;
}

/* スライドを横並びにする */
.loopSwiper .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}

/* 各スライド */
.loopSwiper .swiper-slide {
  width: 480px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .loopSwiper .swiper-slide {
    width: 320px;
  }
}
@media screen and (max-width: 480px) {
  .loopSwiper .swiper-slide {
    width: 240px;
  }
}

/* 画像サイズ調整 */
.loopSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.pps_bnr_img {
  text-align: center;
  margin: -120px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}

.pps_bnr_img img {
  display: block;
  max-width: 100%;
}

/* Banner */
.pp-banner {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pp-banner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .pp-banner {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .pp-banner {
    margin: 50px auto 0;
  }
}

.pp-banner:hover {
  transform: translateY(-2px) scale(1.02);
  opacity: 1;
}

.pps_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  .pps_inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .pps_inner {
    padding: 40px 0;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.pps_point_sec {
  padding: 120px 0 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pps_point_sec {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .pps_point_sec {
    padding: 60px 0 0;
  }
}

.pps_point_img {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .pps_point_img img {
    width: 148px;
  }
}
@media screen and (max-width: 768px) {
  .pps_point_img img {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .pps_point_img img {
    width: 70px;
  }
}

.pp-att-wrap {
  margin: 30px auto 66px;
  display: inline-block;
  font-size: clamp(1.2rem, 1.078rem + 0.52vw, 1.6rem);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .pp-att-wrap {
    margin: 20px auto 20px;
  }
}

.pps_copy_area h2 {
  font-size: clamp(2.4rem, 1.604rem + 3.4vw, 5rem);
  font-weight: 900;
  line-height: 1.8;
  margin: 45px 0;
  color: #46643C;
}
@media screen and (max-width: 1024px) {
  .pps_copy_area h2 {
    margin: 30px 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .pps_copy_area h2 {
    margin: 15px 0;
  }
}

.pps_copy_area p.copy {
  width: 700px;
  font-size: clamp(1.5rem, 1.286rem + 0.91vw, 2.2rem);
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pps_copy_area p.copy {
    width: 100%;
  }
}

.pps_copy_area p.copy_at {
  font-size: clamp(1.1rem, 0.947rem + 0.65vw, 1.6rem);
  display: inline-block;
  font-weight: 400;
  margin: 40px auto 0;
}
@media screen and (max-width: 480px) {
  .pps_copy_area p.copy_at {
    margin: 20px auto 0;
  }
}

.pps_copy_ttl {
  text-align: center;
  font-size: clamp(1.5rem, 1.224rem + 1.18vw, 2.4rem);
  font-weight: 500;
  color: #fff;
  background: #908870;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 9999px;
  line-height: 1;
  margin: 0px auto 30px;
}

.pps_point_ptimg {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .pps_point_ptimg {
    margin: 30px auto;
  }
}

/* --- ppsFEATURE --- */
.pps_features {
  padding: 130px 0px 120px;
}
@media screen and (max-width: 480px) {
  .pps_features {
    padding: 60px 0px 40px;
  }
}

.pps_features__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 60px;
}
@media screen and (max-width: 768px) {
  .pps_features__grid {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

/* --- Card --- */
.feature__media {
  position: relative;
  overflow: hidden;
}

.feature__media img {
  width: 100%;
  display: block;
}

h3.feature__ttl {
  margin: 18px 0 10px;
  text-align: center;
  font-size: clamp(1.5rem, 1.102rem + 1.7vw, 2.8rem);
  font-weight: 900;
  color: #46643C;
}
@media screen and (max-width: 768px) {
  h3.feature__ttl {
    margin: 12px 0 6px;
  }
}

.feature__txt {
  margin: 0;
  text-align: center;
  font-size: clamp(1.2rem, 0.894rem + 1.31vw, 2.2rem);
}

.pps_spec_area {
  text-align: center;
}

.pps_spec_ttl {
  font-weight: 600;
  color: #46643C;
  font-size: clamp(1.5rem, 1.102rem + 1.7vw, 2.8rem);
  margin: 0 0 35px;
}
@media screen and (max-width: 480px) {
  .pps_spec_ttl {
    margin: 0 0 15px;
  }
}

/* support */
.support {
  margin: 130px auto;
}
@media screen and (max-width: 1024px) {
  .support {
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) {
  .support {
    margin: 60px auto;
  }
}

.support__inner {
  max-width: 1538px;
  margin: 0 auto;
  background: #fff;
  border-radius: 42px;
  padding: 100px 160px;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .support__inner {
    max-width: 90%;
    padding: 10%;
  }
}
@media screen and (max-width: 768px) {
  .support__inner {
    padding: 8%;
    border-radius: 25px;
  }
}
@media screen and (max-width: 480px) {
  .support__inner {
    padding: 8%;
  }
}

.support__ttl {
  margin: 0 0 46px;
  text-align: center;
  font-weight: 900;
  line-height: 1.45;
  color: #f39a17;
  font-size: clamp(2.2rem, 1.343rem + 3.66vw, 5rem);
}
@media screen and (max-width: 768px) {
  .support__ttl {
    margin: 0 0 25px;
  }
}

.support__photo {
  margin: 0 auto 45px;
  max-width: 1220px;
}
@media screen and (max-width: 768px) {
  .support__photo {
    margin: 0 0 20px;
  }
}

.support__photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.support__text {
  margin: 0 auto 85px;
  max-width: 800px;
  font-size: clamp(1.5rem, 1.286rem + 0.91vw, 2.2rem);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .support__text {
    margin: 0 auto 30px;
  }
}

.support__bnrs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .support__bnrs {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.support__bnr {
  display: block;
  overflow: hidden;
}

.support__bnr img {
  width: 100%;
  height: auto;
  display: block;
}

.support__bnr:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.support__bnr:active {
  transform: scale(1.02);
  opacity: 0.7;
}

.pps_wrapper .list-btn {
  text-align: center;
}

.pps_wrapper .list-btn a {
  font-size: clamp(1.8rem, 1.754rem + 0.21vw, 2rem);
  letter-spacing: 0.2rem;
  position: relative;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  padding: 2.25rem;
  border-radius: 5px;
  color: white;
  background: #46643C;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  .pps_wrapper .list-btn a {
    width: 80%;
  }
}

.pps_wrapper .list-btn a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  opacity: 1;
}

.pps_wrapper .list-btn a:active {
  transform: translateY(0);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.pps_wrapper .list-btn a::before {
  position: absolute;
  content: "";
  background: url(../images/arrows_white2.svg) no-repeat center/contain;
  width: 2em;
  aspect-ratio: 54/7;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .pps_wrapper .list-btn a::before {
    right: 2rem;
  }
}
.pps_wrapper .pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pps_wrapper .pc {
    display: none;
  }
}

.pps_wrapper .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pps_wrapper .sp {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */