:root {
  color: #17383d;
  background: #f2f7f4;
  font-family: "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body {
  min-width: 320px;
  margin: 0;
  color: #17383d;
  background:
    radial-gradient(circle at 90% 0%, rgba(238, 193, 95, 0.2), transparent 28rem),
    #f2f7f4;
}

a { color: #075f6c; }

a:focus-visible,
button:focus-visible {
  outline: 3px solid #d08b00;
  outline-offset: 3px;
  border-radius: 5px;
}

.trust-header {
  border-bottom: 1px solid #c9ded9;
  background: rgba(255, 255, 255, 0.94);
}

.trust-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1080px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
}

.trust-brand {
  display: grid;
  color: #093f48;
  text-decoration: none;
}

.trust-brand strong { font-size: 1rem; }
.trust-brand small { color: #597176; font-size: 0.7rem; }

.trust-back {
  min-height: 44px;
  padding: 0 16px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 44px;
  text-decoration: none;
  background: #0f6674;
  border-radius: 999px;
}

.trust-main {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 80px;
}

.trust-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding: clamp(28px, 5vw, 52px);
  color: #fff;
  background: linear-gradient(135deg, #073f48, #0f7180);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(15, 74, 83, 0.16);
}

.trust-hero__eyebrow {
  margin: 0 0 10px;
  color: #f9d88d;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.trust-hero h1 {
  max-width: 16em;
  margin: 0;
  font-size: clamp(1.9rem, 5vw, 3.4rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.trust-hero p:last-child {
  max-width: 46em;
  margin: 20px 0 0;
  color: #d7efea;
  font-size: clamp(0.9rem, 2vw, 1.02rem);
  line-height: 1.9;
}

.trust-hero img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
}

.trust-content {
  display: grid;
  gap: 20px;
  margin-top: 26px;
}

.trust-card {
  padding: clamp(24px, 4vw, 38px);
  background: #fff;
  border: 1px solid #d8e7e3;
  border-radius: 22px;
}

.trust-card h2 {
  margin: 0 0 14px;
  color: #093f48;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  line-height: 1.4;
}

.trust-card h3 {
  margin: 26px 0 8px;
  color: #23565d;
  font-size: 1rem;
}

.trust-card p,
.trust-card li {
  color: #405d62;
  font-size: 0.92rem;
  line-height: 1.95;
}

.trust-card p { margin: 10px 0; }
.trust-card ul,
.trust-card ol { margin: 10px 0; padding-left: 1.4em; }
.trust-card li + li { margin-top: 8px; }

.trust-note {
  padding: 18px 20px;
  color: #5a481f;
  background: #fff7df;
  border-left: 5px solid #e0a935;
  border-radius: 12px;
}

.trust-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trust-links a {
  display: grid;
  min-height: 74px;
  padding: 15px 18px;
  color: #0b4f59;
  font-weight: 850;
  line-height: 1.5;
  text-decoration: none;
  background: #e8f5f1;
  border-radius: 14px;
}

.trust-links a span {
  color: #5c777b;
  font-size: 0.72rem;
  font-weight: 650;
}

.trust-updated {
  color: #71868a;
  font-size: 0.72rem;
  text-align: right;
}

.trust-footer {
  padding: 34px 16px 40px;
  color: #c4ddd8;
  text-align: center;
  background: #073f48;
}

.trust-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  margin-bottom: 18px;
}

.trust-footer a {
  min-height: 44px;
  color: #fff;
  font-size: 0.76rem;
  line-height: 44px;
}

.trust-footer small { font-size: 0.68rem; }

@media (max-width: 640px) {
  .trust-header__inner { min-height: 64px; }
  .trust-brand small { display: none; }
  .trust-back { padding: 0 13px; }
  .trust-main { padding-top: 22px; }
  .trust-hero { grid-template-columns: 1fr; gap: 24px; border-radius: 22px; }
  .trust-hero img { width: 112px; height: 112px; }
  .trust-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
