@charset "UTF-8";
/*
Theme Name:  Will Growth LP Theme
Author: will
Version: 1.0 ver
*/
/* リセットCSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5要素の表示をブロックレベルに設定 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 画像のボーダーを削除 */
img {
  border-style: none;
}

/* リンクのテキスト装飾をリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* フォーム要素の外観をリセット */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* ボタンと入力タイプをリセット */
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3E5054;
  background: #FFFFFF;
  line-height: 1.8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-weight: 700;
}

.wg-container {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 24px;
}
.wg-container--narrow {
  max-width: 760px;
}

.wg-section {
  padding-block: 72px;
}
@media (min-width: 900px) {
  .wg-section {
    padding-block: 104px;
  }
}
.wg-section--pale {
  background: #F0F8F9;
}
.wg-section--primary {
  background: #7CC1C9;
  color: #3E5054;
}

.wg-section__title {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #28849D;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.12em;
}
@media (min-width: 900px) {
  .wg-section__title {
    font-size: 2rem;
  }
}
.wg-section__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  margin: 18px auto 0;
  background: #28849D;
  border-radius: 1px;
}
.wg-section__title--light {
  color: #FFFFFF;
}
.wg-section__title--light::after {
  background: #FFFFFF;
}
.wg-section__title[data-label]::before {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: rgba(124, 193, 201, 0.16);
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
}
.wg-section__title--light[data-label]::before {
  color: rgba(255, 255, 255, 0.18);
}

.wg-section__lead {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
  color: #3E5054;
}

.wg-prose {
  max-width: 760px;
  margin-inline: auto;
}
.wg-prose p {
  margin-bottom: 1.5em;
  line-height: 1.9;
}
.wg-prose p:last-child {
  margin-bottom: 0;
}
.wg-prose__emphasis {
  font-weight: 700;
  color: #28849D;
  font-size: 1.1rem;
}
.wg-prose__emphasis--center {
  text-align: center;
  margin-top: 40px;
}
.wg-prose--center {
  text-align: center;
}
.wg-prose--on-primary {
  color: #3E5054;
}
.wg-prose--on-primary .wg-prose__emphasis {
  color: #28849D;
}
.wg-prose--on-primary .wg-marker {
  background: transparent;
  border-bottom: 0;
  color: #28849D;
  font-weight: 700;
}

.wg-marker {
  background: linear-gradient(transparent 58%, rgba(240, 231, 78, 0.75) 58%);
  font-weight: 700;
  padding: 0 0.08em;
}

.wg-lead-emphasis {
  margin-top: 40px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: #3E5054;
}
@media (min-width: 900px) {
  .wg-lead-emphasis {
    font-size: 1.35rem;
  }
}

.wg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}
.wg-btn:active {
  transform: translateY(1px);
}
.wg-btn--accent {
  background: #28849D;
  color: #FFFFFF;
  border-color: #28849D;
}
.wg-btn--accent:hover {
  background: #7CC1C9;
  border-color: #7CC1C9;
  color: #3E5054;
}
.wg-btn--ghost {
  background: #FFFFFF;
  color: #28849D;
  border-color: #28849D;
}
.wg-btn--ghost:hover {
  background: #28849D;
  color: #FFFFFF;
}
.wg-btn--ghost-on-dark {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.wg-btn--ghost-on-dark:hover {
  background: #FFFFFF;
  color: #28849D;
}
.wg-btn--outline {
  background: #FFFFFF;
  color: #8AA0A4;
  border-color: #C0D5D8;
  font-weight: 500;
}
.wg-btn--outline:hover {
  border-color: #8AA0A4;
  color: #3E5054;
}
.wg-btn--on-monitor {
  background: #FFFFFF;
  color: #28849D;
  border-color: #FFFFFF;
}
.wg-btn--on-monitor:hover {
  background: #F0E74E;
  border-color: #F0E74E;
  color: #3E5054;
}
.wg-btn--sm {
  padding: 9px 18px;
  font-size: 0.85rem;
}
.wg-btn--lg {
  padding: 17px 36px;
  font-size: 1.05rem;
}
.wg-btn--block {
  width: 100%;
}

.wg-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.wg-cta-group--center {
  justify-content: center;
}
.wg-cta-group--stack {
  flex-direction: row;
}

.wg-badge {
  display: inline-block;
  background: #F0E74E;
  color: #3E5054;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: 6px;
}

.wg-result {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(124, 193, 201, 0.12);
  border-left: 3px solid #7CC1C9;
  line-height: 1.85;
  font-size: 0.95rem;
}

.wg-cardnum {
  display: block;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(124, 193, 201, 0.85);
  margin-bottom: 0.3em;
  letter-spacing: 0.02em;
}

.wg-card-rule {
  border: 0;
  border-top: 1px solid #e6edf0;
  margin: 14px 0 18px;
}

.wg-dotlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wg-dotlist li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.9em;
  line-height: 1.8;
}
.wg-dotlist li:last-child {
  margin-bottom: 0;
}
.wg-dotlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7CC1C9;
}

.wg-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: #FFFFFF;
  border-bottom: 1px solid #C0D5D8;
  transition: box-shadow 0.3s ease;
}
.wg-header.is-scrolled {
  box-shadow: 0 2px 12px -8px rgba(62, 80, 84, 0.5);
}
.wg-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 64px;
  width: 88%;
  max-width: 1600px;
}
.wg-header__logo {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #28849D;
}
.wg-header__logo-sub {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #8AA0A4;
  margin-top: 3px;
}
@media (min-width: 900px) {
  .wg-header__logo { font-size: 1.5rem; }
  .wg-header__logo-sub { font-size: 0.82rem; }
}
.wg-header__nav {
  display: flex;
  align-items: center;
  gap: 12px 24px;
}
.wg-header__links {
  display: none;
}
@media (min-width: 900px) {
  .wg-header__links {
    display: flex;
    align-items: center;
    gap: 22px;
  }
}
.wg-header__link {
  font-size: 0.9rem;
  font-weight: 700;
  color: #3E5054;
  transition: color 0.2s ease;
}
.wg-header__link:hover {
  color: #28849D;
}
.wg-header .wg-btn--accent {
  display: none;
}
@media (min-width: 600px) {
  .wg-header .wg-btn--accent {
    display: inline-flex;
  }
}

.wg-hero {
  position: relative;
  padding-block: 132px 100px;
  background: linear-gradient(160deg, #F0F8F9 0%, rgba(180, 219, 224, 0.6) 100%);
  overflow: hidden;
}
@media (min-width: 900px) {
  .wg-hero .wg-container {
    width: 80%;
    max-width: 1500px;
  }
}
.wg-hero__grid {
  position: relative;
  display: block;
}
.wg-hero__content {
  position: relative;
  z-index: 1;
  text-align: left;
}
@media (min-width: 900px) {
  .wg-hero__content {
    max-width: 64%;
  }
}
.wg-hero__eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #28849D;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 30px;
}
.wg-hero__title {
  font-size: 1.85rem;
  line-height: 1.55;
  font-weight: 900;
  color: #3E5054;
  margin-top: 70px;
  margin-bottom: 28px;
  letter-spacing: 0.08em;
}
@media (min-width: 900px) {
  .wg-hero__title {
    font-size: clamp(2.1rem, 3.4vw, 2.8rem);
    line-height: 1.6;
    margin-bottom: 44px;
    width: max-content;
    max-width: none;
  }
}
.wg-hero__title-accent {
  color: #28849D;
}
@media (min-width: 900px) {
  .wg-hero__textbg {
    background: #FFFFFF;
    padding: 0.3em 0.75em;
    border-radius: 6px;
  }
}
.wg-hero__sub {
  font-size: 1.1rem;
  line-height: 1.95;
  font-weight: 700;
  color: #3E5054;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
}
@media (min-width: 900px) {
  .wg-hero__sub {
    font-size: 1.2rem;
    line-height: 1.75;
    width: max-content;
    max-width: none;
  }
}
.wg-hero__cta {
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 600px) {
  .wg-hero__cta {
    flex-direction: row;
    align-items: center;
  }
}
.wg-hero__sub-note {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #8AA0A4;
}
.wg-hero__visual {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
@media (min-width: 900px) {
  .wg-hero__visual {
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    width: min(62%, 780px);
    margin-top: 0;
    justify-content: flex-end;
    z-index: 0;
    pointer-events: none;
  }
}
.wg-hero__illust {
  width: 100%;
  max-width: 520px;
  height: auto;
  opacity: 0.5;
}
@media (min-width: 900px) {
  .wg-hero__illust {
    max-width: 780px;
  }
}
.wg-hero__illust-placeholder {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 5/4;
  display: grid;
  place-items: center;
  border: 2px dashed #7CC1C9;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  color: #8AA0A4;
  font-weight: 700;
  font-size: 0.95rem;
}

.wg-issue-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 56px auto;
  max-width: 1000px;
}
@media (min-width: 900px) {
  .wg-issue-groups {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wg-issue-card {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 28px 26px;
  box-shadow: 0 2px 12px rgba(62, 80, 84, 0.06);
}
.wg-issue-card__label {
  color: #28849D;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e6edf0;
  padding-bottom: 0.6em;
  min-height: 1.8rem;
  margin: 0 0 1.1em;
  line-height: 1.5;
}

#wg-issue .wg-lead-emphasis {
  font-size: 1.5rem;
}
@media (min-width: 900px) {
  #wg-issue .wg-lead-emphasis {
    font-size: 1.95rem;
  }
}

.wg-whofor-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 36px;
}
@media (min-width: 600px) {
  .wg-whofor-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .wg-whofor-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wg-whofor-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #FFFFFF;
  border-radius: 14px;
  border-top: 3px solid #7CC1C9;
  padding: 26px 24px;
  box-shadow: 0 2px 12px rgba(62, 80, 84, 0.06);
}
.wg-whofor-card__tag {
  align-self: flex-start;
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.5;
  color: #28849D;
}
.wg-whofor-card__tag--bull {
  color: #FFFFFF;
  background: #28849D;
  padding: 0.3em 0.9em;
  border-radius: 999px;
}
.wg-whofor-card__text {
  margin: 0;
  line-height: 1.85;
}
.wg-whofor-card__icon {
  align-self: center;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(124, 193, 201, 0.15);
  color: #28849D;
}
.wg-whofor-card__icon svg {
  width: 40px;
  height: 40px;
}
.wg-whofor-card--bull {
  border-top-color: #28849D;
  background: rgba(124, 193, 201, 0.07);
  box-shadow: 0 10px 26px -8px rgba(40, 132, 157, 0.35);
}
.wg-whofor-card--bull .wg-whofor-card__icon {
  background: #28849D;
  color: #FFFFFF;
}

.wg-cause {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 920px;
  margin: 40px auto 0;
  padding: 0;
}
@media (min-width: 900px) {
  .wg-cause {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wg-cause__item {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(62, 80, 84, 0.06);
}
.wg-cause .wg-cardnum {
  font-size: 3rem;
  text-align: center;
}
.wg-cause__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #28849D;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  min-height: 2rem;
}
.wg-cause__text {
  margin: 0;
  line-height: 1.85;
}

.wg-bridge {
  position: relative;
  max-width: 920px;
  margin: 52px auto 0;
  padding: 20px 36px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background: #28849D;
  border-radius: 4px;
  box-shadow: 0 14px 32px -16px rgba(40, 132, 157, 0.65);
}
@media (min-width: 900px) {
  .wg-bridge {
    font-size: 1.65rem;
    padding: 24px 48px;
  }
}
.wg-bridge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #28849D;
}

.wg-broken {
  margin: 40px auto 44px;
  max-width: 900px;
  background: #F0F8F9;
  border: 1px solid #C0D5D8;
  border-radius: 18px;
  padding: 48px 32px;
}
.wg-broken__track {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
}
.wg-broken__node {
  flex: 0 0 auto;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 12px;
  padding: 20px 30px;
  font-weight: 700;
  font-size: 1.2rem;
  color: #3E5054;
  box-shadow: 0 8px 20px -12px rgba(62, 80, 84, 0.5);
}
@media (min-width: 900px) {
  .wg-broken__node {
    font-size: 1.35rem;
    padding: 24px 38px;
  }
}
.wg-broken__cut {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin: 0 16px;
}
.wg-broken__cut::after {
  content: "→";
  font-size: 2.2rem;
  font-weight: 900;
  color: #7CC1C9;
  line-height: 1;
}
.wg-broken__caption {
  margin-top: 30px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: #3E5054;
  line-height: 1.9;
}
@media (min-width: 900px) {
  .wg-broken__caption {
    font-size: 1.2rem;
  }
}

#wg-about {
  background: linear-gradient(160deg, #F0F8F9 0%, #B4DBE0 100%);
}
#wg-about .wg-section__title {
  color: #3E5054;
}
#wg-about .wg-section__title::after {
  background: #3E5054;
}
#wg-about .wg-section__title[data-label]::before {
  color: rgba(124, 193, 201, 0.22);
}

.wg-about__lead {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
@media (min-width: 900px) {
  .wg-about__lead {
    font-size: 1.3rem;
  }
}
.wg-about__lead-em {
  color: #28849D;
}

.wg-about__list {
  display: grid;
  gap: 12px;
  margin: 8px 0 1.4em;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
}
.wg-about__list li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.7;
}
.wg-about__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #28849D;
}

.wg-about__catch {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #3E5054;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 36px;
}
@media (min-width: 900px) {
  .wg-about__catch {
    font-size: 1.5rem;
  }
}

.wg-funnel-fig {
  margin: 44px auto;
  max-width: 960px;
  background: #FFFFFF;
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 18px 44px -28px rgba(40, 132, 157, 0.6);
}
@media (min-width: 900px) {
  .wg-funnel-fig {
    padding: 36px 32px;
  }
}
.wg-funnel-fig__desc {
  margin: 24px 0 0;
  padding-top: 22px;
  border-top: 1px solid #C0D5D8;
  color: #3E5054;
  font-size: 0.95rem;
  line-height: 1.9;
  text-align: center;
}
@media (min-width: 900px) {
  .wg-funnel-fig__desc {
    font-size: 1.02rem;
  }
}

.wg-stage {
  color: #28849D;
  font-weight: 700;
}

.wg-num {
  color: #28849D;
  font-weight: 900;
  font-size: 1.3em;
  letter-spacing: 0.01em;
}

.wg-funnel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  margin: 0;
}
@media (min-width: 900px) {
  .wg-funnel {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.wg-funnel__step {
  position: relative;
  flex: 1 1 0;
  display: grid;
  place-items: center;
  text-align: center;
}
.wg-funnel__step::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 50%);
  color: #7CC1C9;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}
.wg-funnel__step:last-child::after {
  display: none;
}
@media (min-width: 900px) {
  .wg-funnel__step::after {
    content: "→";
    left: auto;
    bottom: auto;
    right: -20px;
    top: 50%;
    transform: translate(50%, -50%);
  }
}
.wg-funnel__label {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 58px;
  padding: 10px 8px;
  border-radius: 10px;
  background: #F0F8F9;
  border: 1px solid #7CC1C9;
  font-weight: 700;
  font-size: 0.9rem;
  color: #28849D;
  line-height: 1.4;
}
.wg-funnel__step--goal .wg-funnel__label {
  background: #28849D;
  border-color: #28849D;
  color: #FFFFFF;
}

.wg-reasons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 860px;
  margin: 36px auto 0;
}

.wg-reason {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 30px 28px;
  box-shadow: 0 2px 12px rgba(62, 80, 84, 0.06);
}
.wg-reason__title {
  font-size: 1.32rem;
  font-weight: 700;
  color: #28849D;
  line-height: 1.6;
  margin: 0;
}
.wg-reason__text {
  flex: 1 1 auto;
  margin: 0;
  line-height: 1.85;
}
.wg-reason .wg-result {
  margin-top: 24px;
}

.wg-origin__cta {
  margin-top: 40px;
}

.wg-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wg-compare {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 12px;
  overflow: hidden;
}
.wg-compare th,
.wg-compare td {
  padding: 16px 14px;
  text-align: center;
  border-bottom: 1px solid #C0D5D8;
  font-size: 0.92rem;
  vertical-align: middle;
}
.wg-compare thead th {
  background: #B4DBE0;
  color: #3E5054;
  font-weight: 700;
  border-bottom: 1px solid #FFFFFF;
}
.wg-compare tbody th {
  text-align: left;
  font-weight: 700;
  color: #3E5054;
  background: #F0F8F9;
  min-width: 220px;
}
.wg-compare tbody tr:last-child th,
.wg-compare tbody tr:last-child td {
  border-bottom: none;
}
.wg-compare__own {
  background: #28849D !important;
  color: #FFFFFF !important;
}
thead .wg-compare__own {
  font-weight: 900;
}
.wg-compare__note-prose {
  margin-top: 36px;
}

.wg-mark {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}
.wg-mark--ok {
  color: #28849D;
}
.wg-mark--mid {
  color: #8AA0A4;
}
.wg-mark--no {
  color: #C0D5D8;
}

.wg-compare__own .wg-mark {
  color: #FFFFFF;
}

.wg-compare__sub {
  display: block;
  margin-top: 2px;
  font-size: 0.7em;
  line-height: 1.2;
  color: #8AA0A4;
}

.wg-steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 840px;
  margin: 40px auto 0;
  padding: 0;
}
.wg-steps__item {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: rgba(124, 193, 201, 0.1);
  border-radius: 12px;
  padding: 26px 28px;
}
.wg-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 16px solid #7CC1C9;
}
@media (max-width: 768px) {
  .wg-steps__item {
    flex-direction: column;
    gap: 14px;
  }
}
.wg-steps__pill {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  min-width: 96px;
  height: 38px;
  border: 1.5px solid #7CC1C9;
  border-radius: 999px;
  background: #FFFFFF;
  color: #28849D;
  font-weight: 700;
  font-size: 0.9rem;
}
.wg-steps__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #28849D;
  margin: 0 0 0.5em;
}
.wg-steps__text {
  margin: 0;
  line-height: 1.85;
}

@media (min-width: 900px) {
  #wg-pricing .wg-container {
    width: 80%;
    max-width: 1500px;
  }
}

.wg-plans {
  display: grid;
  gap: 22px;
}
@media (min-width: 600px) {
  .wg-plans {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .wg-plans {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

.wg-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 18px;
  padding: 28px 22px;
}
.wg-plan--featured {
  border: 2px solid #28849D;
  box-shadow: 0 22px 44px -28px rgba(40, 132, 157, 0.7);
}
.wg-plan__ribbon {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #28849D;
  color: #FFFFFF;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 999px;
  white-space: nowrap;
}
.wg-plan__name {
  font-size: 1.4rem;
  font-weight: 900;
  color: #28849D;
  margin-bottom: 4px;
}
.wg-plan__purpose {
  font-size: 0.98rem;
  font-weight: 700;
  color: #8AA0A4;
  margin-bottom: 14px;
}
.wg-plan__price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #C0D5D8;
}
.wg-plan__monthly {
  font-size: 1.45rem;
  font-weight: 900;
  color: #3E5054;
}
.wg-plan__init {
  font-size: 0.9rem;
  color: #8AA0A4;
}
.wg-plan__sub {
  font-size: 0.8rem;
  color: #28849D;
  font-weight: 700;
  margin-bottom: 12px;
}
.wg-plan__heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #3E5054;
  margin-bottom: 10px;
}
.wg-plan__list {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.95rem;
  line-height: 1.7;
}
.wg-plan__list li {
  position: relative;
  padding-left: 18px;
}
.wg-plan__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #7CC1C9;
  font-weight: 700;
}
.wg-plan__note {
  margin-top: auto;
  font-size: 0.76rem;
  color: #8AA0A4;
  line-height: 1.6;
}

.wg-option {
  max-width: 720px;
  margin: 24px auto 0;
  background: #F0F8F9;
  border: 1px solid #C0D5D8;
  border-radius: 14px;
  padding: 24px 26px;
}
.wg-option__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 10px;
}
.wg-option__tag {
  font-size: 0.74rem;
  font-weight: 700;
  color: #FFFFFF;
  background: #7CC1C9;
  padding: 3px 12px;
  border-radius: 999px;
}
.wg-option__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #28849D;
}
.wg-option__price {
  font-size: 0.95rem;
  font-weight: 700;
  color: #3E5054;
}
.wg-option__detail {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.wg-option__lead {
  margin: 4px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: #28849D;
}
.wg-option__features {
  list-style: none;
  margin: 16px 0 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wg-option__features li {
  position: relative;
  padding-left: 1.25em;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #3E5054;
}
.wg-option__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28849D;
}
.wg-option__note {
  font-size: 0.78rem;
  color: #8AA0A4;
}

.wg-pricing__cta {
  margin-top: 36px;
}

.wg-planfit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 8px;
}
@media (min-width: 900px) {
  .wg-planfit {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wg-planfit__card {
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 16px;
  padding: 26px 24px;
}
.wg-planfit__name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #28849D;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #C0D5D8;
}
.wg-planfit__dl {
  display: grid;
  gap: 12px;
}
.wg-planfit__row {
  display: grid;
  gap: 4px;
}
.wg-planfit__row dt {
  padding: 2px 0 2px 12px;
  border-left: 4px solid #28849D;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: #28849D;
  justify-self: start;
}
.wg-planfit__row dd {
  font-size: 0.92rem;
  line-height: 1.65;
}

.wg-monitor {
  background: #28849D;
  padding-block: 56px;
}
@media (min-width: 900px) {
  .wg-monitor {
    padding-block: 72px;
  }
}
.wg-monitor--soft {
  background: linear-gradient(135deg, #7CC1C9 0%, #28849D 70%);
}
.wg-monitor__inner {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
  color: #FFFFFF;
}
.wg-monitor__badge {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #3E5054;
  background: #F0E74E;
  padding: 5px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.wg-monitor__title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 18px;
}
@media (min-width: 900px) {
  .wg-monitor__title {
    font-size: 1.9rem;
  }
}
.wg-monitor__br {
  display: none;
}
@media (min-width: 900px) {
  .wg-monitor__br {
    display: inline;
  }
}
.wg-monitor__hl {
  color: #F0E74E;
}
.wg-monitor__text {
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 16px;
}
.wg-monitor__note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 28px;
}
.wg-monitor__cta {
  display: flex;
  justify-content: center;
}

.wg-process {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}
.wg-process__step {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.wg-process__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 52px;
  bottom: -28px;
  width: 2px;
  background: #C0D5D8;
}
.wg-process__num {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #28849D;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.1rem;
}
.wg-process__body {
  flex: 1 1 auto;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 12px;
  padding: 20px 24px;
}
.wg-process__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  margin-bottom: 10px;
}
.wg-process__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #28849D;
}
.wg-process__est {
  font-size: 0.78rem;
  font-weight: 700;
  color: #28849D;
  background: rgba(124, 193, 201, 0.15);
  padding: 3px 12px;
  border-radius: 999px;
}
.wg-process__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.85;
}

.wg-faq {
  display: grid;
  gap: 12px;
}
.wg-faq__item {
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 12px;
  overflow: hidden;
}
.wg-faq__q {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 56px 20px 24px;
  font-weight: 700;
  color: #3E5054;
}
.wg-faq__q::-webkit-details-marker {
  display: none;
}
.wg-faq__q::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #28849D;
  font-size: 1.4rem;
  font-weight: 700;
  transition: transform 0.2s ease;
}
.wg-faq__item[open] .wg-faq__q::after {
  content: "−";
}
.wg-faq__a {
  padding: 0 24px 22px;
  font-size: 0.95rem;
  color: #3E5054;
}
.wg-faq__a a {
  color: #28849D;
  font-weight: 700;
  text-decoration: underline;
}

.wg-final {
  background: #28849D;
  text-align: center;
}
.wg-final__message {
  max-width: 760px;
  margin: 0 auto 40px;
  color: #FFFFFF;
}
.wg-final__message p {
  font-size: 1.05rem;
  line-height: 1.95;
  margin-bottom: 1.4em;
}
.wg-final__message p:last-child {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .wg-final__message p {
    font-size: 1.2rem;
  }
}
.wg-final__cta {
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 600px) {
  .wg-final__cta {
    flex-direction: row;
    align-items: center;
  }
}

.wg-entry-compare {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}
@media (min-width: 600px) {
  .wg-entry-compare {
    grid-template-columns: 1fr 1fr;
  }
}
.wg-entry-compare__col {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-top: 4px solid #7CC1C9;
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 2px 12px rgba(62, 80, 84, 0.06);
}
.wg-entry-compare__tag {
  font-size: 1.15rem;
  font-weight: 900;
  color: #28849D;
  margin-bottom: 4px;
}
.wg-entry-compare__meta {
  font-size: 0.82rem;
  font-weight: 700;
  color: #8AA0A4;
  margin-bottom: 12px;
}
.wg-entry-compare__desc {
  font-size: 0.92rem;
  line-height: 1.8;
  margin-bottom: 12px;
}
.wg-entry-compare__for {
  font-size: 0.85rem;
  font-weight: 700;
  color: #28849D;
  background: rgba(124, 193, 201, 0.12);
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 16px;
}
.wg-entry-compare .wg-btn {
  margin-top: auto;
}

.wg-form-box {
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 2px 12px rgba(62, 80, 84, 0.06);
}
.wg-form-box + .wg-form-box {
  margin-top: 28px;
}
.wg-form-box__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #28849D;
  margin-bottom: 10px;
  text-align: center;
}
.wg-form-box__note {
  font-size: 0.9rem;
  color: #3E5054;
  text-align: center;
  margin-bottom: 24px;
}

.wg-form-note {
  margin: -4px 0 4px;
  font-size: 0.8rem;
  line-height: 1.7;
  color: #8AA0A4;
  text-align: center;
}
.wg-form-note a {
  color: #28849D;
  text-decoration: underline;
}
.wg-form-note a:hover {
  color: #1f6a7e;
}

.wg-form-embed {
  display: grid;
  gap: 16px;
}
.wg-form-embed__placeholder {
  font-size: 0.8rem;
  color: #8AA0A4;
  background: #F0F8F9;
  border: 1px dashed #C0D5D8;
  border-radius: 8px;
  padding: 14px;
  text-align: center;
}

.wg-field {
  display: grid;
  gap: 6px;
}
.wg-field__label {
  font-size: 0.86rem;
  font-weight: 700;
  color: #3E5054;
}
.wg-field__input {
  width: 100%;
  border: 1px solid #C0D5D8;
  border-radius: 8px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 0.95rem;
  color: #3E5054;
  background: #FFFFFF;
}
.wg-field__input:focus {
  outline: none;
  border-color: #28849D;
  box-shadow: 0 0 0 3px rgba(124, 193, 201, 0.35);
}

.wg-footer {
  background: #3E5054;
  color: rgba(255, 255, 255, 0.85);
  padding-block: 40px 96px;
  text-align: center;
}
@media (min-width: 900px) {
  .wg-footer {
    padding-block: 40px;
  }
}
.wg-footer__logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.wg-footer__logo-sub {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 3px;
}
.wg-footer__company {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 14px;
}
.wg-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  margin-bottom: 16px;
}
.wg-footer__links a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}
.wg-footer__links a:hover {
  color: #FFFFFF;
}
.wg-footer__copy {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}

.wg-sticky-cta {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 90;
  display: flex;
  gap: 10px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-top: 1px solid #C0D5D8;
  box-shadow: 0 -4px 16px -10px rgba(62, 80, 84, 0.5);
  transform: translateY(120%);
  transition: transform 0.3s ease;
}
.wg-sticky-cta.is-visible {
  transform: translateY(0);
}
.wg-sticky-cta .wg-btn {
  padding-block: 12px;
  font-size: 0.9rem;
}
.wg-sticky-cta .wg-btn--ghost {
  flex: 0 0 96px;
}
@media (min-width: 900px) {
  .wg-sticky-cta {
    display: none;
  }
}

.wg-float-cta {
  display: none;
}
@media (min-width: 900px) {
  .wg-float-cta {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 95;
    display: block;
    width: 320px;
    max-width: calc(100vw - 40px);
    background: #FFFFFF;
    border: 1px solid #C0D5D8;
    border-top: 4px solid #28849D;
    border-radius: 14px;
    padding: 18px 18px 16px;
    box-shadow: 0 16px 40px -14px rgba(62, 80, 84, 0.45);
    transform: translateY(16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .wg-float-cta.is-visible {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .wg-float-cta.is-closed {
    display: none;
  }
}
.wg-float-cta__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: #8AA0A4;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}
.wg-float-cta__close:hover {
  color: #3E5054;
}
.wg-float-cta__title {
  font-size: 1rem;
  font-weight: 700;
  color: #28849D;
  line-height: 1.5;
  margin: 0 1.4em 8px 0;
}
.wg-float-cta__note {
  font-size: 0.8rem;
  line-height: 1.7;
  color: #3E5054;
  margin: 0 0 14px;
}

.wg-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.wg-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .wg-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}

/* =========================================================
   SP（スマホ ≤599px）専用調整 — PC/タブレットは変更しない
   ※スマホ表示の微調整。min-width 系（PC/タブレット）には影響しません。
   ========================================================= */
.wg-br-sp { display: inline; }
@media (min-width: 600px) {
  .wg-br-sp { display: none; }
}

/* FV 再構成後も h1 を背景イラストより前面に保つ（PC維持用） */
.wg-hero__title { position: relative; z-index: 1; }

/* ハンバーガーメニュー（SP/タブレット用・PC≥900pxでは非表示＝横並びナビ維持） */
.wg-burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: 8px;
  margin-right: -20px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.wg-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #3E5054;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.wg-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.wg-burger.is-open span:nth-child(2) { opacity: 0; }
.wg-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (min-width: 900px) {
  .wg-burger { display: none; }
}

.wg-drawer {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #FFFFFF;
  padding: 16px 24px calc(24px + env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  transform: translateY(-12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s;
}
.wg-drawer.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wg-drawer__links {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.wg-drawer__links li { border-bottom: 1px solid #EEF3F4; }
.wg-drawer__links a {
  display: block;
  padding: 14px 4px;
  color: #3E5054;
  font-weight: 700;
  text-decoration: none;
}
.wg-drawer__links a:hover { color: #28849D; }
.wg-drawer__actions { display: grid; gap: 10px; }
/* ドロワー内のボタンは常に表示（ヘッダーのSP時 .wg-btn--accent 非表示ルールを上書き） */
.wg-drawer__actions .wg-btn { display: flex; width: 100%; }
@media (min-width: 900px) {
  .wg-drawer { display: none; }
}

@media (max-width: 599.98px) {
  /* FV: 見出し・サブをさらに一回り小さく／上padding 0 */
  .wg-hero { padding-top: 0; }
  .wg-hero__title { margin-top: 90px; margin-bottom: 9px; font-size: 1.4rem; }
  .wg-hero__visual { margin-top: 9px; }
  .wg-hero__sub { margin-top: 15px; font-size: 1rem; }

  /* 集客→問い合わせ獲得→商談化: 縦表示（折り返さない） */
  .wg-broken { padding: 32px 20px; }
  .wg-broken__track { flex-direction: column; flex-wrap: nowrap; gap: 0; }
  .wg-broken__node { width: 100%; font-size: 1rem; padding: 14px 16px; text-align: center; }
  .wg-broken__cut { margin: 8px 0; }
  .wg-broken__cut::after { content: "↓"; font-size: 1.8rem; }

  /* 導入の流れ: 番号をボックス左上角／縦ボーダー削除／ボックスを横に広げる */
  .wg-process__step { gap: 0; }
  .wg-process__step:not(:last-child)::before { display: none; }
  .wg-process__num {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px 0 12px 0;
    font-size: 0.95rem;
  }
  .wg-process__body { width: 100%; padding-top: 52px; }

  /* 追従CTA: 全幅50%ずつ／角丸・余白・背景なし */
  .wg-sticky-cta {
    gap: 0;
    padding: 0;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-top: none;
    box-shadow: none;
  }
  .wg-sticky-cta .wg-btn,
  .wg-sticky-cta .wg-btn--ghost {
    flex: 1 1 50%;
    width: auto;
    border-radius: 0;
    padding-block: 16px;
  }

  /* モニター/CTA群: ボタン横幅80% */
  .wg-monitor__cta .wg-btn { width: 80%; }
}
