/* Sass Document */
.p-quality-support {
  padding-bottom: 12rem;
}

.p-qs__kv {
  max-width: 120rem;
  margin: 0 auto;
}

.p-heading {
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-heading {
    padding-top: 6rem;
    padding-inline: 3rem;
  }
}

.c-heading__txt {
  text-align: center;
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .c-heading__txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.p-copy {
  margin-top: 12.3rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-copy {
    margin-top: 6rem;
    padding-inline: 3rem;
    text-align: left;
  }
}
.p-copy .c-txt {
  margin-top: 5.4rem;
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-copy .c-txt {
    font-size: 1.4rem;
  }
}

.p-img-block {
  display: flex;
  justify-content: space-between;
  max-width: 144rem;
  margin: 15.5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-img-block {
    margin-top: 8rem;
    display: block;
  }
}
.p-img-block .p-img-wrapper {
  width: 70rem;
}
.p-img-block .p-img-wrapper img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-img-block .p-img-wrapper {
    width: 100%;
  }
  .p-img-block .p-img-wrapper + .p-img-wrapper {
    margin-top: 1.2rem;
  }
}

.p-copy-main {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-copy-main {
    display: block;
    margin-top: 1rem;
    text-align: center;
  }
}
.p-copy-main p {
  font-size: 11rem;
  color: rgb(53, 63, 170);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-copy-main p {
    font-size: 7rem;
  }
}
.p-copy-main .c-cross {
  width: 6rem;
  height: 6rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-copy-main .c-cross {
    width: 4rem;
    height: 4rem;
    margin-block: 0.5rem 0;
  }
}
.p-copy-main .c-cross::before, .p-copy-main .c-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.4rem;
  height: 2px;
  background-color: rgb(199, 199, 199);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .p-copy-main .c-cross::before, .p-copy-main .c-cross::after {
    width: 5.6rem;
  }
}
.p-copy-main .c-cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-copy-main .c-cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-copy-sub {
  font-size: 2.8rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-copy-sub {
    font-size: 1.8rem;
  }
}

.p-qs__ttl {
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-qs__ttl {
    margin-top: 1.6rem;
  }
}
.p-qs__ttl .u-jp {
  font-size: 4.4rem;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .p-qs__ttl .u-jp {
    font-size: 2.5rem;
    display: block;
    padding-bottom: 1.6rem;
  }
}
.p-qs__ttl .u-jp::after {
  content: "";
  position: relative;
  flex-grow: 1;
  height: 1px;
  background-color: rgb(199, 199, 199);
  margin-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-qs__ttl .u-jp::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
  }
}
.p-qs__ttl .u-en {
  font-size: 1.4rem;
  color: rgb(159, 159, 159);
  font-weight: 600;
  letter-spacing: 0.08em;
  position: absolute;
  right: 0;
  bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-qs__ttl .u-en {
    display: none;
  }
}

.p-qs__list {
  max-width: 120rem;
  margin: 15.5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-qs__list {
    padding-inline: 3rem;
    margin-top: 6.8rem;
  }
}

.p-qs__item:nth-of-type(even) .p-media {
  flex-direction: row-reverse;
}
.p-qs__item .c-num {
  font-family: "Jost", sans-serif;
  display: block;
  font-size: 12rem;
  color: rgb(53, 63, 170);
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .p-qs__item .c-num {
    font-size: 5.8rem;
  }
}
.p-qs__item .p-media {
  margin-top: 7rem;
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-qs__item .p-media {
    display: block;
    margin-top: 3.8rem;
  }
}
.p-qs__item .p-media .p-img-wrapper {
  flex-shrink: 0;
  width: 70rem;
  aspect-ratio: 700/370;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-qs__item .p-media .p-img-wrapper {
    width: 100%;
    border-radius: 0.5rem;
  }
}
.p-qs__item .p-media .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-qs__item .p-media .p-txt-wrapper {
  padding: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-qs__item .p-media .p-txt-wrapper {
    padding: 0;
    margin-top: 3.2rem;
  }
}
.p-qs__item .p-media .p-txt-wrapper .c-txt {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-qs__item .p-media .p-txt-wrapper .c-txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.p-qs__item .p-media .p-txt-wrapper .c-txt + .c-txt {
  margin-top: 2em;
}
.p-qs__item + .p-qs__item {
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-qs__item + .p-qs__item {
    margin-top: 6.4rem;
  }
}
/*# sourceMappingURL=quality-support.css.map */