:root {
  --bg: #f7fafb;
  --paper: #ffffff;
  --ink: #223;
  --muted: #5c6b7a;
  --brand: #0aa6a6;
  --accent: #7fc9c3;
  --gold: #c5a572;
  --silver: #b6bcc6;
  --bronze: #b8865b;
  --radius: 18px;
  --max: 1200px;
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

/* Base */
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.75;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--brand);
  text-decoration: none;
}
.wrap {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(16px, 3vw, 32px);
}
.intro-media {
  align-items: start;
}
.intro-figure img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.intro__inner {
  text-align: left;
}
.intro__title {
  margin: 0 0 14px;
  font-size: clamp(22px, 3.6vw, 34px);
}
.intro__para {
  color: var(--muted);
  margin: 12px 0;
  line-height: 2;
}
.intro__emph {
  margin-top: 16px;
  color: #19b7c0;
  font-weight: 800;
  font-size: clamp(18px, 2.8vw, 26px);
  line-height: 1.9;
}
.intro-media {
  align-items: start;
}
.intro-figure img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.intro__inner {
  text-align: left;
}
.intro__title {
  margin: 0 0 14px;
  font-size: clamp(22px, 3.6vw, 34px);
}
.intro__para {
  color: var(--muted);
  margin: 12px 0;
  line-height: 2;
}
.intro-banner {
  margin: 24px 0 0;
  text-align: center;
  color: #19b7c0;
  border-radius: 14px;
  font-weight: 800;
  font-size: clamp(18px, 2.6vw, 28px);
  line-height: 1.9;
}
.catalog-hero__kicker {
  margin: 4px 0 8px;
  font-size: clamp(18px, 2.6vw, 28px);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.catalog-hero__brand {
  background: linear-gradient(90deg, #19b7c0, #0aa6a6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.catalog-hero__cert {
  color: #17a2a1;
  margin-left: 0.2em;
}
.catalog-hero__title {
  margin: 0.05em 0 0.35em;
  font-size: clamp(34px, 7vw, 78px);
  line-height: 1.1;
  font-weight: 800;
  color: #666;
}
.catalog-hero__rule {
  height: 2px;
  width: min(420px, 60%);
  background: linear-gradient(90deg, #a9d9de, transparent);
  margin: 8px 0 10px;
}
.catalog-hero__sub {
  color: #2a9aa2;
  font-weight: 700;
  font-size: clamp(14px, 2.3vw, 18px);
}
.catalog-hero__sub::after {
  content: "";
}
.sp-br {
  display: none;
}
:root {
  --bg: #f7fafb;
  --paper: #ffffff;
  --ink: #223;
  --muted: #5c6b7a;
  --brand: #0aa6a6;
  --accent: #7fc9c3;
  --gold: #c5a572;
  --silver: #b6bcc6;
  --bronze: #b8865b;
  --radius: 18px;
  --max: 1200px;
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.75;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--brand);
  text-decoration: none;
}
.wrap {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(16px, 3vw, 32px);
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #c6edf7 0%, var(--bg) 100%);
}
.hero__inner {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.5em 0.9em;
  background: #e7f6f5;
  border-radius: 9999px;
  font-weight: 600;
  color: #0b7e7e;
}
.title {
  font-size: clamp(28px, 4.5vw, 48px);
  line-height: 1.25;
  margin: 0.2em 0 0.3em;
}
.lead {
  color: var(--muted);
  font-size: clamp(14px, 2.3vw, 18px);
}
.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}
.btn:hover {
  transform: translateY(-2px);
}
.btn--bronze {
  background: var(--paper);
  border: 2px solid var(--bronze);
  color: var(--bronze);
}
.btn--silver {
  background: var(--paper);
  border: 2px solid var(--silver);
  color: #6b7280;
}
.btn--gold {
  background: var(--gold);
  color: #fff;
  border: var(--gold);
}
.section {
  padding: clamp(36px, 5vw, 72px) 0;
}
.card {
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.grid {
  display: grid;
  gap: clamp(16px, 2.2vw, 24px);
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.pill {
  display: inline-block;
  padding: 0.35em 0.75em;
  border-radius: 9999px;
  background: #eef4f7;
  color: #446;
  font-weight: 600;
  font-size: 0.92em;
}
.lvl-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid #f1f3f5;
}
.lvl-head h3 {
  margin: 0;
  font-size: clamp(18px, 2.6vw, 22px);
}
.lvl-body {
  padding: 20px;
}
.lvl-body ul {
  margin: 0;
  padding-left: 1em;
}
.lvl-foot {
  padding: 16px 20px;
  border-top: 1px solid #f1f3f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.lvl-foot .price {
  font-weight: 800;
}
.media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}
.media--flip {
  grid-template-columns: 1fr 1fr;
}
.media__text h2 {
  margin: 0.1em 0 0.4em;
  font-size: clamp(22px, 3.6vw, 32px);
}
.muted {
  color: var(--muted);
}
.logos {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.note {
  font-size: 0.92em;
  color: #6b7280;
}
.salons {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.salon {
  background: var(--paper);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.salon__body {
  padding: 16px;
}
.salon__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.cta-center {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.footer {
  background: #0f2530;
  color: #d7e2e8;
}
.footer a {
  color: #c8eff0;
}
.footer__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}
.top-btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 9999px;
  background: #0f2530;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.top-btn.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.hero__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.fv-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.fv-img--left {
  background: #e7f6f5;
}
.fv-img--right {
  background: #fff;
}

/* ===== Level common ===== */
.level {
  border-radius: 18px;
}
.level--bronze {
  background: #f8f2ec;
}
.level--silver {
  background: #f3f5f7;
}
.level--gold {
  background: #f8f5ec;
}

.lvl-hd {
  margin-bottom: 18px;
}
.lvl-ttl {
  margin: 0 0 8px;
  font-size: clamp(26px, 4.4vw, 42px);
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #5c4432;
}
.lvl-subbar {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 10px 14px;
  border-left: 6px solid rgba(184, 134, 91, 0.7);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: fit-content;
}
.lvl-subtxt {
  font-weight: 700;
  font-size: 32px;
}
.tag.tag--pill {
  font-size: 1.4em;
  padding: 0.3em 0.8em;
  background: #eee7df;
  border-radius: 999px;
  font-weight: 600;
}

.lvl-catch {
  font-family: inherit;
  font-weight: 800;
  font-size: clamp(18px, 2.6vw, 24px);
  margin: 0.9em 0 0.4em;
  color: #6b5240;
}
.lvl-desc {
  line-height: 1.9;
}
.points {
  padding: 18px;
}
.points__ttl {
  margin: 0.2em 0 0.6em;
  font-size: clamp(18px, 2.2vw, 20px);
}
.num-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.num-list li {
  padding: 12px 0;
  border-top: 1px dashed #e1d6cd;
}
.num-list li:first-child {
  border-top: 0;
}
.num-list strong {
  display: block;
  color: #5a4030;
}
.num-list span {
  color: #6b7280;
}

.side {
  display: grid;
  gap: 14px;
}
.benefits {
  padding: 16px;
  background: #fff;
}
.benefits h4 {
  margin: 0.2em 0 0.4em;
  font-size: 20px;
}
.benefits ul {
  margin: 0;
  padding-left: 1.1em;
}
.lvl-image img {
  width: 85%;
  margin: auto;
}
/* ===== 受講メリット：グリーンの横幅バナー ==== */
.benefit-banners {
  display: grid;
  gap: 14px;
}
.benefit-banner {
  text-align: center;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(25, 183, 192, 0.1),
    rgba(25, 183, 192, 0.08)
  );
  border: 1px solid rgba(25, 183, 192, 0.28);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}
.benefit-banner .b-lead {
  margin: 0 0 4px;
  color: #445;
  font-weight: 700;
}
.benefit-banner .b-strong {
  margin: 0;
  font-weight: 800;
  font-size: clamp(18px, 2.8vw, 24px);
  line-height: 1.6;
  color: #444;
}
.benefit-banner .accent {
  color: #19b7c0;
  font-size: 1.28em;
  font-weight: 900;
}
.benefit-banner small {
  font-size: 0.72em;
  color: #6b7280;
}
.under_text {
  margin: 0;
  font-size: 12px;
}
.silver_lvl-image img {
  max-height: 250px;
}
.points-col {
  display: grid;
  gap: 14px;
  grid-area: points;
}
.points-col .points {
  padding: 18px;
}
.points-col .points .num-list li {
  padding: 12px 0;
}
.points-col .points .num-list li:first-child {
  border-top: 0;
}
.meta-grid {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.meta-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
}
.meta-row .k {
  color: #7a7068;
  font-weight: 700;
}
.meta-row .v {
  color: #333;
}
.meta-row.is-fee {
  border: 2px solid rgba(184, 134, 91, 0.45);
  background: rgba(255, 255, 255, 0.9);
}
.btn-cta {
  padding: 16px 28px;
  font-size: 1.05rem;
  border-radius: 14px;
  margin-top: 12px;
}
.lvl-ttlwrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lvl-emblem {
  width: 125px;
  height: 125px;
  object-fit: contain;
  border-radius: 50%;
}
.level--silver .lvl-emblem {
  background: #eef1f5;
}
.level--gold .lvl-emblem {
  background: #f5edd8;
}
.hero__inner {
  display: flex;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.5em 0.9em;
  background: #e7f6f5;
  border-radius: 9999px;
  font-weight: 600;
  color: #0b7e7e;
}
.title {
  font-size: clamp(28px, 4.5vw, 48px);
  line-height: 1.25;
  margin: 0.2em 0 0.3em;
}
.lead {
  color: var(--muted);
  font-size: clamp(14px, 2.3vw, 18px);
}
.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 12px 12px;
  border-radius: 12px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}
.btn:hover {
  transform: translateY(-2px);
}
.btn--bronze {
  background: var(--paper);
  border: 2px solid var(--bronze);
  color: var(--bronze);
  font-weight: 700;
}
.btn--silver {
  background: var(--paper);
  border: 2px solid var(--silver);
  color: #6b7280;
}
.btn--gold {
  background: var(--gold);
  color: #fff;
}

.hero__images {
  gap: 16px;
}
.fv-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.fv-img--left {
  background: #e7f6f5;
}
.fv-img--right {
  background: #fff;
}
.intro__inner {
  max-width: 880px;
  text-align: center;
}
.intro__title {
  margin: 0 0 18px;
  font-size: clamp(22px, 3.6vw, 34px);
  letter-spacing: 0.04em;
}
.intro__para {
  color: var(--muted);
  margin: 14px 0;
  line-height: 2;
}
.intro__emph {
  margin-top: 18px;
  color: #19b7c0;
  font-weight: 800;
  font-size: clamp(18px, 2.8vw, 26px);
  line-height: 1.9;
}
.section {
  padding: clamp(36px, 5vw, 72px) 0;
}
.card {
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.grid {
  display: grid;
  gap: clamp(16px, 2.2vw, 24px);
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.pill {
  display: inline-block;
  padding: 0.35em 0.75em;
  border-radius: 9999px;
  background: #eef4f7;
  color: #446;
  font-weight: 600;
  font-size: 0.92em;
}
.lvl-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid #f1f3f5;
}
.lvl-head h3 {
  margin: 0;
  font-size: clamp(18px, 2.6vw, 22px);
}
.lvl-body {
  padding: 20px;
}
.lvl-body ul {
  margin: 0;
  padding-left: 1em;
}
.lvl-foot {
  padding: 16px 20px;
  border-top: 1px solid #f1f3f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.lvl-foot .price {
  font-weight: 800;
}

.media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}
.media--flip {
  grid-template-columns: 1fr 1fr;
}
.media__text h2 {
  margin: 0.1em 0 0.4em;
  font-size: clamp(22px, 3.6vw, 32px);
}

.muted {
  color: var(--muted);
}
.logos {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.note {
  font-size: 0.92em;
  color: #6b7280;
}

.salons {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.salon {
  background: var(--paper);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.salon__body {
  padding: 16px;
}
.salon__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.cta-center {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.footer {
  background: #0f2530;
  color: #d7e2e8;
}
.footer a {
  color: #c8eff0;
}
.footer__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}
.top-btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 9999px;
  background: #0f2530;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.top-btn.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.catalog-hero {
  padding-top: 32px;
  padding-bottom: 8px;
}
.catalog-hero__grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: end;
}
.catalog-hero__media {
  display: flex;
  align-items: flex-start;
}
.catalog-hero__img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}
.catalog-hero__kicker {
  margin: 4px 0 8px;
  font-size: clamp(18px, 2.6vw, 28px);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.catalog-hero__brand {
  color: #19b7c0;
  font-size: 36px;
}
.catalog-hero__cert {
  color: #19b7c0;
  margin-left: 0.2em;
}
.catalog-hero__title {
  margin: 0.05em 0 0.35em;
  font-size: clamp(34px, 7vw, 78px);
  line-height: 1.1;
  font-weight: 800;
  color: #666;
}
.catalog-hero__rule {
  height: 2px;
  width: min(420px, 60%);
  background: linear-gradient(90deg, #a9d9de, transparent);
  margin: 8px 0 10px;
}
.catalog-hero__sub {
  color: #19b7c0;
  font-weight: 700;
  font-size: clamp(14px, 2.3vw, 28px);
}
.sp-br {
  display: none;
}
.steps__title {
  margin: 0 0 18px;
  font-size: clamp(24px, 4.2vw, 36px);
  color: #6b5240;
  letter-spacing: 0.06em;
  font-weight: 800;
}
.steps__rows {
  display: grid;
  gap: 14px;
}
.steprow {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 16px;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}
.steprow__ttl {
  margin: 0 0 6px;
  font-size: clamp(16px, 2.4vw, 18px);
}
.steprow__icon img {
  width: 125px;
  height: 125px;
  object-fit: contain;
}
.badge-dot {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 999px;
  margin-right: 0.4em;
  transform: translateY(-1px);
}
.badge-dot.bronze {
  background: #b8865b;
}
.badge-dot.silver {
  background: #b6bcc6;
}
.badge-dot.gold {
  background: #c5a572;
}
.steps__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}
.steps__card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}
.steps__cardttl {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.8vw, 22px);
  font-weight: 800;
}
.steps__cardttl.green {
  color: #19b7c0;
}

.steps-list {
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.9;
}
.steps-list li {
  position: relative;
  margin: 0.2em 0;
}
.steps-list li::marker {
  color: #19b7c0;
}
.steprow--bronze {
  border-left: 6px solid rgba(184, 134, 91, 0.5);
}
.steprow--silver {
  border-left: 6px solid rgba(182, 188, 198, 0.6);
}
.steprow--gold {
  border-left: 6px solid rgba(197, 165, 114, 0.6);
}

.lvl-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-areas:
    "points benefits"
    "meta   image";
  gap: 12px;
  align-items: start;
  margin-top: 16px;
}
.points {
  grid-area: points;
}
.benefits {
  grid-area: benefits;
}
.meta-card {
  grid-area: meta;
}
.lvl-image {
  grid-area: image;
}
.meta-card {
  padding: 12px 14px;
}
.meta-card .meta-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #efe6de;
}
.meta-card .meta-row:last-child {
  border-bottom: 0;
}
.meta-card .meta-row .k {
  color: #7a7068;
  font-weight: 700;
}
.meta-card .meta-row .v {
  color: #333;
}
.meta-card .meta-row.is-fee {
  background: #fff;
  border: 2px solid rgba(184, 134, 91, 0.45);
  border-radius: 10px;
  padding: 12px;
}
.points,
.benefits,
.meta-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}
.benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.benefits li {
  position: relative;
  padding-left: 90px;
  margin: 42px 0;
  line-height: 1.9;
}
.benefits li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -1.2em;
  width: 75px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
}
.level--bronze .benefits li:nth-child(1)::before {
  background-image: url("./img/salon_time.png");
}
.level--bronze .benefits li:nth-child(2)::before {
  background-image: url("./img/salon_gift.png");
}
.level--bronze .benefits li:nth-child(3)::before {
  background-image: url("./img/salon_heart.png");
}
.level--silver .benefits li:nth-child(1)::before {
  background-image: url("./img/bullet-silver-1.png");
}
.level--silver .benefits li:nth-child(2)::before {
  background-image: url("./img/bullet-silver-2.png");
}
.level--silver .benefits li:nth-child(3)::before {
  background-image: url("./img/bullet-silver-3.png");
}
.level--gold .benefits li:nth-child(1)::before {
  background-image: url("./img/bullet-gold-1.png");
}
.level--gold .benefits li:nth-child(2)::before {
  background-image: url("./img/bullet-gold-2.png");
}
.level--gold .benefits li:nth-child(3)::before {
  background-image: url("./img/bullet-gold-3.png");
}

.pt__body {
  margin-left: 25px;
}
.points--photo {
  padding: 18px;
}
.ptlist {
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
  display: grid;
  gap: 14px;
}

.pt {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
}

.pt__icon {
  width: 75px;
  height: 75px;
  display: grid;
  place-items: center;
}
.pt__icon img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.pt__title {
  color: #c5a572;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 2px;
}
.pt__desc {
  color: #4b5563;
  display: block;
  line-height: 1.7;
}
.benefit-photos {
  grid-area: benefits;
}

.benefit-photos .ph {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}
.benefit-photos .ph img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  max-height: 195px;
  margin-top: 0;
}

.benefit-photos figcaption {
  text-align: center;
  padding: 10px 12px;
  color: #4b5563;
  font-weight: 700;
  background: #f8f5ec;
  letter-spacing: 0.02em;
}
.ph {
  margin-top: 0;
  margin-bottom: 36px;
}
.btn--meister{
  background: #2eaf52;
  color: #fff;
}
/* ===== Modal base ===== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 25, 35, 0.48);
  backdrop-filter: blur(2px);
}
.modal__dialog {
  position: relative;
  max-width: 860px;
  margin: 6vh auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #7a6a55;
}
.modal__hd {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #f2e9dc;
}
.modal__emblem {
  width: 84px;
  height: 84px;
  object-fit: contain;
}
.modal__kicker {
  color: #c5a572;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.modal__title {
  margin: 0.2em 0;
  font-size: clamp(20px, 3vw, 26px);
  color: #8a6b2e;
}
.modal__bullets {
  margin: 6px 0 0;
  padding-left: 1.1em;
  color: #4b5563;
  line-height: 1.8;
}

.modal__body {
  padding: 16px 20px;
}
.md-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f2e9dc;
}
.md-row:last-child {
  border-bottom: 0;
}
.md-k {
  font-weight: 800;
  color: #8a6b2e;
  display: flex;
  align-items: center;
}
.md-v {
  color: #334155;
}

.md-chip {
  display: inline-block;
  margin: 4px 8px 8px 0;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f6efe1;
  color: #8a6b2e;
  font-weight: 700;
  border: 1px solid rgba(197, 165, 114, 0.45);
}
.md-h4 {
  margin: 10px 0 2px;
  color: #6b5530;
  font-size: 1rem;
}
.md-muted {
  color: #6b7280;
  margin: 10px 0 4px;
  font-size: 18px;
}
.md-ol {
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.9;
}
.md-ol li span {
  color: #6b7280;
}

.md-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.md-tag {
  background: #fff7e6;
  border: 1px solid rgba(197, 165, 114, 0.45);
  color: #8a6b2e;
  border-radius: 10px;
  padding: 6px 10px;
  font-weight: 700;
}

.md-notes {
  margin: 12px 0 0;
  color: #7a7a7a;
  font-size: 0.9em;
}

.modal__cta {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 16px 20px;
  border-top: 1px solid #f2e9dc;
}

.btn--outline-gold {
  background: #fff;
  color: #8a6b2e;
  border: 2px solid #c5a572;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 800;
}
.cta-duo {
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal__dialog {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.modal__hd {
  flex: 0 0 auto;
}
.modal__cta {
  flex: 0 0 auto;
}

.modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal {
  overscroll-behavior: contain;
}

.btn--outline-silver {
  background: #fff;
  color: #6b7280;
  border: 2px solid var(--silver);
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 800;
}
.modal--silver .modal__hd {
  background: linear-gradient(180deg, #f4f6f8, #fff 40%);
  border-bottom-color: #e6e8ec;
}
.modal--silver .modal__kicker {
  color: #6b7280;
}
.modal--silver .modal__title {
  color: #475569;
}
.modal--silver .md-k {
  color: #475569;
}
.modal--silver .md-chip {
  background: #f1f5f9;
  color: #475569;
  border-color: #d5dbe3;
}
.modal--silver .md-tag {
  background: #f8fbff;
  color: #475569;
  border-color: #d5dbe3;
}
.modal__dialog {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.modal__hd,
.modal__cta {
  flex: 0 0 auto;
}
.modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal {
  overscroll-behavior: contain;
}
.md-green {
  color: #19b7c0;
  font-weight: 800;
}
.btn--outline-bronze {
  background: #fff;
  color: var(--bronze);
  border: 2px solid var(--bronze);
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 800;
}
.modal--bronze .modal__hd {
  background: linear-gradient(180deg, #fbf4ee, #fff 40%);
  border-bottom-color: #f1e5da;
}
.modal--bronze .modal__kicker {
  color: #a37044;
}
.modal--bronze .modal__title {
  color: #7b4f2d;
}
.modal--bronze .md-k {
  color: #7b4f2d;
}
.modal--bronze .md-chip {
  background: #f8efe7;
  color: #7b4f2d;
  border-color: rgba(184, 134, 91, 0.45);
}
.modal--bronze .md-tag {
  background: #fff8f2;
  color: #7b4f2d;
  border-color: rgba(184, 134, 91, 0.45);
}

.instructor .card {
  padding: 18px;
}
.inst-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.inst-head__bar {
  width: 6px;
  height: 38px;
  background: #19b7c0;
  border-radius: 6px;
}
.inst-head__title {
  margin: 0;
  font-size: clamp(20px, 3.6vw, 40px);
}
.inst-head__brand {
  color: #19b7c0;
  font-weight: 800;
  margin-right: 0.4em;
}
.inst-top {
  margin-top: 16px;
}
.inst-copy {
  background: #f2fbfd;
}
.inst-copy__lead {
  margin: 0.2em 0 0.6em;
  text-align: center;
  color: #19b7c0;
  font-weight: 800;
  font-size: 20px;
}
.inst-copy__notes {
  margin: 0;
  padding-left: 1.1em;
  color: #46515b;
  line-height: 1.9;
}

.inst-target {
  background: #fff;
}
.inst-target__ttl {
  text-align: center;
  color: #19b7c0;
  font-size: clamp(18px, 2.6vw, 22px);
  margin: 0.2em 0 0.3em;
}
.inst-target__who {
  font-weight: 800;
  font-size: clamp(18px, 2.6vw, 22px);
  margin: 0.2em 0;
  text-align: center;
}
.inst-target__bullets {
  margin: 0.4em 0 1em;
  padding-left: 1.1em;
  color: #4b5563;
  line-height: 1.9;
}
.inst-target__meta {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  align-items: start;
}
.inst-target .k {
  color: #6b7280;
  font-weight: 700;
  font-size: 18px;
}
.inst-target .v small {
  color: #6b7280;
  font-size: 18px;
}
.inst-sec {
  margin: 0.2em 0 0.6em;
  font-size: clamp(18px, 2.8vw, 24px);
  border-bottom: 2px solid #cfe9ee;
  padding-bottom: 6px;
}
.inst-sec span {
  color: #19b7c0;
}
.inst-program__small {
  padding: 5px 5px 5px 0px !important;
}
.inst-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.inst-steps li {
  position: relative;
  padding: 10px 10px 10px 48px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}
.inst-steps li .n {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  background: #19b7c0;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  font-size: 0.95rem;
}
.inst-steps li.has-sub ul {
  margin: 0.4em 0 0;
  padding-left: 1.2em;
  color: #55606c;
}
.chip {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.1em 0.5em;
  border-radius: 999px;
  background: #e8faf6;
  color: #0b8a6a;
  font-weight: 800;
  border: 1px solid #b9e7db;
  font-size: 0.86em;
}
.chip--line {
  background: #fff;
  color: #0b8a6a;
  border-color: #a6d8cc;
  letter-spacing: 0.25em;
  font-size: 20px;
  font-weight: 700;
}
.contract {
  align-items: center;
  text-align: center;
  padding: 10px !important;
}
.inst-program {
  margin-top: 16px;
}
.inst-program__left {
  padding: 16px;
}

.inst-photos {
  display: grid;
  gap: 14px;
}
.inst-photos .ph img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.inst-photos figcaption {
  padding: 8px 10px;
  color: #59636e;
  font-size: 0.92em;
}
.inst-target {
  padding: 18px 32px !important;
}
.btn--blue {
  background: var(--brand);
  color: #fff;
  border: none;
}
.inst-program--boxed {
  padding: 16px;
}
.inst-program__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
}
.inst-program__right {
  display: grid;
  gap: 18px;
  max-width: 80%;
  margin: auto;
}
.ph.inframe {
  margin: 0;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: none;
}
.ph.inframe img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.ph.inframe figcaption {
  padding: 8px 10px;
  color: #59636e;
  font-size: 0.92em;
}
.inst-program--boxed .inst-steps li {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.rv-card {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 18px;
  align-items: start;
  background: #f7fbfd;
  border: 1px solid #d9eef2;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
  margin-bottom: 14px;
}
.rv-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
  margin: auto;
}
.rv-figure {
  margin: auto;
}
.rv-badge {
  font-size: 14px;
  text-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.rv-head {
  margin-bottom: 6px;
}
.rv-name {
  margin: 0;
  font-size: clamp(18px, 2.8vw, 22px);
  color: #0e8f98;
  font-weight: 800;
}
.rv-meta {
  color: #64748b;
  font-size: 0.95em;
}
.rv-text {
  margin: 0.4em 0 0.6em;
  color: #334155;
  line-height: 1.9;
}

.rv-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.rv-badge {
  text-align: center;
  background: #ffffff;
  border: 2px solid #bfe9f0;
  border-radius: 10px;
  padding: 10px 8px;
  line-height: 1.5;
  font-weight: 700;
  color: #0e8f98;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.03);
}

.meister__head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  border-left: 8px solid #2eaf52;
  padding-left: 14px;
  margin-bottom: 8px;
}
.meister__title {
  margin: 0;
  font-size: clamp(24px, 4.6vw, 40px);
  font-weight: 800;
}
.meister__kicker {
  margin-left: auto;
  color: #2eaf52;
  font-weight: 800;
}
.meister__lead {
  margin: 10px 0 18px;
  color: #2eaf52;
  font-weight: 800;
  font-size: clamp(16px, 2.6vw, 32px);
}
.meister__h3 {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.6vw, 32px);
}
.meister-card {
  padding: 20px;
  margin-top: 16px;
  background: #f2fbf5;
}
.meister-card-1 {
  background: #fff !important;
}
.meister-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}
.ddm-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.ddm-list li {
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 18px;
}
.ddm-list li strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1e8f46;
  font-weight: 800;
  font-size: 24px;
}
.ddm-list li strong::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #1e8f46;
  border-radius: 2px;
  display: inline-block;
}
.ddm-list li p {
  margin: 0.35em 0 0;
  color: #445;
  line-height: 1.9;
}
.meister_img {
  width: 150px;
}
.meister__photo img,
.meister__cert img {
  width: 88%;
  box-shadow: var(--shadow);
  object-fit: cover;
  max-height: 300px;
}
.inst_modal__hd {
  display: block;
}
.meister__cert {
  display: block;
  overflow: hidden;
  padding: 10px;
}
.meister__assoc {
  padding: 18px;
  border-radius: 14px;
  background: #f2fbf5;
  display: flex;
}
.meister__assocTitle {
  text-align: center;
  color: #2eaf52;
  font-weight: 800;
  font-size: clamp(18px, 2.8vw, 32px);
  margin: 0 0 6px;
}
.meister__assocText {
  color: #46515b;
  font-size: 18px;
}
.meister__assocMeta {
  color: #6b7280;
}
.meister__assocMeta span {
  color: #2eaf52;
  font-weight: 800;
}

.meister__assocLink {
  color: #2eaf52;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px dashed rgba(46, 175, 82, 0.4);
}
.meister__assocLink:hover {
  text-decoration: underline;
}
.meister__prottl {
  margin: 6px 0 8px;
  color: #2eaf52;
  font-weight: 800;
  font-size: 24px;
}
.meister__courses {
  margin: 0;
  font-size: 18px;
}
.meister__courses dt {
  font-weight: 700;
  margin: 0 0 8px;
  color: #334155;
}
.meister__courses dd {
  margin: 0 0 8px;
  color: #445;
}
.meister-item {
  padding-left: 20px;
}
.contact {
  background: linear-gradient(
    180deg,
    #eef6f8 0%,
    rgba(238, 246, 248, 0.4) 100%
  );
}
.contact__inner {
  padding-top: 24px;
  padding-bottom: 24px;
}

.contact__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 48px);
  flex-wrap: wrap;
}
.contact__left {
  flex: 1 1 520px;
  min-width: 280px;
  text-align: center;
}
.contact__lead {
  margin: 0 0 10px;
  color: #19b7c0;
  font-weight: 800;
  font-size: clamp(18px, 3vw, 26px);
  letter-spacing: 0.06em;
}
.contact__company {
  margin: 0 0 4px;
  font-size: clamp(18px, 2.6vw, 32px);
  font-weight: 700;
  color: #334155;
}
.contact__addr {
  margin: 0 0 4px;
  color: #55606c;
}
.contact__right {
  flex: 0 1 520px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  margin: 0 auto;
}
.contact__labels {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.contact__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 2px solid #d7e2e8;
  border-radius: 8px;
  background: #fff;
  color: #55606c;
  font-weight: 700;
}
.contact__office {
  color: #6b7280;
  font-weight: 700;
}
.contact__tel {
  text-decoration: none;
  font-size: clamp(32px, 6.5vw, 64px);
  line-height: 1;
  font-weight: 900;
  color: #0aa6a6;
  white-space: nowrap;
}
.footer__grid {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.footer__grid > div {
  margin: 0;
  text-align: center;
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
#instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#instagram .ig {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c8eff0;
  font-weight: 600;
}

#instagram .ig:hover {
  text-decoration: underline;
}

#instagram .ig__icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

#instagram .slash {
  opacity: 0.7;
  color: #c8eff0;
}

.footer .wrap {
  text-align: center;
}

/* tb */
@media (max-width: 1080px) {
  .contact__right {
    margin: 0 auto;
  }
  .silver_lvl-image img {
    max-height: 500px;
}
.gold_lvl-main{
  grid-template-columns: 1fr;
}
}
/* SP */
@media (max-width: 768px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .grid--2 {
    grid-template-columns: 1fr;
  }
  .grid--3 {
    grid-template-columns: 1fr;
  }
  .media {
    grid-template-columns: 1fr;
  }
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .hero__images {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .fv-img {
    height: 38vw;
  }
  .intro_sp_br {
    display: none;
  }
  .steprow {
    display: block;
  }
  .steprow__icon img {
    margin: auto;
  }
  .steps__grid {
    display: block;
  }
  .steps__card {
    margin-bottom: 16px;
  }
  .lvl-subtxt {
    font-size: 20px;
  }
  .lvl-subbar {
    gap: 16px;
  }
  .inst-program__left {
    padding: 16px 16px 0;
  }
  .tag.tag--pill {
    font-size: 0.7em;
    padding: 0.3em 0.8em;
    white-space: nowrap;
  }
  .benefits li {
    margin: 16px 0;
  }
  .pt__body {
    margin-left: 10px;
  }
  .catalog-hero__grid {
    grid-template-columns: 1fr;
    gap: 0px;
    align-items: center;
  }
  .catalog-hero__media {
    order: 0;
    justify-content: center;
  }
  .catalog-hero__img {
    width: 200px;
    height: 200px;
  }
  .catalog-hero__text {
    order: 1;
  }
  .catalog-hero__rule {
    width: 72%;
  }
  .sp-br {
    display: inline;
  }
  .benefit-banner {
    padding: 16px 14px;
  }
  .lvl-emblem {
    width: 48px;
    height: 48px;
    padding: 5px;
  }
  .lvl-main {
    grid-template-columns: 1fr;
  }
  .lvl-subbar {
    width: 100%;
  }
  .meta-row {
    grid-template-columns: 1fr;
  }
  .intro-media {
    grid-template-columns: 1fr;
  }
  .intro__inner {
    text-align: center;
  }
  .lvl-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "points"
      "benefits"
      "image"
      "meta";
  }
  .meta-card .meta-row {
    grid-template-columns: 1fr;
  }
  .benefits li {
    padding-left: 48px;
  }
  .benefits li::before {
    left: 6px;
    top: 0em;
    width: 35px;
    height: 35px;
  }
  .pt {
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }
  .pt__icon {
    width: 50px;
    height: 50px;
    margin: auto;
  }
  .pt__icon img {
    width: 45px;
    height: 45px;
  }
  .benefit-photos {
    gap: 12px;
  }
  .modal__dialog {
    margin: 4vh 12px;
  }
  .modal__hd {
    display: block;
  }
  .md-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .md-row p {
    margin: 0;
  }
  .inst-target__meta {
    grid-template-columns: 1fr;
  }
  .inst-program__grid {
    grid-template-columns: 1fr;
  }
  .rv-card {
    grid-template-columns: 1fr;
  }
  .rv-badges {
    grid-template-columns: 1fr;
  }
  .meister__kicker {
    margin-left: 0;
  }
  .meister-card__grid {
    grid-template-columns: 1fr;
  }
  .contact__right {
    align-items: center;
  }
  .contact__tel {
    margin-top: 4px;
  }
  .ddm-list li p {
    font-size: 16px;
  }
  .ddm-list li strong {
    font-size: 18px;
  }
  .ddm-list li {
    padding: 10px;
  }
  .meister__photo {
    margin: 0;
  }
  .ddm-list {
    gap: 0;
  }
  .meister__assoc {
    display: block;
    padding: 10px;
  }
  .meister_img {
    margin: auto;
  }
  .meister__prottl {
    font-size: 18px;
  }
  .meister__assocText {
    font-size: 16px;
  }
  .meister__courses {
    font-size: 16px;
  }
  .inst-target .v small {
    font-size: 16px;
  }
  .muted {
    margin: 10px 0;
  }
  .reveal.in {
    padding: 20px 0;
  }
  .benefit-photos .ph{
    margin:16px 0;
  }
  .ph_2{
    margin-bottom: 0 !important;
  }
  .benefit-photos .ph img{
    max-height: 350px;
  }
}
