.mv {
  width: 100%;
  margin-bottom: 7rem;
}
.mv h1 img {
  width: 100%;
}
.cm_button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8rem;
  text-align: center;
}
.cm_button a {
  display: inline-block;
  width: min(88%, 640px);
}
.cm_button a img {
  border-radius: 100vmax;
}
.HomePickUp .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.HomePickUp .row li {
  width: 30%;
}
.HomePickUp .row li .thumb {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--brand-color-red);
  margin-bottom: 2rem;
}
.HomePickUp .row li p {
  font-size: 1.2rem;
}
.HomePickUp .row li .inline-icn img {
  width: 2em;
  height: 2em;
}
@media (hover: hover) {
  .HomePickUp .row li a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) {
  .HomePickUp .row li p > a:hover {
    text-decoration: underline;
  }
  .HomePickUp .row li p > a:hover img {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .HomePickUp .row {
    flex-direction: column;
  }
  .HomePickUp .row li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .HomePickUp .row li .thumb {
    padding-bottom: 0;
    border-width: 0.5rem;
  }
  .HomePickUp .row li p {
    font-size: inherit;
  }
}
.HomeRecruit {
  padding: 8rem 0;
  text-align: center;
}
.HomeRecruit .banner img {
  width: 88%;
}
@media screen and (max-width: 768px) {
  .HomeRecruit {
    background: #e6ebee;
  }
}
