@charset "utf-8";

.lower-fv-bottom{
  margin-bottom:0;
}

.flow-img-wrap{
  width:70%;
  position: relative;
  max-width: 840px;
  padding:2.5rem 0;
}

.flow-img{
  position:relative;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
  max-width: 520px;
}

.flow-img::before{
  content:"";
  position:absolute;
  width: 72.5%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  aspect-ratio:1/1;
  animation:60s linear infinite rotation;
  z-index: -1;
  background:url(https://conexion.co.jp/system_panel/uploads/images/20251126104738571330.png) no-repeat center/contain;
}


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

.flow-txt{
  position:absolute;
  width:40%;
  display:flex;
  max-width:280px;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  opacity:0;
  transition:1s;
}

.flow-img-wrap.fadeUp .flow-txt{
  opacity:1;
}

.flow-txt1{
  left: 53%;
  top: 1rem;
}

.flow-txt2{
  left: 76%;
  top: 55%;
  transition-delay:1s;
}

.flow-txt3{
  left: 15%;
  top: 88%;
  flex-direction: row-reverse;
  transition-delay:2s;
}

.flow-txt4{
  left: -5%;
  top: 32%;
  flex-direction: row-reverse;
  max-width: 250px;
  transition-delay:3s;
}


.flow-txt img{
  width:30%;
  max-width:75px;
}

.flow-txt div{
  width:65%;
}

.flow-txt div p:first-child{
  font-size:clamp(0.625rem, 0.58rem + 0.15vw, 0.75rem);
  color:#746354;
  margin-bottom:8px;
}

.flow-txt div p:last-child{
  font-size:clamp(0.75rem, 0.568rem + 0.61vw, 1.25rem);
}

.flow-img-wrap + p{
  margin:0 0 0 auto;
  width:fit-content;
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.flow-img-wrap + p strong{
  display:block;
}

.model-bg{
  max-width:1140px;
  margin:0 auto;
}


.support h3{
  color:#746354;
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom:1.5rem;
}

.support-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom:7.5rem;
}

.support-wrap:last-child{
  margin-bottom:0;
}

.support-box{
  border:0.5px solid #746354;
  border-radius:10px;
  padding:1.5rem 2.5rem;
}

.support-top{
  display: flex;
  justify-content: space-between;
  font-size:clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
  margin-bottom:3rem;
}

.support-top p:last-child{
  font-size:clamp(0.875rem, 0.83rem + 0.15vw, 1rem);
}

.counter-wrap{
  display: flex;
  gap:8px;
  align-items: flex-end;
  justify-content: end;
}

.counter{
  font-size:clamp(4rem, 3.636rem + 1.21vw, 5rem);
  color:#B59E7D;
  line-height:1;
}

.counter3{
  font-size:clamp(3rem, 2.273rem + 2.42vw, 5rem);
}

.support-left{
  width:31%;
}

.support-left .support-box:first-child{
  margin-bottom:1.5rem;
}

.support-right{
  width:calc(100% - 1.5rem - 31%);
  padding:1.5rem 2.5rem 2.5rem;
}

.support-right .support-top{
  margin-bottom:100px;
}

.flow-voice{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.flow-voice .flow-voice-img{
  width:40%;
}

.flow-voice-img{
  position: relative;
}

.support-left .flow-voice-img{
  width: 88%;
  margin: 0 auto;
}

.flow-voice-img .counter-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index:10;
}

.flow-voice-txt{
  width:55%;
}

.flow-voice-txt .accent{
  margin-bottom:1rem;
}

.flow-voice-txt p.ball{
  position:relative;
  padding-left:1.5rem;
  font-size:clamp(0.75rem, 0.705rem + 0.15vw, 0.875rem);
  margin-bottom:20px;
}

.flow-voice-txt p.ball::before{
  content:"";
  position:absolute;
  background:#B59E7D;
  width:8px;
  height:8px;
  border-radius:999vh;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow-zisseki.flow-voice .flow-voice-img {
  width: 37%;
}

.flow-zisseki .flow-voice-img .counter-wrap{
  left:100%;
}

.flow-zisseki .flow-voice-txt {
  width: 50%;
  max-width: 280px;
}

.flow-zisseki-wrap{
  display: flex;
  justify-content: space-between;
}

.flow-zisseki-wrap > div{
  width:47.5%;
}

.p-bg{
  width: fit-content;
  background:#F1EADA;
  padding:8px;
  border-radius:14px;
  line-height:1;
  margin:1rem 0 0.5rem;
  font-size:clamp(0.75rem, 0.705rem + 0.15vw, 0.875rem);
}

.p-bg + p{
  font-size:12px;
  margin-bottom:2rem;
}

.flow-syokusyu {
  align-items: flex-start;
}


.top-data-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:4rem auto 0;
  max-width:550px;
}



.top-data-txt > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:1rem;
}

.top-data-txt > div .counter{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  color:#000000;
}


.flow-syokusyu .top-data-wrap{
  flex-direction:column;
  width: 40%;
  gap: 2.5rem;
  max-width: none;
  margin: 0;
}

.flow-syokusyu .top-data-txt{
  width: 100%;
  max-width: 180px;
}

.top-data-txt > div > p:first-child{
  display:flex;
  align-items:center;
  gap:8px;
  font-size: 14px;
}

.top-data-txt > div > p:first-child::before{
  content:"";
  width:14px;
  height:14px;
  background:#CEC1AB;
}

.top-data-txt > div:nth-child(2) > p:first-child::before{
  background:#CEC1AB;
}

.top-data-txt > div:nth-child(3) > p:first-child::before{
  background:#B59E7D;
}

.top-data-txt > div:nth-child(4) > p:first-child::before{
  background:#AAA396;
}

.top-data-txt > div:nth-child(5) > p:first-child::before{
  background:#746354;
}

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

.top-data-txt {
  width: 35%;
  display: flex;
  flex-direction: column-reverse;
}

.support-right .support-top {
  margin-bottom: 40px;
}

.top-data-wrap{
  margin: 0 auto;
}

.counter-wrap{
  align-items:center;
}


@media screen and (max-width: 1279px) {
  .lower-fv-bottom {
    margin-bottom: 2.5rem;
  }
  .flow-img-wrap {
    width: 100%;
  }
  .flow-img-wrap + p {
    margin: 3rem 0 0 auto;
  }
  .support-wrap{
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    max-width: 650px;
    margin: 0 auto 5rem;
  }
  .support-left .flow-voice-img{
    max-width: 250px;
  }
  .support-left,
  .support-right{
    width: 100%;
  }
  .flow-zisseki .flow-voice-img .counter-wrap {
    left: 90%;
  }
  .counter3{
    font-size: clamp(4rem, 3.636rem + 1.21vw, 5rem);
  }
}



@media screen and (max-width: 1024px) {
  .flow-voice-txt p.ball{
    padding-left: 1rem;
  }
  .flow-voice{
    width: 100%;
  }
  .flow-txt img {
    width: 50px;
  }
  .flow-txt div {
    width: fit-content;
  }
  .flow-txt{
    gap:10px;
    justify-content: start;
  }
  .flow-txt3,
  .flow-txt4{
    justify-content: end;
  }
  .flow-img{
    width:100%;
  }
  .flow-img-wrap{
    max-width: 600px;
    margin: 0 auto;
  }
  .flow-txt2 {
    left: 81%;
    top: 57%;
  }
  .flow-txt3 {
    left: 10%;
    top: 89%;
  }
  .flow-txt4 {
    left: -21%;
    top: 33%;
  }
}



@media screen and (max-width: 767px) {
  .lower-fv-bottom {
    margin-bottom: 5rem;
  }
  .flow-img-wrap + p {
    margin: 5rem 0 0 auto;
  }
  .flow-txt {
    position: relative;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    justify-content: start;
    opacity: 1;
    width: fit-content;
  }
  .flow-txt.pc {
    display:none;
  }
  .flow-txt img{
    display:none;
  }
  .flow-img-wrap .sp{
    display: flex;
    gap: 2rem;
  }
  .flow-img-wrap .sp:first-child{
    justify-content: end;
  }
  .flow-img{
    margin:2rem 0;
  }
  .flow-txt div p:first-child{
    margin-bottom: 0;
  }
  .flow-img-wrap{
    padding: 0;
  }
  .flow-img-wrap + p strong {
    display: inline;
  }
  .support-box{
    padding: 1rem 1.5rem;
  }
  .support-left .support-box:first-child {
    margin-bottom: 0.5rem;
  }
  .support-wrap{
    gap: 0.5rem;
  }
  .flow-voice{
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .flow-voice .flow-voice-img {
    width: 80%;
    max-width: 250px;
  }
  .flow-voice-txt {
    width: 100%;
  }
  .flow-voice-txt p.ball::before{
    width: 4px;
    height: 4px;
  }
  .flow-voice-txt p.ball{
    margin-bottom: 10px;
  }
  .flow-voice-txt .accent {
    margin-bottom: 0.5rem;
  }
  .flow-zisseki.flow-voice .flow-voice-img {
    width: 80%;
  }
  .flow-zisseki .flow-voice-txt {
    width: 100%;
  }
  .flow-syokusyu .top-data-wrap {
    width: 80%;
  }
  .support-right .support-top {
    margin-bottom: 1.5rem;
  }
  .top-data-wrap{
    flex-direction: column;
    gap: 1.5rem;
  }
  .top-data-wrap > img,
  .top-data-txt{
    width: 100%;
  }
}
