/* CSS Document */
#fv {
  position: relative;
}
#fv:before {
  content: "";
  display: block;
  width: calc(calc(100% - 600px) / 2);
  height: 100%;
  background: url("../img/pc/fv_cover.jpg") no-repeat left top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#fv:after {
  content: "";
  display: block;
  width: calc(calc(100% - 600px) / 2);
  height: 100%;
  background: url("../img/pc/fv_cover.jpg") no-repeat right top;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #fv {
    background: url("../img/pc/fv_ie.jpg");
    background-size: cover;
  }

  *::-ms-backdrop, #fv img {
    opacity: 0;
  }
}
#quality.inner {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
#quality h3 {
  text-align: center;
  margin-bottom: 4em;
}
#quality h3 p.ttl {
  position: relative;
  padding-left: 38px;
}
#quality h3 p.ttl span {
  font-size: 38px;
  color: #b71b48;
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
}
#quality .block {
  margin-bottom: 11em;
}
#quality .block .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#quality .block .flex > div:nth-child(1) {
  width: 470px;
  position: relative;
}
#quality .block .flex > div:nth-child(1):before {
  content: "";
  display: block;
  height: 100%;
  background-color: #fcf5f5;
  position: absolute;
  bottom: -35px;
  right: -35px;
  z-index: -1;
}
#quality .block .flex > div:nth-child(2) {
  width: 400px;
}
#quality .block .flex > div:nth-child(2) h4 {
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  margin-bottom: 1.2em;
}
#quality .block .flex > div:nth-child(2) p {
  font-size: 16px;
  margin-bottom: 1.3em;
}
#quality .block .flex > div:nth-child(2) p.note {
  font-size: 14px;
}
#quality .block .flex.reverse {
  flex-direction: row-reverse;
}
#quality .block .flex.reverse > div:nth-child(1):before {
  bottom: auto;
  top: -35px;
  right: auto;
  left: -35px;
}
#quality .block:nth-of-type(2), #quality .block:nth-of-type(3) {
  margin-bottom: 9em;
}
