/* FONTS */

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp-regular {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* STYLES */

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family: sans-serif;
  color: white;
}

#cta-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 10px 15px;
  font-size: 30px;
  display: none;
  cursor: pointer;
  z-index: 7;
  background-color: #d4a32b;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 90px;
  background-color: #01253b;
}

.logo {
  color: #d9b25f;
  font-weight: bold;
  letter-spacing: 2px;
}
.logo img {
  width: 368px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-right .consult,
.menu-contact .consult {
  font-size: 12px;
  text-align: center;
  display: flex;
  gap: 4px;
  align-items: center;
  background: transparent;
}

.menu-contact .consult .consult-right-sibling span:first-child {
  font-size: 12px;
}
.menu-contact .consult .consult-right-sibling span:last-child {
  font-size: 16px;
}
.menu-contact .consult {
  color: #000;
  margin-top: 20px;
}
.menu-contact .menu-owl {
  transform: translateX(120px) translateY(20px);
  width: 190px;
  margin-top: 20px;
}

.consult .consult-left-sibling i {
  font-size: 40px;
  color: #d4a32b;
  padding: 8px;
  border-radius: 50%;
}
.consult .consult-right-sibling {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.consult-right-sibling span {
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 400;
}
.consult-right-sibling span:first-child {
  font-size: 18px;
  margin-top: 4px;
}
.consult-right-sibling span:last-child {
  font-size: 26px;
}

.menu {
  text-align: center;
  cursor: pointer;
  background-color: white;
  color: black;
  padding: 18px;
}
.menu i {
  font-size: 30px;
}

.menu-btn {
  background: white;
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 6px 10px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  opacity: 0;
  visibility: hidden;

  transition: 0.3s;
  z-index: 1000;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -375px;

  width: 320px;
  height: 100%;

  background: white;

  padding: 20px;

  transition: 0.35s;

  z-index: 1001;

  display: flex;
  flex-direction: column;
}

.side-menu.active {
  right: 0;
  overflow-y: scroll;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.close-btn {
  border: none;
  background: none;
  font-size: 14px;
  cursor: pointer;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80%;
  margin: auto;

  display: flex;
  flex-direction: column;
  gap: 14px;
}

.menu-list li {
  position: relative;
  color: #000;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #000000;
}
.menu-list li a {
  text-decoration: none;
  color: #000;
}

.menu-list .arrow {
  position: absolute;
  right: 10px;
  font-size: 14px;
  background: #01253b;
  border-radius: 50%;
  padding: 1px 5px;
  color: white;
}

.menu-contact {
  margin-top: auto;
  width: 80%;
  margin: auto;
  text-align: left;
}

.menu-owl {
  width: 120px;
  margin-top: 20px;
}

/* HERO */

.hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 90px;
  flex-direction: column;
  background-color: #01253b;
  padding-bottom: 120px;
}

.hero-bottom {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 140px;
}
.hero-bottom-first-sibling {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -110px;
}
.hero-bottom-first-sibling img {
  width: 420px;
}

.badge {
  border: 2px solid #dca54a;
  padding: 6px 12px;
  background-color: #26262699;
  color: #dca54a;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-left: 55px;
}

.hero h1 {
  color: #f3f3f3;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 100px;
  letter-spacing: 0%;
}

.hero h1 span {
  color: #dca54a;
}
.hero-top h2 {
  display: none;
}

.features {
  display: flex;
  gap: 60px;
  margin: 40px 0;
}

.feature {
  padding: 10px;
  border-radius: 50px;
  position: relative;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature:before {
  content: "";
  position: absolute;
  height: 115px;
  width: 100%;
  left: -22px;
  top: 0%;
  transform: translateY(-20%);

  background-image: url("./assets/left-achieve.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.feature:after {
  content: "";
  position: absolute;
  height: 115px;
  width: 100%;
  right: -160px;
  top: 0%;
  transform: translateY(-20%);
  background-image: url("./assets/right-achieve.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.feature:nth-of-type(2):after {
  right: -224px !important;
}

.hero-bottom-second-sibling {
  width: fit-content;
  position: absolute;
  right: 10px;
  bottom: -68px;
}

.cta {
  display: flex;
  gap: 20px;
}

.btn {
  padding: 27px 44px;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  font-weight: 700;
  font-size: 40px;
  box-shadow: 0px 4px 4px 0px #00000040;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

.line {
  background: #06c755;
  color: white;
}

.consult-btn {
  background: black;
  color: white;
}

.hero-right img {
  width: 350px;
}

.hero-bottom-2 {
  width: 95%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 30px;
  color: #c3c3c3;
}

.hero-bottom-2 p:last-child {
  display: none;
}
.hero-bottom-2 p:first-child {
  padding-right: 105px;
}

/* card section */

.services {
  background: #f5f6f7;
  padding: 80px 20px;
  text-align: center;
}

.section-title {
  color: black;
  margin-bottom: 60px;
  position: relative;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: 0.2s;
  transform: translateY(20px);
}
.section-title.animate {
  opacity: 1;
  transform: translateY(0);
}

.section-title::after {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  background: #d6a83c;
  margin: 15px auto 0;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.card {
  background: #f7f7f7;
  box-shadow: 0px 6px 10px 0px #00000040;
  width: 330px;
  padding: 20px 30px;
  height: 330px;
  object-fit: cover;
  border-radius: 10px;
  box-sizing: border-box;
  padding-bottom: 10px;
  text-align: left;

  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: 0.2s;
  transform: translateY(20px);
}
.card.animate {
  opacity: 1;
  transform: translateY(0);
}
.card-upper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon {
  font-size: 26px;
  background-color: white;
  margin-bottom: 10px;
  padding: 20px;
  color: #d6a83c;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: fit-content;
  border-radius: 20px;
}

.card h3 {
  margin: 10px 0;
  color: #000;

  font-weight: 400;
  font-size: 24px;
}

.card p {
  color: #080808;
  line-height: 1.6;
  margin: 12px 0;
  /* font-weight: 400; */
  font-size: 16px;
}
.card li::marker {
  color: #dca54a;
  font-size: 12px;
}

.card ul {
  margin-top: 10px;
  padding-left: 25px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.cta-buttons {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 40px;

  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: 0.2s;
  transform: translateY(20px);
}
.cta-buttons.animate {
  opacity: 1;
  transform: translateY(0);
}

.btn {
  padding: 16px 32px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

.line {
  background: #06c755;
  color: white;
}

.consult {
  background: black;
  color: white;
}

.problem-section {
  background: #01253b;
  padding: 40px 20px;
  color: white;
  overflow-y: hidden;
}

.problem-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  margin-bottom: 90px;
}

.problem-left {
  flex: 1;
}

.problem-title {
  color: #dca54a;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
}

.problem-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.problem-list li {
  margin-bottom: 18px;
  color: #fff;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 24px;
}

.solution-text {
  letter-spacing: 2px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 60px;
}

.problem-right {
  flex: 1;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -195px;
  right: 20px;
}

.problem-right img {
  width: 412px;
  max-width: 100%;
}

.about-section {
  background: #eee;
  padding: 80px 20px;

  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: 0.2s;
  transform: translateY(20px);
}
.about-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
}

.about-content {
  flex: 1;
}

.about-title {
  color: black;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 28px;
}

.about-title span {
  color: #d6a83c;
}

.about-desc {
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 25px;
}
.about-desc-sp {
  display: none;
}

.about-info {
  background: #d9d9d9;
  padding: 20px 25px;
  border-radius: 4px;
}

.info-row {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #0000008f;
}

.info-row:last-child {
  border-bottom: none;
}

.info-label {
  width: 120px;
  font-weight: 400;
  color: #000;
}

.info-value {
  color: #000;
}
.special-mention-info {
  font-weight: 400;
  font-size: 14px;
}
#mention-info {
  text-align: end;
}

.security-section {
  background: #eee;
  text-align: center;
  padding: 70px 20px;
  padding-top: 1px;

  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: 0.2s;
  transform: translateY(20px);
}

.security-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.security-title {
  margin-bottom: 40px;
  color: #000;
  font-weight: 400;
  font-size: 40px;
}

.security-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.security-card {
  background: #01253b;
  width: 220px;
  height: 130px;
  border-radius: 8px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  color: white;
}

.security-card img {
  width: 50px;
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 8px;
}

.security-card p {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

.security-desc {
  margin: 40px auto;
  color: #000;
  line-height: 1.7;
  font-weight: 400;
  font-size: 22px;
}
.security-desc-sp {
  display: none;
}

.certificate-section {
  background: #f5f6f7;
  padding: 80px 20px;
  text-align: center;

  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: 0.2s;
  transform: translateY(20px);
}
.certificate-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.certificate-title {
  margin-bottom: 15px;
  color: #000;
  font-weight: 400;
  font-size: 40px;
}

.certificate-subtitle {
  line-height: 1.7;
  margin-bottom: 50px;
  font-weight: 400;
  color: #000;
  font-size: 24px;
}
.certificate-subtitle-sp {
  display: none;
}

.certificate-subtitle span {
  color: #dca54a;
}

.certificate-cards {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;

  margin-bottom: 70px;
}

.certificate-card {
  background: #f7f7f7;
  width: 320px;
  padding: 30px 25px;
  border-radius: 8px;
  border: 2px solid #b7b7b7;
  box-shadow: 0px 4px 8px 0px #00000040;
}

.certificate-card img {
  width: 32px;
  background: white;
  margin-bottom: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;
  padding: 10px;
}

.certificate-card h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.certificate-card p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.certificate-footer {
  display: inline-block;
  background: #f7f7f7;
  padding: 18px 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 2px solid #b7b7b7;
  color: #000;
  font-weight: 400;
  font-size: 24px;
}
.certificate-footer-sp {
  display: none;
}
.products-section {
  background: #f0f0f0;
  padding: 80px 20px;
  text-align: center;

  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: 0.2s;
  transform: translateY(20px);
}

.products-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.products-title {
  margin-bottom: 50px;
  color: black;
  font-weight: 400;
  font-size: 40px;
}

.products-container {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.product-card {
  background: #f9f9f9;
  width: 390px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 2px solid #dca54a;
}

.product-image {
  position: relative;
}

.product-image img {
  width: 100%;
  display: block;
}

.money-left {
  position: absolute;
  top: -40px;
  left: -60px;
  width: 95px !important;
}

.money-right {
  position: absolute;
  top: -17px;
  right: -68px;
  width: 111px !important;
  transform: rotate(45deg);
}

.product-body {
  padding: 15px;
  background-color: #f9f9f9;
}

.product-body h3 {
  font-weight: 400;
  font-size: 26px;
  color: #000;
  margin-bottom: 5px;
}

.product-sub {
  font-weight: 350;
  font-size: 17px;
  color: #000;
  margin-bottom: 30px;
}

.product-body hr {
  border: none;
  border: 0.5px solid #000000;
  margin: 15px 0;
}

.product-desc {
  font-weight: 350;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}
.product-desc-sp {
  display: none;
}

.product-condition {
  background: #f9f9f9;
  max-width: 520px;
  border: 1px solid #dca54a;
  margin: auto;
  padding: 30px 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.product-condition h3 {
  margin-bottom: 15px;
  font-weight: 400;
  color: #000;
  font-size: 26px;
}
.product-condition p {
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

p.condition-note {
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
  color: #dca54a;
}

.pricing-section {
  background: #01253b;
  padding: 90px 20px;
  text-align: center;
  color: white;
}

.pricing-title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 48px;
}

.pricing-sub {
  color: #c3c3c3;
  line-height: 1.8;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.pricing-sub-sp {
  display: none;
}
.pricing-sub span,
.pricing-sub-sp span {
  color: #dca54a;
}

.pricing-card {
  background: #23375e;
  max-width: 860px;
  margin: 30px auto;
  padding: 40px 30px;
  border-radius: 10px;
}

.pricing-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 25px;
}
.pricing-highlights {
  color: #dca54a !important;
}

.price-block {
  text-align: center;
}

.price-label {
  font-weight: 400;
  font-size: 18px;
  color: #c3c3c3;
  margin-bottom: 5px;
}

.price-value {
  font-weight: 400;
  font-size: 30px;
  color: #dca54a;
}
.price-rate {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
}

.price-divider {
  width: 1px;
  height: 100px;
  background: #5f6f8a;
}

.pricing-note {
  color: #c3c3c3;
  margin: 20px 0;
  font-weight: 700;
  font-size: 18px;
}

.pricing-desc {
  color: #c3c3c3;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}
p.pricing-desc.pricing-highlights {
  margin-top: 50px;
  font-weight: 500;
}

.pricing-desc span {
  color: #e2b64a;
}

.service-title {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #c3c3c3;
  font-size: 18px;
}

.service-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.service-tags span {
  background: #e6eaf0;
  color: #000;
  padding: 6px 30px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
}

.pricing-small {
  color: #dca54a;
  font-weight: 500;
  font-size: 18px;
}

.pricing-extra-small {
  color: #d1d1d1;
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
}

.pricing-cta {
  margin-top: 40px;
}

.cta-btn {
  background: #dca54a;
  color: white;
  padding: 30px 40px;
  border-radius: 20px;
  margin: auto;
  font-size: 40px;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px #00000040;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.usage-section {
  background: #f5f6f7;
  padding: 80px 20px;
  text-align: center;
}

.usage-title {
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 50px;
  color: #000;
}

.usage-grid {
  max-width: 1040px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.usage-item {
  background: #fbfbfb;
  padding: 18px 20px;
  border-radius: 6px;
  box-shadow: 0px 6px 4px 0px #00000040;
  font-weight: 400;
  font-size: 20px;
  border: 2px solid #d9d9d9;
  display: flex;
  align-items: center;
  gap: 12px;
  color: black;
  text-align: left;
}

.usage-number {
  background: #083c4a;
  color: #dca54a;

  width: 22px;
  height: 22px;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: bold;
}

.steps-section {
  background: #f5f6f7;
  padding: 90px 20px;
}

.steps-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 70px;
  color: #333;
}

.steps-container {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.step-item {
  position: relative;
  display: flex;
  align-items: flex-start;

  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transform: translateY(20px);
}

.step-item.animate {
  opacity: 1;
  transform: translateY(0);
}

.step-item:nth-child(1) {
  transition-delay: 0.2s;
}
.step-item:nth-child(2) {
  transition-delay: 0.3s;
}
.step-item:nth-child(3) {
  transition-delay: 0.4s;
}
.step-item:nth-child(4) {
  transition-delay: 0.5s;
}
.step-item:nth-child(5) {
  transition-delay: 0.6s;
}
.step-item:nth-child(6) {
  transition-delay: 0.7s;
}
.step-item:nth-child(7) {
  transition-delay: 0.8s;
}

.step-badge {
  width: 70px;
  position: absolute;
  left: 25px;
  top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.step-badge span {
  color: #ffffff;
  position: absolute;
  font-size: 21px;
  line-height: 30px;
}
.step-badge::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  right: -23px;
  border-left: 10px solid #000000b2;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}

.step-card {
  background: #fbfbfb;
  padding: 30px 0px;
  border-radius: 10px;
  width: 100%;
  padding-left: 120px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  border: 2px solid #dca54a;
}

.step-card h3 {
  margin-bottom: 10px;
  color: #01253b;
  font-weight: 700;
  font-size: 24px;
}

.step-card p {
  color: #000;
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
}

.faq-section {
  background: #f5f6f7;
  padding: 80px 20px;
  text-align: center;
}

.faq-title {
  color: #000;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 40px;
}

.faq-container {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.faq-item {
  color: black;
  overflow: hidden;
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transform: translateY(20px);
}

.faq-item.animate {
  opacity: 1;
  transform: translateY(0);
}

.faq-item:nth-child(1) {
  transition-delay: 0.2s;
}
.faq-item:nth-child(2) {
  transition-delay: 0.3s;
}
.faq-item:nth-child(3) {
  transition-delay: 0.4s;
}
.faq-item:nth-child(4) {
  transition-delay: 0.5s;
}
.faq-item:nth-child(5) {
  transition-delay: 0.6s;
}
.faq-item:nth-child(6) {
  transition-delay: 0.7s;
}
.faq-item:nth-child(7) {
  transition-delay: 0.8s;
}
.faq-item:nth-child(8) {
  transition-delay: 0.9s;
}
.faq-item:nth-child(9) {
  transition-delay: 1s;
}
.faq-item:nth-child(10) {
  transition-delay: 1.1s;
}
.faq-item:nth-child(11) {
  transition-delay: 1.2s;
}
.faq-item:nth-child(12) {
  transition-delay: 1.3s;
}
.faq-item:nth-child(13) {
  transition-delay: 1.4s;
}
.faq-item:nth-child(14) {
  transition-delay: 1.5s;
}
.faq-item:nth-child(15) {
  transition-delay: 1.6s;
}
.faq-item:nth-child(16) {
  transition-delay: 1.7s;
}

.faq-question {
  display: flex;
  border: 0.4px solid #d9d9d9;
  align-items: center;
  justify-content: space-between;
  background-color: #fffefe;
  padding: 16px 20px;
  cursor: pointer;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: 400;
  font-size: 22px;
}

.faq-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.q {
  color: #dca54a;
  font-weight: 400;
}

.a {
  color: #000;
  font-weight: 400;
  margin-right: 6px;
}

.arrow {
  transition: transform 0.3s;
}

.faq-answer {
  background-color: #f9f9f9;
  border: 0.4px solid #d9d9d9;
  max-height: 0;
  border-top: none;
  overflow: hidden;
  transition: max-height 0.35s ease;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 20px;
  text-align: left;
  color: #000;
  font-weight: 400;
  font-size: 22px;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px;
  border-top: 0.4px solid #d9d9d9;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

.final-cta {
  background: #f5f6f7;
  padding: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.cta-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 40px;
  color: black;
}

.cta-sub {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 18px;
}
.cta-sub-sp {
  display: none;
}

.site-footer {
  background: #01253b;
  color: white;
  padding: 70px 20px;
}

.footer-container {
  max-width: 910px;
  margin: auto;
}

.footer-title {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer-notes {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.8;
  font-weight: 400;
  font-size: 24px;
  color: #d1d1d1;
  margin-bottom: 60px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 50px 125px;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 24px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

.footer-links a:hover {
  opacity: 1;
}

/* Responsive Styling */

@media (min-width: 1140px) and (max-width: 1370px) {
  .logo img {
    width: 300px;
  }
  .phone .phone-left-sibling i {
    font-size: 20px;
  }
  .phone-right-sibling span:first-child {
    font-size: 24px;
  }
  .phone-right-sibling span:nth-of-type(2),
  .phone-right-sibling span:nth-of-type(3) {
    font-size: 16px;
  }
  .consult .consult-left-sibling i {
    font-size: 26px;
  }
  .consult-right-sibling span:first-child {
    font-size: 16px;
  }
  .consult-right-sibling span:last-child {
    font-size: 20px;
  }
  .menu {
    padding: 12px;
  }
  .badge {
    font-size: 16px;
  }
  .hero {
    padding: 80px 70px;
    align-items: center;
  }
  .hero-top {
    width: 80%;
  }
  .hero h1 {
    font-size: 70px;
  }
  .feature {
    font-size: 20px;
  }
  .feature:after {
    right: -110px;
  }
  .feature:nth-of-type(2):after {
    right: -150px !important;
  }
  .hero-bottom-first-sibling img {
    width: 380px;
  }
}

@media (min-width: 1025px) and (max-width: 1140px) {
  .header {
    padding: 20px 30px;
  }
  .logo img {
    width: 250px;
  }
  .phone .phone-left-sibling i {
    font-size: 20px;
  }
  .phone-right-sibling span:first-child {
    font-size: 22px;
  }
  .phone-right-sibling span:nth-of-type(2),
  .phone-right-sibling span:nth-of-type(3) {
    font-size: 14px;
  }
  .consult .consult-left-sibling i {
    font-size: 28px;
  }
  .consult-right-sibling span:first-child {
    font-size: 16px;
  }
  .consult-right-sibling span:last-child {
    font-size: 20px;
  }
  .menu {
    font-size: 14px;
    padding: 12px;
  }
  .badge {
    font-size: 16px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .feature {
    font-size: 16px;
  }

  .feature:after {
    right: -85px;
  }
  .feature:nth-of-type(2):after {
    right: -118px !important;
  }
  .hero-bottom-first-sibling img {
    width: 340px;
  }
  .hero-bottom-second-sibling {
    bottom: -100px;
  }
  .btn {
    font-size: 36px;
  }
  .hero-bottom-2 {
    margin-top: 60px;
  }
  .section-title {
    font-size: 36px;
  }
  .problem-container {
    width: 98%;
  }
  .problem-title {
    font-size: 36px;
  }
  .problem-list li {
    font-size: 22px;
  }
  .solution-text {
    font-size: 54px;
  }
  .problem-right {
    bottom: -185px;
  }
  .problem-right img {
    width: 360px;
    max-width: 100%;
  }
  .about-container {
    gap: 40px;
  }
  .about-title {
    font-size: 24px;
  }
  .about-desc {
    font-size: 12px;
  }
  .about-info {
    padding: 15px 20px;
  }
  .info-label {
    width: 100px;
  }
  .security-title {
    font-size: 36px;
  }
  .security-card {
    width: 200px;
  }
  .security-desc {
    font-size: 20px;
  }
  .security-section {
    padding-bottom: 2px;
  }
  .certificate-section {
    padding-top: 40px;
  }
  .certificate-title {
    font-size: 36px;
  }
  .certificate-subtitle {
    font-size: 22px;
  }
  .certificate-footer {
    font-size: 22px;
  }
  .products-title {
    font-size: 36px;
  }
  .cta-btn {
    font-size: 36px;
  }
  .usage-title {
    font-size: 36px;
  }
  .usage-grid {
    grid-template-columns: 1fr;
    width: fit-content;
  }
  .usage-item:nth-child(2) {
    order: 3;
  }
  .usage-item:nth-child(4) {
    order: 4;
  }
}

@media (min-width: 1440px) and (max-width: 2160px) {
  .hero {
    align-items: center;
  }
  .hero-top {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header {
    padding: 20px;
  }
  .logo img {
    width: 200px;
  }
  .header-right {
    gap: 20px;
  }
  .phone .phone-left-sibling i {
    font-size: 20px;
  }
  .phone-right-sibling span:first-child {
    font-size: 20px;
  }
  .phone-right-sibling span:nth-of-type(2),
  .phone-right-sibling span:nth-of-type(3) {
    font-size: 14px;
  }
  .consult .consult-left-sibling i {
    font-size: 30px;
  }
  .consult-right-sibling span:first-child {
    font-size: 16px;
  }
  .consult-right-sibling span:last-child {
    font-size: 20px;
  }
  .menu {
    padding: 12px;
    font-size: 12px;
  }
  .menu i {
    font-size: 20px;
  }
  .hero {
    align-items: center;
    padding: 80px 30px;
  }
  .hero-top {
    width: 80%;
  }
  .hero h1 {
    font-size: 55px;
  }
  .feature {
    font-size: 14px;
  }
  .feature:before {
    height: 80px;
    width: 100%;
    left: -12px;
  }
  .feature:after {
    height: 80px;
    width: 100%;
    right: -85px;
  }
  .feature:nth-of-type(2):after {
    right: -110px !important;
  }
  .hero-bottom-first-sibling img {
    width: 230px;
  }
  .btn {
    font-size: 20px;
  }
  .cta .btn img {
    width: 30px;
  }
  .hero-bottom {
    margin-bottom: 50px;
  }
  .hero-bottom-first-sibling {
    margin-top: -70px;
  }
  .hero-bottom-second-sibling {
    right: 0px;
    bottom: -100px;
    align-items: end;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .section-title {
    font-size: 28px;
  }
  .cards {
    gap: 50px;
  }
  .card-upper .icon {
    padding: 12px 15px;
  }
  .card-upper .icon img {
    width: 40px;
  }
  .problem-container {
    margin-bottom: 0;
    gap: 0;
    flex-direction: column;
  }
  .problem-title {
    width: 80%;
    margin: auto;
    font-size: 30px;
  }
  .problem-list li {
    text-align: center;
    font-size: 20px;
  }
  .solution-text {
    text-align: center;
    font-size: 36px;
  }
  .problem-right {
    position: unset;
  }
  .problem-right img {
    width: 340px;
  }
  .about-container {
    flex-direction: column;
  }
  .products-container {
    flex-direction: column;
    align-items: center;
  }
  .pricing-title {
    font-size: 36px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-btn {
    padding: 20px 30px;
    font-size: 24px;
  }
  .cta-btn img {
    width: 30px;
  }
  .usage-grid {
    grid-template-columns: 1fr;
    width: fit-content;
  }
  .usage-item:nth-child(2) {
    order: 3;
  }
  .usage-item:nth-child(4) {
    order: 4;
  }
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-title {
    font-size: 20px;
  }
  .footer-notes {
    font-size: 16px;
  }
  .footer-links {
    font-size: 16px;
    gap: 30px;
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .phone,
  .header-right .consult {
    display: none;
  }
  .header {
    padding: 20px;
  }
  .logo img {
    width: 160px;
  }
  .menu {
    padding: 6px 12px;
    font-size: 12px;
  }
  .hero {
    padding: 20px;
    text-align: center;
    align-items: center;
  }
  .badge {
    font-size: 10px;
    margin-left: 0;
  }
  .hero h1 {
    font-size: 36px;
            margin-top: 20px;
  }
  .hero-top h2 {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #c3c3c3;
  }
  .hero-bottom-first-sibling {
    margin-top: 0;
    flex-direction: column;
  }
  .feature {
    font-size: 14px;
  }
  .features {
    display: flex;
    gap: 20px;
    margin: 40px 0;
  }
  .feature:before {
    height: 40px;
    width: 22px;
    left: -5px;
    top: 20%;
  }
  .feature:after {
    height: 40px;
    width: 20px;
    right: -12px;
    top: 20%;
  }
  .feature:nth-of-type(2):after {
    right: -10px !important;
  }
  .hero-bottom-first-sibling img {
    width: 230px;
  }
  .cta {
    flex-direction: column;
    align-items: center;
  }
  .hero-bottom-second-sibling {
    position: unset;
    margin: -75px auto;
  }
  .btn {
    font-size: 30px;
    border-radius: 20px;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    padding: 20px 32px;
    width: 85%;
  }
  .btn img {
    width: 30px;
  }
  .hero-bottom-2 p:nth-of-type(1),
  .hero-bottom-2 p:nth-of-type(2) {
    display: none;
  }
  .hero-bottom-2 p:last-child {
    display: block;
    font-weight: 400;
    font-size: 10px;
  }
  .section-title {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1.4;
  }
  .card {
    height: auto;
    padding: 20px 30px;
  }
  .card h3 {
    font-size: 27px;
  }
  .card p {
    font-size: 17px;
  }
  .services .cta {
    display: none;
  }
  .problem-section {
    padding-bottom: 0;
  }
  .problem-container {
    margin-bottom: 0;
    flex-direction: column;
  }
  .problem-title {
    font-size: 30px;
    width: 80%;
    margin: auto;
  }
  .problem-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .problem-list li {
    font-size: 17px;
    text-align: center;
    padding-left: 0;
  }
  .problem-list li:nth-child(2) {
    width: 200px;
  }
  .problem-list li:nth-child(3) {
    width: 200px;
  }
  .problem-list li:nth-child(4) {
    width: 335px;
  }
  .solution-text {
    text-align: center;
    font-size: 36px;
  }
  .problem-right {
    margin-top: -65px;
    position: unset;
  }
  .about-container {
    flex-direction: column;
  }
  .about-title {
    text-align: center;
    width: 85%;
    margin: auto;
  }
  .about-desc {
    display: none;
  }
  .about-desc-sp {
    color: black;
    margin: 20px auto;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
  }
  .security-section {
    display: flex;
    flex-direction: column;
  }
  .security-title {
    width: 70%;
    font-size: 30px;
    margin: auto;
    margin-bottom: 30px;
  }
  .security-features {
    order: 3;
  }
  .security-card:nth-child(1) {
    order: 3;
  }
  .security-card:nth-child(2) {
    order: 4;
  }
  .security-card:nth-child(3) {
    order: 1;
  }
  .security-card:nth-child(4) {
    order: 2;
  }
  .security-desc-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-bottom: 30px;
  }
  .security-desc {
    display: none;
  }
  .certificate-title {
    font-size: 30px;
  }
  .certificate-subtitle {
    display: none;
  }
  .certificate-subtitle-sp {
    font-size: 18px;
    color: black;
    margin: 20px 0;
    display: block;
  }
  .certificate-subtitle-sp span {
    color: #dca54a;
  }
  .certificate-footer {
    display: none;
  }
  .certificate-footer-sp {
    background: #f7f7f7;
    padding: 18px 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 2px solid #b7b7b7;
    color: #000;
    font-weight: 400;
    display: block;
    font-size: 20px;
    width: fit-content;
    margin: auto;
  }
  .product-card {
    width: 256px;
  }
  .product-desc {
    display: none;
  }
  .product-desc-sp {
    display: block;
    color: black;
    font-weight: 350;
    font-size: 14px;
  }
  .product-condition {
    display: none;
  }
  .pricing-title {
    font-size: 30px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .pricing-sub-sp {
    display: block;
    color: #c3c3c3;
    line-height: 1.8;
    margin-top: 40px;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
  }
  .pricing-sub {
    display: none;
  }
  .pricing-card {
    padding: 40px 20px;
    padding-top: 0;
    margin-top: 0;
    background-color: transparent;
    padding-bottom: 0;
  }
  .pricing-top {
    gap: 50px;
    flex-direction: column;
  }
  .price-divider {
    width: 100px;
    height: 1px;
  }
  .pricing-note,
  .pricing-desc {
    font-size: 16px;
  }
  p.pricing-desc.pricing-highlights {
    font-size: 18px;
    padding: 0 12px;
  }
  .service-tags {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .service-tags span {
    padding: 6px 14px;
  }
  .service-tags span:nth-child(5) {
    grid-column: span 2;
    justify-self: center;
  }
  .pricing-extra-small {
    width: 65%;
    margin: auto;
    margin-top: 15px;
  }
  .cta-btn {
    font-size: 30px;
  }
  .usage-title {
    font-size: 30px;
    padding: 0 65px;
    margin: auto;
    margin-bottom: 50px;
  }
  .usage-grid {
    grid-template-columns: 1fr;
  }
  .usage-item {
    font-size: 16px;
  }
  .usage-item:nth-child(2) {
    order: 3;
  }
  .usage-item:nth-child(4) {
    order: 4;
  }
  .step-card h3 {
    font-size: 19px;
    color: #000;
  }
  .step-card p {
    width: 70%;
    font-size: 14px;
  }
  .faq-left {
    text-align: left;
  }
  .faq-question,
  .faq-answer {
    font-size: 16px;
  }
  .cta-title {
    font-size: 28px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .cta-sub {
    display: none;
  }
  .cta-sub-sp {
    display: block;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
  }
  .footer-notes {
    width: 325px;
    font-size: 16px;
    margin: auto;
    margin-bottom: 50px;
  }
  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    font-size: 14px;
    gap: 40px 0;
  }
  .footer-links a:last-child {
    grid-column: span 3;
    justify-self: center;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .phone,
  .header-right .consult {
    display: none;
  }
  .header {
    padding: 20px;
  }
  .logo img {
    width: 160px;
  }
  .menu {
    padding: 6px 12px;
    font-size: 12px;
  }
  .hero {
    padding: 20px;
    text-align: center;
    align-items: center;
  }
  .badge {
    font-size: 10px;
    margin-left: 0;
  }
  .hero h1 {
    margin-top: 20px;
    font-size: 36px;
  }
  .hero-top h2 {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #c3c3c3;
  }
  .hero-bottom-first-sibling {
    margin-top: 0;
    flex-direction: column;
  }
  .feature {
    font-size: 14px;
  }
  .features {
    display: flex;
    gap: 20px;
    margin: 40px 0;
  }
  .feature:before {
    height: 40px;
    width: 22px;
    left: -5px;
    top: 20%;
  }
  .feature:after {
    height: 40px;
    width: 20px;
    right: -12px;
    top: 20%;
  }
  .feature:nth-of-type(2):after {
    right: -10px !important;
  }
  .hero-bottom-first-sibling img {
    width: 230px;
  }
  section.final-cta .cta {
    width: fit-content;
    margin: auto;
    margin-top: 30px;
  }
  .cta {
    flex-direction: column;
    align-items: center;
  }
  .hero-bottom-second-sibling {
    position: unset;
    margin: -75px auto;
  }
  .btn {
    font-size: 30px;
    border-radius: 20px;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    padding: 20px 32px;
    width: 85%;
  }
  .btn img {
    width: 30px;
  }
  .hero-bottom-2 p:nth-of-type(1),
  .hero-bottom-2 p:nth-of-type(2) {
    display: none;
  }
  .hero-bottom-2 p:last-child {
    display: block;
    font-weight: 400;
    font-size: 10px;
  }
  .section-title {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1.4;
  }
  .card {
    height: auto;
    padding: 20px 30px;
  }
  .card h3 {
    font-size: 27px;
  }
  .card p {
    font-size: 17px;
  }
  .services .cta {
    display: none;
  }
  .problem-section {
    padding-bottom: 0;
  }
  .problem-container {
    margin-bottom: 0;
    flex-direction: column;
  }
  .problem-title {
    font-size: 30px;
    width: 80%;
    margin: auto;
  }
  .problem-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .problem-list li {
    font-size: 17px;
    text-align: center;
    padding-left: 0;
  }
  .problem-list li:nth-child(2) {
    width: 200px;
  }
  .problem-list li:nth-child(3) {
    width: 200px;
  }
  .problem-list li:nth-child(4) {
    width: 335px;
  }
  .solution-text {
    text-align: center;
    font-size: 36px;
  }
  .problem-right {
    margin-top: -65px;
    position: unset;
  }
  .about-container {
    flex-direction: column;
  }
  .about-title {
    text-align: center;
    width: 85%;
    margin: auto;
  }
  .about-desc {
    display: none;
  }
  .about-desc-sp {
    color: black;
    margin: 20px auto;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
  }
  .security-section {
    display: flex;
    flex-direction: column;
  }
  .security-title {
    width: 70%;
    font-size: 30px;
    margin: auto;
    margin-bottom: 30px;
  }
  .security-features {
    order: 3;
  }
  .security-card:nth-child(1) {
    order: 3;
  }
  .security-card:nth-child(2) {
    order: 4;
  }
  .security-card:nth-child(3) {
    order: 1;
  }
  .security-card:nth-child(4) {
    order: 2;
  }
  .security-desc-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-bottom: 30px;
  }
  .security-desc {
    display: none;
  }
  .certificate-title {
    font-size: 30px;
  }
  .certificate-subtitle {
    display: none;
  }
  .certificate-subtitle-sp {
    font-size: 18px;
    color: black;
    margin: 20px 0;
    display: block;
  }
  .certificate-subtitle-sp span {
    color: #dca54a;
  }
  .certificate-footer {
    display: none;
  }
  .certificate-footer-sp {
    background: #f7f7f7;
    padding: 18px 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 2px solid #b7b7b7;
    color: #000;
    font-weight: 400;
    display: block;
    font-size: 20px;
    width: fit-content;
    margin: auto;
  }
  .product-card {
    width: 256px;
  }
  .product-desc {
    display: none;
  }
  .product-desc-sp {
    display: block;
    color: black;
    font-weight: 350;
    font-size: 14px;
  }
  .product-condition {
    display: none;
  }
  .products-container {
    flex-direction: column;
    align-items: center;
  }
  .pricing-title {
    font-size: 30px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }

  .pricing-sub-sp {
    display: block;
    color: #c3c3c3;
    line-height: 1.8;
    margin-top: 40px;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
  }
  .pricing-sub {
    display: none;
  }
  .pricing-card {
    padding: 40px 20px;
    padding-top: 0;
    margin-top: 0;
    background-color: transparent;
    padding-bottom: 0;
  }
  .pricing-top {
    gap: 50px;
    flex-direction: column;
  }
  .price-divider {
    width: 100px;
    height: 1px;
  }
  .pricing-note,
  .pricing-desc {
    font-size: 16px;
  }
  p.pricing-desc.pricing-highlights {
    font-size: 18px;
    padding: 0 12px;
  }
  .service-tags {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .service-tags span {
    padding: 15px 14px;
  }
  .service-tags span:nth-child(5) {
    grid-column: span 2;
    justify-self: center;
  }
  .pricing-extra-small {
    width: 65%;
    margin: auto;
    margin-top: 15px;
  }
  .cta-btn {
    font-size: 30px;
  }
  .usage-title {
    font-size: 30px;
    padding: 0 65px;
    margin: auto;
    margin-bottom: 50px;
  }
  .usage-grid {
    grid-template-columns: 1fr;
  }
  .usage-item {
    width: fit-content;
    margin: auto;
    font-size: 16px;
  }
  .usage-item:nth-child(2) {
    order: 3;
  }
  .usage-item:nth-child(4) {
    order: 4;
  }
  .step-card h3 {
    font-size: 19px;
    color: #000;
  }
  .step-card p {
    width: 70%;
    font-size: 14px;
  }
  .faq-left {
    text-align: left;
  }
  .faq-question,
  .faq-answer {
    font-size: 16px;
  }
  .cta-title {
    font-size: 28px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .cta-sub {
    display: none;
  }
  .cta-sub-sp {
    display: block;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
  }
  .site-footer {
    background: #01253b;
    color: white;
    padding: 70px;
  }
  .footer-notes {
    width: 325px;
    font-size: 16px;
    margin: auto;
    margin-bottom: 50px;
  }
  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    font-size: 14px;
    gap: 40px 0;
  }
  .footer-links a:last-child {
    grid-column: span 3;
    justify-self: center;
  }
}

@media (max-width: 390px) {
  .money-right {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 111px !important;
    transform: rotate(45deg);
  }
}
