/* ================================================
   bilingual-teacher.css — 日英バイリンガル講師が良い理由
   ================================================ */

/* ---- Utilities ---- */
.lc-text-pink  { color: #f72b7e; }
.lc-text-orange { color: #ff9700; }
.lc-text-green  { color: #00a780; }
.lc-text-bold   { font-weight: 700; }
.lc-text-lg     { font-size: 1.2em; }

/* ---- Hero ---- */
.masthead-banner.bilingual-teacher-page {
  position: relative;
  overflow: hidden;
}
.lc-hero__photo {
  position: absolute;
  right: 0;
  top: -80px;
  height: 280%;
  width: 50%;
  object-fit: contain;
  object-position: right center;
  z-index: 0;
}
.masthead-banner.bilingual-teacher-page h1 {
  position: relative;
  z-index: 1;
}

/* ---- Layout ---- */
.lc-page {
  background: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

.lc-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}


/* ---- Lead ---- */
.lc-lead {
  padding: 64px 0;
  background: #fff;
}
.lc-lead__quotes {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.lc-lead__quote {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.lc-lead__quote--blue {
  color: #489fcd;
}
.lc-lead__separator {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.lc-sep-line {
  flex: 1;
  height: 2px;
}
.lc-sep-line--teal   { background: #66D0BA; }
.lc-sep-line--pink   { background: #FBA2CF; }
.lc-sep-line--yellow { background: #FFE4BD; }
.lc-sep-line--orange { background: #FFD599; }
.lc-sep-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  flex-shrink: 0;
}
.lc-sep-dot--blue { background: #BFE0F2; }
.lc-sep-dot--pink { background: #FCDDEC; }
.lc-sep-panda {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
.lc-lead__text {
  font-size: 20px;
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 32px;
}
.lc-lead__sub-text {
  font-size: 20px;
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 16px;
  line-height: 1.7;
}
.lc-lead__border-box {
  border: 1px solid #f72b7e;
  border-radius: 10px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 40px;
}
.lc-lead__border-text {
  font-size: 20px;
  color: #2b2b2b;
  text-align: center;
  line-height: 1.7;
  margin: 0;
}

/* ---- Moments ---- */
.lc-moments {
  padding: 64px 0;
  background: #fff;
  position: relative;
}
.lc-moments__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.lc-moment-card {
  position: relative;
  text-align: center;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
}

.lc-moment-card__star {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lc-moment-card__star img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lc-moment-card__title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #2a2a2a;
  margin-bottom: 10px;
  z-index: 1;
  min-height: 64px;
  display: grid;
  align-content: end;
  justify-items: center;
}
.lc-moment-card__title::after {
  content: '';
  width: 80%;
  height: 2px;
  background: #BFE0F2;
  margin-top: 8px;
}
.lc-moment-card__body {
  position: relative;
  font-size: 11px;
  color: #2a2a2a;
  line-height: 1.8;
  white-space: pre-line;
  z-index: 1;
}
.lc-moments__conclusion {
  font-size: 20px;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin: 0;
}
.lc-moments__conclusion-wave {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='6'%3E%3Cpath d='M0 3 Q10 0 20 3 Q30 6 40 3' stroke='%2300A780' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 40px 6px;
  padding-bottom: 6px;
}

/* ---- Seven Things ---- */
.lc-seven {
  padding: 64px 0;
  background: #fff;
}
.lc-seven__lead {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #2a2a2a;
  line-height: 1.7;
  margin-bottom: 48px;
}
.lc-seven__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 48px;
  max-width: 820px;
}
.lc-seven__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
.lc-seven__item:last-child {
  border-bottom: none;
}
.lc-seven__num {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  min-width: 48px;
  text-align: center;
}
.lc-seven__num--1 { color: #ef5da8; }
.lc-seven__num--2 { color: #f6a724; }
.lc-seven__num--3 { color: #00a780; }
.lc-seven__num--4 { color: #1976d2; }
.lc-seven__num--5 { color: #f4c643; }
.lc-seven__num--6 { color: #82c167; }
.lc-seven__num--7 { color: #c197d2; }

.lc-seven__content {
  flex: 1;
}
.lc-seven__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 8px;
}
.lc-seven__item-body {
  font-size: 15px;
  color: #2a2a2a;
  line-height: 1.8;
  margin: 0;
}

/* ---- CTA Button ---- */
.lc-cta-btn-wrap {
  margin: 40px 0 0;
}

/* ---- FAQ ---- */
.lc-faq {
  padding: 64px 0;
  background: #fff;
}
.lc-faq__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.lc-faq__item {
  margin: 0;
}
.lc-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fffaea;
  border-radius: 15px;
  padding: 18px 24px;
  margin-bottom: 16px;
}
.lc-faq__q-label {
  font-size: 22px;
  font-weight: 700;
  color: #489fcd;
  min-width: 32px;
  text-align: center;
  line-height: 1.3;
}
.lc-faq__q-text {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
.lc-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 24px;
  margin: 0;
}
.lc-faq__a-label {
  font-size: 22px;
  font-weight: 700;
  color: #ef5da8;
  min-width: 32px;
  text-align: center;
  line-height: 1.3;
  padding-top: 2px;
}
.lc-faq__a-text {
  font-size: 18px;
  color: #000;
  line-height: 1.7;
  margin: 0;
}

/* ---- 94% Reason ---- */
.lc-reason {
  padding: 64px 0;
  background: #fff;
}
.lc-reason__photo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.lc-reason__photo-frame {
  position: relative;
  display: inline-block;
  padding: 40px 45px 38px;
}
.lc-reason__photo-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/assets/img/lp/bilingual-teacher/photo_frame.svg') no-repeat center / 100% 100%;
  pointer-events: none;
}
.lc-reason__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 320px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.lc-reason__panda {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 64px;
}
.lc-reason__lead {
  font-size: 20px;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin-bottom: 40px;
}
.lc-reason__highlight {
  position: relative;
  background: url('/assets/img/lp/lesson_content/highlight_box.svg') center / cover no-repeat;
  border: 1px solid #FFE4BD;
  border-radius: 8px;
  padding: 40px 48px;
  margin-bottom: 40px;
}
.lc-reason__highlight-text {
  font-size: 20px;
  text-align: center;
  color: #000;
  line-height: 1.8;
  margin: 0;
}
.lc-reason__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url('/assets/img/lp/bilingual-teacher/union.svg') no-repeat center / 100% 100%;
  aspect-ratio: 158 / 36;
  height: 1.8em;
  font-size: 24px;
  font-weight: bold;
  color: #ff9700;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
.lc-reason__quote {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ---- Recommended ---- */
.lc-recommend {
  padding: 64px 0;
  background: #fff;
}
.lc-recommend__box-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.lc-recommend__box {
  display: flex;
  align-items: flex-end;
  gap: 48px;
  border: 2px solid #fba2cf;
  border-radius: 15px;
  background: #fffdfe;
  padding: 48px 56px;
  max-width: 990px;
  width: 100%;
}
.lc-recommend__photo-col {
  flex-shrink: 0;
}
.lc-recommend__photo {
  width: 200px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.lc-recommend__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.lc-recommend__item {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding-left: 44px;
  position: relative;
}
.lc-recommend__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  border: 3px solid #f72b7e;
  background: #fff;
}
.lc-recommend__note {
  font-size: 20px;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin: 0;
}

/* ---- CTA Bottom ---- */
.lc-cta-bottom {
  padding: 64px 0;
  background: #fff;
}
.lc-cta-bottom__heading-wrap {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  padding: 16px 0;
}
.lc-cta-bottom__heading-wrap::before,
.lc-cta-bottom__heading-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #2b2b2b;
}
.lc-cta-bottom__heading-wrap::before { top: 0; }
.lc-cta-bottom__heading-wrap::after  { bottom: 0; }
.lc-cta-bottom__panda {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 80px;
  height: auto;
  pointer-events: none;
}
.lc-cta-bottom__heading {
  font-size: 26px;
  font-weight: 700;
  color: #2b2b2b;
  margin: 0;
  line-height: 1.4;
}
.lc-cta-bottom__text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin-bottom: 32px;
}
.lc-cta-bottom__note {
  font-size: 14px;
  text-align: center;
  color: #2b2b2b;
  line-height: 1.8;
  margin-top: 24px;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .lc-moments__cards      { grid-template-columns: 1fr; gap: 16px; }
  .lc-seven__num          { font-size: 36px; min-width: 36px; }
  .lc-seven__item-title   { font-size: 18px; }
  .lc-recommend__box      { flex-direction: column; padding: 32px 24px; }
  .lc-recommend__photo    { width: 100%; max-width: 320px; }
}

@media (max-width: 768px) {
  .lc-lead,
  .lc-moments,
  .lc-seven,
  .lc-faq,
  .lc-reason,
  .lc-recommend,
  .lc-cta-bottom        { padding: 32px 0; }
  .lc-lead__quotes      { flex-direction: column; gap: 12px; }
  .lc-lead__quote       { font-size: 16px; text-align: center; }
  .lc-lead__text,
  .lc-lead__sub-text    { font-size: 16px; }
  .lc-lead__border-text { font-size: 15px; }
  .lc-moments__conclusion  { font-size: 16px; }
  .lc-moment-card__title   { font-size: 16px; }

  .lc-seven__lead       { font-size: 16px; }
  .lc-seven__item       { gap: 16px; }
  .lc-seven__num        { font-size: 28px; min-width: 28px; }
  .lc-seven__item-title { font-size: 16px; }
  .lc-seven__item-body  { font-size: 14px; }
  .lc-faq__q-label      { font-size: 18px; }
  .lc-faq__q-text       { font-size: 16px; }
  .lc-faq__a-label      { font-size: 18px; }
  .lc-faq__a-text       { font-size: 15px; }
  .lc-reason__lead      { font-size: 16px; }
  .lc-reason__highlight { padding: 24px 16px 74px; }
  .lc-reason__highlight-text { font-size: 16px; }
  .lc-reason__badge     { font-size: 18px; }
  .lc-reason__quote     { font-size: 16px; }
  .lc-recommend__item   { font-size: 17px; }
  .lc-recommend__note   { font-size: 15px; }
  .lc-recommend__photo  { max-width: 200px; }
  .lc-recommend__box    { gap: 24px; }
  .lc-cta-btn           { font-size: 18px; padding: 16px 32px; }
  .lc-cta-bottom__heading { font-size: 20px; }
  .lc-cta-bottom__text  { font-size: 16px; }
}
