/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #1c1c33;
  background-color: #fdfdff;
}

/* Typography */
h1,
h2,
h3 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}

button a {
  color: inherit;
  text-decoration: none;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

button {
  background: none;
  border: none;
}

.sp {
  display: none;
}

/* Buttons */
.btn-primary {
  width: 160px;
  height: 44px;
  background: linear-gradient(
    135deg,
    rgba(215, 14, 206, 1) 0%,
    rgba(78, 44, 245, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 4px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.btn-primary:hover {
  background: linear-gradient(
    135deg,
    rgba(215, 14, 206, 0.9) 0%,
    rgba(78, 44, 245, 0.9) 100%
  );
  transform: translateY(-2px);
}

.btn-ghost {
  height: 44px;
  background: transparent;
  color: #1c1c33;
  border: none;
  border-radius: 4px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  transition: all 0.3s ease;
}

.btn-ghost:hover {
  transform: translateY(-2px);
}

.header {
  height: 76px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.logo-text {
  font-size: 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1280px;
  box-sizing: content-box;
  padding: 0 16px;
  margin: 0 auto;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  gap: 64px;
}

.nav-menu {
  display: flex;
  gap: 32px;
}

.nav-menu a {
  text-decoration: none;
  color: #1c1c33;
  font-size: 16px;
  font-family: "Noto Sans JP", Helvetica;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #646cff;
}

.header-buttons {
  display: flex;
  gap: 16px;
}

.btn-open {
  display: none;
}

.btn-primary.sp {
  display: none;
}

.container {
  margin-top: 76px;
}

.hero-section {
  height: 724px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  background: url(./public/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  color: #fff;
  min-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 28px;
  z-index: 2;
}

.hero-title-wrapper {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 12px;
  background: rgba(2, 27, 41, 0.6);
  padding: 24px;
  backdrop-filter: blur(12px);
}

.hero-title-wrapper h2 {
  font-size: 50px;
  letter-spacing: 3.6px;
}

.hero-title-wrapper p {
  font-size: 24px;
  margin-top: 16px;
}

.hero-subtitle {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 20px;
}

.hero-cta-btn {
  width: 400px;
  height: 72px;
  background: linear-gradient(
    135deg,
    rgba(215, 14, 206, 1) 0%,
    rgba(78, 44, 245, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 8px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(78, 44, 245, 0.3);
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-header h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 12px;
  color: #1c1c33;
}

.section-subtitle {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 16px;
  color: rgba(28, 28, 51, 0.61);
  line-height: 24px;
}

/* About Section */
.about-section {
  padding: 64px 0;
  background: #f1f2f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.about-section .section-header h2 {
  font-size: 32px;
  line-height: 48px;
}

.about-section .section-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #1c1c33;
  line-height: 27px;
}

.about-section .section-subtitle {
  opacity: 1;
}

.timeline-container {
  position: relative;
  max-width: 1066px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 20px;
}

.timeline-line {
  position: absolute;
  width: 121px;
  height: 394px;
  top: 308px;
  left: -90px;
  background: linear-gradient(
    135deg,
    rgba(215, 14, 206, 1) 0%,
    rgba(78, 44, 245, 1) 100%
  );
  height: 1px;
  width: 400px;
  z-index: 0;
  transform: rotate(-73deg);
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.timeline-item:nth-child(1) {
  padding-left: 120px;
  margin-right: -126px;
}

.timeline-item:nth-child(2) {
  padding-left: 60px;
  margin-right: -6px;
}

.timeline-circle {
  width: 122px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 70px;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  letter-spacing: 1.08px;
  color: #1c1c33;
  flex-shrink: 0;
}

.timeline-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 70px;
  background: linear-gradient(
    90deg,
    rgba(113, 37, 235, 1) 0%,
    rgba(201, 18, 210, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.timeline-content {
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(98, 152, 192, 0.12),
    0px 0px 2px rgba(64, 67, 79, 0.14),
    0px 0px 2px -1px rgba(236, 236, 255, 0.2);
  flex: 1;
  max-width: 800px;
}

.timeline-content h3 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  color: #1c1c33;
}

.timeline-content p {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 14px;
  line-height: 1.8;
  color: #1c1c33;
}

/* Services Section */
.services-section {
  padding: 64px 0 128px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-section .section-header {
  max-width: 589px;
  margin-bottom: 16px;
}

.services-section .section-description {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 64px;
}

.services-section .section-description p {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 18px;
  line-height: 27px;
  color: #161c2d;
}

.services-diagram {
  position: relative;
  width: 100%;
  max-width: 969px;
  height: 456px;
  padding: 0 266px;
}

.services-diagram-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.center-logo {
  position: absolute;
  width: 196px;
  height: 191px;
  top: 139px;
  left: 386px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Rubik", Helvetica;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.13px;
  background: url("/ellipse-2.svg") center/contain no-repeat;
}

.service-card {
  position: absolute;
  width: 200px;
  height: 198px;
  background: url("/ellipse-9.svg") 100% 100% / cover;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 37px;
  text-align: center;
}

.service-card:nth-child(2) {
  top: 0;
  left: 0;
}
.service-card:nth-child(3) {
  top: 258px;
  left: 0;
}
.service-card:nth-child(4) {
  top: 0;
  left: 771px;
}
.service-card:nth-child(5) {
  top: 258px;
  left: 771px;
}

.service-badge {
  padding: 4px 12px;
  border-radius: 999px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 11px;
  line-height: 150%;
  margin-bottom: 15px;
}

.service-badge.green {
  background: #c1f2bf;
  color: #005e47;
}

.service-badge.pink {
  background: #ffcef8;
  color: #dc00a1;
}

.service-badge.blue {
  background: #ced5fb;
  color: #1300a6;
}

.service-badge.orange {
  background: #fee094;
  color: #ff5e00;
}

.services-image-wrapper {
  max-width: 970px;
}

.services-image-wrapper img {
  width: 100%;
}

.service-logo {
  width: 114px;
  height: 24px;
  margin-bottom: 20px;
}

.service-description {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 12px;
  line-height: 150%;
  color: #1c1c33;
}

.connection-label {
  position: absolute;
  padding: 8px;
  background: white;
  border: 1px solid black;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 14px;
  color: #5659ea;
  white-space: nowrap;
}

.connection-label:nth-child(6) {
  top: 98px;
  left: 238px;
}
.connection-label:nth-child(7) {
  top: 243px;
  left: 169px;
  width: 156px;
}
.connection-label:nth-child(8) {
  top: 98px;
  left: 581px;
}
.connection-label:nth-child(9) {
  top: 243px;
  left: 642px;
  width: 156px;
}

.connection-line {
  position: absolute;
  width: 199px;
  height: 70px;
  object-fit: cover;
}

.connection-line:nth-child(10) {
  top: 129px;
  left: 577px;
}
.connection-line:nth-child(11) {
  top: 265px;
  left: 192px;
}
.connection-line:nth-child(12) {
  top: 265px;
  left: 576px;
}
.connection-line:nth-child(13) {
  top: 129px;
  left: 190px;
}

.success-btn {
  position: absolute;
  top: 345px;
  left: 378px;
  background: #6b26ed;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-family: "Rubik", Helvetica;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

/* Company Logos Section */
.company-section {
  padding: 64px 0;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.company-section .section-header {
  margin-bottom: 32px;
}

.company-section .section-header h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

.company-section .section-header h2 small {
  font-size: 10px;
  line-height: 0.1px;
}

.company-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 60px;
  margin-bottom: 16px;
}

.company-logos .swiper-wrapper {
  transition-timing-function: linear;
}

.company-logos .swiper-slide {
  width: 100px;
}
.company-logos img {
  max-width: 100%;
}

.disclaimer {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 12px;
  color: rgba(28, 28, 51, 0.61);
  text-align: right;
  padding: 0 80px;
  line-height: 150%;
}

/* FAQ Section */
.faq-section .section-header {
  margin-bottom: 32px;
}

.faq-section {
  padding: 64px 0 128px;
  background: #f1f2f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-item {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(98, 152, 192, 0.12), 0 0 2px rgba(64, 67, 79, 0.14),
    0 0 2px -1px rgba(236, 236, 255, 0.2);
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: left;
}

.faq-question:hover {
  background-color: #f8f9fa;
}

.faq-question i {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.faq-separator {
  width: 1px;
  height: 30px;
  background: url("/line-27.svg") center/cover;
  flex-shrink: 0;
}

.faq-question span {
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 18px;
  color: #1c1c33;
  line-height: 25px;
}

.faq-toggle {
  font-size: 24px;
  font-weight: 700;
  color: #1c1c33;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question {
  background: rgba(95, 41, 240, 0.03);
}

.faq-answer {
  display: none;
  padding: 16px 24px;
}

.faq-item.active .faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.faq-answer i {
  width: 18px;
  height: 20px;
  margin-top: 2px;
}

.faq-answer-text {
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 16px;
  line-height: 16px;
  color: #1c1c33;
}

.faq-answer-text .highlight {
  color: #5659ea;
}

.faq-answer-spacer {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
  display: flex;
  height: 300px;
  padding: 64px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.cta-section h2 {
  font-size: 32px;
  color: #1c1c33;
}

.cta-section p {
  font-size: 18px;
  color: #1c1c33;
}

/* Footer */
.footer {
  background: #161c2d;
  color: white;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 16px 96px;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: content-box;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.footer-logo {
  font-family: "Rubik", Helvetica;
  font-weight: 700;
  font-size: 24px;
  color: white;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 12px 0 12px 64px;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.external-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 12px;
  color: white;
}

/* Benefits Section */
.benefits-section {
  width: 100%;
  padding: 64px 0;

  background-image: url("./public/feature-bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
  max-width: 964px;
}

.benefit-card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 0px 5px rgba(98, 152, 192, 0.12),
    0px 0px 2px rgba(64, 67, 79, 0.14),
    0px 0px 2px -1px rgba(236, 236, 255, 0.2);
  position: relative;
}

.benefit-number {
  position: absolute;
  width: 30px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid;
  border-image: linear-gradient(
      135deg,
      rgba(215, 14, 206, 1) 0%,
      rgba(78, 44, 245, 1) 100%
    )
    1;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  padding-bottom: 8px;
  top: 10px;
  left: 15px;
}

.benefit-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.benefit-image-wrapper {
  background: #f3edfd;
  width: 100%;
  border-radius: 4px;
  padding: 33px 0;
  text-align: center;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.benefit-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #1c1c33;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.benefit-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1c1c33;
  font-size: 14px;
  line-height: 25.2px;
}

/* CTA Section */
.cta-section {
  background: url(./public/bg-cta.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  height: 300px;
  padding: 64px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
}

.cta-section button {
  width: 400px;
  height: 64px;
  font-size: 18px;
}

/* FAQ Section */
.faq-section {
  padding: 64px 0 128px;
  background: #f1f2f5;
}

.faq-container {
  width: 100%;
  max-width: 832px;
  margin: 0 auto;
  padding: 0 16px;
}

.faq-item {
  background: white;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(98, 152, 192, 0.12), 0 0 2px rgba(64, 67, 79, 0.14),
    0 0 2px -1px rgba(236, 236, 255, 0.2);
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  min-height: 62px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #f8f9fa;
}

.faq-question span {
  padding: 16px 0;
}

.faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.faq-separator {
  width: 1px;
  height: auto;
  background: #e0e0e0;
  align-self: normal;
}

.faq-question .faq-separator {
  margin: 16px 0;
}

.faq-question span {
  flex: 1;
  font-size: 18px;
  color: #1c1c33;
}

.faq-toggle {
  font-size: 24px;
  font-weight: 700;
  color: #1c1c33;
  transition: transform 0.3s ease;
}

.faq-toggle .minus {
  display: none;
}

.faq-item.active .faq-toggle .minus {
  display: block;
}

.faq-item.active .faq-toggle .puls {
  display: none;
}

.faq-answer {
  display: none;
  padding: 16px 24px;
}

.faq-item.active .faq-question {
  background: rgba(95, 41, 240, 0.03);
}

.faq-item.active .faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.faq-answer-text {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c33;
}

/* Footer */
.footer {
  background: #161c2d;
  color: white;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 80px 96px;
  gap: 48px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.footer-logo {
  width: 173px;
  height: 48px;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 12px 0 12px 64px;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.external-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 12px;
  color: white;
}

@media (max-width: 1082px) {
  .header {
    height: 64px;
  }

  .logo-text img {
    height: 32px;
  }

  .btn-open {
    width: auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: block;
  }

  .btn-primary.sp {
    display: block;
  }

  .btn-primary.pc {
    display: none;
  }

  .btn-open img {
    width: 100%;
  }

  .nav-wrapper {
    position: fixed;
    gap: 16px;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100vh);
    background: linear-gradient(
        244deg,
        rgba(203, 89, 232, 0.21) 1.13%,
        rgba(122, 89, 232, 0.21) 45.26%,
        rgba(194, 179, 244, 0.28) 74.37%,
        rgba(255, 255, 255, 0) 98.78%
      ),
      #fff;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .to-close {
    display: none;
  }

  body.active .nav-wrapper {
    opacity: 1;
    visibility: visible;
  }

  body.active .to-open {
    display: none;
  }

  body.active .to-close {
    display: block;
  }

  .header-buttons {
    margin-top: 8px;
    padding-top: 32px;
    width: 100%;
    border-top: 1px solid #ccc;
  }

  .btn-ghost {
    font-size: 18px;
    padding: 0 32px 0;
    font-family: "Noto Sans JP", sans-serif;
  }

  .btn-ghost svg {
    color: #5f29f0;
    width: 16px;
    height: 16px;
  }

  .nav-wrapper .btn-primary {
    width: 100%;
    font-size: 18px;
    height: 56px;
    margin: 32px auto 0;
  }

  .nav-menu {
    width: 100%;
    padding: 0 32px;
    flex-direction: column;
  }

  .nav-menu a {
    font-size: 22px;
  }

  .nav-menu span {
    color: #1c1c33;
    opacity: 61%;
    font-size: 12px;
    padding: 8px 0 4px;
  }

  .nav-wrapper .btn-primary {
    margin: 32px 32px 0;
    width: calc(100% - 64px);
  }

  .container {
    margin-top: 64px;
  }

  .footer-content {
    flex-direction: column;
    gap: 32px;
    padding: 64px 24px;
  }

  .footer-left {
    width: 100%;
    gap: 32px;
  }
  .footer-left button {
    width: 100%;
    height: 56px;
    font-size: 16px;
  }

  .footer-nav {
    flex-wrap: wrap;
    padding: 0;
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 32px;
    text-align: center;
    padding: 16px 24px;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: left;
    gap: 8px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .benefits-section {
    padding: 48px 0 96px;
  }

  .benefits-container {
    padding: 0 40px;
    gap: 24px;
  }

  .benefit-card {
    width: 100%;
    max-width: 400px;
    padding: 24px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .benefits-section {
    padding: 64px 0;
  }

  .benefits-container {
    padding: 0 16px;
    gap: 16px;
  }

  .benefit-card {
    padding: 20px;
  }

  .benefit-title {
    font-size: 18px;
    line-height: 24px;
  }

  .benefit-description {
    font-size: 14px;
    line-height: 2;
  }

  .hero-text {
    width: 100%;
  }

  .hero-main-sp {
    background-image: url(./public/main-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-section {
    background: none;
    height: auto;
  }

  .hero-content {
    padding: 0;
    background-image: none;
    min-width: auto;
    margin: 0;
  }

  .hero-title-wrapper {
    padding: 24px 16px;
  }

  .hero-title-wrapper h2 {
    font-size: 30px;
  }

  .hero-title-wrapper p {
    font-size: 16px;
  }

  .hero-subtitle {
    color: #1c1c33;
    font-size: 16px;
    padding: 0 16px;
  }

  .hero-cta-btn {
    width: calc(100% - 32px);
    height: 56px;
    font-size: 16px;
    margin: 0 auto;
  }

  .section-header {
    margin-bottom: 32px;
  }

  .section-header h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .about-section {
    padding: 64px 16px;
    gap: 20px;
  }

  .about-section .section-header {
    margin-bottom: 48px;
  }

  .about-section .section-header h2 {
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
  }

  .about-section .section-subtitle {
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
    font-weight: bold;
    line-height: 2;
  }

  .timeline-container {
    padding: 0;
    gap: 48px;
  }

  .timeline-item {
    padding-left: 0 !important;
    margin-right: 0 !important;
  }

  .timeline-content {
    padding-left: 48px;
    padding-top: 32px;
  }

  .timeline-content h3 {
    font-size: 5vw;
  }

  .timeline-content p {
    font-size: 3.6vw;
  }

  .timeline-circle {
    position: absolute;
    font-size: 14px;
    width: 61px;
    height: 61px;
    top: -20px;
    left: -8px;
  }

  .timeline-line {
    height: 650px;
    width: 1px;
    transform: rotate(0deg);
    left: 23px;
    top: 0;
  }

  .services-section {
    padding: 64px 16px;
  }

  .services-section .section-description p {
    font-size: 16px;
  }

  .services-image-wrapper {
    width: 100%;
  }

  .services-image-wrapper img {
    width: 100%;
  }

  .benefit-number {
    top: 8px;
  }

  .cta-section {
    background: url(./public/bg-cta-sp.png);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center center;
    height: 78vw;
    padding: 0 16px;
  }

  .cta-section button {
    width: 100%;
    width: 100%;
    height: 16vw;
  }

  .faq-question span,
  .faq-answer-text {
    font-size: 14px;
  }

  .arrows {
    gap: 0;
    justify-content: space-around;
  }

  .testimonials-grid {
    padding: 0 16px;
    flex-direction: column;
    gap: 16px;
  }

  .testimonial-card {
    flex-direction: column;
    text-align: center;
    max-width: none;
    position: relative;
    gap: 16px;
  }

  .testimonial-user {
    margin-top: 0;
  }

  .testimonial-content h3 {
    height: auto;
    position: absolute;
    width: calc(100% - 148px);
    top: 24px;
    right: 24px;
  }

  .testimonial-content .separator {
    margin-bottom: 16px;
  }

  .service-step {
    width: 100%;
    max-width: 500px;
  }

  .company-section .section-header h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    padding: 0 16px;
  }

  .disclaimer {
    padding: 0 16px;
    text-align: left;
    word-break: break-all;
  }
}
