@charset "utf-8";
.head .nav .is-active a {
  pointer-events: auto;
}

.anchor .lnk.c01 a::before{
  background-image: url(../img/strength/after_care/nav_case01_half.jpg);
}
.anchor .lnk.c02 a::before{
  background-image: url(../img/strength/after_care/nav_case02_half.jpg?01);
}
@media all and (min-width: 769px) {
}
@media all and (max-width: 768px) {
  .anchor .lnk.c01 a::before{
    background-image: url(../img/strength/after_care/nav_case01_sp.jpg);
  }
  .anchor .lnk.c02 a::before{
    background-image: url(../img/strength/after_care/nav_case02_sp.jpg?01);
  }
}

.color_wrap{
  position: relative;
  background-color: #333;
}
.color_wrap::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.color_wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.color_wrap .inner.afterservice_wrap{
  margin-bottom: 130px;
}
.color_wrap .inner.support_wrap{
  display: block;
}
.color_wrap .inner .en{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 12px;
  margin: 0 auto 72px;
}
.color_wrap .inner .en::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.color_wrap .inner .en span{
  display: inline-block;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.color_wrap .inner .ttl{
  margin-bottom: 24px;
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
}
.color_wrap .inner .txt{
  font-size: 15px;
  color: #fff;
  line-height: 2;
}
.color_wrap .afterservice_wrap .txtbox{
  width: 42.969%;
  margin-top: 60px;
}
.color_wrap .afterservice_wrap .txtbox .txt{
  width: 94.545%;
}
.color_wrap .afterservice_wrap .figbox{
  width: 50.625%;
  padding-right: 2.188%;
}
.color_wrap .support_wrap .txtbox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.color_wrap .support_wrap .txtbox .ttl{
  width: 46.875%;
  margin-right: 3.125%;
}
.color_wrap .support_wrap .txtbox .txt{
  width: 50%;
}
.color_wrap .support_wrap .figbox{
  display: flex;
}
.color_wrap .support_wrap .figbox .support{
  display: flex;
  align-items: center;
  background-color: #292929;
  min-width: 168px;
  padding: 20px;
  box-sizing: border-box;
}
.color_wrap .support_wrap .figbox .support + .support{
  margin-left: 10px;
}
.color_wrap .support_wrap .figbox .support .num{
  display: block;
  margin-right: 20px;
  font-family: "OptimaLTPro-Roman";
  font-size: 17px;
  color: #676767;
}
.color_wrap .support_wrap .figbox .support .ttl{
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
}
@media all and (min-width: 769px) {
  .color_wrap{
    padding: 150px 11.905%;
  }
  .color_wrap .support_wrap .figbox .support.s04{
    background: #292929 url(../img/strength/after_care/support_bg.svg) no-repeat right center;
    background-size: auto 100%;
    padding-right: 50px;
  }
}
@media all and (max-width: 768px) {
  .color_wrap{
    padding: 10.417% 0;
  }
  .color_wrap .inner{
    display: block;
    width: 89.583%;
  }
  .color_wrap .inner.afterservice_wrap{
    margin-bottom: 13.663%;
  }
  .color_wrap .inner.support_wrap{
    display: block;
  }
  .color_wrap .inner .en{
    padding-bottom: 1.453%;
    margin-bottom: 7.267%;
  }
  .color_wrap .inner .en span{
    font-size: 3.646vw;
  }
  .color_wrap .inner .ttl{
    margin-bottom: 6.105%;
    font-size: 4.948vw;
  }
  .color_wrap .inner .txt{
    font-size: 3.125vw;
  }
  .color_wrap .afterservice_wrap .txtbox{
    width: 100%;
    margin: 0 auto 10.174%;
  }
  .color_wrap .afterservice_wrap .txtbox .txt{
    width: 100%;
  }
  .color_wrap .afterservice_wrap .figbox{
    width: 89.826%;
    padding-right: 0;
    margin: 0 auto;
  }
  .color_wrap .support_wrap .txtbox{
    display: block;
    margin-bottom: 7.267%;
  }
  .color_wrap .support_wrap .txtbox .ttl{
    width: 100%;
    margin-right: 0;
  }
  .color_wrap .support_wrap .txtbox .txt{
    width: 100%;
  }
  .color_wrap .support_wrap .figbox{
    display: block;
  }
  .color_wrap .support_wrap .figbox .support{
    display: flex;
    align-items: first baseline;
    padding: 5.814%;
  }
  .color_wrap .support_wrap .figbox .support + .support{
    margin-left: 0;
    margin-top: 2.907%;
  }
  .color_wrap .support_wrap .figbox .support .num{
    margin-right: 4.360%;
    font-size: 3.125vw;
  }
  .color_wrap .support_wrap .figbox .support .ttl{
    margin-bottom: 1.453%;
    font-size: 4.167vw;
  }
}

.point_wrap.wide{
  display: block;
}
.point_wrap.wide .point{
  display: flex;
  align-items: center;
  width: 100%;
}
.point_wrap.wide .point + .point::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.point_wrap.wide .point .img{
  position: relative;
  width: 50%;
  font-size: 0;
}
.point_wrap.wide .point .img::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: #333;
  z-index: 2;
}
.point_wrap.wide .point .txtbox{
  width: 50%;
  padding: 54px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media all and (min-width: 769px) {
  .point_wrap.wide .point .img::after{
    bottom: auto;
    left: auto;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(var(--border));
    transform-origin: 50% 0;
  }
  .point_wrap.wide .point:nth-child(even){
    flex-direction: row-reverse;
  }
  .point_wrap.wide .point:nth-child(even) .img::after{
    left: 0;
    right: auto;
  }
}
@media all and (max-width: 768px) {
  .point_wrap.wide{
    display: block;
  }
  .point_wrap.wide .point{
    display: block;
    width: 100%;
  }
  .point_wrap.wide .point .img{
    position: relative;
    width: 100%;
    font-size: 0;
  }
  .point_wrap.wide .point .img::after{
    width: 100%;
    height: 1px;
    transform: scaleX(var(--border));
    transform-origin: 0 50%;
  }
  .point_wrap.wide .point .txtbox{
    width: 100%;
    padding: 7.031% 5.208% 9.115%;
  }
}

