@charset "UTF-8";
.collaborative-purchase .about .what{
  background: #fff;
  padding: 6rem;
  margin: 15rem auto 0;
  border-radius: 1rem;
}
.collaborative-purchase .about .what .flex-container:first-of-type{
  margin-bottom: 6rem;
  align-items: center!important;
}
.collaborative-purchase .about .what h3.title{
  font-size: 2.8rem;
  color: rgba(23, 45, 169, 0.83);
  font-weight: 700;
  margin-bottom: 0.8em;
}
.collaborative-purchase .about .what .text{
  width: 65%;
}
.collaborative-purchase .about .what .img{
  width: 28%;
}
.collaborative-purchase .about .what .img img{
  object-fit: contain;
}
.collaborative-purchase .about .what .merit{
  width: 32%;
  border-radius: 3rem;
  border: 1px solid #172da9;
  padding: 3rem;
  text-align: center;
}
.collaborative-purchase .about .what .merit .number{
  font-family: "Oswald";
  font-size: 2.4rem;
  background: linear-gradient(90deg, rgb(23, 45, 169), rgb(155, 168, 241));
  background: -webkit-linear-gradient(0deg, rgb(23, 45, 169), rgb(155, 168, 241));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.collaborative-purchase .about .what .merit h4{
  font-size: 2.2rem;
  color: #172da9;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
.collaborative-purchase .about .what .merit p{
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.75;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  .collaborative-purchase .about .what .merit{
    width: 100%;
  }
  .collaborative-purchase .about .what .merit:not(:last-of-type){
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
  .collaborative-purchase .about .what{
    padding: 2rem;
    margin-top: 8rem;
  }
  .collaborative-purchase .about .what h3.title{
    font-size: 2rem;
    margin-bottom: 0.4em;
  }
  .collaborative-purchase .about .what .merit{
    padding: 2rem;
    border-radius: 1rem;
  }
  .collaborative-purchase .about .what .merit h4{
    font-size: 1.6rem;
  }
  .collaborative-purchase .about .what .merit .number{
    font-size: 2rem;
  }
  .collaborative-purchase .about .what .flex-container:first-of-type{
    margin-bottom: 4rem;
  }
}


.collaborative-purchase .fujiyama-drone .img{
  width: 37%;
}
.collaborative-purchase .fujiyama-drone .img img{
  object-fit: contain;
}
.collaborative-purchase .fujiyama-drone .text{
  width: 55%;
}
.collaborative-purchase .fujiyama-drone .text h3{
  font-size: 2.8rem;
}
.collaborative-purchase .fujiyama-drone .text p{
  margin-bottom: 2em;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  .collaborative-purchase .fujiyama-drone .img{
    width: 100%;
  }
  .collaborative-purchase .fujiyama-drone .text{
    width: 100%;
    text-align: center;
    margin-top: 4rem;
  }
  .collaborative-purchase .fujiyama-drone .img img{
    max-width: 400px;
    margin: 0 auto;
  }
  .collaborative-purchase .fujiyama-drone .text h3{
    font-size: clamp(2.2rem,5.5vw,4.0rem);
  }
}
@media screen and (max-width: 570px){
  .collaborative-purchase .fujiyama-drone .img img{
    max-width: 270px;
  }
}
