.pc-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image: url("../../images/nobiq/pc-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(34, 34, 34);
}
.pc-wrapper .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
}
.pc-wrapper .pc-menu-wrapper {
  position: relative;
  z-index: 2;
  width: 250px;
  margin-left: 100px;
  height: 100%;
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 1023px) {
  .pc-wrapper .pc-menu-wrapper {
    margin-left: 50px;
  }
}
.pc-wrapper .product-menu-list li:not(:last-child) {
  margin-bottom: 15px;
}
.pc-wrapper .product-menu-list a {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

.fv-section {
  padding: 100px 0 114px;
  position: relative;
  z-index: 2;
  aspect-ratio: 375/700;
  background-image: url("../../images/nobiq/fv-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
@media (max-width: 767px) {
  .fv-section {
    padding-bottom: 31vw;
  }
}
.fv-section .fv-appeal-box {
  width: 100%;
  margin-top: 55px;
  position: relative;
}
.fv-section .fv-appeal-box img {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 45%;
  max-width: 170px;
}
.fv-section .fv-appeal-box .text-box {
  width: 90%;
  padding: 15px;
  font-weight: 700;
  font-size: 1.4rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
  background: linear-gradient(86.37deg, #644D1C 5.81%, rgba(213, 191, 145, 0.99) 64.1%, rgba(218, 193, 146, 0) 94.96%);
}

.first-link-section {
  background-color: rgb(34, 34, 34);
  padding-top: 0;
  position: relative;
}
.first-link-section .first-link-bg {
  position: absolute;
  top: -130px;
  right: 0;
  width: 70%;
  max-width: 300px;
}
.first-link-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.component-wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.component-wrapper .component-name {
  font-weight: 600;
  padding-left: 10px;
}
.component-wrapper .component-amount {
  margin-top: -10px;
}
.component-wrapper .component-amount span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#999999));
  background: linear-gradient(180deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  font-family: "Bebas Neue", sans-serif;
}
.component-wrapper .component-amount span.number {
  font-size: 2.9rem;
}
.component-wrapper .component-amount span.unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}
.component-wrapper .note {
  margin-top: -10px;
  text-align: right;
  font-size: 10px;
}

.link-inner-text {
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.link-inner-text .small {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.link-inner-text .big {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.4rem;
}

.doctor-section {
  background-image: url("../../images/nobiq/doctor-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: right;
}
.doctor-section .speech-bubble-text {
  background-image: url("../../images/nobiq/speech-bubble.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 190px;
  height: 36px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 4px;
}

.doctor-percent-box {
  font-size: 0.9rem;
  font-weight: 700;
}
.doctor-percent-box .number {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#999999));
  background: linear-gradient(180deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  font-family: "Bebas Neue", sans-serif;
  font-size: 7rem;
  font-weight: 400;
}

.doctor-batch-wrapper {
  margin-bottom: 15px;
  position: relative;
  background-color: rgb(29, 29, 29);
  border: 2px solid;
  -o-border-image: linear-gradient(106.95deg, rgb(163, 163, 163) 26.88%, rgb(40, 40, 40) 82.32%) 1/2px;
     border-image: linear-gradient(106.95deg, rgb(163, 163, 163) 26.88%, rgb(40, 40, 40) 82.32%) 1/2px;
  padding: 15px 0 15px 20px;
  font-weight: 700;
  font-size: 0.9rem;
}
.doctor-batch-wrapper img {
  position: absolute;
  top: -20px;
  right: 0;
  max-width: 135px;
  width: 40%;
  margin: 0;
}

.doctor-note {
  font-size: 10px;
}

.voice-section {
  position: relative;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
  padding-bottom: 125px;
  background-color: rgb(42, 42, 42);
}
.voice-section .voice-title {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice-section .voice-title img {
  width: 105px;
  margin: 0;
}
.voice-section .voice-title .small {
  font-size: 0.9rem;
  font-weight: 600;
}
.voice-section .voice-title .small span {
  display: block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.voice-section .voice-title .big {
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  font-weight: 700;
  font-size: 2.8rem;
}

.voice-wrapper .voice-box:not(:last-child) {
  margin-bottom: 30px;
}
.voice-wrapper .voice-box:nth-child(odd) .title {
  margin-left: -40px;
  padding: 10px 5px 10px 50px;
}
.voice-wrapper .voice-box:nth-child(even) .voice-inner-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice-wrapper .voice-box:nth-child(even) .title {
  margin-right: -40px;
  padding: 10px 50px 10px 5px;
}

.voice-inner-title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice-inner-title img {
  width: 100px;
  margin: 0;
  position: relative;
  z-index: 2;
}
.voice-inner-title .title {
  width: calc(100% - 60px);
  background-color: rgb(162, 143, 99);
  font-size: 0.85rem;
}
.voice-inner-title .title p {
  letter-spacing: 0;
}
.voice-inner-title .name {
  font-size: 10px;
}
.voice-inner-title .name span {
  margin-right: 10px;
}

.voice-contents {
  font-size: 0.8rem;
}

.child-section {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 15px;
  margin-top: -100px;
  background-color: rgb(0, 0, 0);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
}

.child-title {
  margin-bottom: 25px;
  text-align: center;
}
.child-title .small {
  font-size: 0.9rem;
  display: block;
}
.child-title .big {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 180, 126)), to(rgb(84, 71, 43)));
  background: linear-gradient(180deg, rgb(210, 180, 126) 0%, rgb(84, 71, 43) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  font-weight: 700;
  font-size: 1.9rem;
}

.child-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.child-box:not(:last-child) {
  margin-bottom: 30px;
}
.child-box:nth-child(odd) .text-box {
  margin-left: -30px;
  background-image: url("../../images/nobiq/child-right-text.png");
}
.child-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.child-box:nth-child(even) .text-box {
  margin-right: -30px;
  background-image: url("../../images/nobiq/child-left-text.png");
}
.child-box img {
  width: 48%;
  margin: 0;
}
.child-box .text-box {
  position: relative;
  z-index: 2;
  width: calc(52% + 30px);
  height: 115px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(51, 51, 51);
  font-weight: 500;
  padding-bottom: 17px;
}

.but-text {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

.check-section {
  position: relative;
  margin-top: -50px;
  padding-top: 80px;
  padding-bottom: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom;
  background-image: url("../../images/nobiq/check-bg.png");
}
.check-section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: rgb(0, 0, 0);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.check-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
.check-wrapper .image-box {
  width: 55%;
}
.check-wrapper .image-box .small {
  width: 70%;
  margin-top: -40px;
  margin-left: 20px;
}
.check-wrapper .text-box {
  padding-right: 20px;
  width: calc(45% - 15px);
  font-size: 0.85rem;
}
.check-wrapper .check-text-wrapper {
  margin-bottom: 20px;
}
.check-wrapper .check-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
}
.check-wrapper .check-text:not(:last-child) {
  margin-bottom: 15px;
}
.check-wrapper .check-text::before {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 19/20;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/nobiq/check-icon.svg");
}
.check-wrapper .check-text span {
  width: calc(100% - 19px - 3px);
}

.point-text {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  z-index: 5;
}
.point-text img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95px;
}
.point-text span {
  display: block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

.child-answer-section {
  padding-top: 10px;
  position: relative;
  background-color: rgb(0, 0, 0);
}
.child-answer-section .contents-wrapper {
  background-image: url("../../images/nobiq/child-answer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.child-answer-title {
  margin-bottom: 80px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: rotate(-15deg) skew(-15deg);
          transform: rotate(-15deg) skew(-15deg);
}
.child-answer-title .small {
  font-size: 1.1rem;
  font-weight: 600;
}
.child-answer-title .big {
  font-weight: 700;
  font-size: 2.8rem;
}

.child-answer-text {
  font-size: 0.9rem;
}

.body-section {
  position: relative;
}
.body-section .bg-image {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.body-section .bg-image img {
  width: 50%;
}
.body-section .bg-image .plus-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
}
.body-section .bg-image .right {
  margin-bottom: 100px;
}

.body-title {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.body-title .grade {
  display: inline-block;
  font-size: 1.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 180, 126)), to(rgb(84, 71, 43)));
  background: linear-gradient(180deg, rgb(210, 180, 126) 0%, rgb(84, 71, 43) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.body-wrapper {
  position: relative;
}
.body-wrapper .body-item {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.body-wrapper .body-item:not(:last-child) {
  margin-bottom: 20px;
}
.body-wrapper .body-item.right {
  margin-left: auto;
}
.body-wrapper .bubble {
  display: block;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}
.body-wrapper .bubble.left {
  padding-top: 3px;
  width: 129px;
  aspect-ratio: 129/36;
  background-image: url("../../images/nobiq/body-left-text.png");
}
.body-wrapper .bubble.right {
  padding-top: 11px;
  width: 141px;
  aspect-ratio: 141/36;
  background-image: url("../../images/nobiq/body-right-text.png");
}
.body-wrapper .body-item-name {
  font-size: 1.9rem;
  font-weight: 700;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.65);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

.body-arrow {
  width: 50%;
  margin: 40px auto 0;
}

.hormone-title {
  margin-bottom: 25px;
  padding: 0 20px;
  text-align: center;
}
.hormone-title .big {
  font-size: 1.9rem;
  font-weight: 700;
}
.hormone-title .small {
  font-weight: 600;
  font-size: 0.9rem;
}

.hormone-wrapper {
  margin-bottom: 40px;
}

.hormone-box {
  position: relative;
}
.hormone-box:not(:last-child) {
  margin-bottom: 35px;
}
.hormone-box .bg-image {
  width: 75%;
  height: calc(100% - 10px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: absolute;
  top: 0;
  left: 0;
}
.hormone-box .text-box {
  padding-top: 15px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  width: 75%;
  padding-right: 20px;
}
.hormone-box .number {
  width: 97px;
  margin-right: 0;
}
.hormone-box .hormone-point {
  margin-top: -10px;
  padding: 10px;
  text-align: center;
  background-color: rgb(0, 0, 0);
}

.hormone-after-text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.hormone-after-text img {
  display: inline-block;
  margin: 0;
  width: 90px;
  vertical-align: middle;
}

.nobiq-link-section {
  position: relative;
  background-color: rgb(34, 34, 34);
}
.nobiq-link-section .nobiq-link-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  opacity: 0.67;
}
.nobiq-link-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.nobiq-link-title {
  margin-bottom: 20px;
  text-align: center;
}
.nobiq-link-title .small {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.nobiq-link-title img {
  width: 150px;
}

.how-to-section {
  position: relative;
  padding-top: 0;
}
.how-to-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-color: rgb(0, 0, 0);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
}
.how-to-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.how-to-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how-to-title-wrapper .item-image {
  margin: 0;
  width: calc(40% + 20px);
  margin-right: -20px;
}

.how-to-title {
  width: 60%;
}
.how-to-title .en {
  width: 160px;
}
.how-to-title .ja {
  margin-top: -10px;
  font-weight: 700;
  font-size: 1.4rem;
  display: block;
}
.how-to-title .ja span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.how-to-title img {
  display: inline-block;
  width: 90px;
  margin: 0;
  vertical-align: middle;
}

.how-to-contents-wrapper {
  padding-top: 80px;
  margin-top: -90px;
  background-image: url("../../images/nobiq/how-to-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: right;
}

.how-to-type {
  margin-bottom: 15px;
  color: rgb(0, 171, 170);
  font-size: 1.9rem;
  font-weight: 700;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.how-to-text {
  font-size: 0.9rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.how-to-boy {
  margin-top: -55px;
}

.faq-section {
  position: relative;
  background-color: rgb(34, 34, 34);
  z-index: 2;
}
.faq-section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  background-color: rgb(34, 34, 34);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.faq-title {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
/*# sourceMappingURL=nobiq.css.map */