#quality .page-title-block-2 {
  background: url(../images/mv_quality.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #quality .page-title-block-2 {
    background-size: 1500px;
  }
}

@media (max-width: 930px) {
  #quality .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

.sec-01 {
  margin: 70px 0;
}

@media (max-width: 930px) {
  .sec-01 {
    width: 100%;
  }
}

.sec-01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 930px) {
  .sec-01 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

.sec-01 .wrap .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  margin-left: 37px;
}

@media (max-width: 930px) {
  .sec-01 .wrap .right {
    width: 90%;
    position: static;
    margin: 15px auto;
  }
}

.sec-01 .wrap .right .title-02 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-01 .wrap .right .title-02:after {
  margin: 0;
}

.sec-01 .wrap .right .title-02 em {
  font-style: normal;
  font-size: 15px;
  color: #e85519;
  font-weight: 500;
  display: block;
}

.sec-01 .wrap .right p {
  line-height: 2;
  max-width: 430px;
}

@media (max-width: 930px) {
  .sec-01 .wrap .right p {
    font-size: 1.3rem;
  }
}

.sec-01 .wrap .left {
  width: 50%;
}

@media (max-width: 930px) {
  .sec-01 .wrap .left {
    width: auto;
  }
}

.sec-01 .wrap .left img {
  width: 100%;
}

.sec-02 {
  margin: 70px 0;
}

@media (max-width: 930px) {
  .sec-02 {
    width: 100%;
    margin: 50px 0;
  }
}

.sec-02 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1100px;
}

@media (max-width: 930px) {
  .sec-02 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

.sec-02 .wrap .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  width: 50%;
}

@media (max-width: 930px) {
  .sec-02 .wrap .left {
    width: 90%;
    position: static;
    margin: 15px auto;
  }
}

.sec-02 .wrap .left .title-02 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-02 .wrap .left .title-02:after {
  margin: 0;
}

.sec-02 .wrap .left .title-02 em {
  font-style: normal;
  font-size: 15px;
  color: #e85519;
  font-weight: 500;
  display: block;
}

.sec-02 .wrap .left p {
  line-height: 2;
}

@media (max-width: 930px) {
  .sec-02 .wrap .left p {
    font-size: 1.3rem;
  }
}

.sec-02 .wrap .left .quality01 {
  max-width: 440px;
  margin: 0 auto;
}

.sec-02 .wrap .left .quality02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 490px;
  margin: 70px auto 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 930px) {
  .sec-02 .wrap .left .quality02 li {
    width: 48%;
  }
}

.sec-02 .wrap .right {
  width: 550px;
}

@media (max-width: 930px) {
  .sec-02 .wrap .right {
    width: 90%;
    margin: 0 auto;
  }
}

.sec-03 {
  margin: 130px 0 200px 0;
  background-color: #f2f2f3;
}

@media (max-width: 930px) {
  .sec-03 {
    width: 100%;
    margin: 50px 0;
    padding: 30px 0;
  }
}

.sec-03 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 960px;
}

@media (max-width: 930px) {
  .sec-03 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

.sec-03 .wrap .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  width: 50%;
  padding: 80px 0 100px 0;
}

@media (max-width: 930px) {
  .sec-03 .wrap .left {
    width: 90%;
    position: static;
    margin: 15px auto;
    padding: 0;
  }
}

.sec-03 .wrap .left h2 {
  line-height: 1.5;
  margin-bottom: 20px;
}

.sec-03 .wrap .left p {
  line-height: 2;
  max-width: 430px;
  font-size: 16px;
}

@media (max-width: 930px) {
  .sec-03 .wrap .left p {
    font-size: 1.3rem;
  }
}

.sec-03 .wrap .right {
  width: 50%;
  position: relative;
}

@media (max-width: 930px) {
  .sec-03 .wrap .right {
    width: 90%;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sec-03 .wrap .right figure {
  max-width: 378px;
  position: absolute;
}

@media (max-width: 930px) {
  .sec-03 .wrap .right figure {
    position: relative;
    max-width: none;
    width: 48%;
    top: 0 !important;
    bottom: 0 !important;
  }
}

.sec-03 .wrap .right .sec-03-ph01 {
  top: 60px;
}

.sec-03 .wrap .right .sec-03-ph02 {
  bottom: 60px;
}

.sec-03 .wrap .right .show-ph-on:before {
  background: none;
}

.sec-04 .sec-04-01 {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  top: -140px;
}

@media (max-width: 930px) {
  .sec-04 .sec-04-01 {
    top: 0;
  }
}

.sec-04 .sec-04-01 .sec-04-02 {
  background-color: #FFF;
  max-width: 650px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px 0 50px;
}

@media (max-width: 930px) {
  .sec-04 .sec-04-01 .sec-04-02 {
    padding: 20px 5% 0 5%;
  }
}

.sec-04 .sec-04-01 .title-02 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-04 .sec-04-01 .title-02:after {
  margin: 0;
}

.sec-04 .sec-04-01 .title-02 em {
  font-style: normal;
  font-size: 15px;
  color: #e85519;
  font-weight: 500;
  display: block;
}

.sec-04 .sec-04-01 p {
  line-height: 2;
}

.virtual {
  margin-top: 100px;
  margin-bottom: 50px;
}

@media (max-width: 930px) {
  .virtual {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */