@charset "utf-8";

.main{
  padding: 0;
}

.main::before{
  display:none;
}

.main .txt-btn{
  background:transparent;
}

.beige-bg{
  overflow:initial;
}

.fv{
  height:100vh;
  color: #444444;
  height:100svh;
  position:relative;
  padding-top:12%;
  font-size:clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
  font-weight:bold;
  overflow:hidden;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  background: url(https://conexion.co.jp/system_panel/uploads/images/20260123092528658201.png) no-repeat center / cover;
}

.fv-wrap{
  width:80%;
  margin:0 auto;
}

.fv-wrap > img{
  width:50%;
  position:absolute;
  right:8%;
  bottom:10%;
  animation-delay:0.5s;
}

.fv-txt{
  width:fit-content;
}

.fv-txt h1{
  font-size:clamp(2rem, 1.455rem + 1.82vw, 3.5rem);
  line-height:1.8;
  margin-bottom:2.5rem;
  font-weight: bold;
}

.fv-txt h1 strong{
  background:#fff;
  border-radius:1rem;
  padding:12px 20px;
  font-size:clamp(2.5rem, 1.955rem + 1.82vw, 4rem);
  line-height:1;
  margin-right: 8px;
  font-weight: bold;
}

.fv-txt p strong{
  font-weight: bold;
}

.scroll{
  max-width:110px;
  margin-top:10%;
  position:relative;
}

.scroll-img2{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:130%;
  animation: rotation 20s linear infinite;
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.top-vision{
  padding:120px 0 1rem;
  position:relative;
}

.top-vision::before{
  content: "";
  position: absolute;
  width: 85%;
  aspect-ratio: 2048 / 2067;
  left: -22%;
  top: 55%;
  z-index: -1;
  background: url(https://conexion.co.jp/system_panel/uploads/images/20251127133107306271.png) no-repeat center / contain;
}

.top-vision-txt{
  width:80%;
  max-width:450px;
  margin:0 15% 0 auto;
}

.top-vision-txt .accent{
  font-size:clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
  color:#B59E7D;
}

.top-vision-txt h2{
  font-size:clamp(1.5rem, 1.182rem + 1.06vw, 2.375rem);
  margin:1.5rem 0 2.5rem;
}

.top-vision-txt .p-2{
  font-size:clamp(0.75rem, 0.705rem + 0.15vw, 0.875rem);
}

.top-vision-txt .txt-btn{
  margin:5rem 0 0;
}

.top-title{
  display:flex;
  gap:1rem;
  align-items: center;
  margin-bottom:2rem;
}

.top-title .accent{
  color:#B59E7D;
  font-size:clamp(2rem, 1.636rem + 1.21vw, 3rem);
}

.top-title h2{
  font-size:14px;
}

.top-title-wrap{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:2rem;
}

.top-title-wrap .top-title,
.top-title-wrap .txt-btn{
  margin:0;
}

.top-title.column{
  flex-direction:column;
  gap:1.5rem;
  align-items: flex-start;
}

.top-title.column h2{
  font-size:clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
}

.top-service-left{
  width: 360px;
  position: sticky;
  top: 15%;
  left: 0;
  z-index: 1;
}

.vision-txt {
  width: calc(100% - 400px);
  max-width: 900px;
  padding-top: 10rem;
}

.support-wrap::before{
  display:none;
}

.top-service .support-wrap{
  margin-bottom: 0;
  flex-direction: row-reverse;
  border-top:0.5px solid #584638;
}

.top-service .support-wrap:first-child{
  border:none;
}

.support-txt p:last-child{
  color:#fff;
}

.support-wrap .txt-btn{
  margin:3.5rem 0 0;
}

.support-img {
  width: 58%;
}

.support-txt {
  width: 40%;
}

.support-txt p:first-child{
  font-size:14px;
}

.support h3{
  margin:2rem 0 1.5rem;
  color:#000000;
  font-size:clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
}

.support-txt h3 + p{
  margin:0;
  font-size:clamp(0.75rem, 0.705rem + 0.15vw, 0.875rem);
}

.support-wrap:hover .support-img img {
  transform: scale(1);
}

.support-wrap.is-hover .support-img img {
  transform: scale(1.1);
}

.top-data-item{
  border-bottom:0.5px solid #746354;
  padding:3rem 0;
}

.top-data-item:first-child{
  padding-top:1rem;
}

.top-data-item:last-child{
  border:none;
  padding-bottom:1rem;
}

.top-data-p {
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}

.top-data-p strong{
  color:#B59E7D;
  font-size:14px;
  display:block;
}

.top-data .support-wrap{
  padding:0;
  border:none;
  gap:0;
}

.top-data .support-left {
  width: 42%;
}

.top-data .support-right {
  width: calc(58% - 1rem);
  padding: 3rem 2.5rem 5rem;
}

.top-data .support-right .top-data-p {
  text-align:center;
}

.top-data-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-news .news-main{
  margin:0 auto;
}

.news-main .webgene-blog article:first-child > a{
  border:none;
  border-top: 0.5px solid #B59E7D;
}


.top-data-wrap > img{
  width:60%;
}

.top-data-txt {
  width: 35%;
}

.insta{
  padding:100px 0 120px;
}

.top-last::after{
  display:none;
}

.footer-top .cta {
  padding: 0rem 0;
  background: transparent;
}

.footer-top .scroll-list-wrap{
  margin:0 0 5rem 0;
}

.footer-top .scroll-list > p {
  color: #FFFAED;
}

.footer-top::before{
  top:auto;
  bottom:0;
}

.company{
  margin:10rem 0 0;
}

.company-wrap{
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top:2.5rem;
}

.company-wrap > img{
  width:33%;
}

.company-right{
  width:62%;
}

.company-list{
  display:flex;
  border-top:0.5px solid #B59E7D;
}

.company-list iframe{
  width:360px;
  margin-top:1.5rem;
  height:200px;
  border:none;
}

.company-list:last-child{
  border-bottom:0.5px solid #B59E7D;
}

.company-list > p:first-child{
  width:160px;
  padding:1.5rem 0;
}

.company-list > p:nth-child(2),
.company-list > div{
  width:calc(100% - 160px);
  padding:1.5rem 0;
}

@media screen and (max-width: 1400px) {
  .vision-wrap{
    flex-direction: column;
    gap:0;
  }
  .support h3 {
    margin: 0.5rem 0 1rem;
  }
  .top-service-left {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .vision-txt {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }
  .top-title.column{
    margin:0;
    gap: 8px;
  }
  .support-img {
    width: 45%;
  }
  .support-txt{
    width:50%;
  }
}


@media screen and (max-width: 1279px) {
  .top-data .support-wrap{
    gap:2.5rem;
  }
  .top-data .support-left,
  .top-data .support-right{
    width: 100%;
  }
  .top-service .support-wrap{
    width: 100%;
    max-width: none;
  }
  .fv-txt p strong{
    display:block;
  }
}


@media screen and (max-width: 1024px) {
  .top-vision-txt{
    max-width: 400px;
    margin: 0 10% 0 auto;
  }
  .top-vision-txt .p-2{
    font-size:12px;
  }
  .fv-txt h1 strong{
    padding: 8px 16px;
  }
  .fv-txt h1{
    line-height: 2;
    margin-bottom: 1rem;
  }
  .scroll {
    max-width: 80px;
    margin-top: 3rem;
  }
  .company-wrap{
    flex-direction: column;
    gap: 2.5rem;
  }
  .company-right{
    width: 100%;
  }
  .company-wrap > img {
    width: 50%;
  }
  @media screen and (min-height: 900px) {
    .fv-wrap > img {
      width: 100%;
      position: relative;
      right: auto;
      bottom: auto;
      margin-top: 2rem;
    }
    .fv-txt p strong {
      display: inline;
    }
    .fv-wrap{
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .fv{
      padding: 0;
      display: flex;
    }
  }
}



@media screen and (max-width: 767px) {
  .top-vision-txt{
    width: 90%;
    margin: 0 auto;
  }
  .top-vision-txt h2{
    margin: 0rem 0 1.5rem;
  }
  .top-vision-txt .txt-btn {
    margin: 2.5rem 0 0;
  }
  .top-vision::before{
    width: 100%;
    left: 0;
    top: 95%;
  }
  .top-vision{
    padding: 120px 0 5rem;
  }
  .top-title.column{
    gap:0;
  }
  .top-service .support-wrap{
    gap: 1rem;
    flex-direction: column;
  }
  .support-img,
  .support-txt{
    width: 100%;
  }
  .support-wrap .txt-btn{
    margin: 2rem 0 0;
  }
  .top-service .support-wrap{
    padding-bottom: 2.5rem;
  }
  .support .beige-bg{
    padding-bottom: 2.5rem;
  }
  .top-title-wrap{
    flex-direction: column;
    align-items: flex-start;
  }
  .top-data-item{
    padding: 1.5rem 0;
  }
  .top-data .support-wrap {
    gap: 8px;
  }
  .top-data .support-right{
    padding: 1.5rem 1rem;
  }
  .top-data-wrap{
    flex-direction: column;
    gap: 1.5rem;
    margin: 1rem 0 0;
  }
  .top-data-wrap > img {
    width: 90%;
  }
  .top-data-txt {
    width: 100%;
    max-width: 200px;
  }
  .counter-wrap{
    align-items: center;
  }
  .main .top-data .txt-btn.sp{
    margin-top:-2.5rem;
  }
  .main .txt-btn{
    margin-top:2.5rem;
  }
  .top-last.beige{
    margin-bottom:0;
  }
  .insta {
    padding: 2.5rem 0 5rem;
  }
  .fv-wrap > img {
    width: 85%;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 2rem 0 0 auto;
  }
  .fv-txt p strong {
    display: inline-block;
  }
  .fv-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:100%;
  }
  .fv{
    padding: 100px 0 40px;
    height:auto;
    display: flex;
  }
  .fv-txt{
    width: 90%;
    margin: 0 auto;
  }
  .scroll{
    margin: 3rem 0 0 7%;
  }
  .company-wrap > img {
    width: 100%;
  }
  .company-list > p:first-child {
    width: 90px;
    padding: 1rem 0;
  }
  .company-list > p:nth-child(2), .company-list > div {
    width: calc(100% - 90px);
    padding: 1rem 0;
  }
  .company-list iframe {
    width: 100%;
    margin-top: 1rem;
    height: 180px;
  }
  .company {
    margin: 3rem 0 0;
  }
}
