.sp-wrap{
    padding: 0;
}
.footer-content{
    padding: 4rem 0;
    margin-bottom: 70px;
}
.l-footer.conf .footer-content{
    margin-bottom: 0;
    background-color: #f0fafc;
}
.l-footer.conf .copyright{
    font-size: 1.2rem;
    font-family: "NotoSerifCJKjp","Noto Serif JP",Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,HG明朝E,serif;
}
.l-footer.conf .pagetop{
    width: 75px;
}
.p-img.footer-logo{
    margin: 0 auto 3rem;
}
.l-footer.conf .p-img.footer-logo{
    width: 16rem;
    margin: 0 auto 3rem;
}
    /* 追従ボタン */
  .footer-linebtn-bg {
    background: #07b53b !important;
    box-shadow: 0px 4px 0px 0 #4a9c2e !important;
  }
  
  .footer-telbtn-bg {
    background: #f77da6 !important;
    box-shadow: 0px 4px 0px 0 #cc6787 !important;
  }
  
  .footer-btn-txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px !important;
    line-height: 1.92 !important;
    font-weight: 700;
    color: #ffffff;
    padding: 13px 0 13px 20px !important;
    border-radius: 10px;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  
  .footer-btn-txt::before {
    position: absolute;
    content: "";
    background: url(../assets/images/line-icon.png);
    width: 18px;
    height: 16.8px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 51%;
    left: 13%;
    transform: translateY(-50%);
  }
  
  ul.fix-footer.js-fix-footer.flex.str.hcenter {
    justify-content: space-between;
    padding: 1rem 5px;
    background: #ffffff;
    padding: 1rem 5px;
    background: #ffffff;
    max-width: 37.5rem;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    bottom: 0;
    z-index: 500;
    width: 100%;
    display: flex;
  }
  
  .l-footer .fix-footer > li {
    width: 49%;
  }
  
  .footer-btn-txt02 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px !important;
    line-height: 1.92 !important;
    font-weight: 700;
    color: #ffffff;
    padding: 13px 0 13px 20px !important;
    border-radius: 10px;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  
  .footer-btn-txt02::before {
    position: absolute;
    content: "";
    background: url(../assets/images/phone-icon.png);
    width: 14px;
    height: 23.6px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 51%;
    left: 15%;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 768px){
    ul.fix-footer.js-fix-footer.flex.str.hcenter{
        max-width: 43rem;
    }
  }

  
.cvs {
  font-family: "Noto Sans JP", sans-serif;
}

.cvs.p0 {
  margin: 0;
  padding: 0;
}

.cvWeb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
  margin: 40px auto 0;
  padding-left: 29px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(0deg, #20C8C6 0%, #00AAC5 100%);
  box-shadow: 0px 4px 0px 0 #00B0AC;
}

.cvWeb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 78px);
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  background: url(../assets/images/cv_web_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.cvWeb::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 42px;
  background: url(../assets/images/cv_sub_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.cvRead {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.cvBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 5px;
}

.cvBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 18px) / 2);
  height: 66px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
}

.cvBtn__tel {
  padding-left: 24px;
  background: #f77da6;
  box-shadow: 0px 4px 0px 0 #cc6787;
}

.cvBtn__tel::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% - 32px);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url(../assets/images/cv_tel_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.cvBtn__line {
  padding-left: 25px;
  background: #39DFA9;
  box-shadow: 0px 4px 0px 0 #2EC091;
}

.cvBtn__line::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% - 38px);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url(../assets/images/cv_line_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-webbtn-bg {
  background: linear-gradient(0deg, #20C8C6 0%, #00AAC5 100%) !important;
  box-shadow: 0px 4px 0px 0 #00B0AC !important;
}

/* 修正：20251222 */
.p-mv__box02 {
  overflow: hidden;
}

.p-mv__box02-lists {
  width: calc(100% + 50px);
  margin: -10px 0;
  margin-left: -25px;
}

.p-support__box-descri span {
  font-weight: bold;
}

.p-price__tax {
  margin-bottom: 8px;
  font-size: 12px;
  color: #E5E5E5;
  text-align: right;
}

.approach-card .p-img {
  width: 205px;
  height: 205px;
  margin: 0 auto;
}

.p-support__box-ttl {
  font-weight: 600;
}

.p-mv__box02 {
  padding-top: 6.2rem;
}