@charset "UTF-8";

/* デザイン崩れ調整 */
.nb{
    display: block;
}
.pc-menu__logo a,
.ctaBox{
  display: none;
}
h2{
  margin: 0;
}
p{
  padding: 0;
}
h2.comparison-title,
.lastcta-content h2{
  text-align: left;
}
@media screen and (max-width: 1023px) {
    h1 {margin-top: 0;}
}
@media screen and (max-width: 768px) {
  .hero img{
    margin: auto;
  }
}


/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  background: linear-gradient(135deg, #017cde 0%, #00ebbc 100%);
  min-height: 100vh;
}

h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width:540px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}

p {
  font-size: 1.2rem;
}
@media screen and (max-width:768px) {
  p {
    font-size: 1rem;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.sub-container {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

/* Hero Section */
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: url(../img/key-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero img.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 180px;
}
@media screen and (max-width:540px) {
  .hero img.logo {
    width: 120px;
  }
}
.hero .container {
  max-width: 1300px;
}
.hero .hero-content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 80px 0;
  min-height: 100vh;
}
@media screen and (max-width:768px) {
  .hero .hero-content {
    flex-direction: column-reverse;
    text-align: center;
    padding: 100px 0 30px;
    justify-content: flex-end;
    min-height: auto;
  }
}
.hero .hero-content .hero-image {
  flex: 1;
  max-width: 500px;
}
.hero .hero-content .hero-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.hero .hero-content .hero-text {
  flex: 1;
  color: white;
}
@media screen and (max-width:768px) {
  .hero .hero-content .hero-text {
    flex: 0;
  }
}
@media screen and (max-width:768px) {
  .hero .hero-content .hero-text img {
    width: 400px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:540px) {
  .hero .hero-content .hero-text img {
    width: 80%;
    margin-bottom: 20px;
  }
}
.hero .hero-content h1.hero-title {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 55px;
}
@media screen and (max-width:768px) {
  .hero .hero-content h1.hero-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:540px) {
  .hero .hero-content h1.hero-title {
    font-size: 35px;
  }
}
.hero .hero-content h1.hero-title span {
  font-size: 45px;
}
@media screen and (max-width:768px) {
  .hero .hero-content h1.hero-title span {
    font-size: 35px;
  }
}
@media screen and (max-width:540px) {
  .hero .hero-content h1.hero-title span {
    font-size: 30px;
  }
}
.hero p.hero-subtitle {
  margin-bottom: 40px;
  opacity: 0.9;
  color: white;
}
@media screen and (max-width:768px) {
  .hero p.hero-subtitle {
    text-align: center;
  }
}
@media screen and (max-width:540px) {
  .hero p.hero-subtitle {
    margin-bottom: 20px;
  }
}
.hero .cta-button {
  background: #eca52c;
  color: white;
  padding: 18px 40px;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero .cta-button:hover {
  background: #d4941f;
}
@media screen and (max-width:768px) {
  .hero .cta-button {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 300px;
  }
}

/* Features Section */
.features {
  padding: 0 0 80px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .features {
    padding-top: 80px;
  }
}
.features .features-subtitle {
  color: white;
  margin-bottom: 60px;
  opacity: 0.9;
}
@media screen and (max-width:540px) {
  .features .features-subtitle {
    margin-bottom: 35px;
  }
}
.features .features-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .features .features-grid {
    gap: 0px 30px;
  }
}
@media screen and (max-width:540px) {
  .features .features-grid {
    gap: 0px 20px;
  }
}
.features .features-grid .feature-card {
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:540px) {
  .features .features-grid .feature-card {
    width: 150px;
    height: 150px;
  }
}
.features .features-grid .feature-card .feature-card-inner {
  width: 250px;
  height: 250px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width:540px) {
  .features .features-grid .feature-card .feature-card-inner {
    width: 140px;
    height: 140px;
  }
}
.features .features-grid .feature-card .feature-card-inner p.feature-text {
  font-weight: bold;
  color: #02a59c;
  line-height: 1.5;
}
@media screen and (max-width:540px) {
  .features .features-grid .feature-card .feature-card-inner p.feature-text {
    font-size: 12px;
  }
}

/* Comparison Section */
.comparison {
  padding: 80px 0;
  position: relative;
}
.comparison::before {
  position: absolute;
  content: "";
  width: 614px;
  height: 436px;
  background: url(../img/comparizon-gz.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: -20px;
}
@media screen and (max-width:768px) {
  .comparison::before {
    width: 400px;
    height: 284px;
  }
}
@media screen and (max-width:540px) {
  .comparison::before {
    width: 250px;
    height: 178px;
    top: -40px;
  }
}
.comparison h2.comparison-title {
  position: relative;
}
.comparison p.comparison-subtitle {
  color: white;
  margin-bottom: 60px;
  opacity: 0.9;
}
@media screen and (max-width:540px) {
  .comparison p.comparison-subtitle {
    margin-bottom: 35px;
  }
}
.comparison p.comparison-notes {
  margin-top: 40px;
  font-size: 0.9rem;
  color: white;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:540px) {
  .comparison p.comparison-notes {
    font-size: 13px;
  }
}
@media screen and (max-width:540px) {
  .comparison .scroll {
    overflow: scroll;
  }
}
.comparison .comparison-table {
  max-width: 810px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:540px) {
  .comparison .comparison-table {
    width: 550px;
  }
}
.comparison .comparison-table .comparison-header-row {
  display: flex;
}
.comparison .comparison-table .comparison-header-row:last-child {
  border-bottom: none;
}
.comparison .comparison-table .comparison-header-row .comparison-cell {
  padding: 25px 20px;
  font-size: 1rem;
  line-height: 1.4;
  width: 180px;
}
@media screen and (max-width:540px) {
  .comparison .comparison-table .comparison-header-row .comparison-cell {
    padding: 20px 10px;
  }
}
.comparison .comparison-table .comparison-header-row .comparison-cell.comparison-header-stripe {
  width: 315px;
  background: #635bff;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.comparison .comparison-table .comparison-header-row .comparison-cell.comparison-header-univapay {
  width: 315px;
  background: #9a49a7;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  border-left: 2px solid #01a9d1;
}
.comparison .comparison-table .comparison-row {
  display: flex;
}
.comparison .comparison-table .comparison-row:not(:last-child) {
  border-bottom: 2px solid #01a9d1;
}
.comparison .comparison-table .comparison-row .comparison-cell {
  padding: 25px 20px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width:540px) {
  .comparison .comparison-table .comparison-row .comparison-cell {
    padding: 20px 10px;
  }
}
.comparison .comparison-table .comparison-row .comparison-cell.comparison-stripe {
  width: 315px;
  background: #f3f2ff;
  color: #333;
}
.comparison .comparison-table .comparison-row .comparison-cell.comparison-univapay {
  width: 315px;
  background: #f8efff;
  color: #333;
  border-left: 2px solid #01a9d1;
}
.comparison .comparison-table .comparison-row .comparison-cell.comparison-category {
  width: 180px;
  background: #535353;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width:540px) {
  .comparison .comparison-table .comparison-row .comparison-cell.comparison-category {
    font-size: 14px;
  }
}

/* CTA Section */
.cta-section {
  background: white;
  padding: 80px 0;
}
@media screen and (max-width:540px) {
  .cta-section {
    padding: 50px 0;
  }
}
.cta-section .cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .cta-section .cta-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.cta-section .cta-grid .cta-card {
  border-radius: 25px;
  padding: 15px;
  position: relative;
}
@media screen and (max-width:768px) {
  .cta-section .cta-grid .cta-card {
    width: 100%;
  }
}
@media screen and (max-width:540px) {
  .cta-section .cta-grid .cta-card {
    padding: 10px;
  }
}
.cta-section .cta-grid .cta-card.stripe-card {
  background: rgba(243, 243, 255, 0.4);
}
.cta-section .cta-grid .cta-card.univapay-card {
  background: rgba(249, 240, 255, 0.4);
}
.cta-section .cta-grid .cta-card .cta-card-inner {
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width:540px) {
  .cta-section .cta-grid .cta-card .cta-card-inner {
    padding: 30px 20px;
    gap: 20px;
  }
}
.cta-section .cta-grid .cta-card .cta-card-inner.stripe-card-inner {
  background: #f3f3ff;
}
.cta-section .cta-grid .cta-card .cta-card-inner.univapay-card-inner {
  background: #f9f0ff;
}
.cta-section .cta-grid .cta-card .cta-card-inner.univapay-card-inner .service-header img.service-logo {
  mix-blend-mode: darken;
}
.cta-section .cta-grid .cta-card .cta-card-inner.univapay-card-inner ul.features-list li.feature-item::before {
  background: url(../img/check-univapay.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.cta-section .cta-grid .cta-card .cta-card-inner.univapay-card-inner ul.features-list li.feature-item.two::before {
  top: 5px;
  transform: translateY(0%);
}
.cta-section .cta-grid .cta-card .cta-card-inner .service-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cta-section .cta-grid .cta-card .cta-card-inner .service-header img.service-logo {
  height: 50px;
}
.cta-section .cta-grid .cta-card .cta-card-inner .service-header span.service-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  width: calc(100% - 5rem);
}
.cta-section .cta-grid .cta-card .cta-card-inner ul.features-list {
  background: white;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width:540px) {
  .cta-section .cta-grid .cta-card .cta-card-inner ul.features-list {
    padding: 20px;
  }
}
.cta-section .cta-grid .cta-card .cta-card-inner ul.features-list li.feature-item {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  list-style: none;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width:540px) {
  .cta-section .cta-grid .cta-card .cta-card-inner ul.features-list li.feature-item {
    font-size: 0.9rem;
  }
}
.cta-section .cta-grid .cta-card .cta-card-inner ul.features-list li.feature-item::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/check-stripe.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.cta-section .cta-grid .cta-card .cta-card-inner ul.features-list li.feature-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:540px) {
  .cta-section .cta-grid .cta-card .cta-card-inner ul.features-list li.feature-item.sp-two::before {
    top: 5px;
    transform: translateY(0%);
  }
}
.cta-section .cta-grid .cta-card .cta-card-inner .service-button {
  padding: 18px 40px;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cta-section .cta-grid .cta-card .cta-card-inner .service-button.stripe-button {
  background: #635bff;
}
.cta-section .cta-grid .cta-card .cta-card-inner .service-button.univapay-button {
  background: #9a49a7;
}
.cta-section .cta-grid .cta-card .cta-card-inner .service-button:hover {
  opacity: 0.9;
}

.pricing-section {
  padding: 80px 0 0;
  position: relative;
}
.pricing-section::before {
  position: absolute;
  content: "";
  width: 420px;
  height: 330px;
  top: 0;
  right: 0;
  background: url(../img/plan-gz.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .pricing-section::before {
    width: 300px;
    height: 236px;
  }
}
@media screen and (max-width:540px) {
  .pricing-section::before {
    width: 200px;
    height: 157px;
  }
}
.pricing-section .header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width:540px) {
  .pricing-section .header {
    margin-bottom: 45px;
  }
}
.pricing-section .header .main-title {
  font-size: 40px;
  font-weight: 700;
  color: white;
  line-height: 60px;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (max-width:540px) {
  .pricing-section .header .main-title {
    font-size: 30px;
  }
}
.pricing-section .header .badge {
  display: inline-block;
  background: white;
  color: #017ede;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 20px 3px;
  border-radius: 100px;
  margin-bottom: 25px;
  position: relative;
}
.pricing-section .header .description {
  color: white;
  font-weight: 500;
}
@media screen and (max-width:540px) {
  .pricing-section .scroll {
    overflow: scroll;
  }
}
.pricing-section .pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media screen and (max-width:540px) {
  .pricing-section .pricing-table {
    width: 800px;
  }
}
.pricing-section .pricing-table .table-header {
  background: #635bff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 19px 17px;
  border-right: 2px solid white;
  width: auto;
}
@media screen and (max-width:768px) {
  .pricing-section .pricing-table .table-header {
    padding: 15px 0px;
  }
}
.pricing-section .pricing-table .table-header:first-child {
  background: #343434;
  width: 200px;
}
@media screen and (max-width:540px) {
  .pricing-section .pricing-table .table-header:first-child {
    width: 180px;
  }
}
.pricing-section .pricing-table .table-header:not(:first-child) {
  width: calc((100% - 200px) / 4);
}
.pricing-section .pricing-table .table-header:last-child {
  border-right: none;
}
.pricing-section .pricing-table .table-header.small-text {
  font-size: 13px;
  line-height: 18.2px;
}
.pricing-section .pricing-table .table-row-header {
  background: #606060;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 17px;
  border-bottom: 2px solid #01a9d1;
  width: 200px;
}
@media screen and (max-width:540px) {
  .pricing-section .pricing-table .table-row-header {
    width: 180px;
    white-space: nowrap;
    font-size: 14px;
  }
}
.pricing-section .pricing-table .table-cell {
  padding: 20px 17px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  border-bottom: 2px solid #01a9d1;
  text-align: center;
  width: auto;
}
.pricing-section .pricing-table .table-cell.pd0 {
  padding: 20px 0;
}
.pricing-section .pricing-table .table-cell:not(:first-child) {
  width: calc((100% - 200px) / 4);
}
.pricing-section .pricing-table .table-cell.stripe-light {
  background: #f3f2ff;
}
.pricing-section .pricing-table .table-cell.stripe-white {
  background: white;
}
.pricing-section .pricing-table.univapay-table .table-header {
  background: #9a49a7;
  line-height: 1.2;
}
.pricing-section .pricing-table.univapay-table .table-header:first-child {
  background: #343434;
  width: 200px;
}
@media screen and (max-width:768px) {
  .pricing-section .pricing-table.univapay-table .table-header:first-child {
    width: 150px;
  }
}
.pricing-section .pricing-table.univapay-table .table-header:not(:first-child) {
  width: calc((100% - 200px) / 4);
}
.pricing-section .pricing-table.univapay-table .table-header .plan-subtitle {
  color: #f8ceff;
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
}
.pricing-section .pricing-table.univapay-table .table-header .plan-subtitle.small {
  font-size: 13px;
  line-height: 18.2px;
}
@media screen and (max-width:768px) {
  .pricing-section .pricing-table.univapay-table .table-header .plan-subtitle.small {
    font-size: 12px;
  }
}
.pricing-section .pricing-table.univapay-table .table-row-header {
  background: #535353;
  width: 200px;
}
@media screen and (max-width:768px) {
  .pricing-section .pricing-table.univapay-table .table-row-header {
    font-size: 14px;
    width: 150px;
  }
}
.pricing-section .pricing-table.univapay-table .table-cell:not(:first-child) {
  width: calc((100% - 200px) / 4);
}
.pricing-section .pricing-table.univapay-table .table-cell.univapay-light {
  background: #f9f0ff;
}
.pricing-section .pricing-table.univapay-table .table-cell.univapay-white {
  background: white;
}
.pricing-section .pricing-table.univapay-table .table-cell.pd0 {
  padding: 20px 0;
}
.pricing-section .pricing-tab .tab-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: auto;
  align-items: flex-end;
}
@media screen and (max-width:768px) {
  .pricing-section .pricing-tab .tab-box {
    width: 100%;
  }
}
@media screen and (max-width:540px) {
  .pricing-section .pricing-tab .tab-box {
    gap: 20px;
  }
}
.pricing-section .pricing-tab .tab-box .tab {
  border: 2px solid #ffffff;
  background-color: #7C7C7C;
  cursor: pointer;
  color: #ffffff;
  border-radius: 10px;
  padding: 13px 0 0;
  width: 32%;
}
@media screen and (max-width:540px) {
  .pricing-section .pricing-tab .tab-box .tab {
    width: 40%;
  }
}
.pricing-section .pricing-tab .tab-box .tab p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width:540px) {
  .pricing-section .pricing-tab .tab-box .tab p {
    font-size: 1.2rem;
  }
}
.pricing-section .pricing-tab .tab-box .tab .touch-btn {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
}
.pricing-section .pricing-tab .tab-box .tab .touch-btn .arrow {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 12px solid #7C7C7C;
  border-bottom: 0;
}
.pricing-section .pricing-tab .tab-box .tab.tab01.tab-active {
  background-color: #635BFF;
}
.pricing-section .pricing-tab .tab-box .tab.tab01.tab-active .touch-btn .arrow {
  border-top: 12px solid #635BFF;
}
.pricing-section .pricing-tab .tab-box .tab.tab02.tab-active {
  background-color: #9A49A7;
}
.pricing-section .pricing-tab .tab-box .tab.tab02.tab-active .touch-btn .arrow {
  border-top: 12px solid #9A49A7;
}
.pricing-section .pricing-tab .tab-box .tab-active {
  color: #ffffff;
}
.pricing-section .pricing-tab .tab-box .tab-active p {
  font-size: 2rem;
}
@media screen and (max-width:540px) {
  .pricing-section .pricing-tab .tab-box .tab-active p {
    font-size: 1.5rem;
  }
}
.pricing-section .pricing-tab .tab-content-item {
  display: none;
  padding: 50px 0 0;
}
@media screen and (max-width:540px) {
  .pricing-section .pricing-tab .tab-content-item {
    padding: 30px 0px;
  }
}
.pricing-section .pricing-tab .tab-content-item.tab-show {
  display: block;
}

.steps-section {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.steps-section::before {
  position: absolute;
  content: "";
  width: 392px;
  height: 354px;
  left: 0;
  top: 0;
  background: url(../img/step-gz.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width:540px) {
  .steps-section::before {
    width: 200px;
    height: 182px;
  }
}
.steps-section .steps-title {
  font-weight: 700;
  color: white;
  line-height: 60px;
  margin-bottom: 40px;
}
.steps-section .step-card {
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 15px 25px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  position: relative;
}
@media screen and (max-width:540px) {
  .steps-section .step-card {
    padding: 15px;
  }
}
.steps-section .step-card .step-number {
  width: 83px;
  height: 83px;
  background: #00a59c;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
}
@media screen and (max-width:540px) {
  .steps-section .step-card .step-number {
    width: 70px;
    height: 70px;
  }
}
.steps-section .step-card .step-number .step-label {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width:540px) {
  .steps-section .step-card .step-number .step-label {
    font-size: 15px;
  }
}
.steps-section .step-card .step-number .step-num {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width:540px) {
  .steps-section .step-card .step-number .step-num {
    font-size: 25px;
  }
}
.steps-section .step-card .step-title {
  font-size: 23px;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width:540px) {
  .steps-section .step-card .step-title {
    font-size: 18px;
  }
}
.steps-section .arrow {
  width: 0;
  height: 0;
  border-left: 19.5px solid transparent;
  border-right: 19.5px solid transparent;
  border-top: 13.5px solid #00a59c;
  margin: 0 auto 9px;
}

.faq {
  background: #E1F8F7;
  padding: 80px 0;
}
.faq h2 {
  color: #00A59C;
  text-align: center;
}
.faq .aco-block {
  margin-bottom: 30px;
}
.faq .aco-last {
  margin-bottom: 0;
}
.faq .aco-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width:540px) {
  .faq .aco-content {
    align-items: flex-start;
    gap: 3px;
  }
}
.faq .aco-content-left {
  margin-right: 15px;
}
@media screen and (max-width:540px) {
  .faq .aco-content-left {
    margin-right: 5px;
  }
}
.faq .aco-content-left p {
  font-size: 40px;
  line-height: 1;
}
.faq .aco .content-q {
  background-color: #ffffff;
  padding: 17px 25px;
  border-radius: 5px;
}
@media screen and (max-width:540px) {
  .faq .aco .content-q {
    padding: 15px;
    padding-right: 30px;
  }
}
@media screen and (max-width:320px) {
  .faq .aco .content-q {
    padding: 15px 20px;
  }
}
.faq .aco .content-q.q {
  position: relative;
}
.faq .aco .content-q.q::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #00A59C transparent transparent transparent;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media screen and (max-width:540px) {
  .faq .aco .content-q.q::before {
    right: 15px;
    border-width: 10px 7px 0 7px;
  }
}
.faq .aco .content-q.q:hover {
  cursor: pointer;
}
.faq .aco .content-q.q.close::before {
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #00A59C transparent;
  transition: all 0.7s;
}
@media screen and (max-width:540px) {
  .faq .aco .content-q.q.close::before {
    border-width: 0 7px 10px 7px;
  }
}
.faq .aco .content-q .aco-content-left p {
  font-size: 35px;
  color: #00A59C;
}
@media screen and (max-width:540px) {
  .faq .aco .content-q .aco-content-left p {
    font-size: 25px;
  }
}
.faq .aco .content-q .aco-content-right p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width:540px) {
  .faq .aco .content-q .aco-content-right p {
    font-size: 16px;
  }
}
.faq .aco .content-a {
  padding: 25px 25px 0;
  align-items: flex-start;
}
@media screen and (max-width:540px) {
  .faq .aco .content-a {
    padding: 25px;
  }
}
@media screen and (max-width:320px) {
  .faq .aco .content-a {
    padding: 20px;
  }
}
.faq .aco .content-a .aco-content-left p {
  font-size: 30px;
  color: #00AECF;
}
@media screen and (max-width:540px) {
  .faq .aco .content-a .aco-content-left p {
    font-size: 27px;
  }
}
.faq .aco .content-a .aco-content-right p {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}
@media screen and (max-width:540px) {
  .faq .aco .content-a .aco-content-right p {
    font-size: 16px;
  }
}
.faq .aco .qa-last {
  margin-bottom: 0;
}

.last-cta {
  background: url(../img/last-cta_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0;
}
@media screen and (max-width:540px) {
  .last-cta {
    padding: 50px 0;
  }
}
.last-cta .lastcta-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width:540px) {
  .last-cta .lastcta-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.last-cta .lastcta-flex img {
  width: 384px;
}
@media screen and (max-width:768px) {
  .last-cta .lastcta-flex img {
    width: 250px;
  }
}
@media screen and (max-width:768px) {
  .last-cta .lastcta-flex .lastcta-content h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:540px) {
  .last-cta .lastcta-flex .lastcta-content h2 {
    text-align: center;
    font-size: 1.5rem;
  }
}
.last-cta .lastcta-flex .lastcta-content .cta-button {
  background: #eca52c;
  color: white;
  padding: 18px 40px;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:540px) {
  .last-cta .lastcta-flex .lastcta-content .cta-button {
    width: 270px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 18px;
  }
}
.last-cta .lastcta-flex .lastcta-content .cta-button:hover {
  background: #d4941f;
}/*# sourceMappingURL=style.css.map */