#mainvis {
  background-image: url("../img/service/interior/mv.jpg");
}

#mf1 .enjp {
  margin-bottom: 39px;
}
#mf1 .enjp .lato {
  margin-bottom: 0;
}
#mf1 h3 {
  font-size: 1.31rem;
  line-height: 1em;
  margin-bottom: 39px;
  text-align: center;
}
#mf1 .ul1 {
  margin-bottom: 60px;
}
#mf1 .ul1 li:nth-child(1) p {
  background-image: url("../img/service/interior/mf1i1.jpg");
}
#mf1 .ul1 li:nth-child(2) p {
  background-image: url("../img/service/interior/mf1i2.jpg");
}
#mf1 .ul1 li:nth-child(3) p {
  background-image: url("../img/service/interior/mf1i3.jpg");
}
#mf1 .ul1 li:nth-child(4) p {
  background-image: url("../img/service/interior/mf1i4.jpg");
}
#mf1 .ul1 li:nth-child(5) p {
  background-image: url("../img/service/interior/mf1i5.jpg");
}
#mf1 .ul1 li:nth-child(6) p {
  background-image: url("../img/service/interior/mf1i6.jpg");
}
#mf1 .ul2 li:nth-child(1) p {
  background-image: url("../img/service/interior/mf1i7.jpg");
}
#mf1 .ul2 li:nth-child(2) p {
  background-image: url("../img/service/interior/mf1i8.jpg");
}

#mf2 {
  padding: 100px 0;
}
#mf2 .mf-inner {
  width: calc((100% - 72px) / 3 * 2 + 24px);
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#mf2 h2 {
  width: 100%;
}
#mf2 .copy {
  width: 228px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 228px;
  border: solid 1px #00469b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.88rem;
  font-weight: 100;
  line-height: 0.97em;
  color: #00469b;
  margin-right: 40px;
}
#mf2 .right {
  width: 50%;
  flex-grow: 1;
}
#mf2 h3 {
  font-size: 1.75rem;
  line-height: 1.43em;
  color: #00469b;
  margin-bottom: 13px;
}
#mf2 .gra {
  display: inline-block;
  position: relative;
}
#mf2 .gra:before {
  content: '';
  display: block;
  width: 100%;
  height: 1.1em;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0.4em;
  background-image: linear-gradient(-90deg, #5cb26a 0%, #5cabb2 100%);
}
#mf2 li:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #00469b;
}

#mf-point .cbox {
  padding-bottom: 36px;
}
#mf-point h3 + p {
  margin-bottom: 0;
}

#point1 h3 + div {
  display: flex;
  align-items: center;
  padding: 0 76px;
}
#point1 img {
  display: block;
  margin-right: 9px;
}
#point1 p {
  text-align: left;
}

@media screen and (max-width: 850px) {
  #mainvis {
    background-image: url("../img/service/interior/mvs.jpg");
  }

  #mf1 .enjp {
    margin-bottom: 10.53vw;
  }
  #mf1 h3 {
    font-size: 1.14rem;
    margin-bottom: 8vw;
  }
  #mf1 .ul1 {
    margin-bottom: 7.6vw;
  }

  #mf2 {
    padding: 13.47vw 0;
  }
  #mf2 .mf-inner {
    width: auto;
    display: block;
  }
  #mf2 .copy {
    width: 53.07vw;
    height: 53.07vw;
    font-size: 3.85rem;
    margin: 0 auto 11.73vw;
  }
  #mf2 .right {
    width: auto;
  }
  #mf2 h3 {
    font-size: 1.36rem;
    line-height: 1.32em;
    margin-bottom: 3.87vw;
  }
  #mf2 .gra:before {
    top: 0.3em;
  }
  #mf2 li:before {
    width: 3.07vw;
    height: 3.07vw;
  }

  #mf-point .cbox {
    padding-bottom: 6vw;
  }
  #mf-point h3 + p {
    margin: 0 -1em;
  }

  #point1 h3 + div {
    display: block;
    padding: 0;
  }
  #point1 img {
    width: 71.2vw;
    margin-right: auto;
  }
  #point1 p {
    text-align: center;
  }
}
