/*
 * TRY部クラス プレオープンLP
 * Mobile-first / SWELL child theme
 */

:root {
  --try-ivory: #fffaf1;
  --try-cream: #f8efdf;
  --try-apricot: #f7d8c3;
  --try-coral: #e8754f;
  --try-coral-dark: #c95737;
  --try-yellow: #f4cd63;
  --try-sage: #9db8a2;
  --try-blue: #dfeaf0;
  --try-navy: #263c4f;
  --try-navy-soft: #3b5366;
  --try-text: #303a3d;
  --try-text-soft: #586468;
  --try-line: #dfd6c7;
  --try-white: #ffffff;
  --try-shadow: 0 18px 50px rgba(52, 56, 58, 0.11);
  --try-radius-sm: 12px;
  --try-radius: 24px;
  --try-radius-lg: 38px;
  --try-font: "BIZ UDPGothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.dlive-try-class-template {
  margin: 0;
  color: var(--try-text);
  background: var(--try-ivory);
  font-family: var(--try-font);
  font-size: 16px;
  line-height: 1.85;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.dlive-try-class-template *,
.dlive-try-class-template *::before,
.dlive-try-class-template *::after {
  box-sizing: border-box;
}

.dlive-try-class-template #body_wrap,
.dlive-try-class-template #content,
.dlive-try-class-template .l-content,
.dlive-try-class-template .l-mainArea,
.dlive-try-class-template .l-mainContent,
.dlive-try-class-template main,
.dlive-try-class-template article,
.dlive-try-class-template .post,
.dlive-try-class-template .post_content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.try-page {
  width: 100%;
  min-height: 100vh;
  overflow: clip;
  background: var(--try-ivory);
}

.try-page img {
  display: block;
  max-width: 100%;
}

.try-page a {
  color: inherit;
}

.try-page h1,
.try-page h2,
.try-page h3,
.try-page p,
.try-page ul,
.try-page ol,
.try-page dl,
.try-page blockquote {
  margin-top: 0;
}

.try-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  color: #fff;
  background: var(--try-navy);
  border-radius: 6px;
  transform: translateY(-150%);
}

.try-skip-link:focus {
  transform: translateY(0);
}

.try-container {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.try-container--narrow {
  width: min(100% - 40px, 760px);
}

.try-sp-only {
  display: block;
}

.try-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 60px;
  background: rgba(255, 250, 241, 0.92);
  border-bottom: 1px solid rgba(223, 214, 199, 0.8);
  backdrop-filter: blur(14px);
}

.try-header__inner {
  width: min(100% - 32px, 1200px);
  min-height: 60px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.try-brand {
  display: inline-flex;
  flex: 0 0 auto;
}

.try-brand img {
  width: 82px;
  height: auto;
}

.try-header__title {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.2;
}

.try-header__title span {
  font-size: 12px;
  font-weight: 700;
}

.try-header__title small {
  margin-top: 3px;
  color: var(--try-coral-dark);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.try-header__cta {
  min-height: 38px;
  margin-left: auto;
  padding: 7px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--try-coral-dark) !important;
  background: #fff;
  border: 1px solid rgba(201, 87, 55, 0.45);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.try-hero {
  position: relative;
  padding: 48px 0 36px;
  background:
    radial-gradient(circle at 10% 10%, rgba(244, 205, 99, 0.19), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, var(--try-ivory) 100%);
}

.try-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 42px;
}

.try-pill {
  width: fit-content;
  margin-bottom: 20px;
  padding: 7px 13px;
  color: var(--try-navy);
  background: rgba(223, 234, 240, 0.75);
  border: 1px solid rgba(38, 60, 79, 0.15);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.try-hero h1 {
  margin-bottom: 24px;
  color: var(--try-navy);
  font-size: clamp(29px, 8vw, 45px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.try-hero h1 em,
.try-section-title em {
  color: var(--try-coral-dark);
  font-style: normal;
}

.try-hero__concept {
  margin-bottom: 24px;
  color: var(--try-text-soft);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.try-reassurance-pills {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.try-reassurance-pills li {
  padding: 7px 12px;
  color: var(--try-coral-dark);
  background: #fff;
  border: 1px solid rgba(232, 117, 79, 0.4);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.try-hero__small {
  margin-bottom: 22px;
  color: var(--try-text-soft);
  font-size: 13px;
}

.try-hero__cta-wrap > p,
.try-entry__cta > p {
  margin: 12px auto 0;
  color: var(--try-text-soft);
  font-size: 12px;
  line-height: 1.7;
}

.try-cta {
  width: min(100%, 390px);
  min-height: 60px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--try-coral) 0%, var(--try-coral-dark) 100%);
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(201, 87, 55, 0.25);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.try-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #ef825d 0%, #b64a2d 100%);
  box-shadow: 0 15px 34px rgba(201, 87, 55, 0.33);
  transform: translateY(-2px);
}

.try-cta:focus-visible {
  outline: 3px solid var(--try-yellow);
  outline-offset: 4px;
}

.try-radio-card {
  position: relative;
  min-height: 340px;
  padding: 42px 14px 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    repeating-linear-gradient(90deg, transparent 0 32px, rgba(38, 60, 79, 0.05) 32px 33px);
  border: 1px solid rgba(38, 60, 79, 0.15);
  border-radius: var(--try-radius-lg);
  box-shadow: var(--try-shadow);
}

.try-radio-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -45px;
  width: 180px;
  height: 180px;
  background: var(--try-apricot);
  border-radius: 50%;
  z-index: 0;
}

.try-radio-card__top {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--try-navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.try-live-dot {
  width: 8px;
  height: 8px;
  background: var(--try-coral);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(232, 117, 79, 0.12);
}

.try-radio-card > img {
  position: absolute;
  right: -190px;
  bottom: 0;
  z-index: 2;
  width: 630px;
  max-width: none;
}

.try-comment {
  position: absolute;
  z-index: 3;
  max-width: 170px;
  padding: 8px 12px;
  color: var(--try-navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(38, 60, 79, 0.14);
  border-radius: 14px 14px 14px 4px;
  box-shadow: 0 7px 20px rgba(38, 60, 79, 0.1);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.try-comment--one {
  top: 220px;
  right: 14px;
  left: auto;
}

.try-comment--two {
  top: 130px;
  left: 39px;
}

.try-comment--three {
  bottom: 47px;
  left: 17px;
}

.try-image-note {
  position: absolute;
  right: 16px;
  bottom: 7px;
  z-index: 4;
  margin: 0;
  color: rgba(38, 60, 79, 0.7);
  font-size: 8px;
}

.try-hero__meta {
  position: relative;
  z-index: 2;
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--try-line);
  border-radius: var(--try-radius-sm);
}

.try-hero__meta > div {
  min-height: 82px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.try-hero__meta > div:nth-child(odd) {
  border-right: 1px solid var(--try-line);
}

.try-hero__meta > div:nth-child(-n + 2) {
  border-bottom: 1px solid var(--try-line);
}

.try-hero__meta span {
  color: var(--try-text-soft);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.try-hero__meta strong {
  margin-top: 3px;
  color: var(--try-navy);
  font-size: 13px;
  line-height: 1.45;
}

.try-hero__bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.try-hero__bg-shape--one {
  top: 70px;
  right: -120px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(232, 117, 79, 0.14);
}

.try-hero__bg-shape--two {
  top: 120px;
  right: -65px;
  width: 135px;
  height: 135px;
  background: rgba(244, 205, 99, 0.14);
}

.try-section {
  padding: 82px 0;
}

.try-section--cream {
  background: var(--try-cream);
}

.try-section--apricot {
  background: #fff1e8;
}

.try-section--quiet {
  position: relative;
  background: #fffcf7;
}

.try-section--navy {
  color: #fff;
  background: var(--try-navy);
}

.try-section--blue {
  background: var(--try-blue);
}

.try-eyebrow {
  margin-bottom: 12px;
  color: var(--try-coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
}

.try-section-title {
  margin-bottom: 22px;
  color: var(--try-navy);
  font-size: clamp(26px, 7.4vw, 42px);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: -0.035em;
  text-align: center;
}

.try-section-title--left {
  text-align: left;
}

.try-section-title--giant {
  font-size: clamp(38px, 11vw, 64px);
  line-height: 1.35;
}

.try-section-lead {
  max-width: 720px;
  margin: 0 auto 42px;
  color: var(--try-text-soft);
  font-size: 15px;
  line-height: 1.95;
  text-align: left;
}

.try-worry-cloud {
  display: grid;
  gap: 12px;
}

.try-worry-cloud p {
  width: fit-content;
  max-width: 92%;
  margin: 0;
  padding: 13px 17px;
  color: var(--try-text);
  background: #fff;
  border: 1px solid rgba(88, 100, 104, 0.14);
  border-radius: 16px 16px 16px 5px;
  box-shadow: 0 8px 22px rgba(48, 58, 61, 0.06);
  font-size: 14px;
}

.try-worry-cloud p:nth-child(even) {
  margin-left: auto;
  background: #fff9ed;
  border-radius: 16px 16px 5px 16px;
}

.try-center-note {
  margin: 34px auto 0;
  color: var(--try-text-soft);
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}

.try-orbit {
  width: 240px;
  height: 170px;
  margin: 0 auto 38px;
  position: relative;
  border: 1px solid rgba(88, 100, 104, 0.16);
  border-radius: 50%;
  transform: rotate(-6deg);
}

.try-orbit::before,
.try-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(88, 100, 104, 0.12);
  border-radius: 50%;
}

.try-orbit::before {
  inset: 16px -9px;
  transform: rotate(14deg);
}

.try-orbit::after {
  inset: 34px 9px;
  transform: rotate(-12deg);
}

.try-orbit span {
  position: absolute;
  z-index: 2;
  padding: 4px 9px;
  color: var(--try-text-soft);
  background: #fffcf7;
  font-size: 11px;
  transform: rotate(6deg);
}

.try-orbit span:nth-child(1) { top: 4px; left: 48px; }
.try-orbit span:nth-child(2) { top: 64px; right: -4px; }
.try-orbit span:nth-child(3) { bottom: 4px; left: 48px; }
.try-orbit span:nth-child(4) { top: 63px; left: -8px; }

.try-prose {
  color: var(--try-text-soft);
}

.try-prose p {
  margin-bottom: 1.5em;
}

.try-prose p:last-child {
  margin-bottom: 0;
}

.try-prose strong {
  color: var(--try-navy);
}

.try-prose--compact {
  max-width: 720px;
  margin: 36px auto 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  border-left: 4px solid var(--try-yellow);
  border-radius: 0 var(--try-radius-sm) var(--try-radius-sm) 0;
}

.try-story__grid {
  display: grid;
  gap: 42px;
}

.try-story__image {
  position: relative;
  width: min(100%, 420px);
  margin: 0 auto;
}

.try-story__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50% 50% 16px 50%;
  filter: saturate(0.92);
}

.try-story__image > p {
  width: fit-content;
  margin: -32px 0 0 auto;
  padding: 12px 18px;
  position: relative;
  z-index: 2;
  color: var(--try-navy);
  background: var(--try-yellow);
  border-radius: 12px;
  font-size: 11px;
  line-height: 1.55;
}

.try-story__image strong {
  font-size: 16px;
}

.try-section--navy .try-eyebrow {
  color: var(--try-yellow);
}

.try-section--navy .try-section-title,
.try-section--navy .try-prose,
.try-section--navy .try-prose strong {
  color: #fff;
}

.try-story blockquote {
  margin: 28px 0 0;
  padding: 18px 0 18px 20px;
  color: #fff7db;
  border-left: 3px solid var(--try-yellow);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.try-proof-grid {
  margin-top: 28px;
  display: grid;
  gap: 10px;
}

.try-proof-grid > div {
  padding: 14px 16px;
  display: grid;
  gap: 3px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--try-radius-sm);
}

.try-proof-grid strong {
  color: var(--try-yellow);
  font-size: 16px;
}

.try-proof-grid span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  line-height: 1.6;
}

.try-preview-link {
  margin-top: 18px;
  padding: 13px 16px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--try-navy);
  background: var(--try-yellow);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.try-steps {
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.try-steps li {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--try-line);
  border-radius: var(--try-radius);
  box-shadow: 0 10px 28px rgba(48, 58, 61, 0.05);
}

.try-steps li > span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--try-coral);
  border-radius: 50%;
  font-weight: 800;
}

.try-steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--try-navy);
  font-size: 17px;
}

.try-steps p {
  margin: 0;
  color: var(--try-text-soft);
  font-size: 13px;
  line-height: 1.75;
}

.try-inline-cta {
  margin-top: 38px;
  text-align: center;
}

.try-inline-cta > p {
  margin-bottom: 12px;
  color: var(--try-text-soft);
  font-size: 14px;
}

.try-compare {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(201, 87, 55, 0.18);
  border-radius: var(--try-radius);
}

.try-compare > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.try-compare > div + div {
  border-top: 1px solid rgba(201, 87, 55, 0.15);
}

.try-compare > div > div {
  padding: 14px 10px;
  font-size: 11px;
  line-height: 1.6;
}

.try-compare > div > div + div {
  color: var(--try-navy);
  background: rgba(247, 216, 195, 0.42);
  border-left: 1px solid rgba(201, 87, 55, 0.15);
}

.try-compare__head {
  color: #fff;
  background: var(--try-navy);
  font-weight: 800;
  text-align: center;
}

.try-compare__head > div + div {
  color: #fff !important;
  background: var(--try-coral) !important;
}

.try-compare__note {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--try-text-soft);
  font-size: 13px;
  text-align: center;
}

.try-safe-strip {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
}

.try-safe-strip li {
  padding: 8px 12px;
  color: var(--try-navy);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(201, 87, 55, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.try-connection {
  background:
    radial-gradient(circle at 15% 20%, rgba(157, 184, 162, 0.16), transparent 25%),
    radial-gradient(circle at 85% 75%, rgba(244, 205, 99, 0.15), transparent 25%),
    var(--try-ivory);
}

.try-comment-scene {
  min-height: 420px;
  position: relative;
  margin: 28px auto 0;
}

.try-comment-scene > p {
  width: fit-content;
  max-width: 185px;
  position: absolute;
  padding: 11px 14px;
  background: #fff;
  border: 1px solid var(--try-line);
  border-radius: 15px 15px 15px 4px;
  box-shadow: 0 8px 22px rgba(48, 58, 61, 0.07);
  font-size: 12px;
  line-height: 1.55;
}

.try-comment-scene > p:nth-child(1) { top: 0; left: 0; }
.try-comment-scene > p:nth-child(2) { top: 72px; right: 0; border-radius: 15px 15px 4px 15px; }
.try-comment-scene > p:nth-child(3) { bottom: 90px; left: 2%; }
.try-comment-scene > p:nth-child(4) { right: 1%; bottom: 15px; border-radius: 15px 15px 4px 15px; }

.try-comment-scene__host {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--try-navy);
  border: 13px solid rgba(223, 234, 240, 0.9);
  border-radius: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.try-comment-scene__host::before,
.try-comment-scene__host::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: rgba(38, 60, 79, 0.25);
  z-index: -1;
}

.try-comment-scene__host::before { left: -90px; transform: rotate(25deg); }
.try-comment-scene__host::after { right: -90px; transform: rotate(-25deg); }

.try-comment-scene__host span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.try-comment-scene small {
  position: absolute;
  left: 50%;
  bottom: 0;
  color: var(--try-text-soft);
  font-size: 9px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.try-comment-flow {
  max-width: 800px;
  margin: 34px auto 0;
  display: grid;
  gap: 14px;
  text-align: center;
}

.try-comment-flow > div {
  position: relative;
}

.try-comment-flow > div:not(:last-of-type)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 2;
  color: var(--try-coral-dark);
  font-weight: 800;
  transform: translateX(-50%);
}

.try-comment-flow__question,
.try-comment-flow__host,
.try-comment-flow__result {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--try-line);
  border-radius: var(--try-radius);
  box-shadow: 0 8px 24px rgba(48, 58, 61, 0.06);
}

.try-comment-flow__question span,
.try-comment-flow__host span,
.try-comment-flow__result span {
  display: block;
  margin-bottom: 6px;
  color: var(--try-coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.try-comment-flow__question strong,
.try-comment-flow__result strong {
  color: var(--try-navy);
  font-size: 20px;
}

.try-comment-flow__answers {
  padding: 14px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.try-comment-flow__answers p {
  margin: 0;
  padding: 12px 8px;
  background: #fff;
  border: 1px solid var(--try-line);
  border-radius: 14px 14px 14px 4px;
  font-size: 12px;
}

.try-comment-flow__host {
  color: #fff;
  background: var(--try-navy);
}

.try-comment-flow__host span {
  color: var(--try-yellow);
}

.try-comment-flow__host p {
  margin: 0;
  font-weight: 700;
  line-height: 1.8;
}

.try-comment-flow__result {
  background: #fff7db;
  border-color: rgba(244, 205, 99, 0.8);
}

.try-comment-flow small {
  color: var(--try-text-soft);
  font-size: 9px;
}

.try-program-grid {
  display: grid;
  gap: 15px;
}

.try-program-card {
  padding: 25px 22px;
  background: #fff;
  border: 1px solid var(--try-line);
  border-radius: var(--try-radius);
  box-shadow: 0 9px 24px rgba(48, 58, 61, 0.06);
}

.try-program-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  background: var(--try-cream);
  border-radius: 12px;
  font-size: 21px;
}

.try-program-card__no {
  margin-bottom: 5px;
  color: var(--try-coral-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.try-program-card h3 {
  margin-bottom: 8px;
  color: var(--try-navy);
  font-size: 19px;
}

.try-program-card > p:not(.try-program-card__no) {
  margin: 0;
  color: var(--try-text-soft);
  font-size: 13px;
  line-height: 1.75;
}

.try-program-card__benefit {
  margin-top: 18px;
  padding-top: 14px;
  display: block;
  color: var(--try-navy);
  border-top: 1px solid var(--try-line);
  font-size: 12px;
  line-height: 1.65;
}

.try-program-card__benefit::before {
  content: "→ ";
  color: var(--try-coral-dark);
}

.try-program-note {
  margin-top: 22px;
  padding: 22px;
  background: rgba(244, 205, 99, 0.22);
  border-left: 4px solid var(--try-yellow);
  border-radius: 0 var(--try-radius-sm) var(--try-radius-sm) 0;
}

.try-program-note strong {
  display: block;
  margin-bottom: 7px;
  color: var(--try-navy);
}

.try-program-note p {
  margin: 0;
  color: var(--try-text-soft);
  font-size: 13px;
}

.try-target-grid {
  display: grid;
  gap: 32px;
}

.try-target-grid > div > p:last-child {
  color: var(--try-text-soft);
  font-size: 14px;
}

.try-credo {
  max-width: 760px;
  margin: 38px auto 0;
  padding: 24px;
  color: var(--try-text-soft);
  background: rgba(255, 255, 255, 0.82);
  border-radius: var(--try-radius);
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}

.try-credo strong {
  color: var(--try-navy);
}

.try-check-list {
  margin: 0;
  padding: 22px;
  display: grid;
  gap: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--try-radius);
  list-style: none;
}

.try-check-list li {
  position: relative;
  padding: 13px 4px 13px 34px;
  border-bottom: 1px solid rgba(38, 60, 79, 0.12);
  font-size: 14px;
}

.try-check-list li:last-child {
  border-bottom: 0;
}

.try-check-list li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 3px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--try-sage);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.try-values-grid {
  display: grid;
  gap: 15px;
}

.try-values-grid article {
  position: relative;
  padding: 28px 23px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--try-line);
  border-radius: 10px 28px 28px 28px;
}

.try-values-grid article::after {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  width: 90px;
  height: 90px;
  background: rgba(244, 205, 99, 0.18);
  border-radius: 50%;
}

.try-values-grid article > span {
  display: block;
  margin-bottom: 22px;
  color: var(--try-coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.try-values-grid h3 {
  margin-bottom: 13px;
  color: var(--try-navy);
  font-size: 23px;
  line-height: 1.5;
}

.try-values-grid p {
  margin: 0;
  color: var(--try-text-soft);
  font-size: 13px;
}

.try-safe__feature {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--try-navy);
  background: var(--try-yellow);
  border-radius: var(--try-radius);
}

.try-safe__feature > span {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--try-navy);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 800;
}

.try-safe__feature strong {
  display: block;
  font-size: 24px;
}

.try-safe__feature p {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.try-safe-grid {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.try-safe-grid li {
  min-height: 105px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  background: var(--try-navy-soft);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--try-radius-sm);
  text-align: center;
}

.try-safe-grid li span {
  color: var(--try-yellow);
  font-weight: 800;
}

.try-safe-grid li strong {
  font-size: 12px;
  line-height: 1.45;
}

.try-inline-cta--dark > p {
  color: rgba(255, 255, 255, 0.8);
}

.try-intro-message {
  background:
    linear-gradient(rgba(255, 250, 241, 0.92), rgba(255, 250, 241, 0.92)),
    radial-gradient(circle at 50% 0, var(--try-apricot), transparent 60%);
}

.try-phone {
  width: min(100%, 490px);
  margin: 0 auto;
  padding: 16px;
  background: #eef1f2;
  border: 8px solid var(--try-navy);
  border-radius: 38px;
  box-shadow: var(--try-shadow);
}

.try-phone__top {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--try-navy);
  font-size: 12px;
}

.try-phone__top span {
  width: 24px;
}

.try-phone > p:first-of-type {
  margin: 0 0 16px 22px;
  padding: 15px 17px;
  position: relative;
  color: var(--try-text);
  background: #fff;
  border-radius: 18px 18px 18px 5px;
  font-size: 14px;
  line-height: 1.85;
}

.try-copy-button {
  width: 100%;
  min-height: 48px;
  padding: 10px 16px;
  color: var(--try-navy);
  background: transparent;
  border: 1px solid rgba(38, 60, 79, 0.3);
  border-radius: 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.try-copy-button:hover {
  background: #fff;
}

.try-copy-button:focus-visible {
  outline: 3px solid var(--try-yellow);
  outline-offset: 3px;
}

.try-copy-status {
  min-height: 22px;
  margin: 5px 0 0;
  color: var(--try-coral-dark);
  font-size: 11px;
  text-align: center;
}

.try-preopen {
  position: relative;
  padding: 40px 22px 32px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--try-line);
  border-radius: var(--try-radius-lg);
}

.try-preopen__badge {
  width: 80px;
  height: 80px;
  margin: -78px auto 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--try-coral);
  border: 7px solid var(--try-cream);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  transform: rotate(-5deg);
}

.try-entry {
  scroll-margin-top: 72px;
}

.try-preopen-note {
  max-width: 820px;
  margin: 0 auto 18px;
  padding: 20px;
  color: var(--try-navy);
  background: rgba(244, 205, 99, 0.24);
  border: 1px solid rgba(244, 205, 99, 0.7);
  border-radius: var(--try-radius);
  text-align: center;
}

.try-preopen-note strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}

.try-preopen-note p {
  margin: 0;
  color: var(--try-text-soft);
  font-size: 12px;
  line-height: 1.7;
}

.try-details {
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--try-line);
  border-radius: var(--try-radius);
}

.try-details > div {
  padding: 15px 17px;
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--try-line);
}

.try-details > div:last-child {
  border-bottom: 0;
}

.try-details dt {
  color: var(--try-text-soft);
  font-size: 11px;
  font-weight: 700;
}

.try-details dd {
  margin: 0;
  color: var(--try-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.try-entry__cta {
  margin-top: 30px;
  text-align: center;
}

.try-after-apply {
  max-width: 820px;
  margin: 22px auto 0;
  padding: 24px;
  color: var(--try-navy);
  background: #fff;
  border: 1px solid var(--try-line);
  border-radius: var(--try-radius);
  text-align: center;
}

.try-after-apply .try-eyebrow {
  margin-bottom: 8px;
}

.try-after-apply > p:last-child {
  margin: 0;
  font-weight: 700;
  line-height: 1.75;
}

.try-admin-note {
  padding: 9px;
  color: #7a2e20 !important;
  background: #fff3cd;
  border: 1px solid #ffe69c;
  border-radius: 7px;
}

.try-profile__grid {
  display: grid;
  gap: 32px;
}

.try-profile__photo {
  width: min(100%, 380px);
  margin: 0 auto;
}

.try-profile__photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 10px solid rgba(255, 255, 255, 0.65);
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(38, 60, 79, 0.12);
}

.try-profile__role {
  margin-top: -14px;
  color: var(--try-coral-dark);
  font-size: 13px;
  font-weight: 800;
}

.try-faq__list {
  border-top: 1px solid var(--try-line);
}

.try-faq details {
  border-bottom: 1px solid var(--try-line);
}

.try-faq summary {
  min-height: 72px;
  padding: 18px 40px 18px 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--try-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  cursor: pointer;
  list-style: none;
}

.try-faq summary::-webkit-details-marker {
  display: none;
}

.try-faq summary > span,
.try-faq__answer > span {
  color: var(--try-coral-dark);
  font-size: 18px;
  font-weight: 800;
}

.try-faq summary i {
  position: absolute;
  top: 28px;
  right: 7px;
  width: 16px;
  height: 16px;
}

.try-faq summary i::before,
.try-faq summary i::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
  background: var(--try-navy);
  transition: transform 0.2s ease;
}

.try-faq summary i::after {
  transform: rotate(90deg);
}

.try-faq details[open] summary i::after {
  transform: rotate(0);
}

.try-faq summary:focus-visible {
  outline: 3px solid var(--try-yellow);
  outline-offset: 4px;
}

.try-faq__answer {
  padding: 0 0 22px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: var(--try-text-soft);
}

.try-faq__answer > span {
  color: var(--try-sage);
}

.try-faq__answer p {
  margin: 2px 0 0;
  font-size: 13px;
}

.try-final {
  position: relative;
  padding: 92px 0 105px;
  overflow: hidden;
  color: #fff;
  background: var(--try-navy);
  text-align: center;
}

.try-final::before,
.try-final::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.try-final::before {
  top: -100px;
  right: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.try-final::after {
  bottom: -75px;
  left: -60px;
  width: 210px;
  height: 210px;
  background: rgba(232, 117, 79, 0.12);
}

.try-final .try-container {
  position: relative;
  z-index: 2;
}

.try-final .try-eyebrow {
  color: var(--try-yellow);
}

.try-final h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(40px, 12vw, 70px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.try-final > div > p:not(.try-eyebrow) {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 2;
}

.try-final ul {
  width: fit-content;
  margin: 0 auto 28px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.try-final li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}

.try-final li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--try-yellow);
  font-weight: 800;
}

.try-footer {
  padding: 40px 0 116px;
  color: rgba(255, 255, 255, 0.7);
  background: #1c2e3d;
  text-align: center;
}

.try-footer img {
  width: 90px;
  height: auto;
  margin: 0 auto 15px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.try-footer p {
  margin: 6px 0;
  font-size: 10px;
}

.try-fixed-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  padding: 7px 14px max(8px, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 250, 241, 0.96);
  border-top: 1px solid var(--try-line);
  box-shadow: 0 -8px 24px rgba(48, 58, 61, 0.08);
  backdrop-filter: blur(12px);
}

.try-fixed-cta small {
  flex: 0 0 88px;
  color: var(--try-text-soft);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.try-fixed-cta .try-cta {
  min-height: 48px;
  flex: 1;
  padding: 10px 13px;
  gap: 10px;
  border-radius: 12px;
  font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .try-cta,
  .try-faq summary i::after {
    transition: none;
  }
}

@media (min-width: 640px) {
  .try-container,
  .try-container--narrow {
    width: min(100% - 64px, 1120px);
  }

  .try-container--narrow {
    width: min(100% - 64px, 760px);
  }

  .try-sp-only {
    display: none;
  }

  .try-header__inner {
    min-height: 70px;
  }

  .try-brand img {
    width: 110px;
  }

  .try-header__title span {
    font-size: 14px;
  }

  .try-header__title small {
    font-size: 10px;
  }

  .try-header__cta {
    min-height: 42px;
    padding-inline: 18px;
    font-size: 12px;
  }

  .try-hero {
    padding-top: 72px;
  }

  .try-radio-card {
    min-height: 470px;
  }

  .try-radio-card > img {
    right: -155px;
    width: 850px;
  }

  .try-comment {
    max-width: 210px;
    padding: 10px 15px;
    font-size: 13px;
  }

  .try-comment--one { top: 90px; right: 34px; left: auto; }
  .try-comment--two { top: 170px; left: 75px; }
  .try-comment--three { bottom: 70px; left: 35px; }

  .try-hero__meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .try-hero__meta > div {
    min-height: 90px;
    border-right: 1px solid var(--try-line);
    border-bottom: 0 !important;
  }

  .try-hero__meta > div:last-child {
    border-right: 0;
  }

  .try-hero__meta span {
    font-size: 11px;
  }

  .try-hero__meta strong {
    font-size: 14px;
  }

  .try-section {
    padding: 110px 0;
  }

  .try-section-lead {
    font-size: 16px;
    text-align: center;
  }

  .try-worry-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .try-worry-cloud p {
    width: 100%;
    max-width: none;
  }

  .try-worry-cloud p:last-child {
    grid-column: 1 / -1;
    width: fit-content;
    margin-inline: auto;
  }

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

  .try-steps li {
    min-height: 220px;
    flex-direction: column;
  }

  .try-compare > div > div {
    padding: 17px 20px;
    font-size: 14px;
  }

  .try-program-grid,
  .try-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .try-details > div {
    grid-template-columns: 180px 1fr;
    padding: 17px 24px;
  }

  .try-details dt,
  .try-details dd {
    font-size: 14px;
  }

  .try-profile__grid {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 60px;
  }
}

@media (min-width: 900px) {
  .try-header__title {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
  }

  .try-hero {
    min-height: calc(100svh - 70px);
    padding: 74px 0 40px;
  }

  .try-hero__grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    align-items: center;
    gap: 40px;
  }

  .try-hero h1 {
    font-size: clamp(36px, 3.6vw, 46px);
  }

  .try-hero__concept {
    font-size: 18px;
  }

  .try-radio-card {
    min-height: 540px;
  }

  .try-radio-card > img {
    right: -240px;
    width: 980px;
  }

  .try-hero__meta {
    margin-top: 48px;
  }

  .try-comment-flow {
    max-width: 1080px;
    grid-template-columns: 1fr 1.15fr 1.25fr 1fr;
    align-items: stretch;
    gap: 24px;
  }

  .try-comment-flow > div:not(.try-comment-flow__answers) {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .try-comment-flow > div:not(:last-of-type)::after {
    content: "→";
    top: 50%;
    right: -19px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
  }

  .try-comment-flow__answers {
    min-height: 170px;
    padding: 0;
    align-content: center;
    grid-template-columns: 1fr;
  }

  .try-comment-flow small {
    grid-column: 1 / -1;
  }

  .try-story__grid {
    grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 80px;
  }

  .try-story__image {
    width: 100%;
  }

  .try-program-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .try-program-card {
    padding: 30px 24px;
  }

  .try-target-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 80px;
  }

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

  .try-values-grid article {
    min-height: 330px;
  }

  .try-safe__feature {
    max-width: 620px;
    margin-inline: auto;
  }

  .try-safe-grid {
    max-width: 880px;
    margin-inline: auto;
  }

  .try-faq summary {
    font-size: 16px;
  }

  .try-faq__answer p {
    font-size: 15px;
  }

  .try-fixed-cta {
    right: 24px;
    bottom: 24px;
    left: auto;
    width: 330px;
    padding: 10px;
    border: 1px solid var(--try-line);
    border-radius: 16px;
    box-shadow: var(--try-shadow);
  }

  .try-fixed-cta small {
    display: none;
  }

  .try-fixed-cta .try-cta {
    width: 100%;
  }

  .try-footer {
    padding-bottom: 46px;
  }
}

@media (min-width: 1200px) {
  .try-radio-card > img {
    right: -200px;
  }
}

/*
 * TRY部クラス 構想発表ページ
 * 販売LPではなく、代表者からの発表記事として見せるための上書き。
 */

.try-page--announcement {
  background: #fffaf1;
}

.try-header--announcement {
  position: relative;
}

.try-header--announcement .try-header__inner {
  justify-content: flex-start;
}

.try-container--reading {
  width: min(100% - 40px, 760px);
}

.try-page--announcement .try-section {
  padding: 64px 0;
}

.try-hero--announcement {
  min-height: 0;
  padding: 44px 0 58px;
}

.try-hero--announcement h1 {
  margin-bottom: 22px;
  font-size: clamp(34px, 10.4vw, 52px);
  line-height: 1.38;
}

.try-hero--announcement h1 > span {
  color: var(--try-text-soft);
  font-size: 0.58em;
  font-weight: 700;
  letter-spacing: 0;
}

.try-hero--announcement .try-hero__concept {
  margin-bottom: 14px;
  color: var(--try-navy);
  font-size: 17px;
  font-weight: 700;
}

.try-hero__description {
  margin-bottom: 22px;
  color: var(--try-text-soft);
  font-size: 16px;
  line-height: 1.85;
}

.try-hero__facts {
  padding: 17px 18px;
  display: grid;
  gap: 5px;
  color: var(--try-text-soft);
  background: rgba(255, 255, 255, 0.82);
  border-left: 4px solid var(--try-coral);
  border-radius: 0 var(--try-radius-sm) var(--try-radius-sm) 0;
  font-size: 13px;
  line-height: 1.65;
}

.try-hero__facts strong {
  color: var(--try-navy);
  font-size: 16px;
}

.try-section-kicker {
  margin-bottom: 10px;
  color: var(--try-coral-dark);
  font-size: 13px;
  font-weight: 800;
}

.try-letter {
  background: #fff;
}

.try-letter__body {
  font-size: 16px;
}

.try-voice-stack {
  margin: 28px 0;
  display: grid;
  gap: 10px;
}

.try-voice-stack p {
  margin: 0;
  padding: 13px 15px;
  color: var(--try-navy);
  background: var(--try-ivory);
  border: 1px solid var(--try-line);
  border-radius: 14px 14px 14px 4px;
  font-size: 16px;
  line-height: 1.75;
}

.try-short-lines {
  color: var(--try-navy);
  font-weight: 700;
  line-height: 2;
}

.try-inner__thoughts {
  margin: 28px 0 32px;
  display: grid;
  gap: 10px;
}

.try-inner__thoughts p {
  width: fit-content;
  margin: 0;
  padding: 9px 14px;
  color: var(--try-text-soft);
  background: #fff;
  border: 1px solid var(--try-line);
  border-radius: 999px;
  font-size: 14px;
}

.try-inner__thoughts p:nth-child(2) {
  margin-left: auto;
}

.try-inner__thoughts p:nth-child(3) {
  margin-inline: auto;
}

.try-concept .try-section-title {
  color: #fff;
}

.try-concept-list {
  margin: 28px 0;
  padding: 20px 20px 20px 46px;
  display: grid;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--try-radius);
  font-size: 16px;
}

.try-concept-list li::marker {
  color: var(--try-yellow);
}

.try-concept blockquote {
  margin: 34px 0 24px;
  padding: 25px 20px;
  color: var(--try-navy);
  background: var(--try-yellow);
  border-radius: var(--try-radius);
  font-size: clamp(21px, 6vw, 30px);
  font-weight: 800;
  line-height: 1.75;
  text-align: center;
}

.try-concept__after {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.9;
}

.try-page--announcement .try-program-card {
  padding: 23px 20px;
}

.try-page--announcement .try-program-card > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.try-page--announcement .try-program-card > p + p {
  margin-top: 10px;
}

.try-comments .try-section-lead {
  margin-bottom: 30px;
  font-size: 16px;
}

.try-page--announcement .try-comment-flow {
  margin-top: 0;
}

.try-page--announcement .try-comment-flow__answers {
  grid-template-columns: 1fr;
}

.try-comments__note {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--try-text-soft);
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.try-distance .try-prose {
  max-width: 700px;
  margin-inline: auto;
}

.try-distance .try-safe-strip {
  margin-top: 30px;
}

.try-values__promise {
  max-width: 760px;
  margin: 26px auto 0;
  padding: 20px;
  color: #fff;
  background: var(--try-navy);
  border-radius: var(--try-radius);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.try-page--announcement .try-values-grid p {
  font-size: 16px;
  line-height: 1.8;
}

.try-target-grid > div > p:last-child {
  font-size: 16px;
  line-height: 1.9;
}

.try-page--announcement .try-check-list {
  padding: 18px 20px;
}

.try-page--announcement .try-check-list li {
  font-size: 16px;
}

.try-story .try-prose blockquote {
  margin: 18px 0;
}

.try-story__closing {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.9;
}

.try-page--announcement .try-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.try-page--announcement .try-proof-grid > div {
  min-height: 96px;
  align-content: center;
}

.try-outline {
  background: #fffaf1;
}

.try-outline-list {
  margin: 0;
  padding: 0;
  display: grid;
  background: #fff;
  border: 1px solid var(--try-line);
  border-radius: var(--try-radius);
  list-style: none;
}

.try-outline-list li {
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid var(--try-line);
}

.try-outline-list li:last-child {
  border-bottom: 0;
}

.try-outline-list span {
  color: var(--try-text-soft);
  font-size: 13px;
}

.try-outline-list strong {
  color: var(--try-navy);
  font-size: 16px;
  line-height: 1.6;
}

.try-outline__note {
  margin: 18px 0 0;
  color: var(--try-text-soft);
  font-size: 15px;
  line-height: 1.75;
}

.try-final--announcement {
  padding: 72px 0 78px;
  text-align: left;
}

.try-final--announcement h2 {
  font-size: clamp(31px, 8.8vw, 48px);
  line-height: 1.5;
  text-align: left;
}

.try-final--announcement > div > p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.9;
}

.try-final--announcement blockquote {
  margin: 30px 0;
  padding: 20px;
  color: var(--try-navy);
  background: var(--try-yellow);
  border-radius: var(--try-radius);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}

.try-line-cta {
  width: min(100%, 460px);
  min-height: 60px;
  margin-top: 16px;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff !important;
  background: #2f8f59;
  border: 2px solid transparent;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.try-line-cta:hover {
  background: #26794b;
}

.try-line-cta:focus-visible {
  outline: 3px solid var(--try-yellow);
  outline-offset: 4px;
}

.try-page--announcement .try-footer {
  padding-bottom: 42px;
}

@media (min-width: 640px) {
  .try-container--reading {
    width: min(100% - 64px, 760px);
  }

  .try-page--announcement .try-section {
    padding: 78px 0;
  }

  .try-hero--announcement {
    padding: 64px 0 70px;
  }

  .try-page--announcement .try-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .try-hero--announcement {
    min-height: 0;
    padding: 68px 0 78px;
  }

  .try-hero--announcement .try-hero__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 58px;
  }

  .try-hero--announcement h1 {
    font-size: clamp(45px, 4.2vw, 58px);
  }

  .try-hero--announcement .try-hero__concept {
    font-size: 19px;
  }

  .try-page--announcement .try-program-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .try-page--announcement .try-comment-flow {
    grid-template-columns: 1fr 1.15fr 1.25fr 1fr;
  }

  .try-page--announcement .try-comment-flow__answers {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .try-container,
  .try-container--reading {
    width: min(100% - 40px, 1120px);
  }

  .try-hero--announcement h1 {
    font-size: 32px;
  }

  .try-outline-list li {
    grid-template-columns: 90px minmax(0, 1fr);
    padding-inline: 14px;
  }
}
