@charset "UTF-8";
/* ==================================================

   07-c2.css

   C-2 Customer voice / local studio LP

   Scope: .iby-page.iby-design-c2 only

   ================================================== */



.iby-page.iby-design-c2 {

  --iby-c2-deep: #2f4635;

  --iby-c2-green: #6f8f5f;

  --iby-c2-green-dark: #557544;

  --iby-c2-sage: #edf3e8;

  --iby-c2-ivory: #fffdf7;

  --iby-c2-beige: #f5f1e9;

  --iby-c2-gold: #c7ad76;

  --iby-c2-blue: #e8f6f7;

  --iby-c2-line: rgba(111, 143, 95, 0.20);

  --iby-c2-line-gold: rgba(199, 173, 118, 0.28);

  --iby-c2-shadow: 0 18px 45px rgba(73, 92, 67, 0.12);

  --iby-c2-shadow-soft: 0 12px 30px rgba(73, 92, 67, 0.08);

  --iby-c2-radius-lg: 30px;

  --iby-c2-radius-md: 22px;

  --iby-c2-radius-sm: 14px;

  color: var(--iby-c2-deep);

  background: var(--iby-c2-ivory);

  overflow: hidden;

}



.iby-page.iby-design-c2 *,

.iby-page.iby-design-c2 *::before,

.iby-page.iby-design-c2 *::after {

  box-sizing: border-box;

}



.iby-page.iby-design-c2 img {

  display: block;

  max-width: 100%;

  height: auto;

}



.iby-page.iby-design-c2 a {

  color: inherit;

}



.iby-page.iby-design-c2 h1,

.iby-page.iby-design-c2 h2,

.iby-page.iby-design-c2 h3,

.iby-page.iby-design-c2 p,

.iby-page.iby-design-c2 ul,

.iby-page.iby-design-c2 ol,

.iby-page.iby-design-c2 figure,

.iby-page.iby-design-c2 dl,

.iby-page.iby-design-c2 dd {

  margin-top: 0;

}



.iby-page.iby-design-c2 h1,

.iby-page.iby-design-c2 h2,

.iby-page.iby-design-c2 h3,

.iby-page.iby-design-c2 p,

.iby-page.iby-design-c2 a,

.iby-page.iby-design-c2 span,

.iby-page.iby-design-c2 li,

.iby-page.iby-design-c2 dt,

.iby-page.iby-design-c2 dd {

  border-top: none !important;

}



.iby-page.iby-design-c2 h1::before,

.iby-page.iby-design-c2 h2::before,

.iby-page.iby-design-c2 h3::before,

.iby-page.iby-design-c2 p::before,

.iby-page.iby-design-c2 a::before,

.iby-page.iby-design-c2 span::before,

.iby-page.iby-design-c2 li::before,

.iby-page.iby-design-c2 dt::before,

.iby-page.iby-design-c2 dd::before {

  content: none !important;

  display: none !important;

}



/* Shared */

.iby-page.iby-design-c2 .iby-section {

  padding: 78px 24px;

}



.iby-page.iby-design-c2 .iby-section > .wp-block-group__inner-container {

  max-width: 1120px;

  margin: 0 auto;

}



.iby-page.iby-design-c2 .iby-c2-section-head {

  max-width: 760px;

  margin: 0 auto 38px;

  text-align: center;

}



.iby-page.iby-design-c2 .iby-c2-section-head__eyebrow {

  margin: 0 0 12px;

  color: var(--iby-c2-green);

  font-size: 13px;

  font-weight: 700;

  line-height: 1.5;

  letter-spacing: 0.14em;

  text-transform: uppercase;

}



.iby-page.iby-design-c2 .iby-c2-section-head__title {

  margin: 0;

  color: var(--iby-c2-deep);

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: clamp(29px, 3.2vw, 42px);

  font-weight: 500;

  line-height: 1.55;

  letter-spacing: 0.05em;

  border: none !important;

}



.iby-page.iby-design-c2 .iby-c2-section-head__title::after {

  content: "";

  display: block;

  width: 74px;

  height: 1px;

  margin: 18px auto 0;

  background: linear-gradient(

    90deg,

    transparent 0%,

    rgba(199, 173, 118, 0.62) 50%,

    transparent 100%

  );

}



.iby-page.iby-design-c2 .iby-c2-section-head__lead {

  max-width: 680px;

  margin: 20px auto 0;

  color: rgba(47, 70, 53, 0.76);

  font-size: 15px;

  font-weight: 500;

  line-height: 2;

  letter-spacing: 0.03em;

}



.iby-page.iby-design-c2 .iby-c2-button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 260px;

  min-height: 56px;

  padding: 14px 28px;

  border: none !important;

  border-radius: 999px;

  background: linear-gradient(135deg, var(--iby-c2-gold) 0%, #b79a5e 100%);

  color: #fff !important;

  text-decoration: none !important;

  font-size: 15px;

  font-weight: 700;

  line-height: 1.4;

  letter-spacing: 0.05em;

  box-shadow: 0 14px 28px rgba(183, 154, 94, 0.24);

  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;

}



.iby-page.iby-design-c2 .iby-c2-button:hover {

  transform: translateY(-2px);

  background: linear-gradient(135deg, #d1b97f 0%, #bea269 100%);

  box-shadow: 0 18px 34px rgba(183, 154, 94, 0.28);

  color: #fff !important;

}



.iby-page.iby-design-c2 .iby-c2-note {

  margin: 16px 0 0;

  color: rgba(47, 70, 53, 0.58);

  font-size: 12px;

  font-weight: 500;

  line-height: 1.8;

  letter-spacing: 0.02em;

}



/* Hero */

.iby-page.iby-design-c2 .iby-c2-hero {

  position: relative;

  overflow: hidden;

  width: 100vw;

  max-width: none;

  margin-left: calc(50% - 50vw);

  margin-right: calc(50% - 50vw);

  padding: clamp(48px, 6vw, 82px) 20px clamp(54px, 6vw, 86px);

  background:

    radial-gradient(circle at 8% 22%, rgba(211, 226, 199, 0.32) 0, rgba(211, 226, 199, 0) 30%),

    radial-gradient(circle at 92% 18%, rgba(199, 173, 118, 0.18) 0, rgba(199, 173, 118, 0) 28%),

    linear-gradient(110deg, #fffdf7 0%, #f7f2e9 52%, #edf4ea 100%);

}



.iby-page.iby-design-c2 .iby-c2-hero::before {

  content: "";

  position: absolute;

  left: -110px;

  bottom: -110px;

  width: 280px;

  height: 280px;

  border-radius: 999px;

  background: rgba(111, 143, 95, 0.13);

  pointer-events: none;

}



.iby-page.iby-design-c2 .iby-c2-hero::after {

  content: "";

  position: absolute;

  right: -140px;

  top: -140px;

  width: 330px;

  height: 330px;

  border-radius: 999px;

  background: rgba(199, 173, 118, 0.16);

  pointer-events: none;

}



.iby-page.iby-design-c2 .iby-c2-hero__bg {

  position: absolute;

  inset: 0;

  opacity: 0.42;

  background-image:

    linear-gradient(rgba(111, 143, 95, 0.06) 1px, transparent 1px),

    linear-gradient(90deg, rgba(111, 143, 95, 0.06) 1px, transparent 1px);

  background-size: 44px 44px;

  mask-image: linear-gradient(90deg, #000 0%, transparent 80%);

  pointer-events: none;

}



.iby-page.iby-design-c2 .iby-c2-hero__inner {

  position: relative;

  z-index: 1;

  display: grid;

  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);

  gap: clamp(32px, 5vw, 72px);

  align-items: center;

  max-width: 1180px;

  min-height: 590px;

  margin: 0 auto;

}



.iby-page.iby-design-c2 .iby-c2-hero__copy {

  max-width: 560px;

}



.iby-page.iby-design-c2 .iby-c2-hero__label {

  display: inline-flex;

  align-items: center;

  margin: 0 0 22px;

  padding: 9px 19px;

  border-radius: 999px;

  background: rgba(111, 143, 95, 0.92);

  color: #fff;

  font-size: 13px;

  font-weight: 700;

  line-height: 1.4;

  letter-spacing: 0.08em;

  box-shadow: 0 10px 24px rgba(78, 105, 65, 0.18);

}



.iby-page.iby-design-c2 .iby-c2-hero__title {

  margin: 0;

  color: var(--iby-c2-deep);

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: clamp(39px, 5vw, 66px);

  font-weight: 500;

  line-height: 1.34;

  letter-spacing: 0.055em;

}



.iby-page.iby-design-c2 .iby-c2-hero__lead {

  margin: 24px 0 0;

  color: rgba(47, 70, 53, 0.80);

  font-size: clamp(16px, 1.45vw, 18px);

  font-weight: 500;

  line-height: 2.05;

  letter-spacing: 0.035em;

}



.iby-page.iby-design-c2 .iby-c2-hero__actions {

  margin-top: 32px;

}



.iby-page.iby-design-c2 .iby-c2-hero__points {

  display: grid;

  grid-template-columns: 1fr;

  gap: 10px;

  margin: 28px 0 0;

  padding: 0;

  list-style: none;

}



.iby-page.iby-design-c2 .iby-c2-hero__points li {

  position: relative;

  padding-left: 24px;

  color: rgba(47, 70, 53, 0.76);

  font-size: 14px;

  font-weight: 600;

  line-height: 1.7;

  letter-spacing: 0.03em;

}



.iby-page.iby-design-c2 .iby-c2-hero__points li::after {

  content: "";

  position: absolute;

  left: 0;

  top: 0.62em;

  width: 10px;

  height: 10px;

  border-radius: 999px;

  background: var(--iby-c2-gold);

  box-shadow: 0 0 0 5px rgba(199, 173, 118, 0.16);

}



.iby-page.iby-design-c2 .iby-c2-hero__visual {

  position: relative;

  min-width: 0;

}



.iby-page.iby-design-c2 .iby-c2-hero__photo {

  position: relative;

  overflow: hidden;

  margin: 0;

  border-radius: 34px;

  aspect-ratio: 4 / 3;

  background: var(--iby-c2-sage);

  box-shadow: var(--iby-c2-shadow);

}



.iby-page.iby-design-c2 .iby-c2-hero__photo::after {

  content: "";

  position: absolute;

  inset: 0;

  background:

    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 52%),

    linear-gradient(90deg, rgba(251, 248, 239, 0.20) 0%, rgba(251, 248, 239, 0) 42%);

  pointer-events: none;

}



.iby-page.iby-design-c2 .iby-c2-hero__photo img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}



.iby-page.iby-design-c2 .iby-c2-hero__voice {

  position: absolute;

  left: -34px;

  bottom: 28px;

  width: min(360px, 72%);

  padding: 22px 24px;

  border: 1px solid rgba(199, 173, 118, 0.24);

  border-radius: 24px;

  background: rgba(255, 253, 247, 0.94);

  box-shadow: 0 16px 36px rgba(73, 92, 67, 0.13);

  backdrop-filter: blur(8px);

}



.iby-page.iby-design-c2 .iby-c2-hero__voice-text {

  margin: 0;

  color: var(--iby-c2-deep);

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.75;

  letter-spacing: 0.04em;

}



.iby-page.iby-design-c2 .iby-c2-hero__voice-meta {

  margin: 10px 0 0;

  color: rgba(47, 70, 53, 0.58);

  font-size: 12px;

  font-weight: 600;

  line-height: 1.5;

}



/* Campaign */

.iby-page.iby-design-c2 .iby-c2-campaign {

  background: #fffaf0;

}



.iby-page.iby-design-c2 .iby-c2-campaign__shortcode {

  max-width: 940px;

  margin: 0 auto;

}



/* Worry */

.iby-page.iby-design-c2 .iby-c2-worry {

  background:

    radial-gradient(circle at 8% 12%, rgba(111, 143, 95, 0.10) 0, rgba(111, 143, 95, 0) 28%),

    var(--iby-c2-ivory);

}



.iby-page.iby-design-c2 .iby-c2-worry__grid {

  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 16px;

}



.iby-page.iby-design-c2 .iby-c2-worry__card {

  position: relative;

  min-height: 220px;

  padding: 28px 24px 26px;

  border: 1px solid var(--iby-c2-line);

  border-radius: 24px;

  background: rgba(255, 255, 255, 0.76);

  box-shadow: var(--iby-c2-shadow-soft);

  overflow: hidden;

}



.iby-page.iby-design-c2 .iby-c2-worry__card::after {

  content: "";

  position: absolute;

  right: -36px;

  top: -38px;

  width: 106px;

  height: 106px;

  border-radius: 999px;

  background: rgba(111, 143, 95, 0.08);

}



.iby-page.iby-design-c2 .iby-c2-worry__icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 46px;

  height: 28px;

  margin-bottom: 18px;

  border-radius: 999px;

  background: rgba(199, 173, 118, 0.16);

  color: #a6823e;

  font-size: 12px;

  font-weight: 800;

  line-height: 1;

  letter-spacing: 0.08em;

}



.iby-page.iby-design-c2 .iby-c2-worry__card h3 {

  margin: 0;

  color: var(--iby-c2-deep);

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: 18px;

  font-weight: 600;

  line-height: 1.6;

  letter-spacing: 0.04em;

}



.iby-page.iby-design-c2 .iby-c2-worry__card p {

  margin: 14px 0 0;

  color: rgba(47, 70, 53, 0.70);

  font-size: 14px;

  font-weight: 500;

  line-height: 1.9;

}



/* Studio */

.iby-page.iby-design-c2 .iby-c2-studio {

  background: linear-gradient(180deg, #f8f4eb 0%, #fffdf7 100%);

}



.iby-page.iby-design-c2 .iby-c2-studio__layout {

  display: grid;

  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);

  gap: 42px;

  align-items: center;

}



.iby-page.iby-design-c2 .iby-c2-studio__visual {

  overflow: hidden;

  border-radius: 32px;

  aspect-ratio: 4 / 5;

  background: var(--iby-c2-sage);

  box-shadow: var(--iby-c2-shadow);

}



.iby-page.iby-design-c2 .iby-c2-studio__visual img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.iby-page.iby-design-c2 .iby-c2-studio__content > p:not(.iby-c2-section-head__eyebrow) {

  margin: 22px 0 0;

  color: rgba(47, 70, 53, 0.76);

  font-size: 15px;

  font-weight: 500;

  line-height: 2;

  letter-spacing: 0.03em;

}



.iby-page.iby-design-c2 .iby-c2-studio__items {

  display: grid;

  grid-template-columns: 1fr;

  gap: 14px;

  margin-top: 28px;

}



.iby-page.iby-design-c2 .iby-c2-studio__items > div {

  padding: 22px 24px;

  border: 1px solid rgba(199, 173, 118, 0.20);

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.72);

  box-shadow: 0 10px 28px rgba(73, 92, 67, 0.06);

}



.iby-page.iby-design-c2 .iby-c2-studio__items h3 {

  margin: 0;

  color: var(--iby-c2-deep);

  font-size: 17px;

  font-weight: 700;

  line-height: 1.5;

  letter-spacing: 0.04em;

}



.iby-page.iby-design-c2 .iby-c2-studio__items p {

  margin: 9px 0 0;

  color: rgba(47, 70, 53, 0.70);

  font-size: 14px;

  font-weight: 500;

  line-height: 1.85;

}



/* Flow */

.iby-page.iby-design-c2 .iby-c2-flow {

  background: #fffdf7;

}



.iby-page.iby-design-c2 .iby-c2-flow__list {

  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 16px;

  margin: 0;

  padding: 0;

  list-style: none;

  counter-reset: none;

}



.iby-page.iby-design-c2 .iby-c2-flow__item {

  position: relative;

  min-height: 230px;

  padding: 28px 22px 26px;

  border: 1px solid var(--iby-c2-line);

  border-radius: 24px;

  background: linear-gradient(180deg, rgba(237, 243, 232, 0.70) 0%, rgba(255, 255, 255, 0.82) 100%);

  box-shadow: var(--iby-c2-shadow-soft);

}



.iby-page.iby-design-c2 .iby-c2-flow__item:not(:last-child)::after {

  content: "";

  position: absolute;

  right: -21px;

  top: 50%;

  z-index: 2;

  width: 26px;

  height: 1px;

  background: rgba(199, 173, 118, 0.50);

}



.iby-page.iby-design-c2 .iby-c2-flow__num {

  display: inline-flex;

  margin-bottom: 18px;

  color: var(--iby-c2-green);

  font-size: 12px;

  font-weight: 800;

  line-height: 1.2;

  letter-spacing: 0.10em;

  text-transform: uppercase;

}



.iby-page.iby-design-c2 .iby-c2-flow__item h3 {

  margin: 0;

  color: var(--iby-c2-deep);

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: 19px;

  font-weight: 600;

  line-height: 1.55;

  letter-spacing: 0.04em;

}



.iby-page.iby-design-c2 .iby-c2-flow__item p {

  margin: 14px 0 0;

  color: rgba(47, 70, 53, 0.70);

  font-size: 14px;

  font-weight: 500;

  line-height: 1.9;

}



/* Voice and survey */

.iby-page.iby-design-c2 .iby-c2-voice {

  background:

    radial-gradient(circle at 12% 16%, rgba(111, 143, 95, 0.10) 0, rgba(111, 143, 95, 0) 28%),

    linear-gradient(180deg, #eaf7f8 0%, #f8fbf6 46%, #fffdf7 100%);

}



.iby-page.iby-design-c2 .iby-c2-survey {

  display: grid;

  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);

  gap: 22px;

  align-items: stretch;

  padding: 30px;

  border: 1px solid rgba(111, 143, 95, 0.16);

  border-radius: 30px;

  background: rgba(255, 255, 255, 0.82);

  box-shadow: var(--iby-c2-shadow-soft);

}



.iby-page.iby-design-c2 .iby-c2-survey__main {

  display: flex;

  flex-direction: column;

  justify-content: center;

  min-height: 270px;

  padding: 28px 24px;

  border-radius: 24px;

  background:

    radial-gradient(circle at 50% 18%, rgba(199, 173, 118, 0.18) 0, rgba(199, 173, 118, 0) 52%),

    #fffaf0;

  text-align: center;

}



.iby-page.iby-design-c2 .iby-c2-survey__label {

  margin: 0;

  color: rgba(47, 70, 53, 0.74);

  font-size: 13px;

  font-weight: 700;

  line-height: 1.75;

  letter-spacing: 0.05em;

}



.iby-page.iby-design-c2 .iby-c2-survey__score {

  margin: 14px 0 0;

  color: #b48334;

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: 30px;

  font-weight: 600;

  line-height: 1;

}



.iby-page.iby-design-c2 .iby-c2-survey__score span {

  font-size: clamp(68px, 7vw, 94px);

  line-height: 0.95;

}



.iby-page.iby-design-c2 .iby-c2-survey__caption {

  margin: 12px 0 0;

  color: rgba(47, 70, 53, 0.66);

  font-size: 12px;

  font-weight: 700;

  line-height: 1.6;

}



.iby-page.iby-design-c2 .iby-c2-survey__grid {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 14px;

}



.iby-page.iby-design-c2 .iby-c2-survey__card {

  padding: 24px 22px;

  border: 1px solid rgba(111, 143, 95, 0.14);

  border-radius: 22px;

  background: rgba(255, 255, 255, 0.82);

}



.iby-page.iby-design-c2 .iby-c2-survey__card h3 {

  margin: 0 0 13px;

  color: var(--iby-c2-deep);

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: 20px;

  font-weight: 600;

  line-height: 1.5;

  letter-spacing: 0.05em;

}



.iby-page.iby-design-c2 .iby-c2-survey__percent {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-height: 40px;

  margin: 0;

  padding: 8px 14px;

  border-radius: 999px;

  background: rgba(111, 143, 95, 0.10);

  color: var(--iby-c2-green-dark);

  font-size: 16px;

  font-weight: 800;

  line-height: 1.2;

  letter-spacing: 0.04em;

}



.iby-page.iby-design-c2 .iby-c2-survey > .iby-c2-note {

  grid-column: 1 / -1;

  margin-top: 0;

}



.iby-page.iby-design-c2 .iby-c2-voice__cards {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;

  margin-top: 30px;

}



.iby-page.iby-design-c2 .iby-c2-voice-card {

  padding: 28px 26px;

  border: 1px solid rgba(199, 173, 118, 0.22);

  border-radius: 24px;

  background: rgba(255, 255, 255, 0.82);

  box-shadow: var(--iby-c2-shadow-soft);

}



.iby-page.iby-design-c2 .iby-c2-voice-card__tag {

  display: inline-flex;

  margin: 0 0 15px;

  padding: 6px 13px;

  border-radius: 999px;

  background: rgba(199, 173, 118, 0.16);

  color: #9b783b;

  font-size: 12px;

  font-weight: 800;

  line-height: 1.3;

  letter-spacing: 0.04em;

}



.iby-page.iby-design-c2 .iby-c2-voice-card h3 {

  margin: 0;

  color: var(--iby-c2-deep);

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: 20px;

  font-weight: 600;

  line-height: 1.6;

  letter-spacing: 0.04em;

}



.iby-page.iby-design-c2 .iby-c2-voice-card p:not(.iby-c2-voice-card__tag) {

  margin: 14px 0 0;

  color: rgba(47, 70, 53, 0.72);

  font-size: 14px;

  font-weight: 500;

  line-height: 1.95;

}



/* Komei banner */

.iby-page.iby-design-c2 .iby-c2-komei {

  background: #fffaf0;

}



.iby-page.iby-design-c2 .iby-c2-komei__inner {

  display: grid;

  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);

  gap: 28px;

  align-items: center;

  padding: 34px;

  border: 1px solid rgba(199, 173, 118, 0.26);

  border-radius: 30px;

  background:

    radial-gradient(circle at 10% 24%, rgba(199, 173, 118, 0.16) 0, rgba(199, 173, 118, 0) 34%),

    rgba(255, 255, 255, 0.76);

  box-shadow: var(--iby-c2-shadow-soft);

}



.iby-page.iby-design-c2 .iby-c2-komei__title {

  margin: 0;

  color: var(--iby-c2-deep);

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: clamp(26px, 2.8vw, 36px);

  font-weight: 500;

  line-height: 1.55;

  letter-spacing: 0.05em;

}



.iby-page.iby-design-c2 .iby-c2-komei__copy p:not(.iby-c2-section-head__eyebrow) {

  margin: 16px 0 0;

  color: rgba(47, 70, 53, 0.74);

  font-size: 15px;

  font-weight: 500;

  line-height: 1.9;

}



.iby-page.iby-design-c2 .iby-c2-komei__banner {

  display: block;

  overflow: hidden;

  border-radius: 22px;

  background: var(--iby-c2-sage);

  box-shadow: 0 14px 34px rgba(73, 92, 67, 0.10);

  transition: transform 0.25s ease, box-shadow 0.25s ease;

}



.iby-page.iby-design-c2 .iby-c2-komei__banner:hover {

  transform: translateY(-2px);

  box-shadow: 0 18px 40px rgba(73, 92, 67, 0.14);

}



.iby-page.iby-design-c2 .iby-c2-komei__banner img {

  width: 100%;

}



/* Trainer */

.iby-page.iby-design-c2 .iby-c2-trainer {

  background: linear-gradient(180deg, #fffdf7 0%, #f5f1e9 100%);

}



.iby-page.iby-design-c2 .iby-c2-trainer__layout {

  display: grid;

  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);

  gap: 42px;

  align-items: center;

}



.iby-page.iby-design-c2 .iby-c2-trainer__photo {

  overflow: hidden;

  margin: 0;

  border-radius: 32px;

  aspect-ratio: 4 / 5;

  background: var(--iby-c2-sage);

  box-shadow: var(--iby-c2-shadow);

}



.iby-page.iby-design-c2 .iby-c2-trainer__photo img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.iby-page.iby-design-c2 .iby-c2-trainer__message {

  margin: 22px 0 0;

  color: rgba(47, 70, 53, 0.78);

  font-size: 16px;

  font-weight: 500;

  line-height: 2;

  letter-spacing: 0.03em;

}



.iby-page.iby-design-c2 .iby-c2-trainer__values {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 16px;

  margin-top: 28px;

}



.iby-page.iby-design-c2 .iby-c2-trainer__values > div {

  padding: 24px 24px;

  border: 1px solid var(--iby-c2-line-gold);

  border-radius: 22px;

  background: rgba(255, 255, 255, 0.72);

  box-shadow: var(--iby-c2-shadow-soft);

}



.iby-page.iby-design-c2 .iby-c2-trainer__values h3 {

  margin: 0;

  color: var(--iby-c2-deep);

  font-size: 17px;

  font-weight: 700;

  line-height: 1.55;

  letter-spacing: 0.04em;

}



.iby-page.iby-design-c2 .iby-c2-trainer__values p {

  margin: 11px 0 0;

  color: rgba(47, 70, 53, 0.70);

  font-size: 14px;

  font-weight: 500;

  line-height: 1.9;

}



/* Trial info */

.iby-page.iby-design-c2 .iby-c2-trial-info {

  background: #fffdf7;

}



.iby-page.iby-design-c2 .iby-c2-trial-info__box {

  display: grid;

  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr) auto;

  gap: 28px;

  align-items: center;

  padding: 34px;

  border: 1px solid rgba(111, 143, 95, 0.16);

  border-radius: 30px;

  background:

    radial-gradient(circle at 92% 12%, rgba(111, 143, 95, 0.12) 0, rgba(111, 143, 95, 0) 30%),

    rgba(237, 243, 232, 0.62);

  box-shadow: var(--iby-c2-shadow-soft);

}



.iby-page.iby-design-c2 .iby-c2-trial-info__box .iby-c2-section-head__title {

  font-size: clamp(25px, 2.8vw, 36px);

}



.iby-page.iby-design-c2 .iby-c2-trial-info__box .iby-c2-section-head__title::after {

  margin-left: 0;

}



.iby-page.iby-design-c2 .iby-c2-trial-info__box p:not(.iby-c2-section-head__eyebrow) {

  margin: 16px 0 0;

  color: rgba(47, 70, 53, 0.74);

  font-size: 15px;

  font-weight: 500;

  line-height: 1.9;

}



.iby-page.iby-design-c2 .iby-c2-trial-info__list {

  display: grid;

  gap: 12px;

  margin: 0;

}



.iby-page.iby-design-c2 .iby-c2-trial-info__list > div {

  display: grid;

  grid-template-columns: 92px minmax(0, 1fr);

  gap: 12px;

  align-items: start;

  padding: 13px 0;

  border-bottom: 1px solid rgba(111, 143, 95, 0.16);

}



.iby-page.iby-design-c2 .iby-c2-trial-info__list > div:last-child {

  border-bottom: none;

}



.iby-page.iby-design-c2 .iby-c2-trial-info__list dt {

  color: var(--iby-c2-green-dark);

  font-size: 13px;

  font-weight: 800;

  line-height: 1.6;

}



.iby-page.iby-design-c2 .iby-c2-trial-info__list dd {

  margin: 0;

  color: rgba(47, 70, 53, 0.74);

  font-size: 14px;

  font-weight: 500;

  line-height: 1.75;

}



/* Access */

.iby-page.iby-design-c2 .iby-c2-access {

  background: #f5f1e9;

}



.iby-page.iby-design-c2 .iby-c2-access__layout {

  display: grid;

  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);

  gap: 28px;

  align-items: stretch;

}



.iby-page.iby-design-c2 .iby-c2-access__content,

.iby-page.iby-design-c2 .iby-c2-access__map {

  border: 1px solid rgba(111, 143, 95, 0.16);

  border-radius: 30px;

  background: rgba(255, 255, 255, 0.78);

  box-shadow: var(--iby-c2-shadow-soft);

}



.iby-page.iby-design-c2 .iby-c2-access__content {

  padding: 34px;

}



.iby-page.iby-design-c2 .iby-c2-access__content .iby-c2-section-head__title::after {

  margin-left: 0;

}



.iby-page.iby-design-c2 .iby-c2-access__list {

  display: grid;

  gap: 0;

  margin: 28px 0 0;

}



.iby-page.iby-design-c2 .iby-c2-access__list > div {

  display: grid;

  grid-template-columns: 96px minmax(0, 1fr);

  gap: 14px;

  padding: 15px 0;

  border-bottom: 1px solid rgba(111, 143, 95, 0.14);

}



.iby-page.iby-design-c2 .iby-c2-access__list > div:last-child {

  border-bottom: none;

}



.iby-page.iby-design-c2 .iby-c2-access__list dt {

  color: var(--iby-c2-green-dark);

  font-size: 13px;

  font-weight: 800;

  line-height: 1.7;

}



.iby-page.iby-design-c2 .iby-c2-access__list dd {

  margin: 0;

  color: rgba(47, 70, 53, 0.74);

  font-size: 14px;

  font-weight: 500;

  line-height: 1.8;

}



.iby-page.iby-design-c2 .iby-c2-access__map {

  display: flex;

  align-items: center;

  justify-content: center;

  min-height: 360px;

  overflow: hidden;

  background:

    linear-gradient(45deg, rgba(111, 143, 95, 0.06) 25%, transparent 25%),

    linear-gradient(-45deg, rgba(111, 143, 95, 0.06) 25%, transparent 25%),

    linear-gradient(45deg, transparent 75%, rgba(111, 143, 95, 0.06) 75%),

    linear-gradient(-45deg, transparent 75%, rgba(111, 143, 95, 0.06) 75%),

    #f8fbf6;

  background-position: 0 0, 0 18px, 18px -18px, -18px 0;

  background-size: 36px 36px;

}



.iby-page.iby-design-c2 .iby-c2-access__map p {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 160px;

  min-height: 46px;

  margin: 0;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.86);

  color: rgba(47, 70, 53, 0.62);

  font-size: 13px;

  font-weight: 800;

  letter-spacing: 0.08em;

}



/* Final CTA */

.iby-page.iby-design-c2 .iby-c2-final-cta {

  position: relative;

  overflow: hidden;

  width: 100vw;

  max-width: none;

  margin-left: calc(50% - 50vw);

  margin-right: calc(50% - 50vw);

  padding: 82px 24px 92px;

  background:

    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.14) 0, rgba(255, 255, 255, 0) 30%),

    linear-gradient(135deg, #5f8050 0%, #2f4635 100%);

  color: #fff;

  text-align: center;

}



.iby-page.iby-design-c2 .iby-c2-final-cta__inner {

  position: relative;

  z-index: 1;

  max-width: 820px;

  margin: 0 auto;

}



.iby-page.iby-design-c2 .iby-c2-final-cta__eyebrow {

  margin: 0 0 14px;

  color: rgba(255, 255, 255, 0.82);

  font-size: 14px;

  font-weight: 700;

  line-height: 1.7;

  letter-spacing: 0.08em;

}



.iby-page.iby-design-c2 .iby-c2-final-cta__title {

  margin: 0;

  color: #fff;

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: clamp(30px, 3.6vw, 46px);

  font-weight: 500;

  line-height: 1.55;

  letter-spacing: 0.05em;

}



.iby-page.iby-design-c2 .iby-c2-final-cta__lead {

  max-width: 680px;

  margin: 20px auto 0;

  color: rgba(255, 255, 255, 0.82);

  font-size: 15px;

  font-weight: 500;

  line-height: 2;

  letter-spacing: 0.03em;

}



.iby-page.iby-design-c2 .iby-c2-final-cta .iby-c2-button {

  margin-top: 30px;

}



/* Tablet */

@media (max-width: 960px) {

  .iby-page.iby-design-c2 .iby-section {

    padding: 68px 20px;

  }



  .iby-page.iby-design-c2 .iby-c2-hero {

    padding: 44px 18px 64px;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__inner,

  .iby-page.iby-design-c2 .iby-c2-studio__layout,

  .iby-page.iby-design-c2 .iby-c2-trainer__layout,

  .iby-page.iby-design-c2 .iby-c2-access__layout {

    grid-template-columns: 1fr;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__inner {

    min-height: auto;

    gap: 34px;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__copy {

    max-width: 720px;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__visual {

    max-width: 740px;

  }



  .iby-page.iby-design-c2 .iby-c2-worry__grid,

  .iby-page.iby-design-c2 .iby-c2-flow__list {

    grid-template-columns: repeat(2, minmax(0, 1fr));

  }



  .iby-page.iby-design-c2 .iby-c2-flow__item:not(:last-child)::after {

    display: none;

  }



  .iby-page.iby-design-c2 .iby-c2-survey {

    grid-template-columns: 1fr;

  }



  .iby-page.iby-design-c2 .iby-c2-voice__cards {

    grid-template-columns: 1fr;

  }



  .iby-page.iby-design-c2 .iby-c2-komei__inner {

    grid-template-columns: 1fr;

  }



  .iby-page.iby-design-c2 .iby-c2-trial-info__box {

    grid-template-columns: 1fr;

  }



  .iby-page.iby-design-c2 .iby-c2-trial-info__box .iby-c2-button {

    width: fit-content;

  }



  .iby-page.iby-design-c2 .iby-c2-studio__visual,

  .iby-page.iby-design-c2 .iby-c2-trainer__photo {

    max-width: 560px;

    aspect-ratio: 4 / 3;

  }

}



/* Smartphone */

@media (max-width: 640px) {

  .iby-page.iby-design-c2 .iby-section {

    padding: 58px 16px;

  }



  .iby-page.iby-design-c2 .iby-section > .wp-block-group__inner-container {

    padding-left: 10px;

    padding-right: 10px;

  }



  .iby-page.iby-design-c2 .iby-c2-section-head {

    margin-bottom: 30px;

    text-align: left;

  }



  .iby-page.iby-design-c2 .iby-c2-section-head__eyebrow {

    font-size: 12px;

  }



  .iby-page.iby-design-c2 .iby-c2-section-head__title {

    font-size: 25px;

    line-height: 1.62;

    letter-spacing: 0.04em;

  }



  .iby-page.iby-design-c2 .iby-c2-section-head__title::after {

    width: 64px;

    margin: 16px 0 0;

  }



  .iby-page.iby-design-c2 .iby-c2-section-head__lead {

    margin-top: 18px;

    font-size: 14px;

    line-height: 1.95;

  }



  .iby-page.iby-design-c2 .iby-c2-button {

    width: 100%;

    min-width: 0;

    min-height: 54px;

    padding: 13px 20px;

    font-size: 14px;

  }



  .iby-page.iby-design-c2 .iby-c2-hero {

    padding: 34px 16px 48px;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__title {

    font-size: clamp(30px, 9vw, 40px);

    line-height: 1.42;

    letter-spacing: 0.045em;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__lead {

    margin-top: 18px;

    font-size: 15px;

    line-height: 1.9;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__label {

    margin-bottom: 16px;

    padding: 8px 15px;

    font-size: 12px;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__actions {

    margin-top: 24px;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__points {

    margin-top: 24px;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__photo {

    border-radius: 24px;

    aspect-ratio: 4 / 3;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__voice {

    position: relative;

    left: auto;

    bottom: auto;

    width: 100%;

    margin-top: 14px;

    padding: 20px;

    border-radius: 20px;

  }



  .iby-page.iby-design-c2 .iby-c2-worry__grid,

  .iby-page.iby-design-c2 .iby-c2-flow__list,

  .iby-page.iby-design-c2 .iby-c2-survey__grid,

  .iby-page.iby-design-c2 .iby-c2-trainer__values {

    grid-template-columns: 1fr;

  }



  .iby-page.iby-design-c2 .iby-c2-worry__card,

  .iby-page.iby-design-c2 .iby-c2-flow__item,

  .iby-page.iby-design-c2 .iby-c2-voice-card,

  .iby-page.iby-design-c2 .iby-c2-survey,

  .iby-page.iby-design-c2 .iby-c2-komei__inner,

  .iby-page.iby-design-c2 .iby-c2-trainer__values > div,

  .iby-page.iby-design-c2 .iby-c2-trial-info__box,

  .iby-page.iby-design-c2 .iby-c2-access__content {

    border-radius: 22px;

  }



  .iby-page.iby-design-c2 .iby-c2-worry__card,

  .iby-page.iby-design-c2 .iby-c2-flow__item,

  .iby-page.iby-design-c2 .iby-c2-voice-card {

    min-height: auto;

    padding: 24px 22px;

  }



  .iby-page.iby-design-c2 .iby-c2-studio__layout,

  .iby-page.iby-design-c2 .iby-c2-trainer__layout {

    gap: 26px;

  }



  .iby-page.iby-design-c2 .iby-c2-studio__visual,

  .iby-page.iby-design-c2 .iby-c2-trainer__photo {

    width: 100%;

    border-radius: 24px;

    aspect-ratio: 4 / 3;

  }



  .iby-page.iby-design-c2 .iby-c2-studio__items > div,

  .iby-page.iby-design-c2 .iby-c2-survey__card {

    padding: 22px 20px;

    border-radius: 20px;

  }



  .iby-page.iby-design-c2 .iby-c2-survey {

    padding: 20px;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__main {

    min-height: 230px;

    padding: 26px 20px;

    border-radius: 20px;

  }



  .iby-page.iby-design-c2 .iby-c2-komei__inner,

  .iby-page.iby-design-c2 .iby-c2-trial-info__box,

  .iby-page.iby-design-c2 .iby-c2-access__content {

    padding: 26px 22px;

  }



  .iby-page.iby-design-c2 .iby-c2-komei__banner {

    border-radius: 18px;

  }



  .iby-page.iby-design-c2 .iby-c2-trial-info__list > div,

  .iby-page.iby-design-c2 .iby-c2-access__list > div {

    grid-template-columns: 1fr;

    gap: 4px;

  }



  .iby-page.iby-design-c2 .iby-c2-access__map {

    min-height: 260px;

    border-radius: 22px;

  }



  .iby-page.iby-design-c2 .iby-c2-final-cta {

    padding: 64px 18px 72px;

  }



  .iby-page.iby-design-c2 .iby-c2-final-cta__title {

    font-size: 26px;

    line-height: 1.62;

  }



  .iby-page.iby-design-c2 .iby-c2-final-cta__lead {

    font-size: 14px;

    line-height: 1.95;

  }

}

.iby-page.iby-design-c2 {

  width: 100vw !important;

  max-width: none !important;

  margin-left: calc(50% - 50vw) !important;

  margin-right: calc(50% - 50vw) !important;

}

.entry-content .iby-page.iby-design-c2,

.site-content .iby-page.iby-design-c2,

#content .iby-page.iby-design-c2 {

  width: 100vw !important;

  max-width: none !important;

  margin-left: calc(50% - 50vw) !important;

  margin-right: calc(50% - 50vw) !important;

}

.iby-page.iby-design-c2 .iby-c2-hero {

  width: 100% !important;

  margin-left: 0 !important;

  margin-right: 0 !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__inner {

  padding-left: 24px !important;

  padding-right: 24px !important;

}

body .entry-content .iby-page.iby-design-c2,

body .site-content .iby-page.iby-design-c2,

body #content .iby-page.iby-design-c2,

body .iby-page.iby-design-c2 {

  width: 100% !important;

  max-width: 100% !important;

  margin-left: 0 !important;

  margin-right: 0 !important;

  left: auto !important;

  transform: none !important;

}



body .entry-content .iby-page.iby-design-c2 .iby-c2-hero,

body .site-content .iby-page.iby-design-c2 .iby-c2-hero,

body #content .iby-page.iby-design-c2 .iby-c2-hero,

body .iby-page.iby-design-c2 .iby-c2-hero,

body .entry-content .iby-page.iby-design-c2 .iby-c2-final-cta,

body .site-content .iby-page.iby-design-c2 .iby-c2-final-cta,

body #content .iby-page.iby-design-c2 .iby-c2-final-cta,

body .iby-page.iby-design-c2 .iby-c2-final-cta {

  width: 100% !important;

  max-width: 100% !important;

  margin-left: 0 !important;

  margin-right: 0 !important;

  left: auto !important;

  transform: none !important;

}



body .iby-page.iby-design-c2 .iby-c2-hero__inner {

  width: 100% !important;

  max-width: 1180px !important;

  margin-left: auto !important;

  margin-right: auto !important;

  padding-left: 24px !important;

  padding-right: 24px !important;

}

.iby-page.iby-design-c2 .iby-c2-hero__title {

  font-size: clamp(36px, 4.4vw, 58px) !important;

}

.iby-page.iby-design-c2 .iby-c2-voice {

  background: linear-gradient(180deg, #e6f6f5 0%, #f8fbf6 46%, #fffdf7 100%) !important;

}

.iby-page.iby-design-c2 .iby-c2-voice {

  background: linear-gradient(180deg, #e6f6f5 0%, #f8fbf6 46%, #fffdf7 100%) !important;

}

.iby-page.iby-design-c2 .iby-c2-final-cta .iby-c2-button {

  min-width: 280px !important;

  min-height: 58px !important;

}

/* C-2内のテーマ由来の見出し下線を削除 */

.iby-page.iby-design-c2 h1,

.iby-page.iby-design-c2 h2,

.iby-page.iby-design-c2 h3,

.iby-page.iby-design-c2 h4,

.iby-page.iby-design-c2 h5,

.iby-page.iby-design-c2 h6 {

  border-bottom: none !important;

  box-shadow: none !important;

  background-image: none !important;

}



.iby-page.iby-design-c2 h1::after,

.iby-page.iby-design-c2 h2::after,

.iby-page.iby-design-c2 h3::after,

.iby-page.iby-design-c2 h4::after,

.iby-page.iby-design-c2 h5::after,

.iby-page.iby-design-c2 h6::after {

  display: none !important;

  content: none !important;

  border: none !important;

  background: none !important;

  box-shadow: none !important;

}

.iby-page.iby-design-c2 .iby-c2-section-head__title::after {

  display: block !important;

  content: "" !important;

  width: 74px !important;

  height: 1px !important;

  margin: 18px auto 0 !important;

  background: linear-gradient(

    90deg,

    transparent 0%,

    rgba(199, 173, 118, 0.62) 50%,

    transparent 100%

  ) !important;

}

/* C-2 Hero 高さ調整・画像を大きく見せる */

.iby-page.iby-design-c2 .iby-c2-hero {

  padding: 34px 20px 38px !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__inner {

  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr) !important;

  min-height: 430px !important;

  gap: 34px !important;

  align-items: center !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__copy {

  max-width: 480px !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__label {

  margin-bottom: 14px !important;

  padding: 7px 15px !important;

  font-size: 12px !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__title {

  font-size: clamp(34px, 4.1vw, 54px) !important;

  line-height: 1.32 !important;

  letter-spacing: 0.045em !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__lead {

  margin-top: 16px !important;

  font-size: 14px !important;

  line-height: 1.85 !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__actions {

  margin-top: 22px !important;

}



.iby-page.iby-design-c2 .iby-c2-hero .iby-c2-button {

  min-width: 240px !important;

  min-height: 52px !important;

  padding: 12px 24px !important;

}



/* 左下の特徴リストを模範画像のようにコンパクト化 */

.iby-page.iby-design-c2 .iby-c2-hero__points {

  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

  gap: 10px !important;

  margin-top: 20px !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__points li {

  padding: 10px 8px !important;

  border-radius: 16px !important;

  background: rgba(255, 255, 255, 0.58) !important;

  color: rgba(47, 70, 53, 0.78) !important;

  font-size: 12px !important;

  line-height: 1.5 !important;

  text-align: center !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__points li::after {

  display: none !important;

}



/* 画像を大きく・横長に見せる */

.iby-page.iby-design-c2 .iby-c2-hero__visual {

  width: 108% !important;

  margin-left: -2% !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__photo {

  border-radius: 28px !important;

  aspect-ratio: 16 / 10 !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__photo img {

  object-fit: cover !important;

  object-position: center center !important;

}



/* 画像上の声カードを小さめにして邪魔しない */

.iby-page.iby-design-c2 .iby-c2-hero__voice {

  left: auto !important;

  right: 22px !important;

  bottom: 20px !important;

  width: min(320px, 62%) !important;

  padding: 16px 18px !important;

  border-radius: 18px !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__voice-text {

  font-size: 13px !important;

  line-height: 1.65 !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__voice-meta {

  margin-top: 6px !important;

  font-size: 11px !important;

}



/* タブレット以下 */

@media (max-width: 960px) {

  .iby-page.iby-design-c2 .iby-c2-hero__inner {

    grid-template-columns: 1fr !important;

    min-height: auto !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__visual {

    width: 100% !important;

    margin-left: 0 !important;

  }

}



/* スマホ */

@media (max-width: 640px) {

  .iby-page.iby-design-c2 .iby-c2-hero {

    padding: 30px 16px 38px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__points {

    grid-template-columns: 1fr !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__voice {

    position: relative !important;

    right: auto !important;

    bottom: auto !important;

    width: 100% !important;

    margin-top: 12px !important;

  }

}

/* C-2 Access map adjustment */

.iby-page.iby-design-c2 .iby-c2-access__map {

  position: relative !important;

  min-height: 420px !important;

  padding: 0 !important;

  overflow: hidden !important;

  background: #edf3e8 !important;

}



.iby-page.iby-design-c2 .iby-c2-access__map iframe {

  display: block !important;

  width: 100% !important;

  height: 100% !important;

  min-height: 420px !important;

  border: 0 !important;

}



.iby-page.iby-design-c2 .iby-c2-access__map p {

  display: none !important;

}

/* C-2 2カラムセクションの見出しを中央寄せに統一 */

.iby-page.iby-design-c2 .iby-c2-studio__content,

.iby-page.iby-design-c2 .iby-c2-trainer__content,

.iby-page.iby-design-c2 .iby-c2-access__content,

.iby-page.iby-design-c2 .iby-c2-komei__copy {

  text-align: center !important;

}



.iby-page.iby-design-c2 .iby-c2-studio__content .iby-c2-section-head__eyebrow,

.iby-page.iby-design-c2 .iby-c2-trainer__content .iby-c2-section-head__eyebrow,

.iby-page.iby-design-c2 .iby-c2-access__content .iby-c2-section-head__eyebrow,

.iby-page.iby-design-c2 .iby-c2-komei__copy .iby-c2-section-head__eyebrow {

  text-align: center !important;

}



.iby-page.iby-design-c2 .iby-c2-studio__content .iby-c2-section-head__title,

.iby-page.iby-design-c2 .iby-c2-trainer__content .iby-c2-section-head__title,

.iby-page.iby-design-c2 .iby-c2-access__content .iby-c2-section-head__title,

.iby-page.iby-design-c2 .iby-c2-komei__title {

  text-align: center !important;

}



.iby-page.iby-design-c2 .iby-c2-studio__content .iby-c2-section-head__title::after,

.iby-page.iby-design-c2 .iby-c2-trainer__content .iby-c2-section-head__title::after,

.iby-page.iby-design-c2 .iby-c2-access__content .iby-c2-section-head__title::after,

.iby-page.iby-design-c2 .iby-c2-komei__title::after {

  margin-left: auto !important;

  margin-right: auto !important;

}

/* 本文・リストは左寄せに戻す */

.iby-page.iby-design-c2 .iby-c2-studio__content > p,

.iby-page.iby-design-c2 .iby-c2-studio__items,

.iby-page.iby-design-c2 .iby-c2-trainer__message,

.iby-page.iby-design-c2 .iby-c2-trainer__values,

.iby-page.iby-design-c2 .iby-c2-access__list,

.iby-page.iby-design-c2 .iby-c2-komei__copy p:not(.iby-c2-section-head__eyebrow) {

  text-align: left !important;

}

.iby-page.iby-design-c2 .iby-c2-flow__icon {

  width: 130px;

  height: 130px;

  object-fit: contain;

  margin: 0 auto 18px;

}

@media (max-width: 640px) {

  .iby-page.iby-design-c2 .iby-c2-flow__icon {

    width: 110px;

    height: 110px;

  }

}

/* C-2 体験レッスンカード内の見出しを中央寄せ */

.iby-page.iby-design-c2 .iby-c2-flow__item h3 {

  text-align: center !important;

  margin-left: auto !important;

  margin-right: auto !important;

}



/* 見出し下の本文も少し整える場合 */

.iby-page.iby-design-c2 .iby-c2-flow__item p {

  text-align: center !important;

}



/* STEP表記も中央に揃える場合 */

.iby-page.iby-design-c2 .iby-c2-flow__num {

  display: flex !important;

  justify-content: center !important;

  text-align: center !important;

}

.iby-page.iby-design-c2 .iby-c2-flow__item h3 {

  font-size: 20px !important;

  line-height: 1.55 !important;

}

/* C-2 お客様の声・アンケート部分の装飾強化 */

.iby-page.iby-design-c2 .iby-c2-survey {

  position: relative !important;

  overflow: hidden !important;

  background:

    radial-gradient(circle at 16% 18%, rgba(199, 173, 118, 0.14) 0, rgba(199, 173, 118, 0) 30%),

    radial-gradient(circle at 88% 82%, rgba(111, 143, 95, 0.12) 0, rgba(111, 143, 95, 0) 34%),

    rgba(255, 255, 255, 0.88) !important;

}



/* 左上・右上の葉っぱ風アクセント */

.iby-page.iby-design-c2 .iby-c2-survey::before,

.iby-page.iby-design-c2 .iby-c2-survey::after {

  content: "❧" !important;

  position: absolute !important;

  z-index: 0 !important;

  color: rgba(199, 173, 118, 0.42) !important;

  font-size: 52px !important;

  line-height: 1 !important;

  pointer-events: none !important;

}



.iby-page.iby-design-c2 .iby-c2-survey::before {

  left: 34px !important;

  top: 26px !important;

  transform: rotate(-18deg) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey::after {

  right: 34px !important;

  top: 26px !important;

  transform: scaleX(-1) rotate(-18deg) !important;

}



/* 中身を装飾より前に出す */

.iby-page.iby-design-c2 .iby-c2-survey__main,

.iby-page.iby-design-c2 .iby-c2-survey__grid,

.iby-page.iby-design-c2 .iby-c2-survey > .iby-c2-note {

  position: relative !important;

  z-index: 1 !important;

}



/* 満足度カードを見本寄りに */

.iby-page.iby-design-c2 .iby-c2-survey__main {

  border: 1px solid rgba(199, 173, 118, 0.25) !important;

  background:

    linear-gradient(180deg, rgba(255, 250, 240, 0.96) 0%, rgba(255, 246, 226, 0.88) 100%) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score {

  position: relative !important;

  display: inline-flex !important;

  align-items: baseline !important;

  justify-content: center !important;

  gap: 2px !important;

  color: #b8862f !important;

}



/* 89%の左右に小さな葉っぱ */

.iby-page.iby-design-c2 .iby-c2-survey__score::before,

.iby-page.iby-design-c2 .iby-c2-survey__score::after {

  content: "" !important;

  display: inline-block !important;

  width: 28px !important;

  height: 44px !important;

  opacity: 0.55 !important;

  background:

    radial-gradient(ellipse at 50% 16%, rgba(199, 173, 118, 0.9) 0 32%, transparent 34%),

    radial-gradient(ellipse at 50% 38%, rgba(199, 173, 118, 0.75) 0 28%, transparent 30%),

    radial-gradient(ellipse at 50% 60%, rgba(199, 173, 118, 0.62) 0 24%, transparent 26%);

  background-repeat: no-repeat !important;

  background-size: 14px 14px, 13px 13px, 12px 12px !important;

  background-position: center 0, center 14px, center 27px !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score::before {

  transform: rotate(-24deg) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score::after {

  transform: scaleX(-1) rotate(-24deg) !important;

}



/* 各カテゴリカードを円グラフ風に */

.iby-page.iby-design-c2 .iby-c2-survey__card {

  position: relative !important;

  padding-left: 96px !important;

  min-height: 116px !important;

}



/* ドーナツチャート風 */

.iby-page.iby-design-c2 .iby-c2-survey__card::before {

  content: "" !important;

  position: absolute !important;

  left: 24px !important;

  top: 50% !important;

  width: 54px !important;

  height: 54px !important;

  border-radius: 50% !important;

  transform: translateY(-50%) !important;

  background:

    radial-gradient(circle, #fff 0 47%, transparent 49%),

    conic-gradient(#6f8f5f 0 78%, rgba(111, 143, 95, 0.16) 78% 100%) !important;

  box-shadow: 0 0 0 6px rgba(111, 143, 95, 0.06) !important;

}



/* 小さなアイコン代わりの点 */

.iby-page.iby-design-c2 .iby-c2-survey__card::after {

  content: "" !important;

  position: absolute !important;

  left: 45px !important;

  top: 50% !important;

  width: 12px !important;

  height: 12px !important;

  border-radius: 50% !important;

  background: #6f8f5f !important;

  transform: translateY(-50%) !important;

}



/* 数字ラベルを少し見やすく */

.iby-page.iby-design-c2 .iby-c2-survey__percent {

  background: rgba(111, 143, 95, 0.12) !important;

  color: #4f7340 !important;

  font-weight: 800 !important;

}

@media (max-width: 640px) {

  .iby-page.iby-design-c2 .iby-c2-survey__card {

    padding-left: 82px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__card::before {

    left: 20px !important;

    width: 46px !important;

    height: 46px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__card::after {

    left: 37px !important;

  }

}

.iby-page.iby-design-c2 .iby-c2-survey {

  position: relative !important;

  overflow: hidden !important;

  background:

    radial-gradient(circle at 18% 20%, rgba(199,173,118,.16) 0, transparent 30%),

    radial-gradient(circle at 86% 82%, rgba(111,143,95,.14) 0, transparent 34%),

    linear-gradient(135deg, rgba(255,253,247,.94), rgba(248,252,247,.9)) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score-label {

  margin: 14px 0 -4px !important;

  color: #2f4635 !important;

  font-size: 24px !important;

  font-family: "Noto Serif JP", serif !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__card {

  display: grid !important;

  grid-template-columns: 64px 1fr 76px !important;

  grid-template-areas:

    "icon title percent"

    "icon text percent" !important;

  gap: 4px 14px !important;

  align-items: center !important;

  padding: 22px 20px !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__icon {

  grid-area: icon !important;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  width: 56px !important;

  height: 56px !important;

  border-radius: 50% !important;

  background: rgba(111,143,95,.12) !important;

  color: #557544 !important;

  font-size: 13px !important;

  font-weight: 800 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__card h3 {

  grid-area: title !important;

  margin: 0 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__percent {

  grid-area: percent !important;

  width: 68px !important;

  height: 68px !important;

  border-radius: 50% !important;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  margin: 0 !important;

  background:

    radial-gradient(circle, #fff 0 48%, transparent 50%),

    conic-gradient(#6f8f5f 0 82%, rgba(111,143,95,.18) 82% 100%) !important;

  color: #4f7340 !important;

  font-size: 18px !important;

  font-weight: 800 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__text {

  grid-area: text !important;

  margin: 0 !important;

  color: rgba(47,70,53,.68) !important;

  font-size: 12px !important;

  line-height: 1.6 !important;

}

/* C-2 survey: Font Awesome icons + percentage charts */

.iby-page.iby-design-c2 .iby-c2-survey__card {

  display: grid !important;

  grid-template-columns: 58px minmax(0, 1fr) 76px !important;

  gap: 16px !important;

  align-items: center !important;

  min-height: 118px !important;

  padding: 22px 22px !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__card::before,

.iby-page.iby-design-c2 .iby-c2-survey__card::after {

  display: none !important;

  content: none !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__icon {

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  width: 54px !important;

  height: 54px !important;

  border-radius: 50% !important;

  background: rgba(111, 143, 95, 0.12) !important;

  color: #557544 !important;

  font-size: 24px !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__textblock h3 {

  margin: 0 0 8px !important;

  color: #2f4635 !important;

  font-family: "Noto Serif JP", "Yu Mincho", serif !important;

  font-size: 22px !important;

  line-height: 1.4 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__textblock p {

  margin: 0 !important;

  color: rgba(47, 70, 53, 0.68) !important;

  font-size: 13px !important;

  line-height: 1.65 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__chart {

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  width: 72px !important;

  height: 72px !important;

  border-radius: 50% !important;

  background:

    radial-gradient(circle, #fff 0 46%, transparent 48%),

    conic-gradient(

      #6f8f5f 0 calc(var(--p) * 1%),

      rgba(111, 143, 95, 0.16) calc(var(--p) * 1%) 100%

    ) !important;

  box-shadow: 0 0 0 7px rgba(111, 143, 95, 0.06) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__chart span {

  color: #4f7340 !important;

  font-size: 18px !important;

  font-weight: 800 !important;

  line-height: 1 !important;

}



/* category color variation */

.iby-page.iby-design-c2 .iby-c2-survey__card--mental .iby-c2-survey__icon,

.iby-page.iby-design-c2 .iby-c2-survey__card--mental .iby-c2-survey__chart {

  color: #6f8f5f !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__card--work .iby-c2-survey__icon {

  color: #9b783b !important;

  background: rgba(199, 173, 118, 0.15) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__card--work .iby-c2-survey__chart {

  background:

    radial-gradient(circle, #fff 0 46%, transparent 48%),

    conic-gradient(

      #c7ad76 0 calc(var(--p) * 1%),

      rgba(199, 173, 118, 0.18) calc(var(--p) * 1%) 100%

    ) !important;

}



@media (max-width: 640px) {

  .iby-page.iby-design-c2 .iby-c2-survey__card {

    grid-template-columns: 48px minmax(0, 1fr) 64px !important;

    gap: 12px !important;

    padding: 20px 18px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__icon {

    width: 46px !important;

    height: 46px !important;

    font-size: 20px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__chart {

    width: 62px !important;

    height: 62px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__chart span {

    font-size: 16px !important;

  }

}

/* C-2 survey: icon balance + premium satisfaction card */

.iby-page.iby-design-c2 .iby-c2-survey {

  background:

    radial-gradient(circle at 15% 18%, rgba(199, 173, 118, 0.18) 0, transparent 28%),

    radial-gradient(circle at 88% 82%, rgba(111, 143, 95, 0.14) 0, transparent 34%),

    linear-gradient(135deg, rgba(255, 253, 247, 0.96), rgba(247, 252, 247, 0.92)) !important;

}



/* 満足度カードを豪華に */

.iby-page.iby-design-c2 .iby-c2-survey__main {

  position: relative !important;

  overflow: hidden !important;

  min-height: 330px !important;

  border: 1px solid rgba(199, 173, 118, 0.48) !important;

  background:

    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.72) 0, transparent 38%),

    linear-gradient(180deg, #fffaf0 0%, #fff4db 100%) !important;

  box-shadow:

    inset 0 0 0 1px rgba(255, 255, 255, 0.75),

    0 18px 44px rgba(162, 126, 54, 0.13) !important;

}



/* 背景の薄い光 */

.iby-page.iby-design-c2 .iby-c2-survey__main::before {

  content: "" !important;

  position: absolute !important;

  inset: 18px !important;

  border-radius: 22px !important;

  border: 1px solid rgba(199, 173, 118, 0.18) !important;

  pointer-events: none !important;

}



/* 上品な装飾点 */

.iby-page.iby-design-c2 .iby-c2-survey__main::after {

  content: "" !important;

  position: absolute !important;

  left: 50% !important;

  bottom: 28px !important;

  width: 120px !important;

  height: 1px !important;

  transform: translateX(-50%) !important;

  background: linear-gradient(

    90deg,

    transparent,

    rgba(199, 173, 118, 0.72),

    transparent

  ) !important;

}



/* ラベルをバッジ風に */

.iby-page.iby-design-c2 .iby-c2-survey__label {

  position: relative !important;

  display: inline-block !important;

  margin: 0 auto 18px !important;

  padding: 8px 18px !important;

  border-radius: 999px !important;

  background: rgba(255, 255, 255, 0.68) !important;

  color: #49633f !important;

  font-size: 13px !important;

  font-weight: 800 !important;

  line-height: 1.6 !important;

  letter-spacing: 0.04em !important;

}



/* 満足度文字 */

.iby-page.iby-design-c2 .iby-c2-survey__score-label {

  margin: 2px 0 0 !important;

  color: #2f4635 !important;

  font-family: "Noto Serif JP", "Yu Mincho", serif !important;

  font-size: 26px !important;

  line-height: 1.4 !important;

  letter-spacing: 0.06em !important;

}



/* 89%をより主役に */

.iby-page.iby-design-c2 .iby-c2-survey__score {

  margin: 6px 0 0 !important;

  color: #b8862f !important;

  text-shadow: 0 8px 22px rgba(184, 134, 47, 0.16) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score span {

  font-size: clamp(82px, 8vw, 112px) !important;

  line-height: 0.95 !important;

}



/* 月桂樹風の左右装飾 */

.iby-page.iby-design-c2 .iby-c2-survey__score::before,

.iby-page.iby-design-c2 .iby-c2-survey__score::after {

  content: "‹" !important;

  display: inline-flex !important;

  align-items: center !important;

  justify-content: center !important;

  width: 36px !important;

  height: 84px !important;

  color: rgba(199, 173, 118, 0.55) !important;

  font-family: Georgia, serif !important;

  font-size: 72px !important;

  font-weight: 400 !important;

  line-height: 1 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score::before {

  transform: rotate(-10deg) translateY(-4px) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score::after {

  content: "›" !important;

  transform: rotate(10deg) translateY(-4px) !important;

}



/* キャプションを締める */

.iby-page.iby-design-c2 .iby-c2-survey__caption {

  margin-top: 10px !important;

  color: rgba(47, 70, 53, 0.78) !important;

  font-size: 13px !important;

  font-weight: 800 !important;

}



/* 右側カードのアイコンバランス調整 */

.iby-page.iby-design-c2 .iby-c2-survey__card {

  grid-template-columns: 66px minmax(0, 1fr) 78px !important;

  gap: 18px !important;

  padding: 24px 24px !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__icon {

  width: 58px !important;

  height: 58px !important;

  border-radius: 50% !important;

  background:

    radial-gradient(circle at 35% 30%, rgba(255,255,255,.85), rgba(255,255,255,0) 42%),

    rgba(111, 143, 95, 0.13) !important;

  color: #557544 !important;

  font-size: 26px !important;

  box-shadow: inset 0 0 0 1px rgba(111, 143, 95, 0.08) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__icon i {

  display: block !important;

  line-height: 1 !important;

}



/* カテゴリ別に少し色味を変える */

.iby-page.iby-design-c2 .iby-c2-survey__card--body .iby-c2-survey__icon {

  color: #557544 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__card--mental .iby-c2-survey__icon {

  color: #6f8f5f !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__card--work .iby-c2-survey__icon {

  color: #a68139 !important;

  background:

    radial-gradient(circle at 35% 30%, rgba(255,255,255,.85), rgba(255,255,255,0) 42%),

    rgba(199, 173, 118, 0.17) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__card--life .iby-c2-survey__icon {

  color: #4f7b4b !important;

}



/* グラフを少し上質に */

.iby-page.iby-design-c2 .iby-c2-survey__chart {

  width: 74px !important;

  height: 74px !important;

  box-shadow:

    0 0 0 7px rgba(111, 143, 95, 0.06),

    0 10px 20px rgba(73, 92, 67, 0.08) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__chart span {

  font-size: 18px !important;

}



/* スマホ調整 */

@media (max-width: 640px) {

  .iby-page.iby-design-c2 .iby-c2-survey__main {

    min-height: 280px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__score span {

    font-size: 78px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__score::before,

  .iby-page.iby-design-c2 .iby-c2-survey__score::after {

    width: 24px !important;

    height: 64px !important;

    font-size: 54px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__card {

    grid-template-columns: 54px minmax(0, 1fr) 66px !important;

    gap: 12px !important;

    padding: 20px 18px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__icon {

    width: 48px !important;

    height: 48px !important;

    font-size: 22px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__chart {

    width: 62px !important;

    height: 62px !important;

  }

}

/* 満足度カードを実績バッジ風に強化 */

.iby-page.iby-design-c2 .iby-c2-survey__main {

  position: relative !important;

  overflow: hidden !important;

  min-height: 330px !important;

  border: 1px solid rgba(184, 134, 47, 0.45) !important;

  background:

    radial-gradient(circle at 50% 24%, rgba(255,255,255,.82) 0, rgba(255,255,255,0) 34%),

    linear-gradient(180deg, #fffaf0 0%, #fff2d7 100%) !important;

  box-shadow:

    0 20px 50px rgba(145, 104, 37, 0.16),

    inset 0 0 0 1px rgba(255,255,255,.75) !important;

}



/* 外側の金フレーム */

.iby-page.iby-design-c2 .iby-c2-survey__main::before {

  content: "" !important;

  position: absolute !important;

  inset: 16px !important;

  border-radius: 24px !important;

  border: 1px solid rgba(184, 134, 47, 0.26) !important;

  box-shadow: inset 0 0 0 8px rgba(255,255,255,.22) !important;

  pointer-events: none !important;

}



/* 下部のリボンライン */

.iby-page.iby-design-c2 .iby-c2-survey__main::after {

  content: "選ばれている安心感" !important;

  position: absolute !important;

  left: 50% !important;

  bottom: 26px !important;

  transform: translateX(-50%) !important;

  min-width: 190px !important;

  padding: 8px 18px !important;

  border-radius: 999px !important;

  background: linear-gradient(135deg, #c7ad76 0%, #b8862f 100%) !important;

  color: #fff !important;

  font-size: 12px !important;

  font-weight: 800 !important;

  line-height: 1.3 !important;

  letter-spacing: 0.08em !important;

  box-shadow: 0 10px 24px rgba(184, 134, 47, 0.22) !important;

}



/* 上部ラベルを認定証風に */

.iby-page.iby-design-c2 .iby-c2-survey__label {

  padding: 9px 20px !important;

  border: 1px solid rgba(184, 134, 47, 0.22) !important;

  background: rgba(255,255,255,.78) !important;

  color: #49633f !important;

  box-shadow: 0 8px 20px rgba(145, 104, 37, 0.08) !important;

}



/* 満足度の文字を強く */

.iby-page.iby-design-c2 .iby-c2-survey__score-label {

  margin-top: 10px !important;

  font-size: 28px !important;

  font-weight: 600 !important;

  letter-spacing: 0.1em !important;

}



/* 89%をヒーロー化 */

.iby-page.iby-design-c2 .iby-c2-survey__score {

  margin-top: 6px !important;

  color: #b8862f !important;

  text-shadow:

    0 2px 0 rgba(255,255,255,.8),

    0 12px 28px rgba(184,134,47,.20) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score span {

  font-size: clamp(92px, 8.6vw, 124px) !important;

  line-height: .9 !important;

}



/* 89%の左右装飾をはっきり */

.iby-page.iby-design-c2 .iby-c2-survey__score::before,

.iby-page.iby-design-c2 .iby-c2-survey__score::after {

  color: rgba(184, 134, 47, 0.42) !important;

  filter: drop-shadow(0 6px 12px rgba(184,134,47,.12)) !important;

}



/* キャプション */

.iby-page.iby-design-c2 .iby-c2-survey__caption {

  margin-top: 8px !important;

  color: #49633f !important;

  font-size: 13px !important;

  font-weight: 800 !important;

}

/* Font Awesomeを丸アイコンの中心に揃える */

.iby-page.iby-design-c2 .iby-c2-survey__icon {

  display: grid !important;

  place-items: center !important;

  text-align: center !important;

  line-height: 1 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__icon i,

.iby-page.iby-design-c2 .iby-c2-survey__icon svg {

  display: block !important;

  width: 1em !important;

  height: 1em !important;

  line-height: 1 !important;

  margin: 0 !important;

  transform: none !important;

  vertical-align: middle !important;

}

/* 89%左右の装飾を削除 */

.iby-page.iby-design-c2 .iby-c2-survey__score::before,

.iby-page.iby-design-c2 .iby-c2-survey__score::after {

  display: none !important;

  content: none !important;

}



/* 満足度カード下部バッジを見切れない通常配置へ */

.iby-page.iby-design-c2 .iby-c2-survey__main {

  min-height: 330px !important;

  padding-bottom: 34px !important;

}



/* 以前のabsoluteバッジを解除 */

.iby-page.iby-design-c2 .iby-c2-survey__main::after {

  display: block !important;

  position: static !important;

  transform: none !important;

  content: "多くの声が寄せられています" !important;

  width: fit-content !important;

  min-width: 0 !important;

  max-width: 90% !important;

  margin: 18px auto 0 !important;

  padding: 8px 18px !important;

  border-radius: 999px !important;

  background: rgba(111, 143, 95, 0.12) !important;

  color: #49633f !important;

  font-size: 13px !important;

  font-weight: 800 !important;

  line-height: 1.4 !important;

  letter-spacing: 0.04em !important;

  box-shadow: none !important;

}



/* 89%周辺の余白を整える */

.iby-page.iby-design-c2 .iby-c2-survey__score {

  margin-top: 4px !important;

  margin-bottom: 4px !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__caption {

  margin-top: 6px !important;

}

/* 89%まわりを黄色グラデーションの丸い注目エリアに */

.iby-page.iby-design-c2 .iby-c2-survey__score {

  position: relative !important;

  z-index: 1 !important;

  display: inline-flex !important;

  align-items: baseline !important;

  justify-content: center !important;

  width: 210px !important;

  height: 150px !important;

  margin: 8px auto 0 !important;

  border-radius: 50% !important;

  background:

    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.45) 28%, transparent 46%),

    radial-gradient(circle at 50% 56%, #fff8d9 0, #f7df8e 52%, #d6ad43 100%) !important;

  box-shadow:

    inset 0 0 0 1px rgba(255, 255, 255, 0.72),

    inset 0 -18px 30px rgba(184, 134, 47, 0.16),

    0 18px 36px rgba(184, 134, 47, 0.22) !important;

  color: #9f6e17 !important;

  text-shadow: 0 2px 0 rgba(255,255,255,.55) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score span {

  font-size: 92px !important;

  line-height: 1 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score {

  font-size: 28px !important;

}



/* 満足度とキャプションが丸と詰まりすぎないよう調整 */

.iby-page.iby-design-c2 .iby-c2-survey__score-label {

  margin-top: 10px !important;

  margin-bottom: 0 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__caption {

  margin-top: 12px !important;

  position: relative !important;

  z-index: 2 !important;

}



/* 上側の重複バッジを消したい場合 */

.iby-page.iby-design-c2 .iby-c2-survey__main::after {

  display: none !important;

  content: none !important;

}



/* 下の注釈前に残す文言を控えめに見せる場合 */

.iby-page.iby-design-c2 .iby-c2-survey__caption::after {

  content: "多くの声が寄せられています" !important;

  display: block !important;

  width: fit-content !important;

  margin: 12px auto 0 !important;

  padding: 7px 16px !important;

  border-radius: 999px !important;

  background: rgba(111, 143, 95, 0.12) !important;

  color: #49633f !important;

  font-size: 12px !important;

  font-weight: 800 !important;

  line-height: 1.4 !important;

}

/* 89% 黄色い丸の中央揃え補正 */

.iby-page.iby-design-c2 .iby-c2-survey__score {

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  gap: 4px !important;

  width: 210px !important;

  height: 150px !important;

  padding: 0 !important;

  line-height: 1 !important;

  text-align: center !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score span {

  display: block !important;

  font-size: 92px !important;

  line-height: 1 !important;

  margin: 0 !important;

  transform: translateY(-1px) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score {

  font-size: 28px !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__score > * {

  line-height: 1 !important;

}

/* 仕事カードだけベージュになる指定を解除してグリーンに統一 */

.iby-page.iby-design-c2 .iby-c2-survey__card--work .iby-c2-survey__icon {

  color: #557544 !important;

  background:

    radial-gradient(circle at 35% 30%, rgba(255,255,255,.85), rgba(255,255,255,0) 42%),

    rgba(111, 143, 95, 0.13) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__card--work .iby-c2-survey__chart {

  background:

    radial-gradient(circle, #fff 0 46%, transparent 48%),

    conic-gradient(

      #6f8f5f 0 calc(var(--p) * 1%),

      rgba(111, 143, 95, 0.16) calc(var(--p) * 1%) 100%

    ) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__chart,

.iby-page.iby-design-c2 .iby-c2-survey__card--work .iby-c2-survey__chart,

.iby-page.iby-design-c2 .iby-c2-survey__card--mental .iby-c2-survey__chart,

.iby-page.iby-design-c2 .iby-c2-survey__card--life .iby-c2-survey__chart {

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  width: 74px !important;

  height: 74px !important;

  border-radius: 50% !important;

  background:

    radial-gradient(circle, #fff 0 46%, transparent 48%),

    conic-gradient(

      #6f8f5f 0 calc(var(--p) * 1%),

      rgba(111, 143, 95, 0.16) calc(var(--p) * 1%) 100%

    ) !important;

  box-shadow:

    0 0 0 7px rgba(111, 143, 95, 0.06),

    0 10px 20px rgba(73, 92, 67, 0.08) !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__chart span {

  color: #4f7340 !important;

  font-size: 18px !important;

  font-weight: 800 !important;

  line-height: 1 !important;

}



.iby-page.iby-design-c2 .iby-c2-survey__card--body .iby-c2-survey__icon,

.iby-page.iby-design-c2 .iby-c2-survey__card--mental .iby-c2-survey__icon,

.iby-page.iby-design-c2 .iby-c2-survey__card--work .iby-c2-survey__icon,

.iby-page.iby-design-c2 .iby-c2-survey__card--life .iby-c2-survey__icon {

  color: #557544 !important;

  background:

    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 42%),

    rgba(111, 143, 95, 0.13) !important;

}



/* 体験レッスンの流れ */

.iby-page.iby-design-c2 .iby-c2-flow__icon {

  display: block !important;

  width: 130px !important;

  height: 130px !important;

  object-fit: contain !important;

  margin: 0 auto 18px !important;

}



.iby-page.iby-design-c2 .iby-c2-flow__item h3,

.iby-page.iby-design-c2 .iby-c2-flow__item p {

  text-align: center !important;

}



/* アクセス地図 */

.iby-page.iby-design-c2 .iby-c2-access__map {

  position: relative !important;

  min-height: 420px !important;

  padding: 0 !important;

  overflow: hidden !important;

  background: #edf3e8 !important;

}



.iby-page.iby-design-c2 .iby-c2-access__map iframe {

  display: block !important;

  width: 100% !important;

  height: 100% !important;

  min-height: 420px !important;

  border: 0 !important;

}



.iby-page.iby-design-c2 .iby-c2-access__map p {

  display: none !important;

}



@media (max-width: 900px) {

  .iby-page.iby-design-c2 .iby-c2-hero__inner {

    grid-template-columns: 1fr !important;

    min-height: 0 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__visual {

    width: 100% !important;

    margin-left: 0 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey {

    grid-template-columns: 1fr !important;

  }

}



@media (max-width: 640px) {

  .iby-page.iby-design-c2 .iby-c2-hero {

    padding: 28px 16px 34px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__title {

    font-size: 34px !important;

    line-height: 1.34 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey {

    padding: 18px !important;

    border-radius: 24px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__main {

    min-height: 280px !important;

    padding: 26px 18px 24px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__score {

    width: 178px !important;

    height: 128px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__score span {

    font-size: 78px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__card {

    grid-template-columns: 54px minmax(0, 1fr) 66px !important;

    gap: 12px !important;

    padding: 20px 18px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__icon {

    width: 48px !important;

    height: 48px !important;

    font-size: 22px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__chart {

    width: 62px !important;

    height: 62px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__chart span {

    font-size: 16px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-access__map,

  .iby-page.iby-design-c2 .iby-c2-access__map iframe {

    min-height: 320px !important;

  }

}

/* C-2 Information / Blog / Event */



.iby-page.iby-design-c2 .iby-c2-information {

  background:

    radial-gradient(circle at 12% 16%, rgba(111, 143, 95, 0.09) 0, rgba(111, 143, 95, 0) 28%),

    linear-gradient(180deg, #fffdf7 0%, #f7f2e9 100%);

}



.iby-page.iby-design-c2 .iby-c2-info-grid {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;

}



.iby-page.iby-design-c2 .iby-c2-info-card {

  position: relative;

  display: flex;

  flex-direction: column;

  min-height: 250px;

  padding: 28px 26px;

  border: 1px solid rgba(111, 143, 95, 0.16);

  border-radius: 24px;

  background: rgba(255, 255, 255, 0.82);

  box-shadow: 0 12px 30px rgba(73, 92, 67, 0.08);

  overflow: hidden;

}



.iby-page.iby-design-c2 .iby-c2-info-card::after {

  content: "";

  position: absolute;

  right: -40px;

  top: -42px;

  width: 118px;

  height: 118px;

  border-radius: 999px;

  background: rgba(111, 143, 95, 0.08);

  pointer-events: none;

}



.iby-page.iby-design-c2 .iby-c2-info-card--event {

  border-color: rgba(199, 173, 118, 0.26);

}



.iby-page.iby-design-c2 .iby-c2-info-card--event::after {

  background: rgba(199, 173, 118, 0.12);

}



.iby-page.iby-design-c2 .iby-c2-info-card__head {

  position: relative;

  z-index: 1;

  display: grid;

  grid-template-columns: 58px minmax(0, 1fr);

  gap: 16px;

  align-items: center;

}



.iby-page.iby-design-c2 .iby-c2-info-card__icon {

  display: grid;

  place-items: center;

  width: 56px;

  height: 56px;

  border-radius: 50%;

  background:

    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 42%),

    rgba(111, 143, 95, 0.13);

  color: #557544;

  font-size: 23px;

  line-height: 1;

  box-shadow: inset 0 0 0 1px rgba(111, 143, 95, 0.08);

}



.iby-page.iby-design-c2 .iby-c2-info-card--event .iby-c2-info-card__icon {

  background:

    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 42%),

    rgba(199, 173, 118, 0.17);

  color: #9b783b;

}



.iby-page.iby-design-c2 .iby-c2-info-card__icon i,

.iby-page.iby-design-c2 .iby-c2-info-card__icon svg {

  display: block;

  width: 1em;

  height: 1em;

  line-height: 1;

  margin: 0;

}



.iby-page.iby-design-c2 .iby-c2-info-card__eyebrow {

  margin: 0 0 5px;

  color: var(--iby-c2-green);

  font-size: 12px;

  font-weight: 800;

  line-height: 1.3;

  letter-spacing: 0.12em;

  text-transform: uppercase;

}



.iby-page.iby-design-c2 .iby-c2-info-card h3 {

  margin: 0;

  color: var(--iby-c2-deep);

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: 22px;

  font-weight: 600;

  line-height: 1.5;

  letter-spacing: 0.04em;

}

	/* C-2 Information section adjustment

   c2-information-section.css の下に追加してください */



.iby-page.iby-design-c2 .iby-c2-information {

  padding-top: 72px !important;

  padding-bottom: 72px !important;

}



.iby-page.iby-design-c2 .iby-c2-information .iby-c2-section-head {

  margin-bottom: 34px !important;

}



.iby-page.iby-design-c2 .iby-c2-information .iby-c2-section-head__lead {

  margin-top: 26px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-grid {

  gap: 20px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card {

  min-height: 226px !important;

  padding: 26px 28px 24px !important;

  border-radius: 22px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__head {

  display: flex !important;

  align-items: center !important;

  gap: 14px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__icon {

  flex: 0 0 46px !important;

  width: 46px !important;

  height: 46px !important;

  font-size: 20px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__head > div {

  min-width: 0 !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__eyebrow {

  margin-bottom: 4px !important;

  font-size: 11px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card h3 {

  font-size: clamp(21px, 1.55vw, 24px) !important;

  line-height: 1.35 !important;

  letter-spacing: 0.03em !important;

  word-break: keep-all !important;

  overflow-wrap: normal !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card p:not(.iby-c2-info-card__eyebrow) {

  margin-top: 18px !important;

  font-size: 14px !important;

  line-height: 1.85 !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__link {

  margin-top: 20px !important;

  padding-top: 0 !important;

  color: #557544 !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__link::after {

  transition: transform 0.2s ease !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__link:hover::after {

  transform: translateX(3px) rotate(45deg) !important;

}



@media (min-width: 901px) {

  .iby-page.iby-design-c2 .iby-c2-info-card--news h3 {

    font-size: 22px !important;

    letter-spacing: 0.01em !important;

  }

}



@media (max-width: 900px) {

  .iby-page.iby-design-c2 .iby-c2-information {

    padding-top: 66px !important;

    padding-bottom: 66px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-grid {

    gap: 16px !important;

  }

}



@media (max-width: 640px) {

  .iby-page.iby-design-c2 .iby-c2-information {

    padding-top: 58px !important;

    padding-bottom: 58px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card {

    padding: 22px 20px !important;

    border-radius: 20px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card h3 {

    font-size: 20px !important;

  }

}

	/* C-2 Information section polish

   既存のお知らせCSSの一番下に追加してください */



.iby-page.iby-design-c2 .iby-c2-information {

  padding-top: 68px !important;

  padding-bottom: 68px !important;

}



.iby-page.iby-design-c2 .iby-c2-information .iby-c2-section-head {

  margin-bottom: 32px !important;

}



.iby-page.iby-design-c2 .iby-c2-information .iby-c2-section-head__title {

  font-size: clamp(34px, 3vw, 46px) !important;

  line-height: 1.45 !important;

}



.iby-page.iby-design-c2 .iby-c2-information .iby-c2-section-head__lead {

  margin-top: 24px !important;

  font-size: 15px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-grid {

  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

  gap: 18px !important;

  align-items: stretch !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card {

  min-height: 238px !important;

  padding: 28px 28px 26px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__head {

  display: grid !important;

  grid-template-columns: 48px minmax(0, 1fr) !important;

  gap: 16px !important;

  align-items: center !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__icon {

  width: 48px !important;

  height: 48px !important;

  font-size: 20px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__eyebrow {

  margin-bottom: 5px !important;

  font-size: 11px !important;

  letter-spacing: 0.12em !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card h3 {

  margin: 0 !important;

  font-size: 22px !important;

  line-height: 1.35 !important;

  letter-spacing: 0.02em !important;

}



/* 中央カードだけ長いので、無理な2行割れを避ける */

.iby-page.iby-design-c2 .iby-c2-info-card--news h3 {

  font-size: 20px !important;

  letter-spacing: 0 !important;

  white-space: nowrap !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card p:not(.iby-c2-info-card__eyebrow) {

  margin-top: 18px !important;

  font-size: 14px !important;

  line-height: 1.85 !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__link {

  margin-top: auto !important;

  padding-top: 18px !important;

  font-size: 14px !important;

  color: #2f4635 !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__link:hover {

  color: #9b783b !important;

}



@media (max-width: 1100px) and (min-width: 901px) {

  .iby-page.iby-design-c2 .iby-c2-info-card {

    padding-left: 24px !important;

    padding-right: 24px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card h3 {

    font-size: 21px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card--news h3 {

    font-size: 19px !important;

  }

}



@media (max-width: 900px) {

  .iby-page.iby-design-c2 .iby-c2-info-grid {

    grid-template-columns: 1fr !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card {

    min-height: 0 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card--news h3 {

    white-space: normal !important;

    font-size: 21px !important;

  }

}



@media (max-width: 640px) {

  .iby-page.iby-design-c2 .iby-c2-information .iby-c2-section-head__title {

    font-size: 30px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card {

    padding: 24px 22px !important;

  }

}

	/* C-2 Information: center card alignment fix

   お知らせセクションCSSの一番下に追加してください */



.iby-page.iby-design-c2 .iby-c2-info-card {

  padding-top: 26px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__head {

  display: grid !important;

  grid-template-columns: 48px minmax(0, 1fr) !important;

  gap: 16px !important;

  align-items: start !important;

  min-height: 58px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__icon {

  width: 48px !important;

  height: 48px !important;

  margin-top: 5px !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__head > div {

  min-width: 0 !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card__eyebrow {

  margin: 0 0 5px !important;

  line-height: 1.2 !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card h3 {

  margin: 0 !important;

  min-height: 32px !important;

  line-height: 1.32 !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card--news h3 {

  font-size: 19px !important;

  letter-spacing: -0.01em !important;

  white-space: nowrap !important;

  transform: translateY(1px) !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card p:not(.iby-c2-info-card__eyebrow) {

  margin-top: 18px !important;

}



@media (max-width: 900px) {

  .iby-page.iby-design-c2 .iby-c2-info-card--news h3 {

    font-size: 21px !important;

    letter-spacing: 0.02em !important;

    white-space: normal !important;

    transform: none !important;

  }

}

	/* C-2 Information: heading line overlap fix

   追加CSSの一番下に貼ってください */



/* セクション大見出しの下線を文字から離す */

.iby-page.iby-design-c2 .iby-c2-information .iby-c2-section-head__title {

  position: relative !important;

  padding-bottom: 0 !important;

  text-decoration: none !important;

  background-image: none !important;

  border-bottom: none !important;

  box-shadow: none !important;

}



.iby-page.iby-design-c2 .iby-c2-information .iby-c2-section-head__title::before {

  display: none !important;

  content: none !important;

}



.iby-page.iby-design-c2 .iby-c2-information .iby-c2-section-head__title::after {

  content: "" !important;

  display: block !important;

  position: static !important;

  width: 74px !important;

  height: 1px !important;

  margin: 24px auto 0 !important;

  border: none !important;

  background: linear-gradient(

    90deg,

    transparent 0%,

    rgba(199, 173, 118, 0.62) 50%,

    transparent 100%

  ) !important;

  box-shadow: none !important;

  transform: none !important;

}



/* カード内見出しには下線装飾を出さない */

.iby-page.iby-design-c2 .iby-c2-info-card h3 {

  position: relative !important;

  display: block !important;

  padding-bottom: 0 !important;

  text-decoration: none !important;

  background-image: none !important;

  border-bottom: none !important;

  box-shadow: none !important;

}



.iby-page.iby-design-c2 .iby-c2-info-card h3::before,

.iby-page.iby-design-c2 .iby-c2-info-card h3::after {

  display: none !important;

  content: none !important;

  border: none !important;

  background: none !important;

  box-shadow: none !important;

}



/* 中央カードを「お知らせ《表記で自然に揃える */

.iby-page.iby-design-c2 .iby-c2-info-card--news h3 {

  font-size: 22px !important;

  letter-spacing: 0.03em !important;

  white-space: normal !important;

  transform: none !important;

}





	/* C-2 Hero voice card + Odori photo balance

   追加CSSの一番下に貼ってください */



.iby-page.iby-design-c2 .iby-c2-hero__voice {

  width: min(390px, 78%) !important;

  min-height: 112px !important;

  padding: 20px 118px 18px 24px !important;

  border-radius: 24px !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__voice-text {

  max-width: 230px !important;

  margin: 0 !important;

  font-size: 15px !important;

  line-height: 1.75 !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__voice-meta {

  max-width: 230px !important;

  margin-top: 8px !important;

  font-size: 11px !important;

}



.iby-page.iby-design-c2 .iby-c2-hero__local-photo {

  right: 14px !important;

  bottom: 14px !important;

  width: 94px !important;

  height: 70px !important;

  border-radius: 15px !important;

}



@media (max-width: 768px) {

  .iby-page.iby-design-c2 .iby-c2-hero__voice {

    width: min(360px, 88%) !important;

    min-height: 0 !important;

    padding: 20px 22px 108px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__voice-text,

  .iby-page.iby-design-c2 .iby-c2-hero__voice-meta {

    max-width: none !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__local-photo {

    right: 20px !important;

    bottom: 18px !important;

    width: 118px !important;

    height: 78px !important;

  }

}



/* C-2 mobile final fix

   追加CSSの一番下に貼ってください */



@media (max-width: 768px) {

  .iby-page.iby-design-c2 {

    overflow-x: hidden !important;

  }



  .iby-page.iby-design-c2 .iby-section {

    padding-left: 18px !important;

    padding-right: 18px !important;

  }



  .iby-page.iby-design-c2 .iby-section > .wp-block-group__inner-container {

    width: 100% !important;

    max-width: 100% !important;

  }



  /* Hero */

  .iby-page.iby-design-c2 .iby-c2-hero {

    padding: 34px 18px 42px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__inner {

    display: grid !important;

    grid-template-columns: 1fr !important;

    gap: 26px !important;

    min-height: 0 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__copy {

    max-width: none !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__title {

    font-size: 38px !important;

    line-height: 1.28 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__lead {

    font-size: 14px !important;

    line-height: 1.9 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__points {

    grid-template-columns: 1fr !important;

    gap: 10px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__points li {

    width: 100% !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__visual {

    width: 100% !important;

    margin-left: 0 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__photo {

    aspect-ratio: 16 / 10 !important;

    border-radius: 24px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__voice {

    position: relative !important;

    left: auto !important;

    bottom: auto !important;

    width: 100% !important;

    min-height: 112px !important;

    margin: 14px 0 0 !important;

    padding: 18px 122px 18px 18px !important;

    border-radius: 20px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__voice-text {

    font-size: 13px !important;

    line-height: 1.65 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__voice-meta {

    margin-top: 7px !important;

    font-size: 10px !important;

    line-height: 1.5 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__local-photo {

    right: 12px !important;

    top: 50% !important;

    bottom: auto !important;

    width: 92px !important;

    height: 62px !important;

    transform: translateY(-50%) !important;

    border-radius: 14px !important;

  }



  /* Information cards */

  .iby-page.iby-design-c2 .iby-c2-info-grid {

    display: grid !important;

    grid-template-columns: 1fr !important;

    gap: 16px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card {

    display: block !important;

    width: 100% !important;

    min-height: 0 !important;

    padding: 24px 22px !important;

    border-radius: 22px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card__head {

    display: grid !important;

    grid-template-columns: 50px minmax(0, 1fr) !important;

    gap: 14px !important;

    align-items: center !important;

    min-height: 0 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card__icon {

    width: 48px !important;

    height: 48px !important;

    margin: 0 !important;

    font-size: 20px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card h3,

  .iby-page.iby-design-c2 .iby-c2-info-card--news h3 {

    font-size: 21px !important;

    line-height: 1.45 !important;

    letter-spacing: 0.03em !important;

    white-space: normal !important;

    transform: none !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card p:not(.iby-c2-info-card__eyebrow) {

    margin-top: 16px !important;

    font-size: 14px !important;

    line-height: 1.85 !important;

    writing-mode: horizontal-tb !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card__link {

    margin-top: 18px !important;

    padding-top: 0 !important;

  }



  /* Trial */

  .iby-page.iby-design-c2 .iby-c2-trial__inner,

  .iby-page.iby-design-c2 .iby-c2-trial__card {

    width: 100% !important;

    max-width: 100% !important;

  }

}

	/* C-2 mobile strongest fix */

@media screen and (max-width: 980px) {

  body .iby-page.iby-design-c2 .iby-c2-information .iby-c2-info-grid {

    display: flex !important;

    flex-direction: column !important;

    gap: 16px !important;

  }



  body .iby-page.iby-design-c2 .iby-c2-information .iby-c2-info-card {

    display: block !important;

    width: 100% !important;

    min-width: 0 !important;

    max-width: none !important;

    min-height: 0 !important;

    padding: 24px 22px !important;

  }



  body .iby-page.iby-design-c2 .iby-c2-information .iby-c2-info-card__head {

    display: grid !important;

    grid-template-columns: 50px 1fr !important;

    gap: 14px !important;

    align-items: center !important;

  }



  body .iby-page.iby-design-c2 .iby-c2-information .iby-c2-info-card p,

  body .iby-page.iby-design-c2 .iby-c2-information .iby-c2-info-card h3 {

    writing-mode: horizontal-tb !important;

    text-orientation: mixed !important;

    white-space: normal !important;

  }



  body .iby-page.iby-design-c2 .iby-c2-hero__voice {

    width: 100% !important;

    left: auto !important;

    bottom: auto !important;

    position: relative !important;

    margin-top: 14px !important;

    padding: 18px 118px 18px 18px !important;

  }



  body .iby-page.iby-design-c2 .iby-c2-hero__local-photo {

    right: 12px !important;

    top: 50% !important;

    width: 88px !important;

    height: 60px !important;

    transform: translateY(-50%) !important;

  }

}

	/* お知らせセクション スマホ強制1列 */

@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 section.iby-c2-information .iby-c2-info-grid,

  .iby-page.iby-design-c2 .iby-c2-information .iby-c2-info-grid {

    display: block !important;

  }



  .iby-page.iby-design-c2 section.iby-c2-information .iby-c2-info-card,

  .iby-page.iby-design-c2 .iby-c2-information .iby-c2-info-card {

    display: block !important;

    width: auto !important;

    max-width: none !important;

    min-width: 0 !important;

    min-height: 0 !important;

    margin: 0 0 16px !important;

    padding: 24px 22px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card__head {

    display: flex !important;

    align-items: center !important;

    gap: 14px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card__head > div {

    width: auto !important;

    min-width: 0 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-info-card h3,

  .iby-page.iby-design-c2 .iby-c2-info-card p,

  .iby-page.iby-design-c2 .iby-c2-info-card a {

    writing-mode: horizontal-tb !important;

    text-orientation: mixed !important;

    white-space: normal !important;

    word-break: normal !important;

  }

}

@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-hero__voice {

    width: 100% !important;

    min-height: 0 !important;

    padding: 20px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__voice-text,

  .iby-page.iby-design-c2 .iby-c2-hero__voice-meta {

    max-width: none !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__local-photo {

    position: static !important;

    display: block !important;

    width: 100% !important;

    height: 110px !important;

    margin-top: 14px !important;

    transform: none !important;

    border-radius: 16px !important;

    background-size: cover !important;

    background-position: center !important;

  }

}

@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-hero__voice {

    width: 100% !important;

    min-height: 0 !important;

    padding: 20px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__voice-text,

  .iby-page.iby-design-c2 .iby-c2-hero__voice-meta {

    max-width: none !important;

  }



  .iby-page.iby-design-c2 .iby-c2-hero__local-photo {

    position: static !important;

    display: block !important;

    width: 100% !important;

    height: 110px !important;

    margin-top: 14px !important;

    transform: none !important;

    border-radius: 16px !important;

    background-size: cover !important;

    background-position: center !important;

  }

}

@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-trainer__visual {

    max-width: 260px !important;

    margin: 0 auto 28px !important;

    border-radius: 24px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-trainer__visual img {

    width: 100% !important;

    height: auto !important;

  }



  .iby-page.iby-design-c2 .iby-c2-trainer .iby-c2-section-head {

    margin-bottom: 24px !important;

  }

}

/* Trainer image size adjustment */

.iby-page.iby-design-c2 .iby-c2-trainer__visual {

  max-width: 390px !important;

  margin-left: auto !important;

  margin-right: auto !important;

}



.iby-page.iby-design-c2 .iby-c2-trainer__visual img {

  width: 100% !important;

  height: auto !important;

}



@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-trainer__visual {

    max-width: 270px !important;

    margin-bottom: 28px !important;

  }

}

/* Trainer layout balance */

.iby-page.iby-design-c2 .iby-c2-trainer__layout {

  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;

  gap: 56px !important;

  align-items: center !important;

}



.iby-page.iby-design-c2 .iby-c2-trainer__visual {

  max-width: 360px !important;

  margin-left: auto !important;

  margin-right: auto !important;

}



.iby-page.iby-design-c2 .iby-c2-trainer__visual img {

  width: 100% !important;

  height: auto !important;

}



@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-trainer__layout {

    grid-template-columns: 1fr !important;

    gap: 30px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-trainer__visual {

    max-width: 250px !important;

  }

}

/* Trainer photo crop adjustment */

.iby-page.iby-design-c2 .iby-c2-trainer__visual {

  aspect-ratio: 4 / 3.35 !important;

}



.iby-page.iby-design-c2 .iby-c2-trainer__visual img {

  width: 100% !important;

  height: 100% !important;

  object-fit: cover !important;

  object-position: center 80% !important;

}



@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-trainer__visual {

    aspect-ratio: 4 / 3.25 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-trainer__visual img {

    object-position: center 48% !important;

  }

}

/* Trainer photo: show full forehead */

.iby-page.iby-design-c2 .iby-c2-trainer__visual {

  aspect-ratio: 4 / 3.9 !important;

  max-width: 340px !important;

}



.iby-page.iby-design-c2 .iby-c2-trainer__visual img {

  width: 100% !important;

  height: 100% !important;

  object-fit: cover !important;

  object-position: center 50% !important;

}



@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-trainer__visual {

    aspect-ratio: 4 / 4.15 !important;

    max-width: 260px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-trainer__visual img {

    object-position: center 50% !important;

  }

}

/* Trainer photo: height-only adjustment */

.iby-page.iby-design-c2 .iby-c2-trainer__visual {

  max-width: 320px !important;

  height: 390px !important;

  aspect-ratio: auto !important;

  margin-left: auto !important;

  margin-right: auto !important;

}



.iby-page.iby-design-c2 .iby-c2-trainer__visual img {

  width: 100% !important;

  height: 100% !important;

  object-fit: cover !important;

  object-position: center 50% !important;

}



@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-trainer__visual {

    max-width: 260px !important;

    height: 330px !important;

    aspect-ratio: auto !important;

  }

}

/* Trainer photo final adjustment */

.iby-page.iby-design-c2 .iby-c2-trainer__photo {

  max-width: 320px !important;

  height: 390px !important;

  aspect-ratio: auto !important;

  margin-left: auto !important;

  margin-right: auto !important;

}



.iby-page.iby-design-c2 .iby-c2-trainer__photo img {

  width: 100% !important;

  height: 100% !important;

  object-fit: cover !important;

  object-position: center 50% !important;

}



@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-trainer__photo {

    max-width: 260px !important;

    height: 330px !important;

    aspect-ratio: auto !important;

  }

}

/* Survey cards mobile fix */

@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-survey {

    display: block !important;

    padding: 18px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__main {

    margin-bottom: 16px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__grid {

    display: grid !important;

    grid-template-columns: 1fr !important;

    gap: 14px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__card {

    display: grid !important;

    grid-template-columns: 48px minmax(0, 1fr) 66px !important;

    gap: 12px !important;

    align-items: center !important;

    min-height: 0 !important;

    padding: 20px 16px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__textblock,

  .iby-page.iby-design-c2 .iby-c2-survey__textblock h3,

  .iby-page.iby-design-c2 .iby-c2-survey__textblock p {

    writing-mode: horizontal-tb !important;

    text-orientation: mixed !important;

    white-space: normal !important;

    word-break: normal !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__textblock h3 {

    margin: 0 0 6px !important;

    font-size: 18px !important;

    line-height: 1.4 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__textblock p {

    margin: 0 !important;

    font-size: 12px !important;

    line-height: 1.6 !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__icon {

    width: 44px !important;

    height: 44px !important;

    font-size: 19px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__chart {

    width: 62px !important;

    height: 62px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__chart span {

    font-size: 16px !important;

  }

}

/* Survey cards mobile vertical layout */

@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-survey__card {

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    text-align: center !important;

    gap: 12px !important;

    padding: 24px 20px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__icon {

    width: 48px !important;

    height: 48px !important;

    margin: 0 auto !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__textblock {

    width: 100% !important;

    text-align: center !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__textblock h3 {

    margin: 0 0 8px !important;

    font-size: 20px !important;

    line-height: 1.45 !important;

    writing-mode: horizontal-tb !important;

    white-space: normal !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__textblock p {

    margin: 0 !important;

    font-size: 13px !important;

    line-height: 1.75 !important;

    writing-mode: horizontal-tb !important;

    white-space: normal !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__chart {

    width: 70px !important;

    height: 70px !important;

    margin-top: 4px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-survey__chart span {

    font-size: 17px !important;

  }

}

/* Mobile heading center alignment */

@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-section-head,

  .iby-page.iby-design-c2 .iby-c2-section-head__eyebrow,

  .iby-page.iby-design-c2 .iby-c2-section-head__title,

  .iby-page.iby-design-c2 .iby-c2-section-head__lead {

    text-align: center !important;

    margin-left: auto !important;

    margin-right: auto !important;

  }



  .iby-page.iby-design-c2 .iby-c2-section-head__title::after {

    margin-left: auto !important;

    margin-right: auto !important;

  }



  .iby-page.iby-design-c2 .iby-c2-studio__content,

  .iby-page.iby-design-c2 .iby-c2-trainer__content,

  .iby-page.iby-design-c2 .iby-c2-trial__content,

  .iby-page.iby-design-c2 .iby-c2-access__content {

    text-align: center !important;

  }

}



.iby-page.iby-design-c2 .iby-c2-lp-header__nav a {

  color: rgba(47, 70, 53, 0.76);

  font-size: 13px;

  font-weight: 800;

  line-height: 1.4;

  letter-spacing: 0.04em;

  text-decoration: none !important;

}



.iby-page.iby-design-c2 .iby-c2-lp-header__nav a:hover {

  color: var(--iby-c2-green-dark);

}



.iby-page.iby-design-c2 .iby-c2-lp-header__button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 118px;

  min-height: 42px;

  padding: 10px 20px;

  border-radius: 999px;

  background: linear-gradient(135deg, var(--iby-c2-gold) 0%, #b79a5e 100%);

  color: #fff !important;

  font-size: 13px;

  font-weight: 800;

  line-height: 1.3;

  letter-spacing: 0.05em;

  text-decoration: none !important;

  box-shadow: 0 10px 22px rgba(183, 154, 94, 0.20);

}



.iby-page.iby-design-c2 .iby-c2-lp-footer {

  width: 100vw;

  margin-left: calc(50% - 50vw);

  margin-right: calc(50% - 50vw);

  padding: 48px 24px 24px;

  background: #2f4635;

  color: #fff;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer__inner {

  display: grid;

  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.55fr) minmax(220px, 0.7fr);

  gap: 32px;

  max-width: 1120px;

  margin: 0 auto;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer__name {

  margin: 0;

  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;

  font-size: 24px;

  font-weight: 500;

  line-height: 1.55;

  letter-spacing: 0.05em;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer__text,

.iby-page.iby-design-c2 .iby-c2-lp-footer__contact p {

  margin: 12px 0 0;

  color: rgba(255, 255, 255, 0.76);

  font-size: 14px;

  font-weight: 500;

  line-height: 1.9;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer__links {

  display: grid;

  gap: 10px;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer a {

  color: rgba(255, 255, 255, 0.86) !important;

  font-size: 14px;

  font-weight: 700;

  text-decoration: none !important;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer a:hover {

  color: #f0dca8 !important;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer__copy {

  max-width: 1120px;

  margin: 34px auto 0;

  padding-top: 20px;

  border-top: 1px solid rgba(255, 255, 255, 0.14);

  color: rgba(255, 255, 255, 0.56);

  font-size: 12px;

  line-height: 1.6;

  text-align: center;

}



@media screen and (max-width: 900px) {

  .iby-page.iby-design-c2 .iby-c2-lp-header {

    position: relative;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-header__inner {

    grid-template-columns: 1fr auto;

    gap: 14px;

    min-height: 66px;

    padding: 12px 18px;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-header__nav {

    grid-column: 1 / -1;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px 14px;

    padding-top: 8px;

    border-top: 1px solid rgba(111, 143, 95, 0.12);

  }



  .iby-page.iby-design-c2 .iby-c2-lp-header__nav a {

    font-size: 12px;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-footer__inner {

    grid-template-columns: 1fr;

    gap: 24px;

    text-align: center;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-footer__links {

    justify-items: center;

  }

}



@media screen and (max-width: 520px) {

  .iby-page.iby-design-c2 .iby-c2-lp-header__brand-main {

    font-size: 14px;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-header__brand-sub {

    display: none;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-header__button {

    min-width: 96px;

    min-height: 38px;

    padding: 9px 14px;

    font-size: 12px;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-footer {

    padding: 42px 20px 22px;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-footer__name {

    font-size: 21px;

  }

}

/* C-2 LP Header */

.iby-page.iby-design-c2 .iby-c2-lp-header {

  width: 100%;

  background: rgba(255, 253, 247, 0.96);

  border-bottom: 1px solid rgba(111, 143, 95, 0.14);

}



.iby-page.iby-design-c2 .iby-c2-lp-header__inner {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 24px;

  max-width: 1120px;

  min-height: 72px;

  margin: 0 auto;

  padding: 12px 24px;

}



.iby-page.iby-design-c2 .iby-c2-lp-header__brand {

  display: flex;

  flex-direction: column;

  color: #2f4635;

  text-decoration: none !important;

}



.iby-page.iby-design-c2 .iby-c2-lp-header__brand-main {

  font-size: 16px;

  font-weight: 800;

}



.iby-page.iby-design-c2 .iby-c2-lp-header__brand-sub {

  font-size: 11px;

  color: rgba(47, 70, 53, 0.58);

}



.iby-page.iby-design-c2 .iby-c2-lp-header__nav {

  display: flex;

  gap: 18px;

}



.iby-page.iby-design-c2 .iby-c2-lp-header__nav a {

  color: rgba(47, 70, 53, 0.76);

  font-size: 13px;

  font-weight: 800;

  text-decoration: none !important;

}



.iby-page.iby-design-c2 .iby-c2-lp-header__button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 118px;

  min-height: 42px;

  padding: 10px 20px;

  border-radius: 999px;

  background: #c7ad76;

  color: #fff !important;

  font-size: 13px;

  font-weight: 800;

  text-decoration: none !important;

}



@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-lp-header__inner {

    flex-direction: column;

    align-items: center;

    gap: 12px;

    padding: 16px;

    text-align: center;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-header__nav {

    flex-wrap: wrap;

    justify-content: center;

    gap: 10px 14px;

  }

}

/* C-2 footer spacing adjustment */

.iby-page.iby-design-c2 .iby-c2-lp-footer {

  padding: 64px 32px 32px !important;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer__inner {

  max-width: 1040px !important;

  padding-left: 32px !important;

  padding-right: 32px !important;

  gap: 48px !important;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer__copy {

  max-width: 1040px !important;

  margin-top: 42px !important;

  padding-left: 32px !important;

  padding-right: 32px !important;

}



@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-lp-footer {

    padding: 48px 22px 28px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-footer__inner {

    padding-left: 0 !important;

    padding-right: 0 !important;

    gap: 26px !important;

  }



  .iby-page.iby-design-c2 .iby-c2-lp-footer__copy {

    margin-top: 30px !important;

    padding-left: 0 !important;

    padding-right: 0 !important;

  }

}

/* C-2 footer SNS links */

.iby-page.iby-design-c2 .iby-c2-lp-footer__sns {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 22px;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer__sns a {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-height: 36px;

  padding: 8px 15px;

  border: 1px solid rgba(255, 255, 255, 0.22);

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.06);

  color: rgba(255, 255, 255, 0.86) !important;

  font-size: 13px;

  font-weight: 800;

  line-height: 1.3;

  text-decoration: none !important;

}



.iby-page.iby-design-c2 .iby-c2-lp-footer__sns a:hover {

  background: rgba(240, 220, 168, 0.16);

  border-color: rgba(240, 220, 168, 0.42);

  color: #f0dca8 !important;

}



@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-lp-footer__sns {

    justify-content: center;

  }

}

.iby-page.iby-design-c2 .iby-c2-flow__online {

  max-width: 720px;

  margin: 34px auto 0;

  padding: 22px 26px;

  border: 1px solid rgba(111, 143, 95, 0.18);

  border-radius: 22px;

  background: rgba(237, 243, 232, 0.72);

  text-align: center;

}



.iby-page.iby-design-c2 .iby-c2-flow__online p {

  margin: 0;

  color: rgba(47, 70, 53, 0.76);

  font-size: 15px;

  font-weight: 600;

  line-height: 1.8;

}



.iby-page.iby-design-c2 .iby-c2-flow__online a {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-height: 46px;

  margin-top: 14px;

  padding: 11px 24px;

  border-radius: 999px;

  background: #6f8f5f;

  color: #fff !important;

  font-size: 14px;

  font-weight: 800;

  text-decoration: none !important;

}

/* C-2 only: hide Lightning page header image area */

body:has(.iby-page.iby-design-c2) .entry-header,

body:has(.iby-page.iby-design-c2) .page-header,

body:has(.iby-page.iby-design-c2) .vk_pageHeader,

body:has(.iby-page.iby-design-c2) .vk-page-header,

body:has(.iby-page.iby-design-c2) .page-header-image {

  display: none !important;

}

/* Official voice button */

.iby-page.iby-design-c2 .iby-c2-voice__official {

  margin-top: 30px;

  text-align: center;

}



.iby-page.iby-design-c2 .iby-c2-voice__official a {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-height: 52px;

  padding: 13px 30px;

  border-radius: 999px;

  background: #6f8f5f;

  color: #fff !important;

  font-size: 15px;

  font-weight: 800;

  line-height: 1.4;

  letter-spacing: 0.04em;

  text-decoration: none !important;

  box-shadow: 0 12px 26px rgba(73, 92, 67, 0.18);

}



.iby-page.iby-design-c2 .iby-c2-voice__official a:hover {

  background: #557544;

  color: #fff !important;

}



@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-voice__official {

    margin-top: 24px;

  }



  .iby-page.iby-design-c2 .iby-c2-voice__official a {

    width: 100%;

    max-width: 320px;

    min-height: 50px;

    font-size: 14px;

  }

}
/* C-2 Related activity / Kakuremino: quiet supplemental block */
.iby-page.iby-design-c2 .iby-kakuremino {
  padding: 56px 24px 62px;
  background: linear-gradient(180deg, #fffdf7 0%, #f5f1e9 100%);
}

.iby-page.iby-design-c2 .iby-kakuremino-inner {
  position: relative;
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(199, 173, 118, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(73, 92, 67, 0.08);
}

.iby-page.iby-design-c2 .iby-kakuremino-bg {
  position: absolute;
  inset: 0 0 0 auto;
  width: 62%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center right;
  opacity: 0.68;
}

.iby-page.iby-design-c2 .iby-kakuremino-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.98) 0%, rgba(255, 253, 247, 0.94) 42%, rgba(255, 253, 247, 0.42) 72%, rgba(255, 253, 247, 0.16) 100%),
    linear-gradient(180deg, rgba(245, 241, 233, 0.18) 0%, rgba(237, 243, 232, 0.18) 100%);
  pointer-events: none;
}

.iby-page.iby-design-c2 .iby-kakuremino-content {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  padding: 42px 46px 44px;
}

.iby-page.iby-design-c2 .iby-kakuremino-content h2 {
  margin: 0 0 18px;
  color: var(--iby-c2-deep);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.iby-page.iby-design-c2 .iby-kakuremino-content h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin-top: 14px;
  background: rgba(199, 173, 118, 0.62);
}

.iby-page.iby-design-c2 .iby-kakuremino-lead {
  margin: 0 0 24px;
  color: rgba(47, 70, 53, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.iby-page.iby-design-c2 .iby-kakuremino-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.iby-page.iby-design-c2 .iby-kakuremino-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid rgba(111, 143, 95, 0.18);
}

.iby-page.iby-design-c2 .iby-kakuremino-item:first-child {
  padding-top: 0;
}

.iby-page.iby-design-c2 .iby-kakuremino-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(111, 143, 95, 0.18);
  border-radius: 50%;
  background: rgba(237, 243, 232, 0.74);
}

.iby-page.iby-design-c2 .iby-kakuremino-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.iby-page.iby-design-c2 .iby-kakuremino-item h3 {
  margin: 0 0 5px;
  color: var(--iby-c2-green-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.iby-page.iby-design-c2 .iby-kakuremino-item p {
  margin: 0;
  color: rgba(47, 70, 53, 0.76);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

.iby-page.iby-design-c2 .iby-kakuremino-note {
  margin: 18px 0 0;
  color: rgba(47, 70, 53, 0.64);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.iby-page.iby-design-c2 .iby-kakuremino-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 24px;
  padding: 11px 26px;
  border: 1px solid rgba(199, 173, 118, 0.52);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(199, 173, 118, 0.96) 0%, rgba(183, 154, 94, 0.96) 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(183, 154, 94, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.iby-page.iby-design-c2 .iby-kakuremino-button:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #d1b97f 0%, #bea269 100%);
  box-shadow: 0 14px 26px rgba(183, 154, 94, 0.23);
}

@media screen and (max-width: 900px) {
  .iby-page.iby-design-c2 .iby-kakuremino {
    padding: 44px 18px 50px;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-bg {
    width: 100%;
    opacity: 0.22;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-inner::before {
    background: rgba(255, 253, 247, 0.88);
  }

  .iby-page.iby-design-c2 .iby-kakuremino-content {
    width: 100%;
    padding: 34px 24px 36px;
  }
}

@media screen and (max-width: 767px) {
  .iby-page.iby-design-c2 .iby-kakuremino {
    padding: 38px 16px 44px;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-inner {
    border-radius: 20px;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-bg {
    display: none;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-content {
    padding: 30px 20px 32px;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-lead br {
    display: none;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-item {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-icon {
    width: 34px;
    height: 34px;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-item h3 {
    font-size: 15px;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-button {
    width: 100%;
    max-width: 300px;
    min-height: 46px;
  }
}

/* C-2 Related activity: connect with surrounding background */
.iby-page.iby-design-c2 .iby-kakuremino {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 66px max(24px, calc((100vw - 1120px) / 2)) 74px !important;
  background:
    linear-gradient(180deg, rgba(245, 241, 233, 0.92) 0%, rgba(255, 253, 247, 0.96) 34%, rgba(245, 241, 233, 0.94) 100%) !important;
}

.iby-page.iby-design-c2 .iby-kakuremino-inner {
  border-color: rgba(199, 173, 118, 0.12) !important;
  background: rgba(255, 253, 247, 0.44) !important;
  box-shadow: none !important;
}

.iby-page.iby-design-c2 .iby-kakuremino-bg {
  opacity: 0.58 !important;
}

.iby-page.iby-design-c2 .iby-kakuremino-inner::before {
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.96) 0%, rgba(255, 253, 247, 0.90) 43%, rgba(255, 253, 247, 0.34) 73%, rgba(255, 253, 247, 0.08) 100%),
    linear-gradient(180deg, rgba(245, 241, 233, 0.20) 0%, rgba(237, 243, 232, 0.18) 100%) !important;
}

.iby-page.iby-design-c2 .iby-kakuremino-button {
  border: 1px solid rgba(199, 173, 118, 0.55) !important;
  background: linear-gradient(135deg, #c7ad76 0%, #b79a5e 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(183, 154, 94, 0.18) !important;
}

.iby-page.iby-design-c2 .iby-kakuremino-button:hover {
  background: linear-gradient(135deg, #d1b97f 0%, #bea269 100%) !important;
  color: #fff !important;
}

@media screen and (max-width: 900px) {
  .iby-kakuremino,
  .iby-page.iby-design-c2 .iby-kakuremino {
    padding: 50px 18px 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .iby-kakuremino,
  .iby-page.iby-design-c2 .iby-kakuremino {
    padding: 42px 16px 48px !important;
  }

  .iby-kakuremino-inner,
  .iby-page.iby-design-c2 .iby-kakuremino-inner {
    background: rgba(255, 253, 247, 0.72) !important;
  }
}
.iby-page.iby-design-c2 .iby-kakuremino-action {
  margin: 24px 0 0;
}
/* C-2 Related activity: style shared button even outside the page wrapper */
.iby-page.iby-design-c2 .iby-kakuremino .iby-c2-button,
.iby-page.iby-design-c2 .iby-kakuremino a.iby-c2-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 46px !important;
  margin-top: 24px !important;
  padding: 11px 26px !important;
  border: 1px solid rgba(199, 173, 118, 0.55) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #c7ad76 0%, #b79a5e 100%) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(183, 154, 94, 0.18) !important;
}

.iby-page.iby-design-c2 .iby-kakuremino .iby-c2-button:hover,
.iby-page.iby-design-c2 .iby-kakuremino a.iby-c2-button:hover {
  transform: translateY(-1px) !important;
  background: linear-gradient(135deg, #d1b97f 0%, #bea269 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 14px 26px rgba(183, 154, 94, 0.23) !important;
}

@media screen and (max-width: 767px) {
  .iby-kakuremino .iby-c2-button,
  .iby-kakuremino a.iby-c2-button,
  .iby-page.iby-design-c2 .iby-kakuremino .iby-c2-button,
  .iby-page.iby-design-c2 .iby-kakuremino a.iby-c2-button {
    width: 100% !important;
    max-width: 300px !important;
  }
}

/* C-2 Related activity: extend the soft band into the white gaps */
.iby-page.iby-design-c2 .iby-kakuremino {
  position: relative !important;
  isolation: isolate !important;
  margin-top: -1px !important;
  margin-bottom: -1px !important;
  background:
    linear-gradient(180deg, #f7f2e9 0%, #fffdf7 38%, #f7f2e9 100%) !important;
}

.iby-page.iby-design-c2 .iby-kakuremino::before {
  content: "" !important;
  position: absolute !important;
  inset: -72px 0 -76px !important;
  z-index: -1 !important;
  width: 100% !important;
  background:
    linear-gradient(180deg, rgba(245, 241, 233, 0.82) 0%, rgba(255, 253, 247, 0.98) 34%, rgba(255, 253, 247, 0.98) 66%, rgba(245, 241, 233, 0.86) 100%) !important;
  pointer-events: none !important;
}

.iby-page.iby-design-c2 .iby-kakuremino-inner {
  background: rgba(255, 253, 247, 0.32) !important;
}

@media screen and (max-width: 900px) {
  .iby-kakuremino::before,
  .iby-page.iby-design-c2 .iby-kakuremino::before {
    inset: -54px 0 -58px !important;
  }
}


/* ==================================================
   C2：Lightning展開用の最終安全整理
   - ページヘッダー非表示はC2ページ限定
   - 関連活動はC2ページ内だけに限定
   - スマホの縦落ち崩れを防止
   ================================================== */

body:has(.iby-page.iby-design-c2) .entry-header,
body:has(.iby-page.iby-design-c2) .page-header,
body:has(.iby-page.iby-design-c2) .vk_pageHeader,
body:has(.iby-page.iby-design-c2) .vk-page-header,
body:has(.iby-page.iby-design-c2) .page-header-image {
  display: none !important;
}

.iby-page.iby-design-c2 .iby-kakuremino,
.iby-page.iby-design-c2 .iby-kakuremino-inner,
.iby-page.iby-design-c2 .iby-kakuremino-content,
.iby-page.iby-design-c2 .iby-kakuremino-list,
.iby-page.iby-design-c2 .iby-kakuremino-item,
.iby-page.iby-design-c2 .iby-kakuremino-item h2,
.iby-page.iby-design-c2 .iby-kakuremino-item h3,
.iby-page.iby-design-c2 .iby-kakuremino-item p,
.iby-page.iby-design-c2 .iby-kakuremino-lead,
.iby-page.iby-design-c2 .iby-kakuremino-note {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.iby-page.iby-design-c2 .iby-kakuremino-content h2 {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .iby-page.iby-design-c2 .iby-kakuremino-content h2 {
    text-align: center !important;
  }

  .iby-page.iby-design-c2 .iby-kakuremino-content h2::after {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .iby-page.iby-design-c2 .iby-kakuremino .wp-block-buttons,
  .iby-page.iby-design-c2 .iby-kakuremino-action {
    justify-content: center !important;
    text-align: center !important;
  }
}
/* =========================================================
   HIRAKATA C2 TRAINER PHOTO
   枚方：横長写真を自然に表示
========================================================= */

@media screen and (min-width: 768px) {

  .iby-page.iby-design-c2 .iby-c2-trainer__layout {
    grid-template-columns:
      minmax(420px, 0.95fr)
      minmax(0, 1.05fr) !important;
  }

  .iby-page.iby-design-c2 .iby-c2-trainer__photo {
    width: 100% !important;
    max-width: 460px !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .iby-page.iby-design-c2 .iby-c2-trainer__photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #ffffff !important;
  }
}

@media screen and (max-width: 767px) {

  .iby-page.iby-design-c2 .iby-c2-trainer__photo {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }

  .iby-page.iby-design-c2 .iby-c2-trainer__photo img {
    object-fit: contain !important;
    object-position: center center !important;
    background: #ffffff !important;
  }
}
/* =========================================================
   HIRAKATA C2 / FINAL CTA RIGHT EDGE
   右端の装飾のはみ出しを非表示
========================================================= */

html body.page-id-8549 .iby-c2-final-cta {
  overflow: hidden !important;
}
/* =========================================================
   HIRAKATA C2 MOBILE / TRIAL BUTTON CENTER
========================================================= */

@media screen and (max-width: 767px) {

  html body.page-id-8549
  .iby-c2-trial-info__box > .iby-c2-button {
    display: flex !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}