/* ===========================
   RESET & BASE
   =========================== */
* { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; }
html { scroll-behavior: smooth; }
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333;
  background: #f6f8fc;
  overflow-x: hidden;
}
.container { width: 90%; max-width: 1200px; margin: 0 auto; }
.wrap { overflow: hidden; }
img { max-width: 100%; height: auto; }
.tb { display: none; }
.spi { display: none; }
.pc { display: none; }
@media(max-width: 768px) {
	.pc {
		display: block;
	}
}
/* Gradient text utility */
.gradient-text {
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===========================
   SCROLL ANIMATIONS
   =========================== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================
   HEADER
   =========================== */
header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.3s;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.logo span {
  font-size: 0.7rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.3rem;
  letter-spacing: 0.02rem;
}
.logo img { height: 50px; }
nav { position: relative; }
.nav-list ul {
  display: flex;
  gap: 24px;
  list-style: none;
  align-items: center;
}
.nav-list li a {
  text-decoration: none;
  color: #555;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s;
}
.nav-list li a:hover { color: #7223F5; }
.nav-cta {
  background: linear-gradient(96deg, #235ef5 0%, #4da0d4 53.5%, #3de2f2 100%) !important;
  color: #fff !important;
  padding: 10px 24px !important;
  border-radius: 50px !important;
  font-size: 0.85rem !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}
.nav-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(35, 94, 245, 0.3) !important;
}
.menu-toggle { display: none; font-size: 2rem; cursor: pointer; }

/* ===========================
   HERO
   =========================== */
#hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 0 80px;
  background: url(./bg_mamoru.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 120px;
  background: linear-gradient(to bottom, transparent, #f6f8fc);
  pointer-events: none;
}
.hero-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.hero-text { flex: 1; min-width: 580px; }
.hero-badge {
  display: inline-block;
  background: rgba(114, 35, 245, 0.08);
  border: 1px solid rgba(114, 35, 245, 0.2);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #7223F5;
  margin-bottom: 20px;
  animation: fadeInUp 0.6s ease both;
}

/* Hero title styles (kept from original) */
#hero .ttl {
  display: flex;
  line-height: 1.01;
  align-items: end;
}
#hero .ttl .getu {
  display: inline-block;
  line-height: 1.01;
  font-size: 93px;
  letter-spacing: 0.093em;
  font-weight: 900;
  padding-bottom: 20px;
  text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, -3px -3px 0 #ffffff, 3px -3px 0 #ffffff;
}
#hero .ttl .num {
  font-size: 206.869px;
  font-weight: 900;
  letter-spacing: 2.069px;
  line-height: 1.01;
  -webkit-text-stroke-width: 3.45px;
  -webkit-text-stroke-color: #ffffff;
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero .ttl .en {
  position: relative;
  width: fit-content;
  font-size: 94px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.94px;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, -3px -3px 0 #ffffff, 3px -3px 0 #ffffff;
  padding-bottom: 20px;
}
#hero .ttl .en::before {
  position: absolute;
  content: "万円〜";
  top: 0; left: 0; right: 0; bottom: 0;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  -webkit-background-clip: text;
  text-shadow: none;
}
.small_ttl {
  line-height: 1.01;
  font-size: 63px;
  letter-spacing: 1.8px;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, -3px -3px 0 #ffffff, 3px -3px 0 #ffffff;
}
.hero-text p {
  font-size: 1.15rem;
  margin: 20px 0;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  line-height: 1.9;
}

/* CTA Button */
.btn {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 0 48px 0 32px;
  line-height: 64px;
  border-radius: 64px;
  background: linear-gradient(96deg, #235ef5 0%, #4da0d4 53.5%, #3de2f2 100%);
  color: #ffffff;
  position: relative;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(35, 94, 245, 0.25);
}
.btn.btn-w {background: linear-gradient(96deg, #f52336 0%, #EA336F 53.5%, #f2943d 100%);color: #ffffff}
#hero .btn {
  width: calc(50% - 8.5px);
}
.btn::before {
  position: absolute;
  content: "";
  width: 20px; height: 20px;
  right: 24px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(./arrow.webp) no-repeat center;
  background-size: contain;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(35, 94, 245, 0.35);
}
.btn:hover::before { right: 18px; }
.btn-large {
  font-size: 20px;
  line-height: 72px;
  padding: 0 56px 0 36px;
}

/* Hero trust badges */
.hero-trust {
  display: flex;
  gap: 32px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 2px solid rgba(114, 35, 245, 0.1);
  animation: fadeInUp 0.8s ease 0.4s both;
}
.trust-item { text-align: center; }
.trust-num {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  display: block;
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.trust-label {
  font-size: 0.78rem;
  color: #666;
  font-weight: 600;
}

.hero-char {
  flex: 1;
  max-width: 520px;
  text-align: right;
  margin-top: 40px;
  padding-left: 20px;
}
.hero-char img { max-width: 100%; height: auto; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===========================
   ALERT BANNER
   =========================== */
#alert {
  padding: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.alert-banner {
  background: linear-gradient(135deg, #fff5f5, #fff0e6);
  border: 2px solid rgba(255, 51, 102, 0.15);
  border-radius: 20px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 8px 32px rgba(255, 51, 102, 0.08);
  animation: fadeInUp 0.8s ease 0.2s both;
}
.alert-icon { font-size: 2.4rem; flex-shrink: 0; }
.alert-main { font-size: 1.1rem; font-weight: 700; color: #333; }
.alert-main strong { color: #e63946; }
.alert-sub { font-size: 0.92rem; color: #666; margin-top: 4px; }
.alert-sub strong { color: #e63946; }

/* ===========================
   ISSUES / お悩み
   =========================== */
#issues {
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #b0e2fa);
  padding: 80px 0 40px;
}
#issues::after {
    z-index: 99;
    position: absolute;
    bottom: -4.9rem;
    left: calc(50% - 20%);
    display: block;
    width: 40%;
    height: 5rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #b0e2fa;
    content: "";
}
@media(max-width: 768px) {
	#issues::after {
	    bottom: -2.9rem;
	    height: 3rem;
	}
}
.section-ttl {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  line-height: 1.5;
}
.section-ttl .t01 { font-weight: 700; }
.section-ttl .t02 {
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
}
.section-ttl .t03 { font-weight: 700; }

#issues .midashi {
  text-align: center;
  margin-bottom: 40px;
}
#issues .midashi .t01,
#issues .midashi .t03 {
  color: #ffffff;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: 3.75px;
  position: relative;
  text-shadow: 2px 2px 0 #59585B, -2px -2px 0 #59585B, -2px 2px 0 #59585B, 2px -2px 0 #59585B, 0px 2px 0 #59585B, -2px 0 #59585B, -2px 0 0 #59585B, 2px 0 0 #59585B;
}
#issues .midashi .t02 {
  color: #0a1852;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: 3.75px;
  position: relative;
  text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff;
}
.section-sub {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
  font-size: 1rem;
}
.issues-cnt {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.issues-list {
  width: 65%;
  list-style: none;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 5px;
  background: #fff;
}
.issues-list li {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 3px dotted #3774be;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.issues-list li:last-child {
  border-bottom: none;
}
/*
.issues-list li:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 24px rgba(114, 35, 245, 0.1);
}
*/
.issues-char {
    width: 35%;
}
.issues-char img {
    width: 100%;
    height: auto;
    animation: atafuta 2.4s infinite;
    transform-origin: center bottom;
}
@keyframes atafuta {
  /* 停止 */
  0%,
  35%,
  100% {
    transform: rotate(0deg) translateX(0);
  }

  /* あたふた開始 */
  40% {
    transform: rotate(-4deg) translateX(-4px);
  }

  50% {
    transform: rotate(4deg) translateX(4px);
  }

  60% {
    transform: rotate(-3deg) translateX(-3px);
  }

  70% {
    transform: rotate(3deg) translateX(3px);
  }

  /* 戻る */
  80% {
    transform: rotate(0deg) translateX(0);
  }
}

.issue-icon { width: 24px; height: 24px; flex-shrink: 0; }
.issues-list li span { flex: 1; }

.issues-arrow {
  text-align: center;
  margin: 32px 0 0;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* ===========================
   SOLUTION / 解決 (Original design preserved)
   =========================== */
#solution {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: linear-gradient(180deg, #f6f8fc 0%, #eef3ff 100%);
}

#solution .midashi {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 7rem;
}
#solution .midashi .t01 {
  color: #ffffff;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: 3.75px;
  position: relative;
  text-shadow: 2px 2px 0 #59585B, -2px -2px 0 #59585B, -2px 2px 0 #59585B, 2px -2px 0 #59585B, 0px 2px 0 #59585B, -2px 0 #59585B, -2px 0 0 #59585B, 2px 0 0 #59585B;
}
#solution .midashi .t02 {
  color: #0a1852;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: 3.75px;
  position: relative;
  text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff;
}

#solution .ttl {
  margin: auto;
  position: relative;
  width: 100%;
  text-align: left;
  max-width: 1050px;
}
#solution .ttl::after {
  position: absolute;
  content: "";
  width: 408px;
  height: 567px;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url(./mamoru_solution.png) no-repeat bottom;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
#solution .ttl .t01 {
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: 2.25px;
  text-align: left;
  line-height: 1.4;
  color: #ffffff;
  position: relative;
  width: fit-content;
  display: block;
  text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff;
}
#solution .ttl .t01::before {
  position: absolute;
  content: "まもるくんが";
  top: 0; left: 0; right: 0; bottom: 0;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(96deg, #f52336 0%, #EA336F 55.87%, #f2943d 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}
#solution .ttl .t02 {
  font-size: 14rem;
  font-weight: 900;
  letter-spacing: 12px;
  text-align: left;
  line-height: 1.07;
  color: #ffffff;
  position: relative;
  width: fit-content;
  display: inline-block;
  text-shadow: 4px 4px 4px #ffffff, -4px 4px 4px #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff;
}
#solution .ttl .t02::before {
  position: absolute;
  content: "解決";
  top: 0; left: 0; right: 0; bottom: 0;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(96deg, #f52336 0%, #EA336F 55.87%, #f2943d 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}
#solution .ttl .t03 {
  font-size: 9rem;
  font-weight: 900;
  letter-spacing: 12px;
  text-align: left;
  line-height: 1.37;
  color: #ffffff;
  position: relative;
  width: fit-content;
  display: inline-block;
  text-shadow: 4px 4px 4px #ffffff, -4px 4px 4px #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff;
}
#solution .ttl .t03::before {
  position: absolute;
  content: "します!!";
  top: 0; left: 0; right: 0; bottom: 0;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(96deg, #f52336 0%, #EA336F 55.87%, #f2943d 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}

@media screen and (max-width: 1030px) {
  #solution .ttl::after {
    width: calc(408 / 1030 * 100vw);
    height: calc(567 / 1030 * 100vw);
  }
  #solution .ttl .t01 { font-size: calc(74 / 1030 * 100vw); margin: 0 auto; }
  #solution .ttl .t02 { font-size: calc(224 / 1030 * 100vw); letter-spacing: calc(12 / 1030 * 100vw); }
  #solution .ttl .t03 { font-size: calc(144 / 1030 * 100vw); letter-spacing: calc(12 / 1030 * 100vw); }
}
@media screen and (max-width: 818px) {
  #solution .ttl { text-align: center; }
  #solution .ttl::after { display: none; }
}

/* Point list (original layout) */
#solution #list { margin-top: 4rem; margin-bottom: 6rem; }
#solution #list ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  gap: 0;
  margin-bottom: 48px;
}
#solution #list li {
  background: #fff;
  padding: 1.5rem;
  text-decoration: none;
  width: 48%;
  list-style: none;
  margin: 0 1%;
  position: relative;
  border-radius: 10px;
  border: 2px solid #dfdfdf;
  transition: all 0.4s;
}
#solution #list li::before { display: none; }
#solution #list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(114, 35, 245, 0.12);
}
#list .point {
  position: absolute;
  top: -24px;
  left: -10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff4e00;
  background: linear-gradient(96deg, rgb(245, 35, 54) 0%, rgb(234, 51, 111) 55.87%, rgb(242, 148, 61) 100%) text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#list h3 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: center;
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #333 125.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#list p {
  font-size: 0.92rem;
  color: #666;
  line-height: 1.8;
}

/* Mid CTA */
.mid-cta {
  text-align: center;
  margin-bottom: 72px;
}
.btn-mid {
  font-size: 18px;
  padding: 0 52px 0 36px;
}

/* ===========================
   SERVICE 保守サービス内容
   =========================== */
#service { position: relative; margin-top: 20px; }
#service::after {
  content: '';
  position: absolute;
  bottom: -100px; right: -50px;
  background: url(./mamoru_check.png) no-repeat bottom;
  width: 180px; height: 160px;
  z-index: 10;
  background-size: contain;
}
#service h2 {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 40px;
  width: fit-content;
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#service ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
}
#service ul li {
  background: #fff;
  padding: 28px 24px;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  text-align: center;
}
#service ul li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(114, 35, 245, 0.1);
}
.service-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}
#service ul li h3 {
  text-align: center;
  margin: 0 auto 8px;
  width: fit-content;
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.15rem;
}
#service ul li p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.7;
}

/* ===========================
   COMPARE TABLE
   =========================== */
#compare {
  padding: 80px 0;
  background: #fff;
}
.compare-table-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
.compare-table thead th {
  padding: 20px 24px;
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
  background: #f0f4ff;
  border-bottom: 2px solid #e0e6f0;
}
.compare-table thead .highlight-col {
  background: linear-gradient(135deg, rgba(114, 35, 245, 0.08), rgba(0, 116, 156, 0.08));
  color: #7223F5;
}
.compare-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table td:first-child { font-weight: 600; color: #333; }
.compare-table .good { color: #0a8f5c; font-weight: 600; }
.compare-table .bad { color: #d44; }

/* ===========================
   PLANS 料金プラン
   =========================== */
#plans {
  padding: 80px 0;
  background: linear-gradient(180deg, #eef3ff, #f6f8fc);
}
#plans h2 {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 40px;
  width: fit-content;
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.plan-cards {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
.plan-card {
  background: #fff;
  padding: 48px 36px;
  border-radius: 24px;
  text-align: center;
  border: 3px solid transparent;
  border-image: linear-gradient(135deg, #7223F5, #00749C, #3de2f2) 1;
  box-shadow: 0 8px 40px rgba(114, 35, 245, 0.1);
  position: relative;
  width: 100%;
}
.plan-badge {
  position: absolute;
  top: -16px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(96deg, #235ef5, #4da0d4, #3de2f2);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 100px;
  white-space: nowrap;
}
.plan-card .price {
  font-size: 2.8rem;
  font-weight: 900;
  background: linear-gradient(96deg, rgb(245, 35, 54), rgb(234, 51, 111), rgb(242, 148, 61)) text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 16px 0 8px;
}
.plan-card .price span {
  font-size: 1.1rem;
}
.plan-card .text {
  font-size: 0.95rem;
  color: #666;
  padding: 8px 0 24px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.plan-card ul {
  list-style: none;
  text-align: left;
  margin-bottom: 28px;
}
.plan-card ul li {
  font-size: 1.05rem;
  border-bottom: 1px solid #f0f0f0;
  padding: 14px 8px;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}
.plan-card ul li::before {
  content: '✓';
  position: absolute;
  left: 4px; top: 14px;
  color: #0a8f5c;
  font-weight: 900;
}
.plan-card ul li span {
  font-size: 0.85rem;
  display: block;
  font-weight: 400;
  color: #888;
  padding-left: 0;
}
.btn-plan {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 8px;
}
.plan-note {
  max-width: 600px;
  margin: 28px auto 0;
  background: #fff;
  border-radius: 14px;
  padding: 20px 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.plan-note p {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.8;
}

/* ===========================
   FLOW ご利用の流れ
   =========================== */
#flow {
  padding: 80px 0;
  background: #fff;
}
#flow .section-ttl { margin-bottom: 48px; }
.flow-steps {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
}
.flow-step {
  flex: 1;
  text-align: center;
  max-width: 240px;
}
.flow-num {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 16px;
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #3de2f2 125.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.35;
}
.flow-step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}
.flow-step p {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.7;
}
.flow-arrow {
  font-size: 1.5rem;
  color: #ccc;
  margin-top: 28px;
  flex-shrink: 0;
}

/* ===========================
   FAQ
   =========================== */
#faq {
  padding: 80px 0 100px;
}
#faq h2 {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 40px;
  width: fit-content;
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#faq ul {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
}
#faq ul li + li { margin-top: 16px; }

#faq .q_txt {
  padding: 18px 20px 18px 48px;
  background: #fff;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
}
#faq .q_txt:hover {
  border-color: rgba(114, 35, 245, 0.2);
  box-shadow: 0 4px 20px rgba(114, 35, 245, 0.06);
}

#faq .q_txt::before {
  display: block;
  content: "";
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  position: absolute;
  width: 18px; height: 3px;
  top: 50%; right: 24px;
  transform: rotate(90deg);
  transition: 0.3s;
}
#faq .q_txt.open::before { transform: rotate(0deg); }
#faq .q_txt::after {
  display: block;
  content: "";
  background: linear-gradient(30deg, #7223F5 16.55%, #00749C 75.08%, #f23d3d 125.96%);
  position: absolute;
  width: 18px; height: 3px;
  top: 50%; right: 24px;
}

#faq .q_txt p {
  font-size: 1.05rem;
  font-weight: 600;
  padding-right: 48px;
  color: #333;
}
#faq .q_txt p span {
  font-size: 1.2rem;
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(30deg, #7223F5, #00749C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#faq .a_txt {
  display: none;
  padding: 16px 20px 16px 48px;
}
#faq .a_txt p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 6px;
}
#faq .a_txt strong {
  color: #7223F5;
}

/* ===========================
   FINAL CTA
   =========================== */
#final-cta {
  padding: 80px 0;
  background: linear-gradient(180deg, #f6f8fc, #eef3ff);
}
.final-cta-inner {
  background: #fff;
  border-radius: 28px;
  padding: 56px 48px;
  display: flex;
  align-items: center;
  gap: 40px;
  box-shadow: 0 8px 48px rgba(114, 35, 245, 0.08);
  border: 2px solid rgba(114, 35, 245, 0.08);
}
.final-cta-char {
  max-width: 200px;
  flex-shrink: 0;
}
.final-cta-content h2 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}
.final-cta-content p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 12px;
}
.final-cta-content .note {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 24px;
}

/* ===========================
   CONTACT
   =========================== */
#contact {
  padding: 80px 0;
  background: #0E63C4;
}
#contact h2 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 12px;
}
.contact-sub {
  text-align: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  margin-bottom: 36px;
}
#contact .formContent {
  background: #fff;
  padding: 48px 36px;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}
form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
form p {
  font-weight: 600;
  font-size: 0.92rem;
  margin-top: 8px;
}
input, textarea {
  padding: 14px 16px;
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  width: 100%;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s;
}
input:focus, textarea:focus {
  outline: none;
  border-color: #7223F5;
}
textarea { min-height: 120px; resize: vertical; }
button {
  margin-top: 20px;
  padding: 16px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(96deg, #235ef5 0%, #4da0d4 53.5%, #3de2f2 100%);
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: inherit;
  transition: all 0.3s;
}
button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(35, 94, 245, 0.3);
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.required { color: #e63946; font-size: 0.8rem; }
.privacy-note {
  font-size: 0.78rem;
  color: #999;
  margin-top: 12px;
  text-align: center;
}
.form-message {
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 0.92rem;
  line-height: 1.7;
  margin-top: 12px;
}
.form-error {
  background: #fff0f0;
  border: 1px solid #ffcdd2;
  color: #c62828;
}
.form-success {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
}

/* ===========================
   FOOTER
   =========================== */
footer {
  background: #1a1a2e;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 24px 0;
  font-size: 0.85rem;
}

/* ===========================
   RESPONSIVE - TABLET
   =========================== */
.hero-btns {
	display: flex;
	justify-content: space-between;
}
@media(max-width: 1160px) {
  #hero { display: block; background-size: cover; background-position: center; }
  .hero-container { display: block; }
  #hero .ttl { justify-content: center; }
  .small_ttl { text-align: center; }
  .hero-text p { text-align: center; }
  .hero-text { min-width: initial; text-align: center; }
  .hero-badge { margin-left: auto; margin-right: auto; }
  .hero-btns { text-align: center; }
  .hero-trust { justify-content: center; }
  .tb { display: inline-block; }
  .btn { margin-left: auto; margin-right: auto; }
  .hero-char { padding-left: 0; margin: 40px auto 0; text-align: center; max-width: 400px; }

  #solution .ttl .t01 { font-size: 1.6rem; }
  #solution .ttl .t02 { font-size: 2.8rem; }
  #solution .ttl .t03 { font-size: 1.8rem; }
}

/* ===========================
   RESPONSIVE - MOBILE
   =========================== */
@media(max-width: 768px) {
  .spi { display: inline-block; }

  /* Mobile menu */
  .menu-toggle {
    z-index: 1001;
    display: block;
    position: relative;
    width: calc(60 / 768 * 100vw);
    height: calc(60 / 768 * 100vw);
  }
  .menu-toggle span {
    position: absolute; left: 0;
    top: calc(30 / 768 * 100vw);
    display: block; width: 100%;
    height: calc(3 / 768 * 100vw);
    background-color: #333;
    transition: all 0.3s ease;
  }
  .menu-toggle span::before {
    transition: all 0.3s ease;
    content: ""; position: absolute;
    width: 100%; height: 100%; left: 0;
    top: calc(-16 / 768 * 100vw);
    background-color: #333;
  }
  .menu-toggle span::after {
    transition: all 0.3s ease;
    content: ""; position: absolute;
    width: 100%; height: 100%; left: 0;
    top: calc(16 / 768 * 100vw);
    background-color: #333;
  }
  .menu-toggle.is-open span { background-color: transparent; }
  .menu-toggle.is-open span::before { top: 0; transform: rotate(45deg); }
  .menu-toggle.is-open span::after { top: 0; transform: rotate(-45deg); }
  .nav-list {
    display: none; position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh; height: 100dvh;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    z-index: 1000;
  }
  .nav-list ul {
    padding-top: calc(160 / 768 * 100vw);
    display: block; text-align: center;
  }
  .nav-list ul li { font-size: calc(36 / 768 * 100vw); }
  .nav-list ul li + li { margin-top: calc(36 / 768 * 100vw); }
  .nav-cta {
    display: inline-block !important;
    margin-top: calc(24 / 768 * 100vw) !important;
  }

  /* Hero mobile */
  #hero { padding: calc(40 / 768 * 100vw) 0 calc(80 / 768 * 100vw); }
  .hero-text p {
    font-size: calc(30 / 768 * 100vw);
    margin-bottom: calc(40 / 768 * 100vw);
    margin-top: calc(40 / 768 * 100vw);
  }
  .btn {
    font-size: calc(32 / 768 * 100vw);
    padding: 0 calc(48 / 768 * 100vw) 0 calc(28 / 768 * 100vw);
    line-height: calc(100 / 768 * 100vw);
    border-radius: calc(60 / 768 * 100vw);
  }
  .hero-btns {
    flex-wrap: wrap;
  }
  #hero .btn {
	width: 100%;
  }
  #hero .btn+.btn {
	margin-top: calc(50 / 768 * 100vw);
  }
  .btn::before {
    width: calc(20 / 768 * 100vw);
    height: calc(20 / 768 * 100vw);
    right: calc(28 / 768 * 100vw);
  }
  .hero-char { max-width: calc(400 / 768 * 100vw); }
  #hero .ttl .getu { font-size: calc(80 / 768 * 100vw); padding-bottom: calc(16 / 768 * 100vw); }
  #hero .ttl .num { font-size: calc(180 / 768 * 100vw); }
  #hero .ttl .en { font-size: calc(80 / 768 * 100vw); padding-bottom: calc(16 / 768 * 100vw); }
  .small_ttl { font-size: calc(52 / 768 * 100vw); }
  .hero-trust { gap: 16px; flex-wrap: wrap; }
  .trust-num { font-size: 1.4rem; }

  /* Alert */
  .alert-banner { flex-direction: column; text-align: center; padding: 20px; }

  /* Issues */
  #issues { padding: 60px 0 32px; }
  .section-ttl { font-size: 1.6rem; }
  #issues .midashi {position: relative;z-index: 1;}
  #issues .midashi .t01,#issues .midashi .t03 { font-size: calc(75 / 768 * 100vw); }
  #issues .midashi .t02 { font-size: calc(75 / 768 * 100vw); }
  .issues-list li { font-size: 0.95rem; padding: 16px 20px; }
  .issues-cnt {
	  position: relative;
	  max-width: 100%;
  }
  .issues-list {
	  width: 100%;
  }
  .issues-char {
	  position: absolute;
      top: calc(-223 / 768 * 100vw);
      right: calc(-46 / 768 * 100vw);
      width: calc(202 / 768 * 100vw);
  }

  /* Solution mobile */
  #solution { padding-top: calc(220 / 768 * 100vw); padding-bottom: calc(200 / 768 * 100vw); }
  #solution .midashi { font-size: calc(48 / 768 * 100vw); margin-bottom: calc(112 / 768 * 100vw); }
  #solution .midashi .t01 { font-size: calc(75 / 768 * 100vw); }
  #solution .midashi .t02 { font-size: calc(75 / 768 * 100vw); }
  #solution .ttl .t01 { font-size: calc(64 / 768 * 100vw); }
  #solution .ttl .t02 { font-size: calc(180 / 768 * 100vw); letter-spacing: calc(12 / 768 * 100vw); }
  #solution .ttl .t03 { font-size: calc(120 / 768 * 100vw); letter-spacing: calc(12 / 768 * 100vw); }

  /* Points mobile */
  #solution #list { margin-top: calc(64 / 768 * 100vw); margin-bottom: calc(96 / 768 * 100vw); }
  #solution #list ul { display: block; }
  #solution #list li { padding: calc(24 / 768 * 100vw); width: 100%; margin: 0; }
  #solution #list li + li { margin-top: calc(60 / 768 * 100vw); }
  #solution #list .point { top: calc(-48 / 768 * 100vw); left: calc(-20 / 768 * 100vw); font-size: calc(48 / 768 * 100vw); }
  #solution #list ul h3 { margin-bottom: calc(16 / 768 * 100vw); }

  /* Service */
  #service ul { grid-template-columns: 1fr; }
  #service::after {
    bottom: calc(-10 / 768 * 100vw);
    right: calc(10 / 768 * 100vw);
    width: calc(140 / 768 * 100vw);
    height: calc(130 / 768 * 100vw);
  }
  #service h2 { font-size: calc(52 / 768 * 100vw); margin-bottom: calc(32 / 768 * 100vw); }

  /* Compare */
  #compare { padding: 48px 0; }
  .compare-table { font-size: 0.82rem; }
  .compare-table td, .compare-table th { padding: 12px 10px; }

  /* Plans */
  #plans { padding: 60px 0; }
  #plans h2 { font-size: calc(52 / 768 * 100vw); }
  .plan-card { padding: 36px 20px; }
  .plan-card .price { font-size: calc(56 / 768 * 100vw); }
  .plan-card ul li { font-size: 0.95rem; }

  /* Flow */
  #flow { padding: 60px 0; }
  .flow-steps { flex-direction: column; align-items: center; gap: 8px; }
  .flow-arrow { transform: rotate(90deg); }
  .flow-step { max-width: 100%; }

  /* FAQ */
  #faq { padding: 60px 0 80px; }
  #faq h2 { font-size: calc(52 / 768 * 100vw); margin-bottom: calc(32 / 768 * 100vw); }
  #faq ul { width: 100%; }
  #faq .q_txt p { font-size: 0.92rem; padding-left: 28px; }
  #faq .q_txt p span { font-size: 1rem; left: 14px; }
  #faq .q_txt { padding: 14px 16px 14px 40px; }
  #faq .q_txt::before, #faq .q_txt::after { right: 14px; width: 14px; height: 2px; }

  /* Final CTA */
  #final-cta { padding: 48px 0; }
  .final-cta-inner { flex-direction: column; text-align: center; padding: 36px 24px; gap: 24px; }
  .final-cta-char { max-width: 140px; margin: 0 auto; }
  .final-cta-content h2 { font-size: 1.3rem; }

  /* Contact */
  #contact { padding: calc(60 / 768 * 100vw) 0; }
  #contact h2 { font-size: calc(52 / 768 * 100vw); }
  #contact .formContent { padding: calc(32 / 768 * 100vw) calc(20 / 768 * 100vw); border-radius: 14px; }
}
