@charset "UTF-8";
/* ----------------------------------------------------------
   #GLOBAL
---------------------------------------------------------- */
.main-color {
  color: #76af1f;
}

.accent-color {
  color: #EC755B;
}

/* メインビジュアル 
----- page/top-page/_mv ----- */
.tp-mv {
  position: relative;
  overflow: hidden;
}

.tp-mv_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 570px;
}
@media screen and (max-width: 768px) {
  .tp-mv_bg {
    width: 300px;
    height: 490px;
  }
}

.tp-mv_wrap {
  width: 100%;
  height: 100vh;
}

.tp-mv_logo {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .tp-mv_logo {
    max-width: 350px;
    margin: 0 auto 40px;
  }
}

.tp-mv_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.tp-mv_catch h1 {
  font-weight: 600;
  color: #76af1f;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
.tp-mv_catch h1 span {
  color: #EC755B;
}
@media screen and (max-width: 768px) {
  .tp-mv_catch h1 {
    font-size: 2rem;
  }
}

.tp-mv_contact_btn {
  background: linear-gradient(90deg, #FFA862 0%, #EC755B 50%, #FFA862 100%);
  background-size: 200% 100%;
  box-shadow: 0px 0px 22px 0px #EC755B;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  display: block;
  max-width: 305px;
  width: 100%;
  margin: 50px auto 0;
  transition: 0.3s;
}
.tp-mv_contact_btn:hover {
  transition: 0.3s;
  background-position: 100% 0;
  color: #fff;
  box-shadow: 0px 0px 5px 0px #EC755B;
}

.leaf {
  animation: sway ease-in-out infinite;
}

@keyframes sway {
  0% {
    transform: rotate(-3deg) translateY(0px) translateX(0px);
  }
  25% {
    transform: rotate(2deg) translateY(-2px) translateX(1px);
  }
  50% {
    transform: rotate(-2deg) translateY(1px) translateX(-1px);
  }
  75% {
    transform: rotate(1deg) translateY(-1px) translateX(1px);
  }
  100% {
    transform: rotate(-3deg) translateY(0px) translateX(0px);
  }
}
#leaf01 {
  position: absolute;
  top: 20vh;
  left: -10px;
  width: 100px;
  height: 235px;
  animation-duration: 7s;
}
@media screen and (max-width: 768px) {
  #leaf01 {
    width: 90px;
    height: 200px;
  }
}
@media screen and (max-width: 434px) {
  #leaf01 {
    width: 40px;
    height: 95px;
  }
}

#leaf02 {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 240px;
  height: 390px;
  animation-duration: 8s;
}
@media screen and (max-width: 768px) {
  #leaf02 {
    width: 160px;
    height: 260px;
  }
}
@media screen and (max-width: 434px) {
  #leaf02 {
    width: 85px;
    height: 180px;
  }
}

#leaf03 {
  position: absolute;
  top: -10px;
  left: 20vw;
  width: 100px;
  height: 125px;
  animation-duration: 7s;
}
@media screen and (max-width: 768px) {
  #leaf03 {
    width: 50px;
    height: 60px;
  }
}
@media screen and (max-width: 434px) {
  #leaf03 {
    width: 40px;
    height: 45px;
  }
}

#leaf04 {
  position: absolute;
  top: -10px;
  left: 30vw;
  width: 230px;
  height: 222px;
  animation-duration: 9s;
}
@media screen and (max-width: 768px) {
  #leaf04 {
    width: 90px;
    height: 100px;
  }
}
@media screen and (max-width: 434px) {
  #leaf04 {
    width: 60px;
    height: 70px;
  }
}

#leaf05 {
  position: absolute;
  top: -10px;
  right: 30vw;
  width: 110px;
  height: 130px;
  animation-duration: 8s;
}
@media screen and (max-width: 768px) {
  #leaf05 {
    width: 70px;
    height: 80px;
  }
}
@media screen and (max-width: 434px) {
  #leaf05 {
    width: 50px;
    height: 60px;
  }
}

#leaf06 {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 320px;
  height: 200px;
  animation-duration: 7s;
}
@media screen and (max-width: 768px) {
  #leaf06 {
    width: 220px;
    height: 140px;
  }
}
@media screen and (max-width: 434px) {
  #leaf06 {
    width: 100px;
    height: 70px;
  }
}

#leaf07 {
  position: absolute;
  top: -10px;
  right: 30px;
  width: 150px;
  height: 380px;
  animation-duration: 8s;
}
@media screen and (max-width: 768px) {
  #leaf07 {
    width: 110px;
    height: 270px;
  }
}
@media screen and (max-width: 434px) {
  #leaf07 {
    width: 60px;
    height: 145px;
  }
}

.tp-about_grid {
  background: url("../img/index/about_bg_circle.svg") center/contain no-repeat;
}

.tp-about_left {
  padding: 60px 40px;
  border-radius: 0 20px 20px 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 2px 2px 10px 0 rgba(137, 193, 51, 0.3);
  margin-left: -100vw;
  padding-left: 100vw;
}
@media screen and (max-width: 768px) {
  .tp-about_left {
    padding: 35px 15px 35px 100vw;
  }
}

.tp-about_ttl {
  background-image: linear-gradient(to right, #76af1f 0%, #0ac69e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .tp-about_ttl {
    font-size: 2.2rem;
  }
}
.tp-about_ttl span {
  font-size: 1.6rem;
  font-weight: 300;
}

.tp-about_txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #76af1f;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .tp-service_grid {
    flex-direction: column-reverse;
  }
}

.tp-service_ttl {
  background-image: linear-gradient(to right, #76af1f 0%, #0ac69e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 5.5rem;
  letter-spacing: 0.1em;
}
.tp-service_ttl h3 {
  font-weight: 300;
}
@media screen and (max-width: 1120px) {
  .tp-service_ttl {
    font-size: 3.8rem;
  }
}

.tp-service_txt {
  color: #76af1f;
  font-weight: 400;
}

.tp-reason_grid {
  background: url("../img/index/reason_bg_circle.svg") center/contain no-repeat;
}

.tp-reason_ttl {
  background-image: linear-gradient(to right, #FFA862 0%, #EC755B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp-reason_ttl {
    font-size: 2.6rem;
  }
}

.tp-reason_grid_item {
  padding: 40px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 0 10px 0 rgba(137, 193, 51, 0.3);
}
.tp-reason_grid_item figure {
  width: 30px;
  margin: 0 auto;
}
.tp-reason_grid_item h4 {
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  color: #76af1f;
}
.tp-reason_grid_item p {
  color: #76af1f;
}

.tp-case_item {
  border: 1px solid #76af1f;
  border-radius: 20px;
  padding: 20px 20px 60px;
  position: relative;
  margin: 0 10px;
  height: auto;
}
.tp-case_item::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #EC755B;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
  translate: 0 -50%;
  rotate: 45deg;
  transition: 0.3s;
}
.tp-case_item figure {
  border-radius: 10px;
  overflow: hidden;
}
.tp-case_item figure img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.tp-case_item time {
  display: block;
  color: #76af1f;
  font-size: 1.4rem;
  font-weight: 300;
}
.tp-case_item h5 {
  font-size: 1.8rem;
  color: #76af1f;
}
@media screen and (max-width: 768px) {
  .tp-case_item h5 {
    font-size: 1.6rem;
  }
}
.tp-case_item:hover {
  background: #76af1f;
  transition: 0.3s;
}
.tp-case_item:hover img {
  transform: scale(1.1);
}
.tp-case_item:hover h5 {
  color: #fff;
  transition: 0.3s;
}
.tp-case_item:hover time {
  color: #fff;
  transition: 0.3s;
}
.tp-case_item:hover::after {
  right: 25px;
  transition: 0.3s;
  border-color: #fff;
}

.tp-case_ttl h3 {
  background-image: linear-gradient(to right, #76af1f 0%, #0ac69e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .tp-case_ttl h3 {
    font-size: 3rem;
  }
}

.tp-case_txt {
  color: #76af1f;
  text-align: center;
}

.slide-01 .slick-track {
  display: flex !important;
}

/* slide-01 dots */
.slide-01 {
  padding-bottom: 40px;
}

.slide-01.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slide-01 .slick-dots {
  bottom: 0;
  z-index: 1;
}

.slide-01 .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.slide-01 .slick-dots li.slick-active {
  width: 35px;
  height: 8px;
}

.slide-01 .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.slide-01 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #76af1f;
  border-radius: 50%;
}

.slide-01 .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #76af1f;
  width: 35px;
  height: 8px;
  transition: 0.3s;
  border-radius: 100px;
}

/* slide-01 arrows */
.slide-01 .slick-next {
  right: 8vw;
}
@media screen and (max-width: 768px) {
  .slide-01 .slick-next {
    right: 10px;
  }
}

.slide-01 .slick-prev {
  left: 8vw;
}
@media screen and (max-width: 768px) {
  .slide-01 .slick-prev {
    left: 10px;
  }
}

.slide-01 .slick-prev,
.slide-01 .slick-next {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(166, 255, 88, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1;
  border: 1px solid #76af1f;
  border-radius: 15px;
}

.slide-01 .slick-next:before,
.slide-01 .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  opacity: 1;
}

.slide-01 .slick-prev:before {
  border-bottom: 2px solid #76af1f;
  border-left: 2px solid #76af1f;
  left: calc(50% + 4px);
}

.slide-01 .slick-next:before {
  border-top: 2px solid #76af1f;
  border-right: 2px solid #76af1f;
  left: calc(50% - 4px);
}

.slide-01 .slick-prev:hover,
.slide-01 .slick-next:hover {
  color: transparent;
  outline: none;
  background: #76af1f;
}
.slide-01 .slick-prev:hover.slick-prev:before, .slide-01 .slick-prev:hover.slick-next:before,
.slide-01 .slick-next:hover.slick-prev:before,
.slide-01 .slick-next:hover.slick-next:before {
  border-color: #fff;
}

.tp-news_ttl h3 {
  background-image: linear-gradient(to right, #76af1f 0%, #0ac69e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .tp-news_ttl h3 {
    font-size: 3rem;
  }
}

.tp-news_right {
  text-align: end;
}

.tp-news_list {
  width: 100%;
  padding: 0 15px;
}

.tp-news_list_item {
  margin-top: 15px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .tp-news_list_item {
    padding: 0;
  }
}
.tp-news_list_item:first-child {
  margin-top: 0;
}
.tp-news_list_item a {
  background-color: #F4FEE6;
  border-radius: 10px;
  padding: 30px 15px;
}
@media screen and (max-width: 768px) {
  .tp-news_list_item a {
    padding: 20px 15px;
  }
}
.tp-news_list_item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.tp-news_list_grid {
  display: flex;
}

.tp-news_date {
  color: #76af1f;
  font-weight: 300;
}

.tp-news_cate {
  background-color: #76af1f;
  color: #fff;
  padding: 5px 20px;
  font-size: 1.4rem;
  font-weight: 300;
  border-radius: 100px;
  display: block;
  margin-left: 20px;
}

.tp-news_txt {
  margin-left: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-contact_inner {
  background: linear-gradient(to right, rgba(170, 224, 43, 0.8) 0%, rgba(137, 193, 49, 0.8) 100%), url("../img/index/contact_bg_img.jpg") center/cover no-repeat;
  border-radius: 30px;
  padding: 35px 20px 50px;
}
.sec-contact_inner .sec-contact_ico {
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.sec-contact_inner h4 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-align: center;
  padding-left: 100px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec-contact_inner h4 {
    font-size: 2.2rem;
    padding-left: unset;
    padding-top: 80px;
  }
}
.sec-contact_inner h4::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 80px;
  background: url("../img/index/harachan-man.png") center/contain no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec-contact_inner h4::before {
    width: 80px;
    height: 70px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec-contact_inner p {
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 434px) {
  .sec-contact_inner p {
    text-align: left;
  }
}
.sec-contact_inner .c-contact_tel_btn p {
  color: #76af1f;
}

.sec-contact_grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* ローディング */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loading-screen.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-ring__circle {
  transition: stroke-dashoffset 0.1s linear;
  transform-origin: 50% 50%;
}

.ring-bg {
  stroke: #76af1f;
}

.ring-progress {
  stroke: #76af1f;
  stroke-linecap: round;
  stroke-dasharray: 565.48;
  stroke-dashoffset: 565.48;
}

.percentage {
  font-size: 1.2rem;
  font-weight: 300;
  color: #76af1f;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.loading-text-label {
  font-size: 0.75rem;
  color: #7cc494;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: -10px;
}

/* ページの先頭へボタン */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  background-color: rgba(137, 193, 51, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(137, 193, 51, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-to-top .arrow {
  width: 12px;
  height: 12px;
  border-top: 2.5px solid #89C133;
  border-right: 2.5px solid #89C133;
  transform: rotate(-45deg);
  margin-top: 5px;
  transition: transform 0.3s ease;
}
.back-to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background-color: rgba(137, 193, 51, 0.4);
  border: 1px solid rgba(137, 193, 51, 0.6);
}
.back-to-top:hover .arrow {
  transform: rotate(-45deg) translateY(-2px) translateX(2px);
}/*# sourceMappingURL=index.css.map */