:root {
  color: #283143;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  background: #fff9fb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(213, 98, 143, 0.13);
  background: rgba(255, 252, 254, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #ff7fab, #7ccfd5);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
}

.brand small {
  margin-top: 2px;
  color: #697386;
  font-size: 12px;
}

nav {
  display: flex;
  gap: 22px;
  color: #655b6c;
  font-size: 14px;
}

nav a,
.header-cta,
.header-apply,
.primary,
.secondary {
  text-decoration: none;
}

.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-cta,
.header-apply,
.primary,
.secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 700;
}

.header-cta,
.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff75a8, #e55f94);
  box-shadow: 0 12px 28px rgba(229, 95, 148, 0.24);
}

.header-apply {
  color: #e55f94;
  background: #fff;
  border: 1px solid rgba(229, 95, 148, 0.28);
  box-shadow: 0 10px 24px rgba(197, 98, 138, 0.12);
}

.secondary {
  color: #6b4562;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(229, 95, 148, 0.22);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 74px);
  overflow: hidden;
  background: #ffeef6;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 246, 250, 0.97), rgba(255, 246, 250, 0.86) 45%, rgba(255, 246, 250, 0.34)),
    url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  align-self: center;
  margin: 0 auto;
  padding: 76px 0 88px;
  color: #2d2532;
}

.eyebrow {
  margin: 0 0 12px;
  color: #e55f94;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #e55f94;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 1.08;
}

.lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #665d6a;
  font-size: 19px;
  line-height: 1.85;
}

.comfort-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.comfort-list li {
  padding: 9px 13px;
  border: 1px solid rgba(229, 95, 148, 0.18);
  border-radius: 999px;
  color: #7b536f;
  background: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 100%);
  gap: 1px;
  margin: 56px 0 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(229, 95, 148, 0.16);
  background: rgba(255, 255, 255, 0.7);
}

.trust-strip div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.64);
}

.trust-strip dt,
.trust-strip dd {
  margin: 0;
}

.trust-strip dt {
  color: #8a7280;
  font-size: 12px;
}

.trust-strip dd {
  margin-top: 6px;
  font-weight: 800;
  color: #3d3340;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 82px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading h2,
.promo-copy h2,
.service-copy h2,
.reveal-section h2,
.global-section h2,
.help-section h2,
.faq-section h2,
.caution-section h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.18;
}

.promo-manga-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 78px max(22px, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, #fff7fb, #f2fbff);
}

.promo-copy p {
  max-width: 620px;
  color: #6d6470;
  font-size: 17px;
  line-height: 1.85;
}

.speech-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.speech-row span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border: 2px solid rgba(229, 95, 148, 0.2);
  border-radius: 999px;
  color: #77415f;
  background: #fff;
  box-shadow: 0 12px 28px rgba(197, 98, 138, 0.08);
  font-weight: 800;
}

.speech-row span::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -7px;
  width: 12px;
  height: 12px;
  border-right: 2px solid rgba(229, 95, 148, 0.2);
  border-bottom: 2px solid rgba(229, 95, 148, 0.2);
  background: #fff;
  transform: rotate(45deg);
}

.promo-art {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(229, 95, 148, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 64px rgba(197, 98, 138, 0.14);
}

.promo-art::before {
  content: "anime style";
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff8ab3, #7ccfd5);
  font-size: 12px;
  font-weight: 900;
}

.promo-art img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.problem-section {
  position: relative;
}

.problem-section::before {
  content: "";
  position: absolute;
  right: 10%;
  top: 40px;
  width: 92px;
  height: 92px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 196, 118, 0.52), rgba(124, 207, 213, 0.34));
  transform: rotate(10deg);
}

.problem-grid,
.info-list,
.flow,
.upload-grid,
.voice-grid,
.help-cards {
  display: grid;
  gap: 16px;
}

.problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.upload-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.upload-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.voice-grid,
.help-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.help-cards {
  grid-template-columns: 1fr;
}

.problem-grid article,
.upload-grid article,
.voice-grid article,
.help-cards article,
.main-plan,
.price-table-wrap,
.info-list article,
.flow li {
  border: 1px solid rgba(229, 95, 148, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(197, 98, 138, 0.08);
}

.problem-grid article,
.upload-grid article,
.voice-grid article,
.help-cards article,
.info-list article,
.flow li,
.main-plan,
.price-table-wrap {
  padding: 24px;
}

.investigation-card {
  display: grid;
  align-content: start;
}

.upload-grid article {
  padding: 18px;
}

.image-slot,
.report-hero-art,
.option-art,
.domain-art,
.global-art,
.case-art,
.investigation-art,
.ng-art,
.contact-upload-art {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(229, 95, 148, 0.16);
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.88) 0 14%, transparent 15%),
    linear-gradient(135deg, #fff4f9, #dff8fb);
}

.image-slot::before,
.report-hero-art::before,
.option-art::before,
.domain-art::before,
.global-art::before,
.case-art::before,
.investigation-art::before,
.ng-art::before,
.contact-upload-art::before {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 18px;
  width: 54px;
  height: 68px;
  border-radius: 28px 28px 12px 12px;
  background: linear-gradient(180deg, #4d3446 0 30%, #ffe0d2 30% 66%, #ff8ab3 66%);
  box-shadow: 0 10px 22px rgba(197, 98, 138, 0.12);
}

.image-slot::after,
.report-hero-art::after,
.option-art::after,
.domain-art::after,
.global-art::after,
.case-art::after,
.investigation-art::after,
.ng-art::after,
.contact-upload-art::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 92px;
  height: 60px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 48% 32%, #ffb6ce 0 13px, transparent 14px),
    linear-gradient(180deg, #fff 0 52%, #94dce2 52%);
  box-shadow: 0 10px 22px rgba(124, 207, 213, 0.16);
}

.image-slot {
  aspect-ratio: 2 / 1;
  height: auto;
  margin: -6px -6px 18px;
}

.image-slot:has(img)::before,
.image-slot:has(img)::after {
  content: none;
}

.image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.use-family::before,
.case-family::before {
  box-shadow: 34px 10px 0 -6px #7ccfd5;
}

.use-fake::after,
.case-love::after {
  transform: rotate(8deg);
}

.use-runaway::after,
.use-research::after {
  width: 72px;
  border: 6px solid rgba(45, 37, 50, 0.08);
  border-radius: 50%;
}

.use-memory::before {
  opacity: 0.72;
}

.report-hero-art {
  height: 108px;
  margin-top: 18px;
}

.report-hero-art::before {
  width: 84px;
  height: 62px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 48% 32%, #ffb6ce 0 16px, transparent 17px),
    linear-gradient(180deg, #fff 0 52%, #94dce2 52%);
}

.report-hero-art::after {
  right: 28px;
  width: 52%;
  height: 14px;
  border-radius: 999px;
  background: rgba(229, 95, 148, 0.24);
  box-shadow:
    0 24px 0 rgba(124, 207, 213, 0.24),
    0 48px 0 rgba(45, 37, 50, 0.08);
}

.option-art,
.domain-art {
  min-height: 138px;
  margin-top: 22px;
}

.option-art:has(img) {
  aspect-ratio: 2.63 / 1;
  height: auto;
  background: #fff;
}

.domain-art:has(img) {
  aspect-ratio: 2.63 / 1;
  height: auto;
  background: #fff;
}

.option-art:has(img)::before,
.option-art:has(img)::after,
.domain-art:has(img)::before,
.domain-art:has(img)::after {
  content: none;
}

.option-art img,
.domain-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.option-art::before,
.domain-art::before {
  left: 24px;
  bottom: 26px;
  width: 96px;
  height: 56px;
  border-radius: 8px;
  background: #fff;
}

.option-art::after,
.domain-art::after {
  right: 28px;
  bottom: 30px;
  width: 108px;
  height: 72px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #e55f94 0 12px, transparent 12px),
    linear-gradient(180deg, #fff 0 28%, #dff8fb 28%);
}

.global-art {
  min-height: 180px;
  margin-bottom: 18px;
}

.global-art:has(img) {
  aspect-ratio: 1.85 / 1;
  min-height: 0;
  background: #fff;
}

.global-art:has(img)::before,
.global-art:has(img)::after {
  content: none;
}

.global-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.global-art::before {
  left: 34px;
  bottom: 32px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 44%, rgba(45, 37, 50, 0.12) 44% 47%, transparent 47% 53%, rgba(45, 37, 50, 0.12) 53% 56%, transparent 56%),
    linear-gradient(180deg, #7ccfd5, #ffb6ce);
}

.global-art::after {
  right: 34px;
  bottom: 44px;
  width: 128px;
  height: 82px;
}

.case-art {
  aspect-ratio: 2.5 / 1;
  height: auto;
  margin: -6px -6px 18px;
  background: #fff;
}

.investigation-art {
  min-height: 260px;
  margin-top: 18px;
}

.case-art:has(img)::before,
.case-art:has(img)::after,
.investigation-art:has(img)::before,
.investigation-art:has(img)::after,
.ng-art:has(img)::before,
.ng-art:has(img)::after,
.contact-upload-art:has(img)::before,
.contact-upload-art:has(img)::after {
  content: none;
}

.case-art img,
.investigation-art img,
.ng-art img,
.contact-upload-art img,
.detective-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.investigation-art:has(img) {
  aspect-ratio: 2.25 / 1;
  min-height: 0;
  background: #fff;
}

.investigation-art::before {
  left: 26%;
  bottom: 50px;
}

.investigation-art::after {
  right: 22%;
  bottom: 58px;
}

.ng-art {
  aspect-ratio: 2.65 / 1;
  height: auto;
  margin-top: 18px;
  border-color: rgba(211, 63, 125, 0.24);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 20%, transparent 21%),
    linear-gradient(135deg, #fff0f6, #fff);
}

.ng-art::before {
  content: "NG";
  left: 28px;
  top: 30px;
  bottom: auto;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #d33f7d;
  background: #fff;
  border: 8px solid #d33f7d;
  font-size: 28px;
  font-weight: 900;
}

.ng-art::after {
  right: 28px;
  bottom: 44px;
  width: 44%;
  height: 18px;
  border-radius: 999px;
  background: rgba(211, 63, 125, 0.18);
  box-shadow:
    0 28px 0 rgba(45, 37, 50, 0.08),
    0 -28px 0 rgba(124, 207, 213, 0.18);
}

.problem-grid span,
.flow span,
.plan-label {
  color: #e55f94;
  font-weight: 800;
}

.problem-grid h3,
.upload-grid h3,
.help-cards h3,
.info-list h3,
.flow h3,
.main-plan h3,
.price-table-wrap h3 {
  margin: 10px 0 10px;
  font-size: 21px;
}

.problem-grid p,
.upload-grid p,
.upload-grid li,
.voice-grid p,
.voice-grid span,
.help-cards p,
.service-copy p,
.report-preview p,
.info-list p,
.flow p,
.caution-text p,
.contact-section p,
.note,
.main-plan p,
.main-plan small {
  color: #6d6470;
  line-height: 1.8;
}

.upload-grid ul {
  display: grid;
  gap: 5px;
  margin: 8px 0 0;
  padding-left: 1.2em;
}

.upload-grid h3 {
  margin-top: 0;
}

.upload-grid .form-note-red {
  margin: 8px 0 12px;
  padding: 10px 12px;
  border-left: 4px solid #d33f7d;
  border-radius: 8px;
  background: #fff1f6;
  color: #d33f7d;
  font-weight: 900;
  line-height: 1.6;
}

.form-art-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(229, 95, 148, 0.13);
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #fff0f7);
  box-shadow: 0 18px 44px rgba(197, 98, 138, 0.08);
}

.asset-card {
  padding: 0;
  background: #fff;
}

.asset-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.form-bubble {
  position: relative;
  width: fit-content;
  max-width: 260px;
  margin: 0 0 18px auto;
  padding: 12px 14px;
  border: 2px solid rgba(229, 95, 148, 0.2);
  border-radius: 8px;
  color: #7b3f61;
  background: #fff;
  font-weight: 800;
  line-height: 1.55;
}

.form-bubble::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(229, 95, 148, 0.2);
  border-bottom: 2px solid rgba(229, 95, 148, 0.2);
  background: #fff;
  transform: rotate(45deg);
}

.worry-girl {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 18px auto 22px;
}

.worry-girl .hair,
.worry-girl .face,
.worry-girl .phone,
.worry-girl .spark {
  position: absolute;
  display: block;
}

.worry-girl .hair {
  left: 42px;
  top: 16px;
  width: 96px;
  height: 112px;
  border-radius: 48px 48px 30px 30px;
  background: #4c3345;
}

.worry-girl .face {
  left: 54px;
  top: 36px;
  width: 72px;
  height: 82px;
  border-radius: 44px 44px 36px 36px;
  background: #ffe1d3;
  box-shadow: inset -10px -7px 0 rgba(255, 174, 188, 0.32);
}

.worry-girl .face::before,
.worry-girl .face::after {
  content: "";
  position: absolute;
  top: 34px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d2532;
}

.worry-girl .face::before {
  left: 18px;
}

.worry-girl .face::after {
  right: 18px;
}

.worry-girl .phone {
  right: 20px;
  bottom: 24px;
  width: 46px;
  height: 68px;
  border: 5px solid #fff;
  border-radius: 10px;
  background: linear-gradient(180deg, #7ccfd5, #ff9dc0);
  box-shadow: 0 14px 26px rgba(197, 98, 138, 0.16);
  transform: rotate(10deg);
}

.worry-girl .spark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffd36f;
  animation: floaty 2.8s ease-in-out infinite;
}

.worry-girl .spark-a {
  left: 14px;
  top: 38px;
}

.worry-girl .spark-b {
  right: 24px;
  top: 22px;
  animation-delay: 0.8s;
}

.compact-form {
  display: grid;
  gap: 8px;
}

.compact-form span {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(229, 95, 148, 0.14);
  border-radius: 8px;
  color: #7b536f;
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.08);
  }
}

.campaign-card {
  width: min(430px, 100%);
  margin-top: 24px;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #ff76a9, #75cfd7);
  box-shadow: 0 18px 42px rgba(229, 95, 148, 0.22);
}

.campaign-card span,
.campaign-card small {
  display: block;
}

.campaign-card span {
  font-size: 13px;
  font-weight: 800;
}

.campaign-card strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.02;
}

.campaign-price del {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  font-weight: 900;
  text-decoration-thickness: 4px;
  text-decoration-color: #fff;
}

.campaign-price del::after {
  content: "×";
  position: absolute;
  right: -26px;
  top: -12px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  transform: rotate(-10deg);
}

.campaign-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.section-apply {
  margin-top: 18px;
}

.upload-apply {
  justify-self: start;
}

.service-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 86px max(22px, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, #fff0f7, #f2fbff);
}

.service-copy p {
  max-width: 620px;
  margin-top: 18px;
  font-size: 17px;
}

.report-preview {
  min-height: 420px;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid rgba(229, 95, 148, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 252, 0.72)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1100&q=80") center / cover;
  box-shadow: 0 24px 64px rgba(197, 98, 138, 0.15);
}

.report-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(229, 95, 148, 0.14);
}

.report-top b {
  color: #e55f94;
}

.report-sample-image {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(229, 95, 148, 0.14);
  border-radius: 8px;
  background: #fff;
}

.report-sample-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sample-stack {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.sample-candidate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.sample-candidate-grid .avatar {
  width: 100%;
  min-width: 0;
}

.sample-candidate-grid .avatar b {
  position: absolute;
  left: 7px;
  bottom: 6px;
  z-index: 2;
  color: rgba(61, 51, 64, 0.72);
  font-size: 11px;
}

.sample-hit {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(197, 98, 138, 0.08);
}

.sample-hit p {
  margin: 4px 0 0;
  font-size: 14px;
}

.avatar {
  position: relative;
  width: 74px;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffd2df, #8bdadf);
}

.avatar::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
}

.avatar::after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: -8px;
  width: 48px;
  height: 38px;
  border-radius: 24px 24px 8px 8px;
  background: rgba(255, 255, 255, 0.74);
}

.avatar-b {
  background: linear-gradient(145deg, #c8ecff, #ffc4d8);
}

.avatar-c {
  background: linear-gradient(145deg, #ffe6aa, #8bdadf);
}

.avatar-d {
  background: linear-gradient(145deg, #c6f5d9, #ffa8c8);
}

.avatar-e {
  background: linear-gradient(145deg, #f7d0ff, #9be1e4);
}

.avatar-f {
  background: linear-gradient(145deg, #ffd0aa, #bdebd0);
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.mini-grid i {
  display: block;
  aspect-ratio: 1;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff92ba, #8bdadf);
  opacity: 0.86;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
}

.main-plan {
  background: linear-gradient(145deg, #ff7fab, #7ccfd5);
  color: #fff;
}

.main-plan p,
.main-plan small {
  color: rgba(255, 255, 255, 0.78);
}

.main-plan strong {
  display: block;
  margin-top: 24px;
  font-size: 24px;
}

.main-plan strong span {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  letter-spacing: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
}

th,
td {
  padding: 15px 14px;
  border-bottom: 1px solid rgba(31, 41, 51, 0.09);
  text-align: left;
}

th {
  color: #7b536f;
  background: #fff0f6;
}

.note {
  margin: 16px 0 0;
  font-size: 14px;
}

.reveal-section,
.global-section,
.caution-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.global-section {
  border-top: 1px solid rgba(229, 95, 148, 0.12);
  border-bottom: 1px solid rgba(229, 95, 148, 0.12);
}

.global-copy {
  display: grid;
  gap: 14px;
}

.global-copy p {
  margin: 0;
  color: #6d6470;
  line-height: 1.9;
}

.info-list {
  grid-template-columns: 1fr;
}

.info-plus {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: -4px auto;
  border-radius: 50%;
  background: linear-gradient(145deg, #e55f94, #7ccfd5);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(197, 98, 138, 0.18);
}

.scope-alert {
  margin-top: 18px;
  padding: 18px;
  border: 2px solid rgba(224, 168, 45, 0.42);
  border-radius: 8px;
  background: #fff8df;
  box-shadow: 0 16px 36px rgba(173, 129, 33, 0.1);
}

.scope-alert h3 {
  margin: 0 0 8px;
  color: #8a5c00;
  font-size: 19px;
}

.scope-alert p {
  margin: 8px 0 0;
  color: #5f5360;
  font-weight: 800;
  line-height: 1.8;
}

.flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}

.flow-art {
  position: relative;
  aspect-ratio: 1.75 / 1;
  margin: -6px -6px 16px;
  overflow: hidden;
  border: 1px solid rgba(229, 95, 148, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.9) 0 14%, transparent 15%),
    linear-gradient(135deg, #fff4f9, #dff8fb);
}

.flow-art:has(img)::before,
.flow-art:has(img)::after {
  content: none;
}

.flow-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow-note-red {
  margin-top: 10px;
  padding: 10px 12px;
  border-left: 4px solid #d33f7d;
  border-radius: 8px;
  background: #fff1f6;
  color: #d33f7d;
  font-weight: 900;
  line-height: 1.6;
}

.flow-art::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: 50px;
  height: 62px;
  border-radius: 26px 26px 12px 12px;
  background: linear-gradient(180deg, #4d3446 0 30%, #ffe0d2 30% 66%, #ff8ab3 66%);
}

.flow-art::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 84px;
  height: 56px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #e55f94 0 8px, transparent 8px),
    linear-gradient(180deg, #fff 0 30%, #dff8fb 30%);
  box-shadow: 0 10px 22px rgba(124, 207, 213, 0.16);
}

.flow span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #ff8ab3, #7ccfd5);
}

.caution-section {
  width: 100%;
  max-width: none;
  padding: 52px max(22px, calc((100vw - 1180px) / 2));
  color: #2d2532;
  background: #fff7fb;
  border-top: 1px solid rgba(229, 95, 148, 0.12);
  border-bottom: 1px solid rgba(229, 95, 148, 0.12);
}

.caution-section .eyebrow,
.caution-section .caution-text p {
  color: #7f6a78;
}

.voice-section {
  position: relative;
}

.voice-grid article {
  background: linear-gradient(145deg, #fff, #fff7fb);
}

.voice-grid p {
  margin: 0;
  font-size: 16px;
}

.voice-grid span {
  display: block;
  margin-top: 16px;
  color: #e55f94;
  font-size: 13px;
  font-weight: 800;
}

.help-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  width: 100%;
  max-width: none;
  padding: 78px max(22px, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, #f1fbff, #fff4f8);
}

.delete-alert {
  margin-top: 24px;
  padding: 18px;
  border: 2px solid rgba(229, 95, 148, 0.34);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(197, 98, 138, 0.12);
}

.detective-art {
  position: relative;
  aspect-ratio: 2 / 1;
  height: auto;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(124, 207, 213, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #eefdff);
  box-shadow: 0 16px 36px rgba(124, 207, 213, 0.12);
}

.detective-art:has(img) {
  background: #fff;
}

.detective-art span {
  position: absolute;
  display: block;
}

.detective-art .desk {
  left: 46px;
  right: 46px;
  bottom: 26px;
  height: 34px;
  border-radius: 8px;
  background: #ffb0cc;
}

.detective-art .client,
.detective-art .advisor {
  bottom: 54px;
  width: 56px;
  height: 72px;
  border-radius: 30px 30px 12px 12px;
}

.detective-art .client {
  left: 62px;
  background: linear-gradient(180deg, #4c3345 0 35%, #ffe1d3 35% 68%, #7ccfd5 68%);
}

.detective-art .advisor {
  right: 62px;
  background: linear-gradient(180deg, #2d2532 0 28%, #ffe1d3 28% 66%, #fff 66%);
}

.chat-dot {
  top: 34px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff7fab;
  animation: floaty 2.4s ease-in-out infinite;
}

.dot-a {
  left: 48%;
}

.dot-b {
  left: 53%;
  animation-delay: 0.25s;
}

.dot-c {
  left: 58%;
  animation-delay: 0.5s;
}

.law-alert {
  margin-bottom: 18px;
  padding: 18px;
  border: 2px solid rgba(211, 63, 125, 0.32);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(197, 98, 138, 0.1);
}

.law-alert strong {
  display: block;
  color: #d33f7d;
  font-size: 18px;
}

.law-alert p {
  margin: 8px 0 0;
  font-weight: 800;
}

.delete-alert strong {
  display: block;
  color: #d33f7d;
  font-size: 18px;
}

.delete-alert p {
  margin: 8px 0 0;
  color: #5f5360;
  font-weight: 700;
  line-height: 1.8;
}

.cute-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #ff8ab3, #7ccfd5);
  font-weight: 900;
}

.faq-section {
  position: relative;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(229, 95, 148, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(197, 98, 138, 0.06);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #2d2532;
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 18px;
  color: #6d6470;
  line-height: 1.8;
}

.contact-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.7fr) auto;
  align-items: center;
  border-top: 1px solid rgba(229, 95, 148, 0.12);
  border-bottom: 1px solid rgba(229, 95, 148, 0.12);
}

.contact-section .primary {
  justify-self: end;
}

.contact-upload-art {
  aspect-ratio: 1.29 / 1;
  min-height: 210px;
  background: #fff;
}

.contact-upload-art::before {
  left: 38px;
  bottom: 38px;
}

.contact-upload-art::after {
  right: 30px;
  bottom: 40px;
}

.contact-action {
  display: grid;
  justify-items: end;
}

.site-footer {
  display: grid;
  gap: 12px;
  padding: 34px max(22px, calc((100vw - 1180px) / 2));
  color: #706576;
  background: #fff;
  border-top: 1px solid rgba(229, 95, 148, 0.12);
  font-size: 13px;
}

.footer-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  color: #2d2532;
}

.footer-brand strong {
  font-size: 17px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.legal-page {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0 88px;
}

.legal-hero {
  margin-bottom: 28px;
}

.legal-hero h1 {
  max-width: none;
  font-size: clamp(36px, 5vw, 60px);
}

.legal-hero p {
  max-width: 780px;
  color: #6d6470;
  font-size: 17px;
  line-height: 1.8;
}

.legal-card {
  padding: 28px;
  border: 1px solid rgba(229, 95, 148, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(197, 98, 138, 0.08);
}

.legal-table {
  margin: 0;
}

.legal-table div {
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.legal-table div:last-child {
  border-bottom: 0;
}

dt,
dd {
  margin: 0;
}

dt {
  color: #697386;
  font-size: 14px;
}

dd {
  font-weight: 700;
  line-height: 1.7;
}

.legal-doc {
  display: grid;
  gap: 18px;
}

.legal-doc h2 {
  margin: 18px 0 0;
  color: #2d2532;
  font-size: 22px;
}

.legal-doc p,
.legal-doc li {
  margin: 0;
  color: #6d6470;
  line-height: 1.9;
}

.legal-doc ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
}

.legal-alert {
  padding: 20px;
  border: 2px solid rgba(211, 63, 125, 0.34);
  border-radius: 8px;
  background: #fff6fa;
}

.legal-alert strong {
  display: block;
  color: #d33f7d;
  font-size: 19px;
}

.legal-alert p {
  margin-top: 8px;
  font-weight: 700;
}

.application-page {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0 88px;
}

.application-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 28px;
}

.application-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 66px);
}

.application-hero p {
  max-width: 720px;
  color: #6d6470;
  font-size: 17px;
  line-height: 1.85;
}

.application-price {
  display: inline-grid;
  gap: 4px;
  min-width: min(100%, 330px);
  margin-top: 22px;
  padding: 18px;
  border: 2px solid rgba(229, 95, 148, 0.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(197, 98, 138, 0.1);
}

.application-price span,
.application-price small {
  color: #7f6a78;
  font-weight: 800;
}

.application-price strong {
  color: #d33f7d;
  font-size: 42px;
  line-height: 1.05;
}

.application-art,
.application-card,
.application-consent {
  border: 1px solid rgba(229, 95, 148, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(197, 98, 138, 0.08);
}

.application-art {
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #fff7fb);
}

.application-art img {
  display: block;
  width: 100%;
  height: auto;
}

.application-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.application-steps article {
  padding: 20px;
  border: 1px solid rgba(124, 207, 213, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #f4fcff);
}

.application-steps span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #ff8ab3, #7ccfd5);
  font-weight: 900;
}

.application-steps h2,
.application-card h2,
.application-consent h2 {
  margin: 14px 0 10px;
  color: #2d2532;
  font-size: 24px;
  line-height: 1.35;
}

.application-steps p,
.application-card p,
.application-consent li {
  color: #6d6470;
  line-height: 1.85;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.application-card,
.application-consent {
  padding: 24px;
}

.application-checklist,
.application-consent ul {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding-left: 1.2em;
}

.application-checklist li,
.application-consent li {
  font-weight: 700;
}

.application-red {
  padding: 12px 14px;
  border-left: 4px solid #d33f7d;
  border-radius: 8px;
  background: #fff1f6;
  color: #d33f7d !important;
  font-weight: 900;
}

.application-alert {
  padding: 16px;
  border: 2px solid rgba(211, 63, 125, 0.28);
  border-radius: 8px;
  background: #fff7fb;
}

.application-alert strong {
  display: block;
  color: #d33f7d;
  font-size: 17px;
}

.application-alert p {
  margin: 8px 0 0;
  font-weight: 800;
}

.application-small {
  margin-top: 12px;
  color: #8a7280 !important;
  font-size: 13px;
}

.payment-card {
  background: linear-gradient(145deg, #fff, #f4fcff);
}

.application-consent {
  margin-top: 18px;
}

.application-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.application-page-single {
  width: min(1240px, calc(100% - 36px));
}

.application-form-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.application-intro,
.application-live-form {
  border: 1px solid rgba(229, 95, 148, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(197, 98, 138, 0.08);
}

.application-intro {
  position: sticky;
  top: 94px;
  padding: 28px;
}

.application-intro h1 {
  font-size: clamp(34px, 4vw, 56px);
}

.application-intro p {
  color: #6d6470;
  line-height: 1.85;
}

.application-jump {
  margin-top: 18px;
}

.application-live-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.application-hp {
  position: absolute;
  left: -9999px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.application-live-form label,
.full-field {
  display: grid;
  gap: 8px;
}

.application-live-form label span,
.consent-box strong,
.upload-warning strong {
  color: #2d2532;
  font-weight: 900;
}

.application-live-form input[type="text"],
.application-live-form input[type="email"],
.application-live-form input[type="tel"],
.application-live-form input[type="file"],
.application-live-form select,
.application-live-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(229, 95, 148, 0.24);
  border-radius: 8px;
  color: #2d2532;
  background: #fff;
  font: inherit;
}

.application-live-form textarea {
  min-height: 108px;
  resize: vertical;
}

.upload-warning,
.consent-box,
.payment-before-submit,
.application-success,
.application-error {
  padding: 16px;
  border-radius: 8px;
}

.upload-warning {
  border: 2px solid rgba(255, 181, 59, 0.44);
  background: #fff9e9;
}

.upload-warning p {
  margin: 8px 0 0;
  color: #6d6470;
  font-weight: 800;
  line-height: 1.75;
}

.consent-box {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(229, 95, 148, 0.18);
  background: #fff7fb;
}

.consent-box label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: start;
  color: #5f5360;
  font-weight: 800;
  line-height: 1.65;
}

.consent-box a {
  color: #d33f7d;
  font-weight: 900;
}

.payment-before-submit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 16px;
  align-items: center;
  border: 2px solid rgba(124, 207, 213, 0.28);
  background: linear-gradient(145deg, #f4fcff, #fff);
}

.payment-before-submit h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.payment-before-submit p {
  margin: 0 0 12px;
  color: #6d6470;
  line-height: 1.75;
}

.qr-placeholder {
  position: relative;
  display: grid;
  width: 112px;
  aspect-ratio: 1;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  padding: 12px;
  border: 2px solid rgba(45, 37, 50, 0.1);
  border-radius: 8px;
  background: #fff;
}

.qr-placeholder span {
  border-radius: 4px;
  background: #2d2532;
}

.qr-placeholder span:nth-child(2),
.qr-placeholder span:nth-child(3) {
  background: #e55f94;
}

.qr-placeholder small {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #8a7280;
  font-size: 11px;
  font-weight: 900;
}

.application-submit {
  border: 0;
  cursor: pointer;
  font: inherit;
  justify-self: start;
}

.application-success {
  border: 2px solid rgba(124, 207, 213, 0.36);
  color: #286b72;
  background: #effcff;
  font-weight: 900;
}

.application-error {
  border: 2px solid rgba(211, 63, 125, 0.32);
  color: #8f2f58;
  background: #fff1f6;
}

.application-error strong {
  display: block;
  margin-bottom: 8px;
}

.application-error ul {
  margin: 0;
  padding-left: 1.2em;
}

.site-footer p {
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 920px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
    padding: 14px 18px;
  }

  nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(255, 246, 250, 0.96), rgba(255, 246, 250, 0.76)),
      url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=1200&q=82") center / cover;
  }

  .trust-strip,
  .problem-grid,
  .promo-manga-section,
  .upload-layout,
  .upload-grid,
  .voice-grid,
  .help-cards,
  .service-band,
  .price-layout,
  .reveal-section,
  .global-section,
  .help-section,
  .flow,
  .caution-section,
  .contact-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .contact-section .primary {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .brand small,
  .header-cta {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-apply {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-content {
    width: min(100% - 24px, 1180px);
    padding: 58px 0 64px;
  }

  .section {
    width: min(100% - 24px, 1180px);
    padding: 58px 0;
  }

  .legal-page {
    width: min(100% - 24px, 980px);
    padding: 48px 0 64px;
  }

  .legal-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .application-hero,
  .application-form-section,
  .application-steps,
  .application-grid,
  .form-row,
  .payment-before-submit {
    grid-template-columns: 1fr;
  }

  .application-intro {
    position: static;
  }

  .qr-placeholder {
    width: 104px;
  }

  .service-band,
  .caution-section,
  .promo-manga-section,
  .help-section {
    padding: 58px 12px;
  }

  .mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sample-candidate-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
