@charset "UTF-8";
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/MPLUSRounded1c-Medium.woff') format('woff');
}

@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/MPLUSRounded1c-Bold.woff') format('woff');
}

@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/MPLUSRounded1c-ExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'M PLUS 1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/MPLUS1-Medium.woff') format('woff');
}

@font-face {
  font-family: 'M PLUS 1';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/MPLUS1-ExtraBold.woff') format('woff');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-padding-top: 130px;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6;
  color: #222;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fv-img {
  display: block;
  margin: 0 auto;
}

.contact-cta-section {
  background-color: #dd2723;
  padding: 16px 0 32px 0;
  width: 100%;
  text-align: center;
  display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-cta-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.6;
  padding: 12px 2px;
  gap: 12px;
}

.break-line {
  display: none;
}
.break-line-sp {
  display: none;
}

.cta-buttons-white {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.cta-btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #dd2723;
  text-decoration: none;
  padding: 24px 26px;
  border-radius: 80px;
  font-weight: 800;
  font-size: 24px;
  border: 6px solid #ff9595;
  width: 452px;
  height: 84px;
  white-space: nowrap;
  gap: 8px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transform: none;
}
.cta-btn-white:hover {
  box-shadow: 0px 6px #fff;
    transform: translateY(-5px);
}

.note {
  display: none;
}

.problem-container {
  max-width: 960px;
  width: 100%;
  margin: 80px auto;
}

.flow-container {
  margin: 80px auto;
  width: 100%;
}

.problems-heading {
  text-align: center;
  margin-bottom: 40px;
  padding: 0;
}

.speech-bubble {
  width: 584px;
  height: 120px;
  background-image: url("../images/speech_bubble.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
}

.speech-bubble h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: calc(84 / 120 * 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}

.tab-buttons {
  display: flex;
  gap: 32px;
}

.tab-button {
  cursor: pointer;
  transition: background-color 0.3s;
  flex: 1;
  background-color: #fff4f4;
  border: 6px solid transparent;
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: border-color 0.3s ease;
}

.tab-button:hover {
  border: 6px solid #FF9595;
}

.tab-button:active {
  border-color: #dd2723;
}

.tab-button.active {
  border-color: #dd2723;
}


.slash-svg {
  width: 32.53px;
  height: 32px;
}

.card-title {
  color: #dd2723;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  display: block;
}

.card-desc,.card-desc-right {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transform: rotate(0.03deg);
  line-height: 1.6;
  color: #222222;
  margin-bottom: 0;
  text-align: center;
}

.arrow-down {
  display: block;
  margin-top: 4px;
}

.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.main-content {
  background-color: #fffbe0;
  border: 6px solid #dd2723;
  border-radius: 20px;
  padding: 64px 20px;
  max-width: 960px;
  margin: 64px auto 80px auto;
}


.content-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  margin-bottom: 0;
}

.main-title-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}


.content-title {
  color: #dd2723;
  font-size: 20px;
  transform: rotate(0.03deg);
  font-weight: 500;
  line-height: 1.4;
}

.content-subtitle {
  color: #222222;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.6;
  margin: 12px 0 24px 0;
}

.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 64px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  color: #dd2723;
  border-radius: 50%;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 24px;
}

.features-grid > :nth-child(1),
.features-grid > :nth-child(3) {
  margin-left: auto;
}

.features-grid > :nth-child(2),
.features-grid > :nth-child(4) {
  margin-right: auto;
}

.feature-item-1,
.feature-item-2,
.feature-item-3,
.feature-item-4 {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 362px;
  height: 408px;
}

.feature-item-2 {
  height: 382px;
}

.feature-item-3 {
  height: 434px;
}

.feature-item-4 {
  height: 408px;
}


.feature-content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  flex-grow: 1;
}

.feature-title {
  font-weight: 800;
  font-size: 20px;
  transform: rotate(0.03deg); 
  line-height: 1.4;
  color: #dd2723;
}

.feature-desc {
  font-weight: 500;
  font-size: 16px;
  transform: rotate(0.03deg);
  line-height: 1.6;
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}

.cta-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2723;
  color: #ffffff;
  text-decoration: none;
  padding: 24px 26px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 24px;
  border: 6px solid #ff9595;
  width: 452px;
  height: 84px;
  white-space: nowrap;
  gap: 8px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transform: none;
}

.cta-btn:hover {
  box-shadow: 0px 6px #dd2723;
    transform: translateY(-5px);
}

.insurance-cover {
  text-align: center;
  margin: 64px 0 24px 0;
}

.cover-text {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  color: #222222;
  text-align: center;
}

.cover-box {
  background-color: transparent;
  border: 6px dotted #a8996e;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  gap: 12px;
  width: 100%;
  max-width: 756px;
}

.question-icon {
  width: 316px;
  height: 227px;
}

.cover-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  transform: rotate(0.03deg);
  gap: 12px;
  flex-grow: 1;
}

.cover-list li {
  font-weight: 500;
  font-size: 16px;
  transform: rotate(0.03deg);
  color: #222222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.check-icon {
  width: 24px;
  height: 18px;
}

.join-heading {
  display: block;
  margin: 0 auto;
  padding: 32px 0 32px 0;
}

.join-bubble-pc {
  display: block;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
  box-sizing: content-box;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.join-bubble-img {
  width: 568px;
  height: 88.98px;
  z-index: 99;
  position: relative;
}

.join-bubble-text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #dd2723;
  line-height: 1.4;
  font-size: 28px;
}

.join-bubble-sp {
  display: none;
}

.purpose-cards {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}


.purpose-icon img {
  width: 108px;
  height: 108px;
  border-radius: 0;
}

.purpose-icon {
  display: flex;
  flex-flow: column;
  width: 224px;
  height: 224px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  padding-bottom: 16px;
}

.purpose-text {
  font-weight: 500;
  font-size: 16px;
  transform: rotate(0.03deg); 
  line-height: 1.6;
  color: #222222;
  text-align: center;
  margin: 0;
}

.contact-text {
  font-size: 20px;
  transform: rotate(0.03deg); 
  font-weight: 500;
  line-height: 1.4;
  color: #222222;
  text-align: center;
  margin-bottom: 20px;
}

.assurance {
  text-align: center;
  margin: 30px 0;
}

.assurance-title-container {
  color: #dd2723;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}


.assurance-title-text {
  color: #dd2723;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 12px;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  max-width: 960px;
}

.testimonial-card {
  width: 756px;
  height: 100%;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 20px;
}

.testimonial-dots {
  gap: 12px;
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-dot {
  display: block;
  background-color: #dd2723;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.customer-icon {
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #c5c5c5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.customer-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.testimonial-heading {
  font-family: "M PLUS 1", sans-serif;
  font-size: 20px;
  transform: rotate(0.03deg); 
  font-weight: 500;
  line-height: 1.4;
  color: #222222;
}

.testimonial-text {
  font-size: 16px;
  transform: rotate(0.03deg); 
  font-weight: 500;
  line-height: 1.6;
  color: #222222;
  margin: 12px 0 12px 0;
}

.testimonial-tags {
  display: flex;
  gap: 8px;
  font-size: 12px;
  transform: rotate(0.03deg); 
  color: #ffffff;
  margin-top: 0;
  white-space: nowrap;
}

.tag {
  font-weight: 500;
  font-size: 12px;
  transform: rotate(0.03deg); 
  line-height: 1.2;
  letter-spacing: 0.04em;
  background-color: #2f6d9d;
  border-radius: 40px;
  padding: 4px 12px;
  display: inline-block;
  text-align: center;
}

.arrow-icon {
  width: 64px;
  height: 24px;
}


.cta-section {
  background-color: #e52121;
  padding: 80px 0;
  width: 100%;
}

.cta-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cta-heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff !important;
}

.flow-section {
  text-align: center;
}

.section-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #222222;
}


.flow-steps {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.flow-step {
  display: flex;
  width: 920px;
  max-width: 100%;
  position: relative;
}

.step-number {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 2;
}

.step-icon {
  width: 80px;
  height: 80px;
}

.step-content {
  display: flex;
  background-color: #fff4f4;
  border-radius: 20px;
  overflow: hidden;
  padding: 32px;
  gap: 40px;
}

.step-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.step-title {
  color: #dd2723;
  font-size: 20px;
  transform: rotate(0.03deg);
  display: flex;
  align-items: center;
  font-weight: 800;
  line-height: 1.4;
}

.step-desc {
  font-size: 16px;
  transform: rotate(0.03deg);
  font-weight: 500;
  color: #222222;
  margin-bottom: 0;
  line-height: 1.6;
  text-align: left;
}

.flow-section .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}

.flow-section .cta-btn {
  white-space: nowrap;
}


.btn-icon {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  fill: #ffff;
}

.btn-icon-white {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  fill: #dd2723;
}

.faq-section {
  width: 100%;
  padding: 80px 0 80px 0;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  margin: 0 auto;
}

.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 64px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #dd2723;
  border-radius: 50%;
}

.faq-list {
  max-width: 920px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}

.faq-item {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 40px;
  gap: 16px;
}

.faq-question {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #222222;
  gap: 16px;
}

.q-mark {
  color: var(--hoken-red, #dd2723);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  line-height: 1.6;
}

.a-mark {
  color: var(--hoken-blue, #2f6d9d);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.faq-question-text {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 20px;
  transform: rotate(0.03deg);
}

.footer {
  background-color: #fff;
  padding: 40px 200px 32px 200px;
  text-align: center;
  border-top: 1px solid #eee;
}

.footer-links {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.footer-link {
  color: #222;
  text-decoration: none;
  font-size: 16px;
  transform: rotate(0.03deg);
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.footer-link:hover {
  opacity: 0.7;
}

.external-icon {
  width: 12px;
  height: 12px;
}

.divider {
  color: #222;
}

.footer-disclaimer {
  margin-bottom: 15px;
}

.footer-disclaimer p {
  font-size: 12px;
  transform: rotate(0.03deg);
  color: #666;
}

.footer-copyright {
  font-size: 12px;
  transform: rotate(0.03deg);
  color: #575757;
  font-weight: 800;
}

.section__slide {
  display: none;
}

.answer-text {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #222;
  font-size: 16px;
  transform: rotate(0.03deg);
  line-height: 1.6;
}

@media (max-width: 1023px) {
  html {
    scroll-padding-top: 60px;
  }

  .section__slide {
    display: block;
  }

  .hero-container {
    width: 100%;
  }

  .fv-img {
    width: 100%;
    height: 100%;
  }

  .contact-cta-section {
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .cta-buttons-white {
    gap: 8px;
    width: 294px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .cta-btn-white {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 999px;
    border: 4px solid var(--hoken-pink, #ff9595);
    background: var(--hoken-light-gray, #f8f8f8);
    height: 56px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
    transform: rotate(0.03deg);
    width: 294px;
    height: 56px;
  }

  .content-header{
    margin-bottom:24px ;
  }
  .maincontent-icon {
    width: 22px;
    height: 22px;
  }

  
  .contact-cta-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    transform: rotate(0.03deg);
    line-height: 1.4;
    padding: 5px 20px;
  }


  .slash-svg {
    width: 24.395px;
    height: 23.999px;
    stroke: #ffffff;
    stroke-width: 4.8px;
  }

  .break-line {
    display: block;
  }

  .note {
    background-color: #dd2723;
    padding: 12px 20px;
    width: 100%;
    display: block;
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    font-size: 10px;
    transform: rotate(0.03deg);
    color: #fff;
  }

  .problem-container {
    width: 100%;
    max-width: 768px;
    display: flex;
    padding: 2px 20px 0 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    margin: 0 auto;
  }

  .card-title {
    font-size: 20px;
    transform: rotate(0.03deg);
  }

  .card-desc,.card-desc-right {
    font-size: 12px;
    transform: rotate(0.03deg);
    text-align: left;
  }

  .answer-text {
    font-size: 12px;
    transform: rotate(0.03deg);
  }

  .main-content {
    padding: 24px 12px;
    width: 100%;
    max-width: 768px;
    align-self: stretch;
    justify-content: center;
    margin: 32px auto 40px auto;
    border: 4px solid #dd2723;
  }

  .main-content .dots {
    margin-bottom: 0px;
    margin-top: 12px;
  }

  .break-line-pc {
    display: none;
  }

  .feature-item-1,
  .feature-item-2,
  .feature-item-3,
  .feature-item-4 {
    width: 294px;
    height: 312px;
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
    text-align: center;
  }

  .feature-image {
    width: 294px;
    height: 164px;
    margin: 0;
  }

  .tab-button {
    border: 4px solid transparent;
    padding: 24px 12px;
  }
  .tab-button:hover {
    border: 4px solid #FF9595;
  }
  .tab-buttons {
    gap: 8px;
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
  }
  .arrow-down {
    margin-top: 0;
  }

  .speech-bubble {
    width: 300px;
    padding: 12px 0 2px 0;
    gap: 16px;
    background-image: url(../images/speech_bubble.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .speech-bubble h2 {
    font-size: 20px;
    transform: rotate(0.03deg);
    width: 100%;
    height: 65%;
    text-align: center;
  }

  .content-title {
    font-size: 16px;
    transform: rotate(0.03deg);
  }

  .content-subtitle {
    font-size: 20px;
    transform: rotate(0.03deg);
    margin: 4px 0 0 0;
    line-height: 1.4;
    text-align: center;
  }


  .problems-heading {
    margin-bottom: 0;
  }

  .faq-question-text {
    font-size: 16px;
    transform: rotate(0.03deg);
  }
  .feature-content {
    gap: 8px;
  }

  .feature-title {
    font-size: 14px;
    transform: rotate(0.03deg);
  }

  .features-grid {
    margin-bottom: 32px;
    gap: 16px;
  }

  .feature-desc {
    font-size: 12px;
    text-align: left;
    transform: rotate(0.03deg);
  }

  .cover-text {
    font-size: 18px;
    transform: rotate(0.03deg);
  }

  .assurance {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .assurance-title-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 8px;
  }

  .insurance-cover{
    margin: 32px 0 24px 0;
  }
  .assurance-title-text {
    font-size: 18px;
    transform: rotate(0.03deg);
    margin: 0;
  }
  .assurance-left-slash{
    width: 20.33px;
    height: 20px;
  }
  .assurance-right-slash{
    width: 20.33px;
    height: 20px;
  }

  .cover-box {
    margin: 6px auto;
    padding: 16px 0;
    gap: 12px;
    width: 100%;
    max-width: 294px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .join-heading {
    margin: 32px 0 24px 0;
    padding: 0 12px;
  }

  .join-bubble-sp {
    display: block;
    position: relative;
    white-space: nowrap;
    text-align: center;
    height: 66px;
    margin-bottom: 24px;
  }

  .join-bubble-img {
    z-index: 99;
    position: relative;
  }

  .join-bubble-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0.03deg);
    z-index: 100;
    color: #dd2723;
    font-size: 18px;
    padding: 8px 20px;
  }

  .join-bubble-pc {
    display: none;
  }

  .question-icon {
    max-width: 202px;
    height: 149px;
  }

  .cover-list li {
    font-size: 12px;
    transform: rotate(0.03deg);
    display: flex;
    align-items: center;
  }


  .testimonial-content {
    display: none;
  }

  .purpose-cards {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
  }

  .purpose-icon {
    display: flex;
    width: 142px;
    height: 142px;
    padding-bottom: 12px;
  }

  .purpose-icon img {
    width: 68px;
    height: 68px;
  }

  .purpose-text {
    font-size: 12px;
    transform: rotate(0.03deg);
    line-height: 1.6;
  }

  .contact-text {
    text-align: center;
    margin: 32px;
    font-size: 16px;
    padding: 0;
    transform: rotate(0.03deg);
  }

  .cta-buttons {
    gap: 8px;
    width: 294px;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .btn-icon {
    width: 24px;
    height: 24px;
  }

  .btn-icon-white {
    width: 24px;
    height: 24px;
  }

  .cta-section {
    padding: 40px 16px;
    width: 100%;
  }

  .cta-container {
    margin: 0 auto;
    text-align: center;
    align-items: center;
    gap: 32px;
  }

  .cta-heading {
    font-size: 20px;
    transform: rotate(0.03deg);
    line-height: 1.4;
  }
  
  .testimonial-tags{
    gap: 4px;
    flex-wrap: wrap;
  }
  .testimonial {
    position: relative;
    overflow: hidden;
  }

  .testimonial-card {
    display: flex;
    width: 294px;
    height: 409px;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .testimonial-header {
    align-items: center;
    gap: 16px;
  }

  .testimonial-heading {
    font-size: 14px;
    transform: rotate(0.03deg);
  }

  .testimonial-text {
    font-size: 12px;
    transform: rotate(0.03deg);
    margin: 8px 0 8px 0
  }

  .flow-container {
    margin: 40px auto;
    width: 100%;
  }

  .flow-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    align-self: stretch;
  }

  .section-title {
    font-size: 20px;
    transform: rotate(0.03deg);
    margin-bottom: 0;
    /* Figma: fontSize 40 */
  }

  .dots {
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 64px;
  }

  .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
  }

  .flow-steps {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .flow-step {
    width: 100%;
    max-width: 604px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .step-number {
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .step-content {
    gap: 12px;
    display: flex;
    padding: 32px 12px 20px 12px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-self: stretch;
    display: flex;
    align-items: center;
  }

  .step-image {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .step-img {
    width: 80px;
    height: 80px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
  }

  .step-text {
    gap: 12px;
    width: 580px;
  }

  .step-title {
    font-size: 16px;
    transform: rotate(0.03deg);
    text-align: center;
    justify-content: center;
  }

  .step-desc {
    font-size: 12px;
    transform: rotate(0.03deg);
    text-align: left;
    justify-content: left;
  }

  .q-mark ,.a-mark{
    font-size: 24px;
  }
  .flow-section .cta-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  

  .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 294px;
    height: 56px;
    padding: 16px 32px;
    font-size: 14px;
    transform: rotate(0.03deg);
    gap: 4px;
    border: 4px solid #ff9595;
  }
  .cta-btn:hover {
    box-shadow: 0px 4px #dd2723;
  }
  .cta-btn-white:hover {
    box-shadow: 0px 4px #fff;
  }
  .faq-section {
    width: 100%;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 0;
    align-self: stretch;
    margin: 0 auto;
  }

  .faq-section .dots {
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .faq-item {
    padding: 20px;
    gap: 8px;
    width: 728px;
    margin: 0 auto;
  }

  .section__slide {
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
  }

  .section__slide .sliderArea {
    max-width: 100%;
    margin: 0 auto;
  }

  .section__slide .sliderArea.w300 {
    width: 100%;
  }

  .section__slide .slick-slide {
    margin: 0 10px;
  }

  .section__slide .slick-slide img {
    width: 100%;
    height: 100%;
  }

  .section__slide .slick-prev,
  .slick-next {
    z-index: 1;
  }

  .section__slide .slick-prev:before,
  .slick-next:before {
    color: #000;
  }

  .section__slide .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
    width: 294px;
  }

  .section__slide .slick-active {
    opacity: 1;
  }

  .section__slide .slick-current {
    opacity: 1;
  }

  .section__slide .thumb {
    margin: 20px 0 0;
  }

  .section__slide .thumb .slick-slide {
    cursor: pointer;
  }

  .section__slide .thumb .slick-slide:hover {
    opacity: 0.7;
  }

  .slide-arrow {
    bottom: -100%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
  }

  .prev-arrow {
    right: 380px;
  }

  .next-arrow {
    left: 386px;
  }

  .slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .slide-dots li {
    display: inline-block;
    margin: 0 10px;
  }

  .slide-dots li button {
    position: relative;
    text-indent: -9999px;
  }

  .slide-dots li button::before {
    background-color: #ff9595;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
  }

  .slide-dots li.slick-active button::before {
    background-color: #dd2723;
  }

  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 20px;
  }

  .footer-links {
    margin-bottom: 0;
    font-size: 12px;
    transform: rotate(0.03deg);
    flex-direction: column;
        align-items: center;
        gap: 24px;
    margin-bottom: 64px;
  }

  .footer-link {
    font-size: 12px;
    transform: rotate(0.03deg);
  }
  .footer-disclaimer{
    margin-bottom: 8px;
  }

  .divider {
    display: none;
  }

}

@media (max-width: 768px) {
  html {
    scroll-padding-top: -200px;
  }

  .container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .cta-buttons {
    margin-bottom: 0;
  }

  .contact-cta-title {
    font-size: 20px;
    transform: rotate(0.03deg);
  }
  .tab-buttons {
    gap: 8px;
    max-width: 350px;
  }

  .tab-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
  }

  .icon {
    width: 28px;
    height: 28px;
  }

  .card-title {
    font-size: 18px;
    transform: rotate(0.03deg);
  }

  .card-desc {
    font-size: 12px;
    transform: rotate(0.03deg);
  }
  .card-desc-right {
    font-size: 12px;
    margin-bottom: 13px;
    transform: rotate(0.03deg);
  }

  .main-content {
    max-width: 350px;
    display: flex;
    padding: 24px 0;
    margin-top: 32px;
    align-self: stretch;
    align-items: center;
  }

  .break-line-sp {
    display: block;
  }

  .content-section {
    width: 294px;
    display: block;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
  }
  .features-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 294px;
    align-items: center;
    margin-bottom: 32px;
  }
  .feature-item-1,
  .feature-item-2,
  .feature-item-3,
  .feature-item-4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .cover-box {
    max-width: 294px;
    width: 100%;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 12px;
    margin-bottom: 32px;
  }

  .join-bubble-sp {
    margin-bottom: 18px;
  }

  .join-heading {
    width: 294px;
    margin: 32px 0 0 0;
  }
  .insurance-cover{
    margin: 40px 0 24px 0;
  }

  .purpose-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .join-bubble-text {
        top: 45%;
  }

  .contact-text {
    margin: 32px auto;
    width: 100%;
  }

  .content-title {
    font-size: 18px;
    transform: rotate(0.03deg);
  }

  .content-subtitle {
    font-size: 20px;
    transform: rotate(0.03deg);
    margin-bottom: 12px;
    text-align: center;
  }

  .assurance {
    padding: 0;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .flow-steps {
    width: 350px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .flow-step {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }

  .step-content {
    padding: 32px 12px 20px 12px;
  }

  .step-number {
    top: -15px;
  }

  .step-image {
    margin: 9px 9.259px 2.001px 9px;
  }

  .step-text {
    width: 100%;
  }

  .step-title {
    font-size: 16px;
    transform: rotate(0.03deg);
  }

  .step-desc {
    font-size: 12px;
    transform: rotate(0.03deg);
  }

  .faq-list {
    max-width: 350px;
  }

  .answer-content {
    font-size: 12px;
    transform: rotate(0.03deg);
  }

  .faq-item {
    width: 100%;
    padding: 20px;
  }
  

  .slide-arrow {
    bottom: -100%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
  }

  .prev-arrow {
    right: 180px;
    left: auto;
  }

  .next-arrow {
    left: 185px;
    right: auto;
  }

  .slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .slide-dots li {
    display: inline-block;
    margin: 0 10px;
  }

  .slide-dots li button {
    position: relative;
    text-indent: -9999px;
  }

  .slide-dots li button::before {
    background-color: #ff9595;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
  }
}
