.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-bottom: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/hepta/fv-bg.jpg");
}
.fv-section .hepta-link-wrapper {
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.fv-text {
  max-width: 35px;
  width: 20%;
  margin-right: 20%;
  margin-bottom: 30px;
}

.fv-title {
  padding: 0 20px;
}
.fv-title .small {
  width: 75%;
  margin-left: 0;
  margin-bottom: 10px;
}
.fv-title .big {
  width: 75%;
  margin-right: 0;
}

.hepta-link-wrapper {
  max-width: 500px;
  margin: auto;
  position: relative;
}
.hepta-link-wrapper .contents-wrapper {
  position: relative;
  z-index: 2;
}
.hepta-link-wrapper .hepta-item {
  max-width: 270px;
  width: 58%;
  top: -15%;
  right: -13%;
  position: absolute;
}

.hepta-link-point {
  margin-bottom: 15px;
  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: 8px;
}

.hepta-link-text {
  margin-bottom: 30px;
}
.hepta-link-text span {
  font-weight: 700;
  font-size: 1.4rem;
  color: rgb(203, 174, 121);
}
.hepta-link-text img {
  max-width: 185px;
  margin: 5px 0;
}

.hepta-first-section {
  position: relative;
  padding-top: 80px;
}
.hepta-first-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.hepta-first-section .first-bg {
  position: absolute;
  width: 90%;
  bottom: 0;
  right: 0;
}

.first-title {
  margin-bottom: 35px;
  position: relative;
}
.first-title .inner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.first-title .bg-text {
  display: inline-block;
  padding: 2px 8px;
  margin: 3px 0 3px 5px;
  font-size: 2rem;
  background-color: rgb(94, 94, 94);
}

.first-text {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.first-text .big-text {
  font-size: 1.4rem;
  color: rgb(162, 143, 99);
}

.fist-arrow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31.15%, rgba(217, 217, 217, 0)), to(#737373));
  background: linear-gradient(to bottom, rgba(217, 217, 217, 0) 31.15%, #737373 100%);
  width: 160px;
  aspect-ratio: 5/2;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.first-bubble-text {
  background-image: url("../../images/hepta/first-bubble.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 266/56;
  color: rgb(51, 51, 51);
  max-width: 266px;
  margin: 35px auto 20px;
  padding: 10px 5px;
  font-weight: 500;
  text-align: center;
}

.first-real-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

.hepta-point-section {
  padding: 0;
}
.hepta-point-section .bg-white {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
  -webkit-filter: drop-shadow(0 4px 11px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 4px 11px rgba(0, 0, 0, 0.8));
  padding: 30px 0 100px;
  z-index: 3;
}

.point-title {
  padding: 20px 15px;
  text-align: center;
  background: linear-gradient(-45deg, rgb(0, 0, 0) 30%, rgb(44, 44, 44) 30%);
  font-size: 1.25rem;
  font-weight: 700;
}
.point-title .point {
  font-weight: 400;
  display: block;
  color: rgb(0, 85, 255);
  font-family: "Anton", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.point-title img {
  margin-top: 10px;
  width: 85%;
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.hepta-point-item {
  padding-top: 42.5px;
  position: relative;
}
.hepta-point-item:not(:last-child) {
  margin-bottom: 40px;
}
.hepta-point-item .image-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(239, 239, 239);
  width: 85px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 5px;
}
.hepta-point-item .image-box img {
  width: auto;
  height: 50%;
}
.hepta-point-item .text-box {
  position: relative;
  z-index: 1;
  padding: 20px 10px;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  background-color: rgb(239, 239, 239);
  font-size: 0.8rem;
}

.point-inner-title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
}

.point-bottom-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgb(0, 0, 0);
  font-size: 1.4rem;
  font-weight: 500;
}

.bg-black-box {
  padding-top: 55px;
  padding-bottom: 30px;
  position: relative;
}
.bg-black-box .point-bg {
  position: absolute;
  top: -100px;
  left: 0;
}
.bg-black-box .contents-wrapper {
  position: relative;
  z-index: 2;
}
.bg-black-box .hepta-link-text {
  margin-bottom: 30px;
  text-align: center;
}
.bg-black-box .hepta-link-text img {
  margin-inline: auto;
}

.point-answer-text {
  margin-bottom: 50px;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
}
.point-answer-text .big-text {
  font-size: 1.5rem;
}
.point-answer-text .bg-text {
  display: inline-block;
  padding: 2px 8px;
  margin: 5px;
  background-color: rgb(0, 85, 255);
}

.point-answer-box {
  max-width: 480px;
  margin: auto;
  position: relative;
  padding: 80px 20px 30px;
}
.point-answer-box .point-answer-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.point-answer-box p {
  font-size: 0.8rem;
}

.point-answer-title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}

.mechanism-title {
  margin-bottom: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  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;
}
.mechanism-title::before, .mechanism-title::after {
  content: "";
  display: block;
  height: 3px;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.mechanism-title span {
  position: relative;
  z-index: 2;
  display: block;
  width: 285px;
  text-align: center;
  margin: auto;
  padding: 10px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50px;
  border-radius: 50px;
}

.mechanism-root {
  margin-bottom: 80px;
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  font-weight: 500;
}
.mechanism-root .bg-text {
  display: inline-block;
  padding: 2px 8px;
  margin: 5px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 85, 255);
}

.mechanism-wrapper {
  position: relative;
  background-color: rgb(245, 245, 245);
  padding: 50px 10px 15px;
  color: rgb(0, 0, 0);
}
.mechanism-wrapper:not(:last-child) {
  margin-bottom: 80px;
}
.mechanism-wrapper .mechanism-item {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}
.mechanism-wrapper .mechanism-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  aspect-ratio: 50/55;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/hepta/mechanism-title.png");
}
.mechanism-wrapper .mechanism-inner-title {
  margin-bottom: 25px;
  font-size: 1.1rem;
  text-align: center;
}
.mechanism-wrapper .mechanism-one-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  font-size: 0.8rem;
  text-align: center;
  font-weight: 500;
}
.mechanism-wrapper .mechanism-one-wrapper img {
  margin: 5px 0;
}
.mechanism-wrapper .color-gray {
  color: rgb(153, 153, 153);
}
.mechanism-wrapper .beige {
  color: rgb(162, 143, 99);
}
.mechanism-wrapper .small-text {
  font-size: 0.6rem;
}
.mechanism-wrapper .mechanism-two-wrapper {
  position: relative;
  width: 60%;
  margin: auto;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 500;
}
.mechanism-wrapper .mechanism-two-wrapper::before {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 30px;
  height: 103px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/hepta/mechanism-arrow.svg");
}
.mechanism-wrapper .mechanism-two-wrapper P {
  padding: 15px 5px;
}
.mechanism-wrapper .mechanism-two-wrapper P:not(:last-child) {
  margin-bottom: 15px;
}
.mechanism-wrapper .beige-text {
  position: relative;
  background-color: rgb(162, 143, 99);
  color: rgb(255, 255, 255);
  z-index: 2;
}
.mechanism-wrapper .white-text {
  background-color: rgb(255, 255, 255);
}

.note-text {
  text-align: right;
  margin-top: 25px;
  font-size: 0.6rem;
}

.design-section {
  position: relative;
}
.design-section .design-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.design-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.design-section .design-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.4rem;
  color: rgb(203, 174, 121);
  font-weight: 700;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.design-section .design-title img {
  margin-top: 10px;
  max-width: 186px;
}

.design-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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.design-box:not(:last-child) {
  margin-bottom: 20px;
}
.design-box img {
  width: 85px;
}
.design-box .text-box {
  font-size: 0.7rem;
  width: calc(100% - 85px - 15px);
}

.design-inner-title {
  color: rgb(162, 143, 99);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.graph-wrapper {
  text-align: center;
  margin-top: 60px;
}

.after-link-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/hepta/after-link-bg.png");
}
.after-link-section .hepta-link-text span {
  color: rgb(153, 153, 153);
}

.howto-section {
  position: relative;
}

.howto-title {
  margin-bottom: 30px;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  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;
  gap: 10px;
}
.howto-title::after {
  content: "";
  display: block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 1px;
  background-color: rgb(255, 255, 255);
}

.howto-item {
  position: absolute;
  top: 5px;
  right: 0;
  width: 20%;
  max-width: 120px;
}

.howto-message {
  margin-bottom: 40px;
}
.howto-message span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  background-color: rgb(94, 94, 94);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  font-weight: 500;
}
.howto-message span:not(:last-child) {
  margin-bottom: 10px;
}

.howto-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr 14px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.howto-box {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  text-align: center;
  padding: 30px 10px;
  border-radius: 10px;
}
.howto-box img {
  margin-bottom: 5px;
  width: 70%;
}

.vs-section {
  position: relative;
  background-color: rgb(0, 0, 0);
}
.vs-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.vs-section .vs-bg {
  position: absolute;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.vs-section .mechanism-title::before, .vs-section .mechanism-title::after {
  border-color: rgb(255, 255, 255);
}
.vs-section .mechanism-title span {
  width: 313px;
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.vs-message {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 0.85rem;
}

.vs-table th, .vs-table td {
  font-size: 0.8rem;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid rgb(255, 255, 255);
  width: 122px;
}
.vs-table td {
  background-color: rgb(255, 255, 255);
  border-color: rgb(179, 179, 179);
}
.vs-table .bg-gray {
  width: 90px;
  background-color: rgb(179, 179, 179);
}
.vs-table .bg-black {
  background-color: rgb(63, 63, 63);
}
.vs-table .bg-beige {
  background-color: rgb(162, 143, 99);
}
.vs-table .black {
  color: rgb(0, 0, 0);
}
.vs-table .beige {
  color: rgb(162, 143, 99);
}
.vs-table .small {
  font-size: 0.65rem;
}

.faq-title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}

.accordion-wrapper .trigger {
  color: rgb(0, 0, 0);
}
.accordion-wrapper .trigger::before {
  background-color: rgb(0, 0, 0);
  font-weight: 400;
  font-style: normal;
  font-family: "Anton", sans-serif;
}
.accordion-wrapper .trigger .plus::before, .accordion-wrapper .trigger .plus::after {
  background-color: rgb(0, 0, 0);
}
.accordion-wrapper .trigger.is-open {
  background-color: rgb(0, 0, 0);
}
.accordion-wrapper .trigger.is-open::before {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.accordion-wrapper .trigger.is-open .plus::before, .accordion-wrapper .trigger.is-open .plus::after {
  background-color: rgb(255, 255, 255);
}
.accordion-wrapper .content {
  color: rgb(0, 0, 0);
}

.last-link-text {
  max-width: 475px;
  margin: 0 auto 30px;
  padding: 0 15px;
  font-size: 1.4rem;
}
.last-link-text .right-text {
  margin-top: 15px;
  display: block;
  text-align: right;
}
.last-link-text .bg-text {
  display: inline-block;
  background-color: rgb(0, 0, 0);
  padding: 3px 5px;
  margin: 0 5px;
  font-size: 1.5rem;
}
/*# sourceMappingURL=hepta.css.map */