@charset "shift_jis";
/* Updated 2025/12/24.T */

/*-------------------------------------
.mv
-------------------------------------*/
.mv .mv-title {
  padding-bottom: 84px;
}

/*-------------------------------------
.guide
-------------------------------------*/
.guide {
  padding-top: 0;
}
.guide .guide-ankerArea3Step {
  margin-top: 0;
  top: -50px;
}
.guide .guide-stepBoxImg {
  text-align: center;
}

/*-------------------------------------
.guide-moreBtn
-------------------------------------*/
.guide-moreBtn::before {
  display: none;
}
.guide-moreBtn > .ico01 {
  max-width: 72px;
  height: auto;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
/* PC Only */
@media screen and (min-width: 768px) {
  .guide-moreBtn {
    min-height: 102px;
  }
}
