@charset "UTF-8";

/*****************************
  topsec-fv
*****************************/
.topsec-fv{
  position: relative;
  overflow: hidden;
}
.topsec-fv .fvsplide{
  margin-top: 77px;
}
.topsec-fv .splide__slide{
  width: 100%;
  height: calc(100lvh - 77px);
}
.topsec-fv::before{
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  background: #f1f0eb;
  aspect-ratio: 2 / 3;
  filter: blur(40px);
  width: 50vw;
  z-index: 1;
}
.topsec-fv .catch{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 40%;
  left: 3%;
  z-index: 1;
}
.topsec-fv .catch span {
  display: block;
  font-size: 5rem;
  color: #3c845a;
  letter-spacing: 1rem;
  position: relative;
  line-height: 1.3;
  font-weight: 600;
}
.topsec-fv .catch h1{
  border-bottom: dashed 2px #3c845a;
  padding-bottom: 1rem;
}
.topsec-fv .catch p{
  padding-top: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
  .topsec-fv .fvsplide{
    margin-top: 62px;
  }
  .topsec-fv .splide__slide{
    height: calc(100lvh - 62px);
  }
  .topsec-fv::before{
  width: 55vw;
  }
  .topsec-fv .catch span {
    font-size: 4rem;
  }
  .topsec-fv .catch::before{
  background: #ffffff;
}
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv .fvsplide{
    margin-top: 25rem;
  }
  .topsec-fv .splide__slide{
    height: 50lvh;
  }
  .topsec-fv .catch{
  top: 10%;
  }
  .topsec-fv::before{
  top: 0;
  left: 0;
  width: 100%;
  height: 47%;
  filter: blur(0px);
  }
  .topsec-fv .catch span {
    font-size: 3rem;
  }
  .topsec-fv .catch p{
    font-size: 1.4rem;
  }
}
/*****************************
  topsec-company
*****************************/
.topsec-company{
  text-align: center;
}
.topsec-company::before{
  content: "";
  background: url(../images/common/bg_company.svg) no-repeat center ;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  opacity: .1;
}
.topsec-company .ttlbox{
  line-height: .8;
}
.topsec-company .ttl1{
  margin-bottom: 3rem;
}
.topsec-company .txtbox{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-shadow:2px 2px 1px #ffffff;
}
.topsec-company .btn2{
  margin-top: 4rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
/*****************************
topsec-point
*****************************/
.topsec-point{
  background: #f1f0eb;
}
.topsec-point .ttlbox{
  text-align: center;
  line-height: .8;
}
.topsec-point .ttl1{
  margin-bottom: 6rem;
  color: #3c845a;
}
.topsec-point .pointbox{
  width: 32%;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.topsec-point .pointbox .imgbox{
  width: 250px;
  height: 250px;
}
.topsec-point .pointbox .imgbox img{
  border-radius: 25px;
  box-shadow: 2px 2px 6px #585858;
}
.topsec-point .pointbox .suuji{
  color: #694329;
  position: absolute;
  top: 0;
  left: 3rem;
  font-size: 2rem;
}
.topsec-point .pointbox .txtbox h3{
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-point .pointbox{
    width: 100%;
    flex-direction: row;
    padding: 2rem 8rem;
  }
  .topsec-point .pointbox .txtbox{
    width: 55%;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
  .topsec-point .pointbox{
    padding: 2rem;
  }
  .topsec-point .pointbox .txtbox{
    width: 50%;
  }
  .topsec-point .ttl2 {
    margin-bottom: initial;
  }
  .topsec-point .pointbox .suuji {
    top: 0;
    left: 40%;
    transform: translate(-50%,-50%);
  }
}
@media only screen and (max-width: 767px) {
  .topsec-point .pointbox{
    flex-direction: column;
  }
  .topsec-point .pointbox .txtbox{
    width: 100%;
  }
}
/*****************************
  top-service
*****************************/
.topsec-service .ttlbox{
  text-align: center;
  line-height: .8;
  margin-bottom: 5rem;
}
.topsec-service .ftxtbox p{
  padding: 2rem 0;
}
.topsec-service .servicebox2{
  margin-top: 4rem;
  flex-direction: row-reverse;
}
.topsec-service .servicebox1::before{
  content: "";
  background: url(../images/common/icon3.svg) no-repeat center;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -6rem;
  left: 0;
  z-index: -1;
  opacity: .2;
}
.topsec-service .servicebox2::before{
  content: "";
  background: url(../images/common/icon2.svg) no-repeat center;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: .2;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
  .topsec-service .servicebox{
    flex-direction: column-reverse;
  }
  .topsec-service .fimgbox,
  .topsec-service .ftxtbox{
    width: 100%;
  }
  .topsec-service .ftxtbox h3{
    font-size: 2.5rem;
    text-align: center;
  }
  .topsec-service .btn1{
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .topsec-service .servicebox1::before{
  top: -10rem;
  left: -10rem;
}
}