.blockTitleBox {
  text-align: center;
  margin-bottom: 5%;
}
.blockTitleBox .title {
  font-size: 2.25rem;
  letter-spacing: 3px;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .blockTitleBox .title {
    font-size: 1.875rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .blockTitleBox .title {
    font-size: 1.5rem;
  }
}
.blockTitleBox .subTitle {
  color: #28b6fb;
  margin-bottom: 10px;
}

.indexMore {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 0.7;
  color: #fff;
  font-size: 1rem;
  background: #599741;
  z-index: 9;
  height: 50px;
  border-radius: 50px;
  font-weight: 600;
  position: relative;
  padding: 15px 40px;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .indexMore {
    font-size: 13px;
    max-width: 160px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .indexMore {
    margin-top: 10px;
  }
}
.indexMore::before {
  content: '';
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #000;
  z-index: -1;
  transition: all 0.3s ease;
}
.indexMore:hover::before {
  width: 100%;
  left: 0;
}



section + section {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  section + section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  section + section {
    margin-top: 40px;
  }
}

.aboutBox {
  padding: 5% 20px 6%;
  text-align: center;
  position: relative;
}
.aboutBox::before {
  content: '';
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  width: 80%;
  height: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 50%, rgb(247, 247, 247) 100%);
}
.aboutBox .pic {
  max-width: 864px;
  margin: 0 auto 2.5%;
}
.aboutBox .title {
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .aboutBox .title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutBox .title {
    font-size: 1.5rem;
  }
}
.aboutBox .title span {
  color: #599741;
}
.aboutBox .description {
  color: #333333;
  letter-spacing: 1px;
  max-width: 630px;
  margin: 0 auto 30px;
  line-height: 1.8;
  font-size: 1.3125rem;
}
@media screen and (max-width: 991px) {
  .aboutBox .description {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutBox .description {
    font-size: 1.125rem;
  }
}
.aboutBox .indexMore {
  background: #599741;
}

.whyBox {
  min-height: 550px;
  padding-bottom: 25%;
  background: url('../images/index/bg.jpg') center bottom no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 991px) {
  .whyBox {
    padding-bottom: 100px;
    background-size: 150%;
  }
}
.whyBox .listBox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  isolation: isolate;
}
@media screen and (max-width: 991px) {
  .whyBox .listBox {
    gap: 20px;
  }
}
.whyBox .listBox .item {
  min-width: 150px;
  width: calc((100% - 90px) / 7);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  position: relative;
  font-size: 1.25rem;
  color: #ffffffc4;
}
@media screen and (max-width: 1300px) {
  .whyBox .listBox .item {
    font-size: 1.125rem;
  }
}
.whyBox .listBox .item::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  display: block;
  background: linear-gradient(to bottom, rgb(0, 169, 251) 0%, rgb(0, 94, 160) 100%);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .whyBox .listBox .item:nth-child(even) {
    margin-top: 50px;
  }
}
.whyBox .listBox .item:nth-child(even)::before {
  background: linear-gradient(to bottom, rgb(51, 186, 186) 0%, rgb(89, 151, 65) 100%);
}

.columnBox .listBox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 38px;
  isolation: isolate;
  margin: 0 auto 5%;
}
@media screen and (max-width: 767px) {
  .columnBox .listBox {
    margin: 0 auto 30px;
    gap: 20px;
  }
}
.columnBox .listBox .item {
  width: calc((100% - 114px) / 4);
}
@media screen and (max-width: 767px) {
  .columnBox .listBox .item {
    width: calc((100% - 20px) / 2);
  }
}
.columnBox .listBox .item:hover .title {
  color: #599741;
}
.columnBox .listBox .item .pic {
  margin-bottom: 15px;
}
.columnBox .listBox .item .title {
  margin-bottom: 12px;
  font-size: 1.3125rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .columnBox .listBox .item .title {
    font-size: 1.125rem;
  }
}
.columnBox .listBox .item .description {
  color: #444444;
  font-size: 1.125rem;
}
@media screen and (max-width: 991px) {
  .columnBox .listBox .item .description {
    font-size: 1rem;
  }
}
.columnBox .indexMore {
  background: #006cb8;
} /*# sourceMappingURL=index.css.map */
