@charset "utf-8";
html { scroll-behavior: smooth;}

body{
  font-size:16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color:#6A6663;
  font-weight: 500;
  word-break: auto-phrase;
  background:#fff;
}

.main{
  position:relative;
  z-index:1;
  padding-bottom:10rem;
}

.main::before{
  content:"";
  position:absolute;
  width: 60%;
  left: 2.5%;
  top: -350px;
  aspect-ratio:1/1;
  z-index:-1;
  background:url(https://j-connect-kyoto.com/system_panel/uploads/images/20260113100406669721.png) no-repeat center/contain;
}

#root{
  overflow:hidden;
}

strong{
  font-weight: 500;
}

.poppins{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.accent{
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}

.shippori{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.noto-sans{
  font-family: "Noto Sans JP", sans-serif;
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight:400;
  line-height:1.5;  
  font-family: "Shippori Mincho", serif;
}

h1 strong, h2 strong, h3 strong, h4 strong , h5 strong{
  font-weight:700;
}

p{
  margin:0;
  line-height:1.5;  
}

.sp{
  display:none;
}

.p-2{
  line-height:2;
  padding: 0 !important;
}

a{
  color: #383A40;
  cursor: pointer;
  display:inline-block;
  transition:0.3s;
  font-weight:500;
}

a:hover{
  color:#383A40;
  text-decoration:none;
  opacity:0.7;
}

a p{
  line-height:1;
}

.container{
  padding:0 !important;
  width: 80%;
  margin: 0 auto;
  max-width: none;
}

img{
  width:100%;
  object-fit: contain;
  display:block;
}

.row{
  margin:0;
}

.pankuzu{
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size:clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
}

.pankuzu a{
  position: relative;
}

.pankuzu a:hover{
  opacity:0.7;
}

.pankuzu a::before{
  content:">";
  position: absolute;
  right: -1rem;
  top: -3px;
}

.pankuzu p{
  line-height:1;
}

.border-btn{
  font-size:clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  padding-bottom:8px;
  border-bottom:1px solid #383A40;
  margin:5rem 0 0 auto;
  display: block;
  width: fit-content;
}

.arrow-btn{
  display:flex;
  align-items:center;
  gap:1rem;
  padding:20px;
  background:#004EA4;
  color:#fff;
  border-radius:5px;
  font-weight:bold;
  width:fit-content;
  margin:0 auto;
}

.arrow-btn:hover{
  color:#fff;
}

.arrow-btn img{
  width:1rem;
}

strong{
  display: inline-block;
}

em{
  display: inline-block !important;
  font-style: normal;
}

.loopWrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: auto;
}

.loopWrap>section {
  display: flex;
  animation: loop-slide 80s infinite linear 1s both;
}

@keyframes loop-slide{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.lower-fv{
  padding:220px 0 140px;
  text-align:center;
}

.lower-fv h1{
  font-size:18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color:#7E7E7E;
  letter-spacing:2px;
}

.lower-fv p{
  font-size:clamp(2.5rem, 1.591rem + 3.03vw, 5rem);
  color:#212121;
}

#page_top{
  width: 96px;
  height: 226px;
  position: fixed;
  left: 2.5rem;
  bottom: 2.5rem;
  z-index:999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index:100;
}

#page_top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#page_top_sp{
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index:999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index:100;
}

#page_top_sp img{
  width:2rem;
}

#page_top_sp a{
  display:flex;
  align-items:center;
  gap:20px;
  padding:12px 0;
  justify-content: center;
  font-size:12px;
  background:url(https://active-corp68.com/system_panel/uploads/images/20260204150637644084.png) no-repeat center/cover;
}

#page_top_sp.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.news-wrap{
  max-width:1080px;
  width:90%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}

.news-left{
  width:180px;
}

.news-wrap .border-btn{
  margin:7.5rem 0 0;
}

.news-wrap .webgene-blog{
  width:calc(100% - 300px);
}

.news-wrap .webgene-blog a{
  width:100%;
  padding:2rem 0;
  border-top:1px solid #BABABA;
}

.news-wrap .webgene-blog .webgene-item:last-child a{
  border-bottom:1px solid #BABABA;
}

.news-wrap .webgene-blog a h3{
  font-size:clamp(0.875rem, 0.83rem + 0.15vw, 1rem);
}

.news-wrap .newsItemText{
  display:flex;
  gap:2.5rem;
}

.news-wrap .newsTextWrap{
  display:flex;
  flex-wrap:wrap;
  gap:1rem 2.5rem;
  align-items: center;
}

.news-wrap .home-title h2 {
  font-size: clamp(3.75rem, 3.295rem + 1.52vw, 5rem);
}

.green-bg{
  background:#E5E5E5;
  border-radius:50px 50px 0 0;
  padding:7.5rem 0;
}

.green-btn{
  margin:5rem auto 0;
  width:fit-content;
  background:#A5C05C;
  border-radius:10px;
  text-align:center;
  width:320px;
  padding:20px ;
  color:#212121;
  display:block;
  font-weight:500;
}

@media (max-width: 1600px) {
  .cta-wrap {
    width: 90%;
  }
}


@media (max-width: 1400px) {
  .cta-wrap {
    flex-wrap: wrap;
    gap: 1rem;
    width: 80%;
  }
  .cta-txt{
    order: 1;
  }
  .cta-wrap > p{
    order: 3;
    width: 100%;
  }
  .cta-btn{
    order: 2;
    position: absolute;
    right: 10%;
  }
}

@media screen and (max-width: 1280px) {
  .main::before{
    top: -250px;
  }
  .cta-wrap{
    width: 90%;
  }
  .cta-btn{
    right: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .main::before{
    top: -150px;
  }
  .cta-btn{
    width: 300px;
  }
  #page_top{
    left: 1rem;
    bottom: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  body{
    font-size:14px;
  }
  .pankuzu{
    margin: 0;
    font-size:12px;
  }
  .container{
    width: 90%;
  }
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding:0;
  }
  .main::before {
    top: -50px;
    width: 85%;
    left: 0;
  }
  .main{
    padding-bottom: 5rem;
  }
  .cta-txt,
  .cta-wrap > p{
    order: inherit;
    width:100%;
  }
  .cta-btn{
    position: relative;
    right: auto;
    width: 100%;
    max-width: 350px;
    order: inherit;
  }
  .cta{
    padding: 3rem 0;
  }
  .cta-wrap{
    flex-direction: column;
    align-items: center;
  }
  .cta-btn a{
    height: 80px;
  }
  .tel-btn{
    margin-bottom: 1rem;
  }
  .lower-fv h2{
    margin-bottom: 1.5rem;
  }
  .lower-fv {
    padding: 120px 0 2rem;
  }
  .review-title{
    margin-bottom: 1.5rem;
  }
  .content-title{
    padding: 2rem 5% 2.5rem;
  }
  .border-title{
    margin-bottom: 1rem;
  }
  .animation-2,
  .animation-3{
    animation-delay:0s;
  }
  .news-wrap .webgene-blog a h3{
    width:100%;
  }
  .news-wrap .newsItemText{
    gap: 20px;
  }
  .news-wrap .webgene-blog a{
    padding: 30px 16px;
  }
  .green-bg{
    border-radius: 30px 30px 0 0;
    padding: 5rem 0;
  }
}
