.imk-coop-lp-page {
  --coop-navy: #06316d;
  --coop-blue: #0c69c9;
  --coop-sky: #eaf6ff;
  --coop-pink: #f0527d;
  --coop-green: #27b75b;
  --coop-gold: #d7b86b;
  --coop-border: rgba(6, 49, 109, 0.16);
  --coop-shadow: 0 18px 48px rgba(6, 49, 109, 0.12);
  background: #fff;
  color: var(--coop-navy);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.imk-coop-lp-page .siteHeader,
.imk-coop-lp-page .siteNav,
.imk-coop-lp-page .eac-siteFooter,
.imk-coop-lp-page .eac-stickyFooter {
  display: none !important;
}

.coopLp,
.coopLp * {
  box-sizing: border-box;
}

.coopLp {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 3%, rgba(77, 170, 244, 0.1), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 48%, #ffffff 100%);
  color: var(--coop-navy);
  letter-spacing: -0.02em;
}

.coopContainer {
  width: min(100% - 56px, 1120px);
  margin: 0 auto;
}

.coopHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(6, 49, 109, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.coopHeader__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: min(100% - 44px, 1180px);
  min-height: 70px;
  margin: 0 auto;
}

.coopLogo {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--coop-navy);
  text-decoration: none;
}

.coopLogo__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid #0b8a95;
  border-radius: 10px;
  color: #0b8a95;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.coopLogo strong {
  display: block;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.coopHeader__nav {
  display: flex;
  gap: clamp(12px, 1.4vw, 22px);
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.coopHeader__nav a {
  color: var(--coop-navy);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.coopHeader__actions,
.coopFinalCta__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.coopBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(6, 49, 109, 0.12);
}

.coopBtn--line {
  background: linear-gradient(135deg, #2ac85c, #19a446);
}

.coopBtn--pink {
  background: linear-gradient(135deg, #ff668c, #f04470);
}

.coopHero {
  position: relative;
  background: #eaf6ff;
}

.coopHero img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
}

.coopSection {
  padding: clamp(48px, 6vw, 82px) 0;
  background: #fff;
}

.coopSection:nth-of-type(even) {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.coopSection__head {
  margin: 0 auto 30px;
  text-align: center;
}

.coopKicker {
  margin: 0 0 8px;
  color: #9db0cb;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.22em;
}

.coopSection__head h2,
.coopAbout__copy h1,
.coopFinalCta h2 {
  margin: 0;
  color: var(--coop-navy);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 950;
  line-height: 1.25;
}

.coopSection__head p,
.coopAbout__copy p,
.coopSection__note,
.coopFaq p {
  color: #24446f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.9;
}

.coopAbout__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.coopAbout__copy {
  padding: 8px 0;
}

.coopAbout__copy p {
  margin: 18px 0 0;
}

.coopFlowCard {
  padding: 30px;
  border: 1px solid var(--coop-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--coop-shadow);
}

.coopFlowCard h2 {
  margin: 0 0 22px;
  color: var(--coop-navy);
  font-size: 20px;
  font-weight: 950;
  text-align: center;
}

.coopFlow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}

.coopFlow span {
  display: grid;
  place-items: center;
  min-height: 122px;
  padding: 14px 10px;
  border: 2px solid rgba(240, 82, 125, 0.35);
  border-radius: 50%;
  color: var(--coop-pink);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
  text-align: center;
}

.coopFlow span:nth-of-type(even) {
  border-color: rgba(12, 105, 201, 0.34);
  color: var(--coop-blue);
}

.coopFlow strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.coopFlow i {
  display: block;
  width: 30px;
  height: 2px;
  background: var(--coop-blue);
}

.coopFlow i::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  margin-left: auto;
  border-top: 2px solid var(--coop-blue);
  border-right: 2px solid var(--coop-blue);
  transform: rotate(45deg);
}

.coopProgramGrid,
.coopCourseGrid,
.coopReasonGrid,
.coopVoiceGrid {
  display: grid;
  gap: 22px;
}

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

.coopProgramCard {
  overflow: hidden;
  border: 1px solid var(--coop-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(6, 49, 109, 0.08);
}

.coopProgramCard img {
  display: block;
  width: 100%;
  height: 142px;
  object-fit: cover;
}

.coopProgramCard div {
  display: grid;
  padding: 20px 18px 18px;
  min-height: 220px;
}

.coopProgramCard h3 {
  margin: 0;
  color: var(--coop-navy);
  font-size: 18px;
  font-weight: 950;
  text-align: center;
}

.coopProgramCard p {
  margin: 12px 0 16px;
  color: #24446f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.75;
  text-align: center;
}

.coopProgramCard a {
  align-self: end;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 120px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff668c, #f04470);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

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

.coopCourseCard {
  padding: 26px 26px 24px;
  border: 1px solid var(--coop-border);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff7fa, #fff);
}

.coopCourseCard--green {
  background: linear-gradient(135deg, #f0fff6, #fff);
}

.coopCourseCard--blue {
  background: linear-gradient(135deg, #f1f8ff, #fff);
}

.coopCourseCard h3 {
  margin: 0 0 18px;
  color: var(--coop-pink);
  font-size: 22px;
  font-weight: 950;
}

.coopCourseCard--green h3 {
  color: #0f8e52;
}

.coopCourseCard--blue h3 {
  color: var(--coop-blue);
}

.coopCourseCard dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.coopCourseCard div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.coopCourseCard dt,
.coopCourseCard dd {
  margin: 0;
  font-size: 14px;
  font-weight: 950;
}

.coopCourseCard dd {
  color: var(--coop-navy);
  font-size: 19px;
}

.coopJobGrid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.coopJobGrid article {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 18px 10px;
  border: 1px solid var(--coop-border);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.coopJobGrid span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f5f9ff;
  font-size: 27px;
}

.coopJobGrid strong {
  color: var(--coop-navy);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.45;
}

.coopSection__note {
  margin: 22px auto 0;
  text-align: center;
}

.coopReasonGrid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.coopReasonGrid article {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 210px;
  padding: 24px 18px;
  border: 1px solid var(--coop-border);
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 28px rgba(6, 49, 109, 0.07);
}

.coopReasonGrid span {
  font-size: 38px;
}

.coopReasonGrid h3 {
  margin: 0;
  color: var(--coop-navy);
  font-size: 17px;
  font-weight: 950;
}

.coopReasonGrid p {
  margin: 0;
  color: #24446f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

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

.coopVoiceGrid article {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--coop-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 49, 109, 0.07);
}

.coopVoiceGrid img {
  width: 112px;
  height: 132px;
  border-radius: 12px;
  object-fit: cover;
}

.coopVoiceGrid p {
  margin: 0 0 12px;
  color: var(--coop-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.75;
}

.coopVoiceGrid strong,
.coopVoiceGrid span {
  display: block;
  color: var(--coop-navy);
  font-size: 13px;
  font-weight: 950;
}

.coopVoiceGrid span {
  margin-top: 3px;
  color: #24446f;
  font-size: 12px;
}

.coopFaq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.coopFaq details {
  padding: 20px;
  border: 1px solid var(--coop-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(6, 49, 109, 0.06);
}

.coopFaq summary {
  cursor: pointer;
  color: var(--coop-navy);
  font-size: 15px;
  font-weight: 950;
}

.coopFaq p {
  margin: 14px 0 0;
  font-size: 13px;
}

.coopFinalCta {
  padding: 58px 0;
  background:
    linear-gradient(90deg, rgba(6, 49, 109, 0.94), rgba(6, 86, 160, 0.86)),
    url("../images/canada1.jpg") center / cover no-repeat;
  color: #fff;
}

.coopFinalCta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.coopFinalCta h2,
.coopFinalCta p {
  color: #fff;
}

.coopFinalCta p {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .coopHeader__inner {
    grid-template-columns: auto 1fr;
  }

  .coopHeader__nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .coopProgramGrid,
  .coopReasonGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .coopContainer {
    width: min(100% - 28px, 480px);
  }

  .coopHeader__inner {
    width: min(100% - 24px, 480px);
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    padding: 12px 0;
  }

  .coopLogo {
    justify-content: center;
  }

  .coopHeader__actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .coopHeader__nav {
    order: 2;
    grid-column: auto;
    gap: 16px;
    width: 100%;
    padding: 4px 0 8px;
  }

  .coopHero img {
    min-height: 360px;
    object-position: 58% center;
  }

  .coopSection {
    padding: 44px 0;
  }

  .coopAbout__grid,
  .coopFinalCta__inner {
    grid-template-columns: 1fr;
  }

  .coopFlowCard {
    padding: 20px;
  }

  .coopFlow {
    grid-template-columns: 1fr;
  }

  .coopFlow i {
    width: 2px;
    height: 26px;
    margin: 0 auto;
  }

  .coopFlow i::after {
    margin-top: auto;
    margin-left: -3px;
    transform: rotate(135deg);
  }

  .coopFlow span {
    min-height: 92px;
    border-radius: 18px;
  }

  .coopProgramGrid,
  .coopCourseGrid,
  .coopReasonGrid,
  .coopVoiceGrid,
  .coopFaq__grid {
    grid-template-columns: 1fr;
  }

  .coopProgramGrid,
  .coopCourseGrid,
  .coopVoiceGrid {
    display: flex;
    gap: 14px;
    margin-inline: -14px;
    padding: 0 14px 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .coopProgramCard,
  .coopCourseCard,
  .coopVoiceGrid article {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

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

  .coopVoiceGrid article {
    grid-template-columns: 88px 1fr;
  }

  .coopVoiceGrid img {
    width: 88px;
    height: 112px;
  }

  .coopFinalCta__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
