header div nav ul li:nth-of-type(5) a span {
  position: relative;
  font-weight: 600;
}
header div nav ul li:nth-of-type(5) a span::after {
  content: "";
  width: 100%;
}

@media (max-width: 768px) {
  header.is_active div {
    background-image: url(../image/q20s.jpg);
    background-image: -webkit-image-set(url(../image/q20s.jpg) 1x, url(../image/q20.jpg) 2x);
    background-image: image-set(url(../image/q20s.jpg) 1x, url(../image/q20.jpg) 2x);
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  header.is_active div {
    background-image: url(../image/q20s.jpg);
    background-position: 60% center;
    background-size: cover;
  }
}

.box {
  position: relative;
  color: #fff;
  width: 100%;
  overflow: hidden;
}
.box .clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
.box .clip .bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.box .content {
  position: relative;
  width: 100%;
}
.box .content > section {
  padding: 300px 50px 100px;
  max-width: 1100px;
  height: 100vh;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .box .content > section {
    padding: 300px 50px 50px;
  }
}
@media (max-width: 480px) {
  .box .content > section {
    padding: 300px 30px 50px;
  }
}
.box .content > section h2 {
  color: #c5955e;
  font-size: 500%;
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 768px) {
  .box .content > section h2 {
    font-size: 350%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .box .content > section h2 {
    font-size: 300%;
    margin-bottom: 35px;
  }
}
.box .content > section h2 small {
  display: block;
  font-size: 15px;
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .box .content > section h2 small {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .box .content > section h2 small {
    font-size: 9px;
  }
}
.box .content > section h2 small span {
  text-transform: uppercase;
}
.box .content > section h2 + p {
  font-size: 250%;
  line-height: 1.5;
  font-weight: 800;
}
@media (max-width: 768px) {
  .box .content > section h2 + p {
    font-size: 200%;
  }
}
@media (max-width: 480px) {
  .box .content > section h2 + p {
    font-size: 180%;
  }
}
.box .content > section h2 + p small {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (max-width: 480px) {
  .box .content > section h2 + p small {
    margin-top: 0.25rem;
  }
}
.box .content .quality_box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%);
}
.box .content .quality_box .bot2 {
  padding: 300px 50px 100px;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .box .content .quality_box .bot2 {
    padding: 200px 50px 70px;
  }
}
@media (max-width: 480px) {
  .box .content .quality_box .bot2 {
    padding: 200px 30px 30px;
  }
}
.box .content .quality_box .bot2 h3 {
  font-size: 250%;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .box .content .quality_box .bot2 h3 {
    font-size: 200%;
  }
}
@media (max-width: 480px) {
  .box .content .quality_box .bot2 h3 {
    margin-top: -80px;
    margin-bottom: 0;
    font-size: 150%;
  }
}
.box .content .quality_box .bot2 h3 small {
  font-size: 40%;
  color: #ddd;
}
.box .content .quality_box .bot2 p.line {
  margin: 30px 0 50px;
}
@media (max-width: 768px) {
  .box .content .quality_box .bot2 p.line {
    margin: 20px 0 40px;
  }
}
.box .content .quality_box .bot2 p.line img {
  width: 100%;
}
.box .content .quality_box .bot2 .q_copy {
  line-height: 2;
  margin-bottom: 3rem;
  font-size: 110%;
}
@media (max-width: 768px) {
  .box .content .quality_box .bot2 .q_copy {
    margin-bottom: 2rem;
    font-size: 100%;
  }
}
@media (max-width: 480px) {
  .box .content .quality_box .bot2 .q_copy {
    margin-bottom: 1.5rem;
    font-size: 90%;
  }
}
.box .content .quality_box .bot2 ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .box .content .quality_box .bot2 ul {
    display: block;
  }
}
.box .content .quality_box .bot2 ul li {
  width: 32%;
}
@media (max-width: 480px) {
  .box .content .quality_box .bot2 ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .box .content .quality_box .bot2 ul li:nth-last-of-type(1) {
    margin-bottom: 1rem;
  }
}
.box .content .quality_box .bot2 ul li img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .box .content .quality_box .bot2 ul li img {
    border-radius: 7px;
  }
}
@media (max-width: 480px) {
  .box .content .quality_box .bot2 ul li img {
    border-radius: 5px;
  }
}
.box .content .quality_box .bot2 ul li dt {
  font-size: 110%;
  margin-bottom: 0.5rem;
}
.box .content .quality_box .bot2 ul li dd {
  font-size: 90%;
}
.box .content .quality_box .bot2 ul li i {
  font-size: 200%;
  margin-top: 1rem;
}
.box .content .quality_box .bot2 ul li a:hover img {
  opacity: 0.8;
}

#head .clip .bg {
  background-image: url(../image/q1s.jpg);
  background-image: -webkit-image-set(url(../image/q1s.jpg) 1x, url(../image/q1.jpg) 2x);
  background-image: image-set(url(../image/q1s.jpg) 1x, url(../image/q1.jpg) 2x);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  #head .clip .bg {
    background-image: url(../image/q1sss.jpg);
    background-image: -webkit-image-set(url(../image/q1sss.jpg) 1x, url(../image/q1ss.jpg) 2x);
    background-image: image-set(url(../image/q1sss.jpg) 1x, url(../image/q1ss.jpg) 2x);
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  #head .clip .bg {
    background-image: url(../image/q1sp.jpg);
    background-position: 60% center;
    background-size: cover;
  }
}

.q_title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .q_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .q_title {
    margin-bottom: 30px;
  }
}
.q_title h4 {
  background: #3E58BD;
  color: #fff;
  padding: 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.q_title h4 span {
  font-size: 180%;
  margin-bottom: 0.5rem;
}
.q_title h4 small {
  font-weight: 5500;
}

#q1 {
  background-image: url(../image/q5s.jpg);
  background-image: -webkit-image-set(url(../image/q5s.jpg) 1x, url(../image/q5.jpg) 2x);
  background-image: image-set(url(../image/q5s.jpg) 1x, url(../image/q5.jpg) 2x);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  #q1 {
    background-image: url(../image/q5sss.jpg);
    background-image: -webkit-image-set(url(../image/q5sss.jpg) 1x, url(../image/q5ss.jpg) 2x);
    background-image: image-set(url(../image/q5sss.jpg) 1x, url(../image/q5ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  #q1 {
    background-image: url(../image/q5sss.jpg);
  }
}

#q2 {
  background-image: url(../image/q11s.jpg);
  background-image: -webkit-image-set(url(../image/q11s.jpg) 1x, url(../image/q11.jpg) 2x);
  background-image: image-set(url(../image/q11s.jpg) 1x, url(../image/q11.jpg) 2x);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  #q2 {
    background-image: url(../image/q11sss.jpg);
    background-image: -webkit-image-set(url(../image/q11sss.jpg) 1x, url(../image/q11ss.jpg) 2x);
    background-image: image-set(url(../image/q11sss.jpg) 1x, url(../image/q11ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  #q2 {
    background-image: url(../image/q11sss.jpg);
  }
}

#q3 {
  background-image: url(../image/q16s.jpg);
  background-image: -webkit-image-set(url(../image/q16s.jpg) 1x, url(../image/q16.jpg) 2x);
  background-image: image-set(url(../image/q16s.jpg) 1x, url(../image/q16.jpg) 2x);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  #q3 {
    background-image: url(../image/q16sss.jpg);
    background-image: -webkit-image-set(url(../image/q16sss.jpg) 1x, url(../image/q16ss.jpg) 2x);
    background-image: image-set(url(../image/q16sss.jpg) 1x, url(../image/q16ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  #q3 {
    background-image: url(../image/q16sss.jpg);
  }
}

.box_1100 {
  padding: 0 50px 50px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .box_1100 {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .box_1100 {
    padding: 0 30px;
  }
}

.q_head {
  font-size: 110%;
  line-height: 2;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .q_head {
    margin-bottom: 40px;
    font-size: 100%;
  }
}
@media (max-width: 480px) {
  .q_head {
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
  }
  .q_head br {
    display: none;
  }
}

.q_box h4 {
  font-size: 200%;
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 480px) {
  .q_box h4 {
    font-size: 180%;
  }
}
.q_box h4 small {
  display: inline-block;
  font-size: 60%;
}
@media (max-width: 768px) {
  .q_box h4 small {
    font-size: 50%;
  }
}
.q_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .q_box ul {
    margin-bottom: 0;
  }
}
.q_box ul li {
  width: 48%;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .q_box ul li {
    width: 100%;
  }
  .q_box ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.q_box ul li img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .q_box ul li img {
    border-radius: 7px;
  }
}
@media (max-width: 480px) {
  .q_box ul li img {
    border-radius: 5px;
  }
}
.q_box ul li.w100 {
  width: 100%;
}
.q_box dl {
  margin-top: 1.5rem;
}
.q_box dl dt {
  font-size: 150%;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .q_box dl dt {
    text-align: center;
  }
}
.q_box dl dt span {
  font-size: 60%;
}
.q_box dl dd {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.5rem;
}
.q_box dl dd span {
  font-size: 90%;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}

.q_box1 {
  margin-bottom: 50px;
}
.q_box1 div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .q_box1 div {
    display: block;
  }
}
.q_box1 div section {
  width: 70%;
}
@media (max-width: 768px) {
  .q_box1 div section {
    width: 56%;
  }
}
@media (max-width: 480px) {
  .q_box1 div section {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.q_box1 div section p {
  line-height: 2;
  text-align: justify;
}
@media (max-width: 768px) {
  .q_box1 div section p {
    line-height: 1.6;
    font-size: 90%;
  }
}
.q_box1 div section small {
  display: inline-block;
  margin-top: 1rem;
  font-size: 60%;
}
@media (max-width: 768px) {
  .q_box1 div section small {
    margin-top: 0.5rem;
  }
}
.q_box1 div picture {
  width: 28%;
  display: block;
}
@media (max-width: 768px) {
  .q_box1 div picture {
    width: 42%;
  }
}
@media (max-width: 480px) {
  .q_box1 div picture {
    width: 60%;
    margin: 0 auto;
  }
}
.q_box1 div img {
  width: 100%;
}
/*# sourceMappingURL=quality.css.map */