@charset "utf-8";

.green-bg{
  background:#BABABA;
}

.gothic{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.top-btn{
  padding: 1rem 2rem;
  font-family: "Poppins", sans-serif;
  width: 220px;
  border: 1px solid #212121;
  border-radius: 2rem;
  display: block;
  position: relative;
  background:#FFFFFF;
}

.top-btn::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #A5C05C;
  border-radius: 999vh;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top-btn:hover{
  background: #A5C05C;
  color:#fff;
  border-color:#A5C05C;
}

.top-btn:hover::before{
  background: #212121;
}

.fv{
  position:relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  padding: 7.5rem 0 0;
}

.fv-slide{
  position: absolute;
  width: 25%;
  height:100%;
  right:15%;
  top:0;
  animation: vertical-animation 30s linear infinite;
  z-index: -1;
}


@keyframes vertical-animation {
  from {
    transform: translateY(-100%);
  }

  to {
    transform:translateY(0);
  }
}


.fv h1{
  font-size:clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  margin-bottom: 2rem;
  line-height: calc(40 / 24);
  letter-spacing: 1.8px;
}

.fv .container > img{
  width:58%;
  margin-bottom: -7.5%;
}

.fv p{
  color:#BABABA;
  letter-spacing: 1px;
  font-weight:400;
}

.fv-bottom{
  margin:7.5rem 0 140px;
  text-align:center;
}

.fv-bottom h2{
  font-size:clamp(1.25rem, 0.614rem + 2.12vw, 3rem);
  margin-bottom: 3rem;
  letter-spacing: 3px;
}

.fv-bottom p{
  line-height: 2;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  letter-spacing: 1.5px;
}

.fv-bottom .container{
  max-width:700px;
}

.top-about{
  width:80%;
  margin:0 auto 7.5rem;
  max-width:1345px;
  background:#212121;
  border-radius:50px;
  padding:100px 5%;
  overflow:hidden;
  position:relative;
  z-index: 1;
}

.top-about::before{
  content:"";
  position:absolute;
  width:30.5%;
  aspect-ratio:410/400;
  background:url(https://active-corp68.com/system_panel/uploads/images/20260209115043776945.png) no-repeat center/contain;
  right:0;
  bottom:0;
  z-index: -1;
}

.top-about > p{
  position:absolute;
  left:0;
  top:0;
  background:#fff;
  padding:12px 4rem;
  border-radius:50px 0 50px 0;
  display:flex;
  align-items:center;
  gap:8px;
}

.top-about > p::before{
  content:"";
  width:1rem;
  height:1rem;
  background:#A5C05C;
  border-radius:999vh;
}

.top-about-wrap{
  display: flex;
  align-items: stretch;
  border-radius:40px;
  overflow:hidden;
  max-width:1080px;
  margin:0 auto;
}

.top-about-wrap > img{
  width:50%;
  object-fit: cover;
}

.top-about-txt{
  width:50%;
  background:#fff;
  padding: 2rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.top-about-txt > p{
  font-size:14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.top-about-txt h2{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  line-height: calc(40 / 24);
  letter-spacing: 1.5px;
}

.top-service{
  background:#E5E5E5;
}

.top-service::before{
  display:none;
}

.top-service-wrap{
  background:#fff;
  border-radius:40px;
  padding:5rem 5% 100px;
}

.top-service-wrap h2{
  text-align:center;
  font-size:clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  letter-spacing: 1px;
  margin-bottom: 4rem;
}

.top-service-box{
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 890px;
  margin: 0 auto;
}

.top-service-box a{
  width:calc((100% - 3rem ) / 4);
  font-size:12px;
}

.top-service-box a img{
  aspect-ratio:1/1;
  object-fit:cover;
  width:80%;
  margin:0 auto 1rem;
  max-width: 130px;
}

.top-service-box a img + p{
  color:#7E7E7E;
  text-align:center;
}

.top-service-box a h3{
  font-size:20px;
  text-align:center;
  margin: 8px 0 12px;
  line-height: 1;
}

.top-service-box a h3 + p{
  line-height:1.5;
}

.top-title{
  font-size:clamp(2.5rem, 1.591rem + 3.03vw, 5rem);
}

.top-news{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}


.news-main .webgene-blog article > a{
  background:#212121;
  color:#fff;
}

.news-main .webgene-blog article > a:hover{
  background:#fff;
  color:#212121;
}

.newsItemCate.shippori{
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.news-main .webgene-blog article > a::before{
  background: url(https://active-corp68.com/system_panel/uploads/images/20260209092419687603.png) no-repeat center / contain;
}

.news-main .webgene-blog article > a:hover::before{
  background: url(https://active-corp68.com/system_panel/uploads/images/20260209092419975629.png) no-repeat center / contain;
}

.contact{
  width: 80%;
  max-width: 1200px;
  margin: 7.5rem auto 0;
  background: #fff;
  padding: 5rem 5% 7.5rem;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-txt p{
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  line-height:2;
  letter-spacing:1px;
}

.contact-btn{
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.contact-btn a{
  aspect-ratio:1/1;
  border-radius:999vh;
  color:#fff;
  background:#212121;
  width:140px;
  text-align:center;
  padding: 2.5rem 0 0;
  font-size:20px;
  position:relative;
}

.contact-btn a::before{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  background:#A5C05C;
  border-radius:999vh;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.contact-btn a:last-child{
  background:#A5C05C;
}

.contact-btn a:last-child::before{
  background:#fff;
}

.news .sp{
  display:none;
}

@media (max-width: 1279px) {
  .top-about-wrap{
    flex-direction: column;
    align-items: center;
  }
  .top-about-wrap > img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .top-about-txt{
    width: 100%;
    padding: 3rem 5%;
  }
  .top-service-box{
    flex-wrap: wrap;
    gap: 2rem 1rem;
  }
  .top-service-box a {
    width: calc((100% - 1rem) / 2);
  }
  .contact{
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    padding: 2.5rem 5% 4rem;
  }
}

@media (max-width: 1024px) {
  .fv{
    min-height: 70vh;
  }
  .fv-slide{
    width: 30%;
    right: 10%;
  }
}

@media (max-width: 767px) {
  .fv h1 {
    font-size: 15px;
  }
  .fv p{
    font-size:11px;
  }
  .fv .container > img {
    width: 95%;
    margin: 4.5rem auto 0;
  }
  .fv-slide {
    width: 50%;
    right: 0;
  }
  .fv {
    min-height: auto;
    padding: 0;
  }
  .fv .container{
    width:100%;
  }
  .fv-txt{
    background: #fff;
    padding:5rem 5% 3rem;
  }
  .fv-bottom {
    margin: 4rem 0 140px;
  }
  .fv-bottom h2{
    margin-bottom: 1.5rem;
  }
  .top-about{
    width: 90%;
    margin: 0 auto 5rem;
    padding: 4rem 5% 5rem;
    border-radius: 30px;
  }
  .top-about > p{
    padding: 0px 2rem 12px;
    border-radius: 0 0 30px 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-about-wrap,
  .top-service-wrap{
    border-radius: 20px;
  }
  .top-about-wrap > img{
    aspect-ratio: 1 / 1;
  }
  .top-about-txt{
    padding: 1.5rem 5%;
  }
  .top-about-txt > p{
    font-size: 12px;
  }
  .top-about-txt{
    gap: 1.5rem;
  }
  .top-about::before{
    width: 70%;
  }
  .top-service-box a{
    width: 100%;
  }
  .top-service-wrap h2{
    margin-bottom:2.5rem;
  }
  .top-service-box{
    max-width: 195px;
    gap: 2.5rem;
  }
  .top-service-wrap{
    padding: 2rem 5%;
  }
  .contact{
    padding: 1.5rem 4% 2rem;
    width: 90%;
    border-radius: 20px;
  }
  .contact-txt h2{
    margin-bottom:1rem;
  }
  .contact-btn{
    flex-direction: column;
  }
  .news .pc{
    display:none;
  }
  .news .sp{
    display:flex;
    margin:2.5rem 0 0;
  }
}
