.home-hero {
  position: relative;
  padding-top: 22.5rem;
  overflow: hidden;
}

.home-hero-sp{
    padding-top: 17.5rem;
}

.home-hero__illust {
  margin-bottom: -1.25rem;
  width: 90%;
  max-width: 720px;
}
.home-tv-section {
  box-shadow: 0px -16px 0px 0px var(--yellow), 0px 16px 0px 0px var(--yellow);
  background-color: var(--sky-blue);
  border-radius: 3.75rem;
  color: var(--white);
  border: 4px solid var(--yellow);
}
.home-features {
  box-shadow: 0px -16px 0px 0px var(--black), 0px 16px 0px 0px var(--black);
  border: 4px solid var(--black);
  border-radius: 3.75rem;
  background-image: url("/system_panel/uploads/images/home-featuers-bg.jpg");
  background-size: cover;
  background-position: center;
}
.home-features__title {
  padding-top: 60px;
}
.home-features__title > .decoration {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  max-width: 880px;
  left: 50%;
  transform: translateX(-50%);
}
.home-features__title > .text {
  width: 75%;
  position: relative;
  max-width: 480px;
}
.home-feature-card {
  background-color: var(--rainbow-yellow);
}
.home-feature-card .illust {
  position: absolute;
  height: 78px;
  bottom: -48px;
  left: -20px;
}
.home-services {
  padding-top: 140px;
  position: relative;
}
.home-services > .decoration {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 115%;
}
.home-services-card-list {
  display: grid;
  gap: 1.25rem;
}
.home-services-card {
  background-color: var(--b);
  color: var(--c);
  padding: 30px;
  box-shadow: 0 0 0 10px var(--white) inset;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border: 2px solid var(--black);
  overflow: hidden;
  border-radius: 32px;
  position: relative;
  transition: opacity 200ms ease, transform 200ms ease;
}
.home-services-card:hover {
  text-decoration: none;
  color: var(--c);
  opacity: 0.8;
}
.home-services-card.navy {
  --b: var(--navy);
  --c: var(--white);
}
.home-services-card.light-purple {
  --b: var(--light-purple);
  --c: var(--black);
}
.home-services-card.light-teal {
  --b: var(--light-teal);
  --c: var(--black);
}
.home-services-card.light-blue {
  --b: var(--light-blue);
  --c: var(--black);
}
.home-services-card.light-orange {
  --b: var(--light-orange);
  --c: var(--black);
}
.home-services-card.light-pink {
  --b: var(--light-pink);
  --c: var(--black);
}
.home-services-card.dark-brown {
  --b: var(--dark-brown);
  --c: var(--white);
}
.home-services-card.light-yellow {
  --b: var(--light-yellow);
  --c: var(--black);
}
.home-area .area-list {
  background-color: rgba(189, 221, 171, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.home-area__title {
  color: var(--dark-red);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--white);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08rem;
}
.home-area .item {
  background-color: #00A73C;
  border-radius: 9999px;
  color: var(--white);
}
.home-voices__card {
  border-radius: 2rem;
  border: 2px solid var(--black);
  padding: 20px;
  box-shadow: 0 0 0 10px var(--white) inset;
  position: relative;
}
.home-voices__card::before,
.home-voices__card::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 47px;
  background-position: cneter;
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  z-index: 1;
}
.home-voices__card::before {
  left: 20px;
}
.home-voices__card::after {
  right: 20px;
}
.home-voices__card.heading {
  background-color: var(--light-orange);
}
.home-voices__card.item {
  background-color: var(--light-gray);
}
.home-voices__card.heading::before,
.home-voices__card.heading::after,
.home-voices__card.item::before,
.home-voices__card.item::after {
  background-image: url("/system_panel/uploads/images/pin-pink.png");
}
.home-voices__card.red {
  background-color: var(--rainbow-red);
}
.home-voices__card.red::before,
.home-voices__card.red::after {
  background-image: url("/system_panel/uploads/images/pin-orange.png");
}
.home-voices__card.green {
  background-color: var(--rainbow-green);
}
.home-voices__card.green::before,
.home-voices__card.green::after {
  background-image: url("/system_panel/uploads/images/pin-green.png");
}
.home-voices__card.yellow {
  background-color: var(--rainbow-yellow);
}
.home-voices__card.yellow::before,
.home-voices__card.yellow::after {
  background-image: url("/system_panel/uploads/images/pin-yeloow.png");
}
.home-voices__card.blue {
  background-color: var(--rainbow-blue);
}
.home-voices__card.blue::before,
.home-voices__card.blue::after {
  background-image: url("/system_panel/uploads/images/pin-blue.png");
}
.home-voices-list {
  border: 10px solid var(--dark-brown);
  background-image: url("/system_panel/uploads/images/cork.png");
  margin-top: -120px;
  padding-top: 160px;
  display: grid;
  gap: 2.5rem;
}
.home-voices__comment {
  width: calc(100% + 44px);
}
.home-cases-list .webgene-blog {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
.home-blog.swiper {
}
@media screen and (min-width: 768px) {
  .home-services__title > .text {
    margin-bottom: -1.25rem;
  }
  .home-services {
    padding-top: 240px;
  }
  .home-services-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-voices__card {
    padding: 40px;
    box-shadow: 0 0 0 20px var(--white) inset;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero {
    padding-top: 240px;
    height:56.25rem;
  }
  .home-hero-height{
    height:60.25rem ;
  }

  .home-hero__illust {
    margin-left: -3.5rem;
    margin-bottom: -16rem;
    width: 32%;
  }
  .home-features__title > .decoration {
    bottom: unset;
    top: 0rem;
  }
  .home-voices-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-voices-list .home-voices__card:nth-child(1) {
    transform: rotate(-5.3deg);
  }
  .home-voices-list .home-voices__card:nth-child(2) {
    transform: rotate(7.14deg);
  }
  .home-voices-list .home-voices__card:nth-child(3) {
    transform: rotate(3.23deg);
  }
  .home-voices-list .home-voices__card:nth-child(4) {
    transform: rotate(-4.26deg);
  }
}
@media screen and (min-width: 1200px) {
  .home-hero__illust {
    margin-left: -3.5rem;
    margin-bottom: -16rem;
    width: 44%;
  }
  .home-feature-card .illust {
    height: unset;
  }
  .home-feature-card:nth-child(1) .illust {
    bottom: -40px;
    left: unset;
    right: -32px;
  }
  .home-feature-card:nth-child(2) .illust {
    bottom: unset;
    top: -40px;
    left: -56px;
  }
  .home-services-card:nth-child(1) {
    transform: rotate(-10deg);
  }
  .home-services-card:nth-child(2) {
    transform: rotate(4.7deg);
  }
  .home-services-card:nth-child(3) {
    transform: rotate(-6.5deg);
  }
  .home-services-card:nth-child(4) {
    transform: rotate(8.2deg);
  }
  .home-services-card:nth-child(5) {
    transform: rotate(4.7deg);
  }
  .home-services-card:nth-child(6) {
    transform: rotate(-8.5deg);
  }
  .home-services-card:nth-child(7) {
    transform: rotate(6.3deg);
  }
  .home-services-card:nth-child(8) {
    transform: rotate(-4.3deg);
  }
  .home-services-card-list {
    padding-left: 0;
    padding-right: 0;
  }
  .home-services-card:hover {
    opacity: 1;
  	transform: rotate(0deg) scale(1.1);
    z-index: 2;
  }
  .home-services > .decoration {
    top: 4rem;
  }
  .home-area .map {
    margin-left: -140px;
  }
  .home-cases-list .webgene-blog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1440px) {
  .home-services-card-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}