#mheGuide_wrap .mheGuide_moving_joken, #mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-body {
  background: rgb(252, 232, 233);
  background: linear-gradient(90deg, rgb(252, 232, 233) 0%, rgb(249, 237, 255) 50%, rgb(226, 238, 255) 100%);
}

.forSP {
  display: none;
}
@media screen and (max-width: 980px) {
  .forSP {
    display: inline;
  }
}

#mheGuide_wrap .mheGuide_mov_lead {
  font-size: 130%;
  text-align: center;
  font-weight: 600;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 980px) {
  #mheGuide_wrap .mheGuide_mov_c_service {
    max-width: 1100px;
    margin: 0 auto;
  }
  #mheGuide_wrap .mheGuide_mov_c_service .mheGuide_elm {
    margin: 2rem 0;
  }
  #mheGuide_wrap .mheGuide_mov_c_service .mheGuide_elm:first-child {
    position: relative;
  }
  #mheGuide_wrap .mheGuide_mov_c_service .mheGuide_elm .mheGuide_call {
    display: block;
    width: 44%;
    position: absolute;
    top: 60.5%;
    left: 10%;
  }
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_mov_c_service .mheGuide_elm {
    margin: 1rem 0 3rem;
  }
  #mheGuide_wrap .mheGuide_mov_c_service .mheGuide_elm:first-child {
    position: relative;
  }
  #mheGuide_wrap .mheGuide_mov_c_service .mheGuide_elm .mheGuide_call {
    display: block;
    width: 85%;
    position: absolute;
    top: 35.5%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#mheGuide_wrap p small, #mheGuide_wrap li small {
  font-size: 75%;
  color: #707070;
  display: block;
}
#mheGuide_wrap p strong, #mheGuide_wrap li strong {
  display: inline-block;
  font-weight: 800;
  color: #213753;
}
#mheGuide_wrap .mheGuide_moving_joken {
  padding: 10px;
  border-radius: 15px;
  margin: 4rem auto 5rem;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_joken {
    max-width: 100%;
    margin: 2rem auto 3rem;
    padding: 5px;
  }
}
@media screen and (min-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_joken {
    max-width: 85%;
  }
}
#mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_inner {
  background: #fff;
  border-radius: 6px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_inner {
    flex-direction: column;
    border-radius: 11px;
    padding: 0.7rem;
  }
}
#mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_label {
  text-align: center;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_label {
    margin: 0.5rem 0 1rem;
  }
}
@media screen and (min-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_label {
    width: 33%;
  }
}
#mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_label span {
  display: inline-block;
  font-weight: 700;
  font-size: 110%;
}
@media screen and (min-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_label span {
    transform: translateX(-6.5%);
  }
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_label span {
    transform: translateX(-3.3%);
  }
}
#mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_label span:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/icons/exclamation.png") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 0.4em;
  transform: translateY(-2px);
}
#mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_text {
  position: relative;
}
@media screen and (min-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_text {
    width: 67%;
    padding-left: 6%;
  }
  #mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_text:before {
    content: "";
    display: block;
    background: #DFDFDF;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_text p, #mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_text ul {
  margin-bottom: 0.8em;
}
#mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_text p:last-child {
  margin-bottom: 0;
}
#mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_text ul {
  font-size: 97%;
  font-weight: 600;
}
#mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_text ul li {
  display: inline-block;
  background: #FFDEDE;
  color: #971B1D;
  padding: 0.5em 1.3em;
  line-height: 1;
  border-radius: 6px;
  margin-right: 0.5em;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_joken .mheGuide_moving_joken_text ul li {
    margin-right: 0;
    margin-bottom: 0.5em;
    width: 100%;
    padding: 1.1em 1.3em 1.05em;
    text-align: center;
    font-size: 110%;
  }
}
#mheGuide_wrap .mheGuide_moving_card_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_card_wrap {
    display: block;
  }
}
#mheGuide_wrap .mheGuide_moving_card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_card {
    margin-bottom: 3rem;
  }
  #mheGuide_wrap .mheGuide_moving_card:last-child {
    margin-bottom: 0;
  }
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-head {
  position: relative;
  padding: 1.3rem;
  padding-bottom: 2rem;
  font-size: 94%;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-head {
    padding: 0.8rem;
  }
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-body {
  padding: 1.5rem 1.3rem 1.3rem;
  font-size: 90%;
  flex-grow: 1;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-body {
    padding: 0.8rem;
  }
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-foot {
  padding: 1.5rem 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-foot {
    padding: 0.8rem;
    padding-bottom: 1.5rem;
    flex-direction: column;
  }
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-foot a {
  text-decoration: none !important;
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-call {
  line-height: 1.3;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-call {
    text-align: center;
    margin-bottom: 1rem;
  }
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-call a {
  color: #0C56B5 !important;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-call small {
  font-size: 0.8em;
  display: block;
  letter-spacing: 0.05;
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-logo {
  max-width: 390px;
  margin: 0 auto;
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-label {
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  font-size: 80%;
  font-weight: 600;
  background: #333333;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 6px;
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-title {
  font-weight: 700;
  color: #971b1d;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-list.high li {
    padding-top: 1.47em;
    padding-bottom: 1.47em;
  }
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-list li {
  position: relative;
  background: #fff;
  border-radius: 12px;
  font-weight: 500;
  padding: 1em 1em;
  padding-left: 3.2em;
  margin-bottom: 0.7em;
  line-height: 1.3;
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-list li:last-child {
  margin-bottom: 0;
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-list li:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("../images/icons/check_green.png") center center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 1.2em;
  transform: translateY(-50%);
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-btn--call {
  display: block;
  background-color: #2B5993;
  color: #fff !important;
  font-weight: 700;
  border-radius: 100px;
  padding: 1.2em 2em;
  padding-left: 4em;
  line-height: 1;
  background-image: url("../images/icons/call.png");
  background-repeat: no-repeat;
  background-position: center left 8px;
  background-size: auto 70%;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-btn--call {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 2.5em;
  }
}
#mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-btn--mail {
  display: block;
  background-color: #213753;
  color: #fff !important;
  font-weight: 700;
  border-radius: 100px;
  padding: 1.2em 2em;
  padding-left: 4em;
  line-height: 1;
  background-image: url("../images/icons/mail.png");
  background-repeat: no-repeat;
  background-position: center left 8px;
  background-size: auto 70%;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_moving_card .mheGuide_moving_card-btn--mail {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 2.5em;
  }
}
