.assist .pageHead {
  background-image: url(../img/assist/pageHead.webp?20251020);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat, repeat;
}
@media screen and (max-width: 768px) {
  .assist .pageHead {
    background-image: url(/assets/img/assist/pageHead_sp.webp?20251020);
  }
}
.assist .mContainer {
  padding: 18rem 0 0;
}
@media screen and (max-width: 1100px) {
  .assist .mContainer {
    padding: 15rem 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .assist .mContainer {
    padding: 9rem 0 0;
  }
}
.assist .mContainer .h2Ttl {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .assist .mContainer .h2Ttl {
    margin-bottom: 6rem;
  }
}
.assist .mContainer .assistBg {
  background-image: url(../img/assist/assist_img01.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  padding: 12rem 0;
}
@media screen and (max-width: 785px) {
  .assist .mContainer .assistBg {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 600px) {
  .assist .mContainer .assistBg {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 490px) {
  .assist .mContainer .assistBg {
    padding: 5rem 0;
  }
}
.assist .mContainer .assistCont {
  padding: 7.3% 11% 8.2% 11%;
  background: #fff;
  border-radius: 30px;
  max-width: 928px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 490px) {
  .assist .mContainer .assistCont {
    padding: 9% 6% 14% 6%;
  }
}
.assist .mContainer .assistCont:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  height: 50px;
  width: 2px;
  background-color: #C30D23;
}
@media screen and (max-width: 785px) {
  .assist .mContainer .assistCont:before {
    height: 30px;
  }
}
@media screen and (max-width: 490px) {
  .assist .mContainer .assistCont:before {
    height: 20px;
  }
}
.assist .mContainer .assistCont:after {
  display: block;
  content: "";
  width: 264px;
  height: 189px;
  background-image: url("../img/assist/icon_hands.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: -1;
}
@media screen and (max-width: 785px) {
  .assist .mContainer .assistCont:after {
    width: 234px;
    height: 159px;
  }
}
@media screen and (max-width: 600px) {
  .assist .mContainer .assistCont:after {
    width: 204px;
    height: 129px;
    bottom: 70px;
    right: 0px;
  }
}
.assist .mContainer .assistCont .Subttl {
  font-size: 4rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: 4rem;
  line-height: 1.6;
}
@media screen and (max-width: 785px) {
  .assist .mContainer .assistCont .Subttl {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .assist .mContainer .assistCont .Subttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 490px) {
  .assist .mContainer .assistCont .Subttl {
    font-size: 2rem;
    letter-spacing: -0.01em;
  }
}
.assist .mContainer .assistCont .readText {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 490px) {
  .assist .mContainer .assistCont .readText {
    line-height: 1.6;
  }
}
.assist .mContainer .assistCont .smallBtn_red {
  margin-top: 5.4rem;
}
.assist .mContainer .assistCont .smallBtn_red a {
  width: 320px;
  height: 70px;
  border-radius: 50px;
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .assist .mContainer .assistCont .smallBtn_red {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 490px) {
  .assist .mContainer .assistCont .smallBtn_red a {
    width: 260px;
    height: 60px;
    font-size: 1.6rem;
  }
}