@charset "UTF-8";
[data-scroll-show].scrollShowActive {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

.totop {
  z-index: 3;
  display: none;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 4rem;
}

.index-1 .dot {
  opacity: 0;
  transform: translate(0) scale(0) rotate(25deg);
  transition: opacity 1s, transform 0.5s;
}
.index-1 .ppl {
  opacity: 0;
  transform: translate(-50%, -12%);
  transition: opacity 0.5s, transform 0.5s;
}
.index-1 p {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.5s, transform 0.5s;
}

.index-2 .ppl img {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.5s, transform 0.5s;
}

.index-1 {
  position: relative;
  z-index: 1;
}
.index-1 .bg,
.index-1 .dot,
.index-1 .ppl {
  width: 100%;
  padding-top: 67.7083333333%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.index-1 .dot,
.index-1 .ppl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index-1 .dot {
  top: -6%;
  left: -15%;
}
.index-1 .title {
  position: absolute;
  display: block;
  top: 33%;
  right: 10%;
  width: 40%;
  opacity: 0;
  transition: opacity 1s;
}
.index-1 .p-1,
.index-1 .p-2,
.index-1 .p-3,
.index-1 .p-4 {
  position: absolute;
  font-size: 1.25rem;
  color: #58595b;
  top: 0;
}
.index-1 .p-1 span,
.index-1 .p-2 span,
.index-1 .p-3 span,
.index-1 .p-4 span {
  font-size: 1.25em;
  font-weight: bold;
}
.index-1 .p-1 {
  top: 56%;
  right: 19%;
  transform: translateY(-50%) rotate(5deg);
}
.index-1 .p-2 {
  top: 62%;
  right: 8.5%;
  transform: translateY(-50%) rotate(-4deg);
}
.index-1 .p-3 {
  top: 69%;
  right: 9%;
  transform: translateY(-50%) rotate(3deg);
}
.index-1 .p-4 {
  top: 76%;
  right: 6%;
  transform: translateY(-50%) rotate(-5deg);
}

.index-2 {
  position: relative;
  margin-top: -18%;
  background: #a6a6a6;
  overflow: hidden;
}
.index-2 article {
  padding-top: 12%;
  padding-left: 8%;
  color: #FFF;
}
.index-2 article h3 {
  font-size: 2.75rem;
  font-weight: 100;
}
@media only screen and (max-width: 1024px) {
  .index-2 article h3 {
    font-size: 1.75rem;
  }
}
.index-2 article h2 {
  font-size: 3.5rem;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .index-2 article h2 {
    font-size: 2.25rem;
  }
}
.index-2 article h2 img {
  width: 3.5em;
  margin: 0 0.1em;
}
.index-2 article p {
  line-height: 175%;
  margin-top: 0.5rem;
}
.index-2 article .index-star {
  position: absolute;
  right: 0;
  top: 12%;
  width: 50%;
  opacity: 0;
  transform-origin: top center;
  transform: translateY(-50%);
}
.index-2 article .index-star img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index-2 article .index-star img.active {
  opacity: 1;
}
.index-2 article .index-star.scrollShowActive img {
  animation: star 0.25s forwards;
}
.index-2 article .index-star.scrollShowActive img:nth-child(1) {
  animation-delay: 0.5s;
}
.index-2 article .index-star.scrollShowActive img:nth-child(2) {
  animation-delay: 0.6s;
}
.index-2 article .index-star.scrollShowActive img:nth-child(3) {
  animation-delay: 0.7s;
}
.index-2 article .index-star.scrollShowActive img:nth-child(4) {
  animation-delay: 0.8s;
}
.index-2 article .index-star.scrollShowActive img:nth-child(5) {
  animation-delay: 0.9s;
}
.index-2 article .index-star.scrollShowActive img:nth-child(6) {
  animation-delay: 1s;
}
@keyframes star {
  to {
    opacity: 1;
  }
}
.index-2 article .ppl {
  z-index: 2;
  position: absolute;
  bottom: 6%;
  right: 1%;
  width: 30%;
}
.index-2 .index-service-block {
  padding-left: 8%;
  width: 45%;
  margin-top: 3rem;
}
.index-2 .index-service-block h4 {
  color: #15eb80;
  font-size: 1.75rem;
  letter-spacing: 0.25em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .index-2 .index-service-block h4 {
    font-size: 1.5rem;
  }
}
.index-2 .index-service-block > img {
  margin-top: 1.5rem;
}
.index-2 .slice-block {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -10%;
  padding-top: 25%;
  background: linear-gradient(167deg, transparent 50%, #efefef 50.2%);
}

.index-work {
  z-index: 1;
  position: relative;
  margin-top: -8%;
}
.index-work h2 {
  font-size: 5rem;
  color: #15eb80;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .index-work h2 {
    font-size: 3.5rem;
  }
}
.index-work .index-work-more {
  display: block;
  background: #15eb80;
  padding: 0.25rem 0 0.25rem 0.75rem;
  width: 12rem;
  margin: auto;
  margin-top: 3rem;
  font-size: 1.75rem;
  text-align: center;
  border-radius: 5em;
  -webkit-border-radius: 5em;
  transition: transform 0.5s, box-shadow 0.5s;
}
@media only screen and (max-width: 1024px) {
  .index-work .index-work-more {
    font-size: 1.5rem;
  }
}

.index-banner {
  position: relative;
  margin-top: 5rem;
}
.index-banner .index-banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00631c;
  background: #15eb80;
}
.index-banner .index-banner-flex .index-banner-content {
  padding: 0 5%;
  flex: 1 0 0;
  line-height: 175%;
}
.index-banner .index-banner-flex .index-banner-content h2 {
  font-size: 3.5rem;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .index-banner .index-banner-flex .index-banner-content h2 {
    font-size: 2.25rem;
  }
}
.index-banner .index-banner-flex .index-banner-content h2 img {
  position: relative;
  width: 4em;
  vertical-align: middle;
  top: -0.1em;
  margin-right: 0.25em;
}
.index-banner .index-banner-flex .index-banner-content article {
  display: inline-block;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.75);
}
.index-banner .index-banner-flex .index-banner-img {
  width: 35%;
}

.index-info {
  position: relative;
  color: #58595b;
  width: 100%;
  padding-top: 75%;
}
.index-info .flying-ppl {
  position: absolute;
  top: 35%;
  left: 30%;
  width: 30%;
}
.index-info .flying-line {
  position: absolute;
  width: 55%;
  top: 0;
  left: 34%;
  height: 26rem;
  overflow: hidden;
}
.index-info .flying-line::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #efefef;
  transform-origin: top;
  transition: transform 1.5s;
}
.index-info .flying-line.scrollShowActive::after {
  transform: scale(1, 0);
}
.index-info .star-1,
.index-info .star-2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: shine 1s alternate infinite;
}
.index-info .star-1 {
  animation-delay: -0.5s;
}
@keyframes shine {
  to {
    opacity: 0;
  }
}
.index-info h3 {
  font-size: 3.5rem;
  font-weight: normal;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .index-info h3 {
    font-size: 2.25rem;
  }
}
.index-info .index-info-about {
  position: absolute;
  top: 55%;
  right: 5%;
}
.index-info .index-info-about ul {
  list-style: none;
}
.index-info .index-info-about ul li {
  position: relative;
  margin: 0.75rem 0;
  padding-left: 1.5rem;
}
.index-info .index-info-about ul li::before {
  position: absolute;
  content: "●";
  left: 0;
  color: #15eb80;
}
.index-info .index-info-feature {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 29%;
  line-height: 200%;
}
.index-info .index-info-feature h4 {
  color: #FFF;
  background: #15eb80;
  border-radius: 5em;
  -webkit-border-radius: 5em;
  text-align: center;
  font-weight: normal;
  font-size: 1.25rem;
  margin: 1rem 0 0.5rem 0;
}
.index-info .index-info-feature p {
  text-align: center;
}
.index-info .index-info-feature a {
  position: relative;
  display: inline-block;
  color: #00a750;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1025px) {
  .index-work-more:hover {
    box-shadow: 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.25);
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1024px) {
  .index-1 .bg,
  .index-1 .dot,
  .index-1 .ppl {
    padding-top: 109.375%;
  }
  .index-1 .dot {
    top: 10%;
    left: -30%;
  }
  .index-1 .ppl {
    transform: translate(-50%, -5%);
  }
  .index-1 .title {
    top: 25%;
    right: 8%;
    width: 48%;
  }
  .index-1 p {
    font-size: 1.1rem;
  }
  .index-1 .p-1 {
    top: 50%;
    right: 17%;
  }
  .index-1 .p-2 {
    top: 57%;
    right: 5%;
    transform: translateY(-50%) rotate(-2deg);
  }
  .index-1 .p-3 {
    top: 64%;
    right: 3%;
  }
  .index-1 .p-4 {
    top: 72%;
    right: 4%;
    transform: translateY(-50%) rotate(-2deg);
  }
  .index-2 {
    margin-top: -18.5%;
  }
  .index-2 article {
    position: relative;
    padding-left: 5%;
  }
  .index-2 article p {
    margin-top: 1rem;
  }
  .index-2 article .index-star {
    top: 20%;
  }
  .index-2 article .ppl {
    right: -8%;
    width: 40%;
    transform: translateY(30%);
  }
  .index-2 .index-service-block {
    margin-top: 0;
    padding: 0 16%;
    width: 100%;
    background: #efefef;
  }
  .index-2 .index-service-block h4 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .index-2 .index-service-block h4 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .index-2 .slice-block {
    margin-top: -12%;
  }
  .index-work {
    margin-top: 3rem;
  }
  .index-work .index-work-more {
    width: 10rem;
  }
  .index-banner {
    position: relative;
    margin-top: 5rem;
  }
  .index-banner .index-banner-flex {
    padding: 2.5rem 0;
    text-align: center;
    overflow: hidden;
  }
  .index-banner .index-banner-flex .index-banner-content p {
    letter-spacing: -0.01em;
    line-height: 150%;
    margin-top: 0.5rem;
  }
  .index-banner .index-banner-flex .index-banner-content article {
    position: relative;
    display: block;
    width: 64%;
    text-align: left;
    letter-spacing: 0;
  }
  .index-banner .index-banner-flex .index-banner-content article .index-banner-img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 65%;
    transform: translate(100%, -50%);
  }
  .index-info {
    padding-top: 0;
  }
  .index-info .flying-ppl {
    top: 10.5rem;
    left: 3.5%;
    width: 30%;
  }
  .index-info .flying-line {
    top: 0;
    left: 5%;
    width: 60%;
    height: 12rem;
  }
  .index-info .index-info-about {
    position: static;
    margin: auto;
    margin-right: 1.5%;
    padding-top: 12rem;
    width: 65%;
  }
  .index-info .index-info-about ul {
    letter-spacing: 0;
  }
  .index-info .index-info-feature {
    position: static;
    width: 100%;
    margin: 3rem 0 5rem 0;
    line-height: normal;
    text-align: center;
  }
  .index-info .index-info-feature h4 {
    width: 12rem;
    color: #58595b;
    font-size: 1.1rem;
    margin: 1.5rem auto 0.5rem auto;
  }
  .index-info .index-info-feature a {
    position: static;
    text-decoration: none;
    white-space: normal;
    left: 0;
    transform: none;
    font-size: 0.85rem;
  }
  .index-info .index-info-feature .index-info-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5%;
    padding: 0 12%;
  }
  .index-info .index-info-feature .index-info-flex div {
    flex: 1 0 0;
  }
}/*# sourceMappingURL=index.css.map */