@charset "utf-8";

.fv {
  margin-top: 80px;
  position: relative;
}
.fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  pointer-events: none;
}
.fv__swiper,
.fv__badges {
  display: none;
}
.fv__badges img {
  aspect-ratio: 106/131;
  width: 100%;
  height: auto;  
    max-height: 131px;
}
@media screen and (min-width: 768px) {
  .fv {
    display: grid;
    grid-template-columns: 1fr 500px 1fr;
  }
  .fv__badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    position: absolute;
    left: 20px;
    bottom: 17px;
    width: 350px;
    z-index: 5;
  }
}
@media screen and (min-width: 1200px) {
  .fv {
    margin-top: 0;
    grid-template-columns: 1fr 551px 1fr;
  }
    .fv__badges {
    gap: 20px;
    width: calc(361 / 1366 * 100vw);
      left: 50%;
    transform: translateX(-50%);
  }
}

.fv__swiper,
.fv__swiper-wrapper,
.fv__swiper-slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.fv__swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  z-index: 5;
  pointer-events: none;
}
.fv__swiper-slide {
  aspect-ratio: 408 / 607;
  position: absolute;
  top: 0;
  left: 0;
}
.fv__swiper-slide img {
  aspect-ratio: 408 / 607;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv__swiper .swiper-slide-active { opacity: 1 !important; }

.top-service__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 850px) {
  .top-service__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .top-service__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-service__img {
  aspect-ratio: 354/224;
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.top-reason__wrap {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.top-reason__item {
  background: #fff;
  border: 3px solid #14A491;
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .top-reason__item {
    flex-direction: row;
    padding: 46px 48px 50px 46px;
  }
  .top-reason__item:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}

.top-reason__img {
  aspect-ratio: 404 / 230;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .top-reason__img {
    aspect-ratio: 404 / 330;
    width: min(calc(404 / 1366 * 100vw), 404px);
  }
}

.top-service__head {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-service__head {
    gap: 37px;
  }
}

.top-reason__num {
  background: url('../images/20250829170333319547.svg') center / contain no-repeat;
  width: 53px;
  height: 53px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-reason__num {
    width: 73px;
    height: 73px;
    font-size: 32px;
  }
}

.top-reason__text strong {
  background: linear-gradient(transparent 60%, #FFD900 0%);
  display: inline;
  padding: 0 1px 0px;
  font-weight: 600;
}

.top-check {
  max-width: 1500px;
  margin-inline: auto;
}

.top-check__wrap {
  position: relative;
  aspect-ratio: 1250/800;
  padding: 80px 20px;
}
.top-check__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(874 / 1366 * 100%);
  background: url('../images/20250830133335772001.png') left center / cover no-repeat;
  z-index: 4;
}
.top-check__wrap img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.top-check__item {
  max-width: 623px;
  position: relative;
  margin-left: auto;
  z-index: 5;
}
@media screen and (min-width: 1250px) {
  .top-check__wrap {
    aspect-ratio: 1366/616;
    padding: 0;
  }
  .top-check__wrap img {
    position: relative;
  }
  .top-check__item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 80px;
  }
}

.top-check__lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.top-check__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-check__list::before {
  content: "";
  background: url('../images/icon-check.svg') center / contain no-repeat;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-check__list::before {
    width: 51px;
    height: 42px;
  }
}

.top-check__list strong {
  background: linear-gradient(transparent 60%, #FFD900 0%);
  display: inline;
  padding: 0 1px 0px;
}

.top-works__text {
  border-bottom: 4px solid #F77754;
  width: fit-content;
  margin-inline: auto !important;
}
.top-works__text strong {
  color: #F77754;
}

.top-collect {
  background: #D9EFDE;
  border-radius: 20px;
  padding: 78px 20px 70px;
  max-width: 1256px;
  margin: 0 auto;
  width: 95%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .top-collect {
    padding: 78px 50px 70px;
  }
}

.top-collect__title::after {
  content: "";
  position: absolute;
  background: url('../images/collect.png') center / contain no-repeat;
  aspect-ratio: 1/1;
  width: 100px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
@media screen and (min-width: 500px) {
  .top-collect__title::after {
    width: 226px;
  }
}
@media screen and (min-width: 768px) {
  .top-collect__title::after {
    right: -76px;
  }
}

.top-collect__wrap {
  margin-top: 73px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 1100px) {
  .top-collect__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c5266 {
  max-width: 100% !important;
}
@media screen and (min-width: 1100px) {
  .c5266 {
    max-width: 269px !important;
  }
}

.top-collect__item {
  background: #F7F7F7;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 45px;

}
@media screen and (min-width: 700px) {
  .top-collect__item {
    flex-direction: row;
    padding: 40px
  }
  .top-collect__item:nth-of-type(2) {
    gap: 72px;
  }
  .top-collect__item:nth-of-type(3) {
    gap: 75px;
  }
  .top-collect__item:nth-of-type(4) {
    gap: 35px;
  }
}

.top-collect__img {
  width: 146px;
  height: auto;
}


.top-collect__item:nth-of-type(2) .top-collect__img {
  width: 97px;
}
.top-collect__item:nth-of-type(3) .top-collect__img {
  width: 85px;
}
.top-collect__item:nth-of-type(4) .top-collect__img {
  width: 145px;
}


.top-plan {
  position: relative;
}
.top-plan::before,
.top-plan::after {
  content: "";
  position: absolute;
  bottom: -25px;
  aspect-ratio: 328/192;
  width: 35%;
  height: auto;
  z-index: 5;
}
.top-plan::before {
  left: 20px;
  background: url('../images/20250830171316122449.png') center / contain no-repeat;
}
.top-plan::after {
  right: 20px;
  background: url('../images/20250830171316314106.png') center / contain no-repeat;
}
@media screen and (min-width: 1024px) {
  .top-plan::before,
  .top-plan::after {
    width: 328px;
    bottom: -71px;
  }
  .top-plan::before {
    left: 112px;
  }
  .top-plan::after {
    right: 112px;
  }
}

.top-plan__wrap {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 1100px) {
  .top-plan__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-plan__item {
  border-radius: 10px;
  background: #fff;
  border: 3px solid #5CAAE3;
}

.top-plan__item:nth-of-type(2) {
  border-color: #F7A554;
}
.top-plan__item:nth-of-type(3) {
  border-color: #00BA01;
}
.top-plan__item:nth-of-type(2) .top-plan__title {
  background: #F7A554;
}
.top-plan__item:nth-of-type(3) .top-plan__title {
  background: #00BA01;
}

.top-plan__title {
  background: #5CAAE3;
}

.top-plan__title strong {
  font-size: 33px;
  margin-right: 5px;
}

.top-plan__body {
  padding: 26px 35px 30px;
}

.top-area__wrap {
  margin-top: 40px;
  display: flex;
  gap: 63px;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1250px) {
  .top-area__wrap {
    flex-direction: row;
  }
}
.top-area__img {
  width: min(100%, 420px);
  height: auto;
}

.top-area__box {
  margin-top: 7px;
  display: flex;
  gap: 9px;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .top-area__box {
    gap: 12px;
  }
}

.c13428 {
  font-size: 23px !important;
}
.c13602.ff-m {
  padding: 0 5px !important;
  font-size: 19px !important;
}
.c13668 {
  font-size: 19px !important;
}
@media screen and (min-width: 768px) {
  .c13734 {
    max-width: 468px;
  }
  .c13428 {
    font-size: 28px !important;
  }
  .c13602.ff-m {
    padding: 0 24px !important;
    font-size: 26px !important;
  }
  .c13668 {
    font-size: 28px !important;
  }
}

.top-link {
  display: flex;
  gap: 40px;
  flex-direction: column;
  max-width: 550px;
  width: 95%;
  margin: -200px auto 0;
}
@media screen and (min-width: 1024px) {
  .top-link {
    max-width: 1220px;
    flex-direction: row;
  }
}
.top-link__item {
  position: relative;
  aspect-ratio: 590 / 420;
  border-radius: 20px;
  overflow: hidden;
        flex: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.top-link__item:hover .top-link__img {
  scale: 1.1;
}
.top-link__img {
  object-fit: cover;
    transition: scale 0.5s;
}
.top-link__box {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 20px 0 20px 0;
    width: 70%;
    padding: 20px 20px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-link__box {
   width: calc(343 / 590 * 100%);
  padding: 39px 20px 24px;
  }
}
.top-link__box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url('../images/20250830173721513837.svg') center / contain no-repeat;
  width: 19px;
  height: 19px;
}
@media screen and (min-width: 768px) {
.top-link__box::after {
 right: 21px;
  }
}

.top-news__wrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-direction: column;

}
@media screen and (min-width: 1024px) {
  .top-news__wrap {
    flex-direction: row;
  }
  .c19613 {
    max-width: 256px;
  }
  .news__list {
    max-width: 782px;
    flex-grow: 1;
  }
}



