.ready-wrap .rich-text {
  margin-top: 60px;
}
.ready-wrap .rich-text img {
  display: block;
  width: 100%;
}

.compare-wrap {
  padding-bottom: 70px;
}
.compare-wrap .rw {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
.compare-wrap .cover img {
  max-width: 100%;
}
.compare-wrap .desc {
  font-size: 24px;
  color: #333333;
  line-height: 2;
  margin-left: 120px;
  max-width: 740px;
}

.compatible-wrap .rich-text p {
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
.compatible-wrap .rich-text {
  margin-top: 60px;
}
.compatible-wrap .rich-text img {
  display: block;
  width: 100%;
}


.cooperation-wrap {
  padding-bottom: 90px;
}
.cooperation-wrap .row {
  margin-top: 60px;
  margin: 50px -10px 0;
}
.cooperation-wrap .row .col {
  float: left;
  width: 20%;
  position: relative;
  padding: 10px;
}
.cooperation-wrap .row .col > img {
  width: 100%;
  object-fit: contain;
  transition: filter .3s ease;
}
.cooperation-wrap .row .col:hover > img {
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.07));
}
.cooperation-wrap .row .col .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation-wrap .row .col .mask img {
  max-width: 80%;
  transition: transform .3s ease;
}
.cooperation-wrap .row .col:hover .mask img {
  transform: scale(1.1);
}


@media screen and (max-width: 640px) {
  .ready-wrap {
    padding-bottom: 20px;
  }
  .ready-wrap .rich-text {
    margin-top: 30px;
  }
  .compare-wrap {
    padding-bottom: 20px;
  }
  .compare-wrap .rw {
    display: block;
    margin-top: 30px;
  }
  .compare-wrap .desc {
    margin-left: unset;
    font-size: 16px;
    margin-top: 30px;
  }
  .compatible-wrap .rich-text {
    margin-top: 20px;
  }
  .compatible-wrap .rich-text p {
    margin: unset;
    font-size: 14px;
    line-height: 1.6;
  }
  .compatible-wrap .rich-text p + p {
    margin-top: 10px;
  }
  .compatible-wrap .rich-text img {
    margin: 10px 0;
  }
  .compatible-wrap {
    padding-bottom: 20px;
  }
  .cooperation-wrap .row {
    margin-top: 20px;
  }
  .cooperation-wrap {
    padding-bottom: 20px;
  }
  .cooperation-wrap .row .col {
    width: 50%;
  }
  .cooperation-wrap .row .col .mask img {
    max-width: 60%;
  }
}
