@charset "UTF-8";
/* ==================================================
   page-lp_research.php 専用CSS
================================================== */

.lp_research {
  --lp-navy: #071749;
  --lp-orange: #fa5a22;

  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: var(--lp-navy);
  background: #fff;
  overflow-x: hidden;
  padding-top: 7rem;
}

.lp_research * {
  box-sizing: border-box;
}

.br-pc {
  display: none;
}

.lp_research h2 {
  letter-spacing: 0.06em;
}

/* ==================================================
   上部バー
================================================== */
.lp_topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 1rem 2rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.8rem rgba(22, 35, 63, 0.1);
}

.lp_topbar_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  max-width: 1440px;
  margin: 0 auto;
}

.lp_topbar_catch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.lp_topbar_tel {
  flex-shrink: 0;
  display: block;
  line-height: 0;
  transition: opacity 0.2s;
}

.lp_topbar_tel:hover {
  opacity: 0.85;
}

.lp_topbar_tel_img {
  display: block;
  width: 5rem;
  height: auto;
}

.lp_topbar_logo {
  display: block;
  width: auto;
  height: 4.2rem;
}

/* ==================================================
   ファーストビュー（画像）
================================================== */
.lp_hero {
  line-height: 0;
}

.lp_hero_img {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.lp_hero_sub {
  line-height: 0;
  background: #f3f7fb;
}

.lp_hero_sub_img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==================================================
   アンカーナビ
================================================== */
.lp_anchornav {
  display: flex;
  max-width: 96rem;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0.2rem 0.6rem rgba(22, 35, 63, 0.1);
}

.lp_anchornav_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.8rem 0.6rem 0;
  border-right: 1px solid rgba(22, 35, 63, 0.12);
  text-align: center;
  transition: background-color 0.2s;
}

.lp_anchornav_item:last-child {
  border-right: none;
}

.lp_anchornav_item:hover {
  background: rgba(22, 35, 63, 0.04);
}

.lp_anchornav_item::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.2rem;
  border-right: 2px solid var(--lp-navy);
  border-bottom: 2px solid var(--lp-navy);
  transform: rotate(45deg);
}

.lp_anchornav_label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--lp-navy);
}

/* ==================================================
   CTA
================================================== */
.lp_cta {
  position: relative;
  max-width: 96rem;
  margin: 4rem auto;
  padding: 2.6rem 2rem 2.2rem;
  background: #fffbec;
  border: 2px solid #f0eac2;
  border-radius: 0.8rem;
  text-align: center;
}

.lp_cta_dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-bottom: 0.6rem;
}

.lp_cta_dots span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ff8b8b;
}

.lp_cta_heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--lp-navy);
  margin-bottom: 2rem;
}

.lp_cta_hl {
  background-image: linear-gradient(transparent 55%, #fff3a6 55%);
}

.lp_cta_hl_big {
  display: inline-block;
  font-size: 120%;
}

.lp_cta_button {
  display: block;
  transition: opacity 0.2s;
}

.lp_cta_button:hover {
  opacity: 0.85;
}

.lp_cta_button_img {
  display: block;
  width: 100%;
  max-width: 44rem;
  height: auto;
  margin: 0 auto;
  box-shadow: 0 0.5rem 1.4rem rgba(242, 98, 44, 0.4);
  transition: box-shadow 0.2s;
}

.lp_cta_button:hover .lp_cta_button_img {
  box-shadow: none;
}

.lp_cta_illustration {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 18rem;
  max-width: calc(100% - 4rem);
  height: auto;
  margin: 0;
  transform: translate(-50%, -55%);
}

.lp_cta_hours {
  margin-top: 2rem;
  font-size: 1.5rem;
  color: var(--lp-navy);
}

/* ==================================================
   プレースホルダー共通
================================================== */
.lp_ph {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(22, 35, 63, 0.04);
  border: 0.2rem dashed rgba(22, 35, 63, 0.35);
  border-radius: 0.8rem;
  color: rgba(22, 35, 63, 0.55);
  line-height: 1.6;
}

.lp_ph_label {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.8rem;
}

.lp_ph--light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
}

/* ==================================================
   案内バー
================================================== */
.lp_note {
  background: var(--lp-navy);
  padding: 3.2rem 2.4rem;
}

.lp_note_inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.lp_note_icon {
  flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
}

.lp_note_icon .lp_ph_label {
  font-size: 1.5rem;
}

.lp_note_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}

.lp_note_hl {
  color: var(--lp-orange);
}

/* ==================================================
   お悩みに無料回答
================================================== */
.lp_worry {
  max-width: 96rem;
  margin: 4rem auto 0;
  text-align: center;
}

.lp_worry_icon {
  display: block;
  position: relative;
  left: 5.8rem;
  width: 2.6rem;
  height: auto;
  margin: 0 auto 1rem;
}

.lp_worry_lead {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}

.lp_worry_badge {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  border: 3px solid #4a5a9e;
  color: #4a5a9e;
  background: #f3f7fb;
  border-radius: 0.4rem;
  padding: 0.6rem 0.8rem;
  margin-top: 1.3rem;
}

.lp_worry_group {
  margin-top: 4rem;
}

.lp_worry_bubbles {
  position: relative;
  min-height: 31rem;
  padding: 3.6rem 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='80'%3E%3Cpath d='M10 4h150a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='95' y='32' font-family='sans-serif' font-size='14' fill='%23C7D2E8' text-anchor='middle'%3E誰に連絡すればいい？%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 190px 73px;
  animation: lpWorryScroll 12s linear infinite;
}

@keyframes lpWorryScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -190px 0;
  }
}

.lp_worry_bubbles--phase1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1350' height='320'%3E%3Cg transform='translate(0,0)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E死亡診断書はどう使うの？%3C/text%3E%3C/g%3E%3Cg transform='translate(270,0)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E葬儀社、どこに頼めばいい？%3C/text%3E%3C/g%3E%3Cg transform='translate(540,0)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E死亡届は誰が出せばいい？%3C/text%3E%3C/g%3E%3Cg transform='translate(810,0)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E火葬の手続きはどう進める？%3C/text%3E%3C/g%3E%3Cg transform='translate(1080,0)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E葬儀費用は誰が払うの？%3C/text%3E%3C/g%3E%3Cg transform='translate(0,80)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E喪主は誰が務めればいい？%3C/text%3E%3C/g%3E%3Cg transform='translate(338,80)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E家族葬で本当に大丈夫？%3C/text%3E%3C/g%3E%3Cg transform='translate(676,80)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E遺影写真はどう選べばいい？%3C/text%3E%3C/g%3E%3Cg transform='translate(1014,80)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3Eお寺にはいつ連絡すればいい？%3C/text%3E%3C/g%3E%3Cg transform='translate(0,160)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E会社には何を伝えればいい？%3C/text%3E%3C/g%3E%3Cg transform='translate(338,160)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E親族はどこまで呼べばいい？%3C/text%3E%3C/g%3E%3Cg transform='translate(676,160)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E保険証はどこへ返すの？%3C/text%3E%3C/g%3E%3Cg transform='translate(1014,160)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E年金はすぐ止めるべき？%3C/text%3E%3C/g%3E%3Cg transform='translate(0,240)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E介護サービスはどう止める？%3C/text%3E%3C/g%3E%3Cg transform='translate(338,240)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E残されたペットはどうする？%3C/text%3E%3C/g%3E%3Cg transform='translate(676,240)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E自宅の鍵は誰が管理する？%3C/text%3E%3C/g%3E%3Cg transform='translate(1014,240)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E遺体はどこに安置するの？%3C/text%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 1330px 300px;
  animation-name: lpWorryScrollPhase1;
  animation-duration: 85s;
}

@keyframes lpWorryScrollPhase1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1350px 0;
  }
}

.lp_worry_bubbles--phase2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1350' height='320'%3E%3Cg transform='translate(0,0)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E生命保険に入っていたの？%3C/text%3E%3C/g%3E%3Cg transform='translate(270,0)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E家や土地の名義は誰なの？%3C/text%3E%3C/g%3E%3Cg transform='translate(540,0)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3Eネット銀行はどう探せばいい？%3C/text%3E%3C/g%3E%3Cg transform='translate(810,0)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E保証人になっていないか心配%3C/text%3E%3C/g%3E%3Cg transform='translate(1080,0)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E証券口座があるか分からない%3C/text%3E%3C/g%3E%3Cg transform='translate(0,80)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E遺言書を開けても大丈夫？%3C/text%3E%3C/g%3E%3Cg transform='translate(338,80)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E遺言書はどこを探せばいい？%3C/text%3E%3C/g%3E%3Cg transform='translate(676,80)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E戸籍はどこまで集めるの？%3C/text%3E%3C/g%3E%3Cg transform='translate(1014,80)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E相続人は誰まで含まれるの？%3C/text%3E%3C/g%3E%3Cg transform='translate(0,160)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E相続放棄はいつまでにする？%3C/text%3E%3C/g%3E%3Cg transform='translate(338,160)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E遺産分けはどう話せばいい？%3C/text%3E%3C/g%3E%3Cg transform='translate(676,160)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E車の名義変更はどうする？%3C/text%3E%3C/g%3E%3Cg transform='translate(1014,160)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E携帯電話はどう解約する？%3C/text%3E%3C/g%3E%3Cg transform='translate(0,240)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3Eサブスクが把握できていない%3C/text%3E%3C/g%3E%3Cg transform='translate(338,240)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E公共料金は誰に変えるの？%3C/text%3E%3C/g%3E%3Cg transform='translate(676,240)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E空き家をこのままにして平気？%3C/text%3E%3C/g%3E%3Cg transform='translate(1014,240)'%3E%3Cpath d='M10 4h210a6 6 0 0 1 6 6v34a6 6 0 0 1-6 6H40l-14 14V50H10a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6z' fill='none' stroke='%23C7D2E8' stroke-width='2'/%3E%3Ctext x='125' y='32' font-family='sans-serif' font-size='13' fill='%23C7D2E8' text-anchor='middle'%3E写真やSNSはどう残せばいい？%3C/text%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 1330px 300px;
  animation-name: lpWorryScrollPhase2;
  animation-duration: 85s;
}

@keyframes lpWorryScrollPhase2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1350px 0;
  }
}

.lp_worry_group_label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.lp_worry_group_label::before,
.lp_worry_group_label::after {
  content: "";
  flex: 1;
  border-top: 2px dotted rgba(7, 23, 73, 0.3);
}

.lp_worry_group_label span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
}

.lp_worry_group_icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.lp_worry_bubbles {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-align: left;
}

.lp_worry_bubble {
  position: relative;
  align-self: flex-start;
  max-width: 80%;
  padding: 1.8rem 2.6rem;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0.4rem 1rem rgba(7, 23, 73, 0.12);
}

.lp_worry_bubble.is-right {
  align-self: flex-end;
}

.lp_worry_bubble::after {
  content: "";
  position: absolute;
  left: 1.6rem;
  bottom: -0.6rem;
  width: 1.4rem;
  height: 1.4rem;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.lp_worry_bubble.is-blue {
  background: #4a5a9e;
}

.lp_worry_bubble.is-navy {
  background: var(--lp-navy);
}

.lp_worry_img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==================================================
   専用レポート
================================================== */
.lp_report {
  max-width: 96rem;
}

.lp_report_card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #f3fbff 0%, #dcf0fb 50%, #a9d8ee 100%);
  border-radius: 3rem 3rem 0 0;
  padding: 7rem 2.4rem 0rem;
  text-align: center;
}

.lp_report_card::before,
.lp_report_card::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  opacity: 0.22;
  filter: blur(1px);
  pointer-events: none;
}

.lp_report_card::before {
  top: -10rem;
  left: -10rem;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23e3f5fd'/%3E%3Cstop offset='100%25' stop-color='%2390cdea'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23a)'/%3E%3C/svg%3E");
  background-size: contain;
}

.lp_report_card::after {
  width: 32rem;
  height: 32rem;
  bottom: -13rem;
  right: -13rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='b' x1='1' y1='1' x2='0' y2='0'%3E%3Cstop offset='0%25' stop-color='%23dcf0fb'/%3E%3Cstop offset='100%25' stop-color='%2390c8e8'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23b)'/%3E%3C/svg%3E");
  background-size: contain;
}

.lp_report_row {
  position: relative;
  z-index: 1;
}

.lp_report_kazari {
  position: absolute;
  top: -2rem;
  width: 2rem;
  height: auto;
}

.lp_report_kazari--l {
  left: 2.5rem;
}

.lp_report_kazari--r {
  right: 2.5rem;
  transform: scaleX(-1);
}

.lp_report_heading {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--lp-navy);
}

.lp_report_heading_line {
  display: table;
  margin: 0.6rem auto;
  padding: 0rem 1.4rem;
  background: #fff;
  border-radius: 0.4rem;
}

.lp_report_heading_sp {
  display: contents;
}

.lp_report_heading_pc {
  display: none;
}

.lp_report_hl {
  font-size: 3rem;
  color: var(--lp-orange);
  font-weight: 900;
}

.lp_report_desc {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.7;
  color: var(--lp-navy);
}

.lp_report_preview {
  margin-top: 2.4rem;
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 1.2rem 3rem rgba(7, 23, 73, 0.24);
  text-align: left;
}

.lp_report_preview_wrap {
  position: relative;
  margin-top: 2.4rem;
}

.lp_report_preview_wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 125%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #6dc3ef 0%,
    #6dc3ef 40%,
    #8ed2f2 40%,
    #8ed2f2 58%,
    #b3e1f6 58%,
    #b3e1f6 76%,
    #dcf0fb 76%,
    #dcf0fb 88%,
    rgba(220, 240, 251, 0) 100%
  );
}

.lp_report_preview_img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}

.lp_report_glass {
  position: absolute;
  z-index: 2;
}

.lp_report_glass_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp_report_glass--a {
  top: 4%;
  left: -20%;
  width: 46%;
  aspect-ratio: 1 / 1;
}

.lp_report_glass--b {
  top: 26%;
  right: -25%;
  width: 44%;
  aspect-ratio: 1 / 1;
}

.lp_report_glass--c {
  bottom: 12%;
  left: -24%;
  width: 42%;
  aspect-ratio: 1 / 1;
}

.lp_report_preview_head {
  background: var(--lp-navy);
  color: #fff;
  text-align: center;
  padding: 1.6rem;
}

.lp_report_preview_title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  line-height: 2.4rem;
}

.lp_report_preview_title small {
  display: block;
  font-size: 1.6rem;
}

.lp_report_preview_level {
  display: inline-block;
  background: #fff;
  color: var(--lp-navy);
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.3rem 1.4rem;
}

.lp_report_preview_level span {
  color: #d8dceb;
}

.lp_report_preview_level span.is-on {
  color: #f2a900;
}

.lp_report_preview_body {
  padding: 2.6rem 2.6rem 3.6rem;
}

.lp_report_item {
  margin-bottom: 2.4rem;
  text-align: center;
}

.lp_report_preview_body > .lp_report_item:nth-child(5) {
  margin-top: 3.8rem;
}

.lp_report_item_label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.lp_report_icon {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  border-radius: 0.8rem;
  background: var(--lp-navy);
}

.lp_report_icon--point {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--lp-orange);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}

.lp_report_icon--img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #071749;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46%;
}

.lp_report_item_text {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
}

.lp_report_item > .lp_report_item_text {
  padding: 1.4rem 1.6rem;
  background: #eeeeee;
  border-radius: 0.8rem;
  text-align: left;
}

.lp_report_steps {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}

.lp_report_steps li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem;
  background: #ededed;
  border-radius: 0.8rem;
}

.lp_report_step_num {
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lp-navy);
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 700;
}

.lp_report_steps li.lp_report_step_arrow {
  justify-content: center;
  padding: 0;
  background: none;
}

.lp_report_steps li.lp_report_step_arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 0.9rem solid #12a9c4;
}

.lp_report_point {
  margin-top: 1.6rem;
  background: #fff6d8;
  border: 3px solid #ffedb3;
  border-radius: 0.8rem;
  padding: 1.4rem 1.6rem;
}

.lp_report_point_label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.lp_report_preview_footnote {
  padding-top: 1.2rem;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
  text-align: left;
}

/* ==================================================
   比較表
================================================== */
.lp_compare {
  position: relative;
  padding: 8rem 0 6rem;
  background-color: #f3f7fb;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.lp_compare::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.lp_compare_inner {
  position: relative;
  z-index: 1;
  max-width: 96rem;
  margin: 0 auto;
}

.lp_compare_heading {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

.lp_compare_hl {
  font-size: 2.8rem;
  color: var(--lp-orange);
}

.lp_compare_scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.lp_compare_table {
  display: grid;
  grid-template-columns: 10.5rem repeat(4, minmax(15rem, 1fr));
  min-width: 76rem;
}

.lp_compare_table > .lp_compare_cell:nth-child(5n + 3),
.lp_compare_table > .lp_compare_cell:nth-child(5n + 4) {
  border-right: 3px solid #f3f7fb;
}

.lp_compare_cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #464646;
  background: #fff;
}

.lp_compare_cell::after {
  content: "";
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 0;
  border-bottom: 2px dotted #d8dce6;
}

.lp_compare_cell--label {
  background: #d5d3d3;
  font-weight: 700;
}

.lp_compare_cell--label::after {
  border-bottom-color: #fff;
}

.lp_compare_cell--corner {
  background: transparent;
}

.lp_compare_cell--corner::after {
  content: none;
}

.lp_compare_cell--head {
  background: #6f6e6e;
  color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
}

.lp_compare_cell--head::after {
  content: none;
}

.lp_compare_cell--last::after {
  content: none;
}

.lp_compare_cell--label.lp_compare_cell--last {
  border-radius: 0 0 0 0.8rem;
}

.lp_compare_cell--label.lp_compare_cell--first {
  border-radius: 0.8rem 0 0 0;
}

.lp_compare_cell--last:last-child {
  border-radius: 0 0 0.8rem 0;
}

.lp_compare_mark {
  display: inline-block;
  margin-right: 0.4rem;
}

.lp_compare_mark.is-good,
.lp_compare_mark.is-bad {
  display: none;
}

.lp_compare_cell:has(.lp_compare_mark.is-good)::before,
.lp_compare_cell:has(.lp_compare_mark.is-bad)::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6rem;
  height: 6rem;
  opacity: 0.14;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lp_compare_cell:has(.lp_compare_mark.is-good)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='36' fill='none' stroke='%23f2622c' stroke-width='16'/%3E%3C/svg%3E");
}

.lp_compare_cell:has(.lp_compare_mark.is-bad)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,12 92,86 8,86' fill='none' stroke='%23aaaaaa' stroke-width='16' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.lp_compare_cell.is-main {
  background: #fffcf2;
  color: #ec4000;
  border-left: 3px solid var(--lp-orange);
  border-right: 3px solid var(--lp-orange);
}

.lp_compare_cell--price {
  font-size: 2rem;
}

.lp_compare_cell--head.is-main {
  background: linear-gradient(180deg, #ff9257 0%, #f2622c 45%, #f6632d 100%);
  color: #fff;
  font-weight: 700;
  border-top: 2px solid var(--lp-orange);
  border-bottom: none;
  border-radius: 0.8rem 0.8rem 0 0;
  text-shadow: none;
}

.lp_compare_cell.is-main.lp_compare_cell--last {
  border-bottom: 3px solid var(--lp-orange);
  border-radius: 0 0 0.8rem 0.8rem;
}

.lp_compare_note {
  margin-top: 2rem;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
  text-align: left;
}

/* ==================================================
   ご利用の流れ
================================================== */
.lp_flow {
  max-width: 80rem;
  margin: 8rem auto 6rem;
}

/* ==================================================
   メッセージ
================================================== */
.lp_message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 0 8rem;
}

.lp_message_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lp_message_bg--pc {
  display: none;
}

.lp_message_img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 84rem;
  height: auto;
  filter: drop-shadow(0 0.4rem 0.8rem rgba(7, 23, 73, 0.12));
}

/* ==================================================
   ABOUT US
================================================== */
.lp_about {
  position: relative;
  margin-top: 8rem;
  overflow: hidden;
  background: #fff;
}

.lp_about_photo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 55%;
  min-height: 24rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lp_about_inner {
  position: relative;
  z-index: 1;
  max-width: 96rem;
  margin: 0 auto;
  padding: 6rem 2.4rem;
}

.lp_about_label {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--lp-orange);
  margin-bottom: 3rem;
}

.lp_about_heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--lp-navy);
  letter-spacing: 0.02em;
  margin-bottom: 5rem;
}

.lp_about_heading_num {
  font-family: "Lato", sans-serif;
}

.lp_about_desc {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 3rem;
  margin-right: 1.8rem;
}

.lp_about_stats {
  display: block;
  width: 100%;
  max-width: 30rem;
  height: auto;
  margin: 3.2rem auto 0;
}

.lp_flow_heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--lp-navy);
  text-align: center;
  margin-bottom: 4rem;
}

.lp_flow_hl {
  font-size: 2.8rem;
  color: #12a9c4;
}

.lp_flow_list {
  display: flex;
  flex-direction: column;
}

.lp_flow_step {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #f3f7fb;
  border-radius: 0.8rem;
  padding: 2.4rem 3.4rem;
}

.lp_flow_content {
  flex: 1;
  min-width: 0;
}

.lp_flow_tag {
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #12a9c4;
  margin-bottom: 2rem;
  font-weight: 800;
}

.lp_flow_tag span {
  font-size: 2.6rem;
}

.lp_flow_title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin-bottom: 2rem;
}

.lp_flow_desc {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444;
}

.lp_small_note {
  font-size: 0.85em;
}

.lp_flow_photo {
  aspect-ratio: 4 / 2.5;
  border-radius: 0.8rem;
  overflow: hidden;
}

.lp_flow_photo_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp_flow_arrow {
  display: flex;
  justify-content: center;
  padding: 1.2rem 0;
}

.lp_flow_arrow_img {
  display: block;
  width: 2.4rem;
  height: auto;
}

/* ==================================================
   選ばれる理由
================================================== */
.lp_reason {
  padding: 8rem 0 6rem;
  background: linear-gradient(160deg, #061640 0%, var(--lp-navy) 50%, #0b2050 100%);
}

.lp_reason_inner {
  max-width: 96rem;
  margin: 0 auto;
}

.lp_reason_heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 6rem;
}

.lp_reason_hl {
  font-size: 120%;
  background: linear-gradient(90deg, #f5784c, #f9a825);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp_reason_list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp_reason_item {
  position: relative;
  min-height: 12rem;
  padding: 2.2rem 2rem 2.2rem 6.4rem;
  background: #fff;
  border: 1px solid #d6e0e8;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 1.2rem rgba(22, 35, 63, 0.05);
}

.lp_reason_item--point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.lp_reason_item--point::before,
.lp_reason_item--point::after {
  content: none;
}

.lp_reason_point_label {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
}

.lp_reason_point_label span {
  font-size: 3.6rem;
  font-weight: 900;
}

.lp_reason_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  background: #fff;
  border-radius: 1.6rem;
  padding: 2rem;
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.15);
}

.lp_reason_card_img {
  display: block;
  width: 85%;
  max-width: 340px;
  aspect-ratio: 4 / 3.2;
  border-radius: 1.2rem;
  object-fit: cover;
}

.lp_reason_point_text {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--lp-navy);
  text-align: center;
}

.lp_reason_point_text span {
  display: inline;
}

.lp_reason_point_text--highlight {
  color: var(--lp-orange);
}

.lp_reason_number {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #12a9c4;
}

.lp_reason_text {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.65;
  color: #464646;
}

/* ==================================================
   よくある質問
================================================== */
.lp_faq {
  max-width: 80rem;
  margin: 8rem auto 6rem;
}

.lp_faq_heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--lp-navy);
  text-align: center;
  margin-bottom: 4rem;
}

.lp_faq_list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.lp_faq_item {
  background: #f3fbfb;
  border: 1px solid #e0eeee;
  border-bottom: 0.4rem solid #c4eee8;
  border-radius: 0.8rem;
  overflow: hidden;
}

.lp_faq_summary {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 2.4rem 2rem;
  cursor: pointer;
  list-style: none;
}

.lp_faq_summary::-webkit-details-marker {
  display: none;
}

.lp_faq_mark {
  flex: 0 0 4rem;
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
}

.lp_faq_mark--question {
  color: #fff;
  background: #25c4cf;
}

.lp_faq_mark--answer {
  background: #fff;
  color: #12a9c4;
  border: 1px solid #25c4cf;
}

.lp_faq_question {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-top: 0.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--lp-navy);
}

.lp_faq_toggle {
  position: relative;
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.8rem;
}

.lp_faq_toggle::before,
.lp_faq_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 0.2rem;
  background: #25c4cf;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}

.lp_faq_toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lp_faq_item[open] .lp_faq_toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.lp_faq_answer_wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  margin: 0 2rem;
  padding: 2rem 0 2.4rem;
  border-top: 1px solid #dce6e6;
}

.lp_faq_answer {
  flex: 1;
  min-width: 0;
  margin: 0.3rem 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444;
}

/* ==================================================
   なぜ無料リサーチを行うのか
================================================== */
.lp_wats {
  max-width: 96rem;
  margin: 9rem auto 0;
}

.lp_wats_heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--lp-navy);
  text-align: center;
  margin-bottom: 4rem;
}

/* ==================================================
   事務所概要
================================================== */
.lp_profile {
  max-width: 80rem;
  margin: 8rem auto 6rem;
}

.lp_profile_heading {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}

.lp_profile_list {
  display: flex;
  flex-direction: column;
}

.lp_profile_row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem 0.2rem 1.8rem;
  background-image: linear-gradient(
    to right,
    var(--lp-navy) 0%,
    var(--lp-navy) 22%,
    #ccc 22%,
    #ccc 100%
  );
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 2px;
}

.lp_profile_row:first-child {
  padding-top: 0;
}

.lp_profile_row:last-child {
  background-image: none;
}

.lp_profile_label {
  flex: 0 0 7rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--lp-navy);
}

.lp_profile_value {
  flex: 1;
  min-width: 0;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
}

/* ==================================================
   フッター
================================================== */
.lp_footer {
  margin-top: 4rem;
  background: var(--lp-navy);
  color: #fff;
  padding: 3.2rem 2.4rem;
}

.lp_footer_inner {
  max-width: 96rem;
  margin: 0 auto;
}

.lp_footer_note {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}

.lp_footer_links {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 3.4rem;
  font-size: 1.5rem;
}

.lp_footer_links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

.lp_footer_copy {
  margin-top: 3.4rem;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/* ==================================================
   SP (〜767px) — MV以外に左右の余白
================================================== */
@media screen and (max-width: 767px) {
  .lp_research {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .lp_message {
    padding: 6rem 0;
  }

  .lp_message_img {
    max-width: 360px;
  }

  .lp_about_inner {
    padding: 0rem 2.4rem 6rem;
  }

  .lp_about_photo {
    height: auto;
    min-height: 32rem;
    background-position: 60% center;
  }

  .lp_report_preview_wrap {
    margin-top: 5rem;
  }

  .lp_report_preview_wrap::before {
    max-width: 540px;
  }

  .lp_report_preview_img {
    width: 85%;
    margin: 0 auto;
    max-width: 400px;
  }

  .lp_report_glass--a {
    left: -24px;
    width: 44%;
    max-width: 160px;
  }

  .lp_report_glass--b {
    right: -32px;
    width: 44%;
    max-width: 160px;
  }

  .lp_report_glass--c {
    left: -14px;
    bottom: 5%;
    width: 44%;
    max-width: 160px;
  }

  .lp_worry_lead {
    font-size: 2.6rem;
  }

  .lp_worry_groups > .lp_worry_group:nth-child(2) {
    margin-top: 2.6rem;
  }

  .lp_worry_badge {
    font-size: 3.2rem;
  }

  .lp_topbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lp_topbar_logo {
    height: 3.6rem;
  }

  .lp_flow_step {
    gap: 1.2rem;
    padding: 2rem 2rem 1.6rem;
  }

  .lp_flow_title {
    font-size: 2.1rem;
    margin-bottom: 1.2rem;
  }

  .lp_flow_photo {
    aspect-ratio: 4 / 1.8;
  }

  .lp_hero {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .lp_hero_sub {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .lp_report {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .lp_compare {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .lp_reason {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .lp_message {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .lp_about {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .lp_footer {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .lp_anchornav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(22, 35, 63, 0.12);
    border: 1.5px solid rgba(22, 35, 63, 0.02);
    border-radius: 0.8rem;
    box-shadow: 0 0.4rem 0.8rem rgba(22, 35, 63, 0.12);
    overflow: hidden;
  }

  .lp_anchornav_item {
    height: 80px;
    background: #fff;
    border-right: none;
  }

  .lp_report_preview_body
    > .lp_report_item:nth-child(5)
    > .lp_report_item_label {
    justify-content: center;
    margin-bottom: 1.6rem;
  }
}

/* ==================================================
   PC (768px〜)
================================================== */
@media screen and (min-width: 768px) {
  .lp_research {
    padding-top: 6.3rem;
  }

  .br-sp {
    display: none;
  }

  .lp_message_bg--sp {
    display: none;
  }

  .lp_message_bg--pc {
    display: block;
  }

  .br-pc {
    display: inline;
  }

  .lp_about_inner {
    display: flex;
    align-items: center;
    gap: 6rem;
    padding: 7rem 4rem 18rem;
  }

  .lp_about_text {
    flex: 1;
  }

  .lp_about_heading {
    font-size: 2.6rem;
  }

  .lp_about_stats {
    flex: 0 0 32rem;
    max-width: 32rem;
    margin: 0;
  }

  .lp_compare_cell {
    padding: 2.6rem 1.2rem;
  }

  .lp_worry {
    margin: 6rem auto 0;
  }

  .lp_flow {
    margin: 10rem auto 8rem;
  }

  .lp_compare {
    padding: 10rem 0 8rem;
  }

  .lp_faq {
    margin: 10rem auto 8rem;
  }

  .lp_wats {
    margin: 11rem auto 8rem;
  }

  .lp_reason {
    padding: 8rem 0;
  }

  .lp_profile {
    margin: 10rem auto 8rem;
  }

  .lp_worry_bubble {
    font-size: 1.8rem;
  }

  .lp_worry_badge {
    margin-top: 1.6rem;
  }

  .lp_worry_bubbles {
    min-height: 32rem;
  }

  .lp_worry_bubbles--phase1 {
    background-size: 1730px 390px;
  }

  .lp_worry_bubbles--phase2 {
    background-size: 1730px 390px;
  }

  @keyframes lpWorryScrollPhase1 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1755px 0;
    }
  }

  @keyframes lpWorryScrollPhase2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1755px 0;
    }
  }

  .lp_report_desc {
    text-align: left;
    font-size: 1.8rem;
    margin-left: 1rem;
  }

  .lp_report_heading_line {
    margin-left: 0;
  }

  .lp_compare_cell::after {
    border-bottom-width: 3px;
  }

  .lp_report_heading_sp {
    display: none;
  }

  .lp_report_heading_pc {
    display: contents;
  }

  .lp_report_heading {
    font-size: 3.2rem;
  }

  .lp_report_hl {
    font-size: 3.6rem;
  }

  .lp_profile_row {
    background-image: linear-gradient(
      to right,
      var(--lp-navy) 0%,
      var(--lp-navy) 9%,
      #ccc 9%,
      #ccc 100%
    );
  }

  .lp_anchornav {
    margin-top: 2.4rem;
    background: #fff;
    border: 1.5px solid rgba(22, 35, 63, 0.1);
    border-radius: 0.8rem;
    box-shadow: 0 0.4rem 0.8rem rgba(22, 35, 63, 0.07);
    overflow: hidden;
  }

  .lp_anchornav_item {
    position: relative;
    border-right: none;
  }

  .lp_anchornav_item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 1.2rem;
    bottom: 1.2rem;
    right: 0;
    width: 1px;
    background: rgba(22, 35, 63, 0.12);
  }

  .lp_hero {
    background: linear-gradient(
      to bottom,
      #f7f7f7 0%,
      #f7f7f7 77%,
      #081749 77%,
      #081749 100%
    );
  }

  .lp_hero_sub {
    display: none;
  }

  .lp_report_card {
    text-align: left;
    margin: 0 3rem 3rem;
    padding: 6rem 4rem 0;
    border-radius: 3rem;
  }

  .lp_report_row {
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 96rem;
    margin: 0 auto;
  }

  .lp_report_text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    align-self: stretch;
    margin-bottom: 4rem;
  }

  .lp_report_preview_wrap {
    flex: 0 0 36%;
    width: 36%;
    min-width: 0;
    margin: 3rem 6rem 3rem 0;
  }

  .lp_report_kazari--l {
    top: 10rem;
    left: calc(50% - 28rem);
  }

  .lp_report_kazari--r {
    top: 10rem;
    right: calc(50% - 5rem);
    left: auto;
    margin-left: 0;
  }

  .lp_worry_groups {
    display: flex;
    gap: 3.2rem;
  }

  .lp_worry_group {
    margin-top: 5rem;
  }

  .lp_worry_img {
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .lp_compare_heading,
  .lp_flow_heading,
  .lp_reason_heading,
  .lp_faq_heading,
  .lp_wats_heading,
  .lp_profile_heading {
    font-size: 3.4rem;
  }

  .lp_compare_hl,
  .lp_flow_hl {
    font-size: 3.6rem;
  }

  .lp_flow_step {
    flex-direction: row;
    align-items: center;
    gap: 3.2rem;
  }

  .lp_flow_photo {
    flex: 0 0 24rem;
  }

  .lp_reason_item {
    display: flex;
    align-items: center;
    min-height: 13.6rem;
  }

  .lp_reason_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }

  .lp_reason_point_label {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
  }

  .lp_reason_point_label span {
    font-size: 5rem;
  }

  .lp_reason_card {
    padding: 2.4rem;
    border-radius: 1.6rem;
  }

  .lp_report_preview_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem 2rem;
  }

  .lp_report_preview_body > .lp_report_item {
    margin-bottom: 0;
  }

  .lp_report_preview_body > .lp_report_item:nth-child(n + 5),
  .lp_report_preview_body > .lp_report_item--summary,
  .lp_report_preview_body > .lp_report_point {
    grid-column: 1 / -1;
  }

  .lp_reason_point_text {
    font-size: 1.8rem;
  }

  .lp_reason_number {
    top: 50%;
    left: 3.2rem;
    transform: translateY(-50%);
  }

  .lp_reason_text {
    font-size: 2.1rem;
  }

  .lp_faq_summary {
    padding: 2.8rem 3.2rem;
  }

  .lp_faq_answer_wrap {
    margin: 0 3.2rem;
    padding: 2.4rem 0 2.8rem;
  }

  .lp_faq_question {
    font-size: 2rem;
  }

  .lp_worry_group {
    flex: 1;
    min-width: 0;
  }

  .lp_worry_group_label {
    font-size: 2rem;
    margin-bottom: 4rem;
  }

  .lp_report {
    max-width: none;
  }

  .lp_report_preview {
    max-width: 96rem;
    margin-left: auto;
    margin-right: auto;
  }

  .lp_topbar_catch {
    font-size: 1.8rem;
  }

  .lp_topbar_tel_img {
    width: 24rem;
  }

  .lp_anchornav_item {
    padding: 2rem 1rem;
  }

  .lp_anchornav_label {
    display: flex;
    align-items: center;
    min-height: 4.5rem;
    font-size: 1.6rem;
  }

  .lp_anchornav_item::after {
    width: 0.8rem;
    height: 0.8rem;
  }

  .lp_cta {
    position: relative;
    margin-top: 4rem;
    padding: 3.6rem 4rem;
    text-align: center;
  }

  .lp_cta_content {
    position: relative;
    z-index: 1;
  }

  .lp_cta_illustration {
    display: block;
    position: absolute;
    z-index: auto;
    top: 58%;
    left: auto;
    right: 4rem;
    width: 15rem;
    margin: 0;
    transform: translateY(-50%);
  }

  .lp_cta_heading {
    font-size: 2rem;
  }

  .lp_cta_hours {
    font-size: 1.5rem;
  }

  .lp_note_inner {
    max-width: 1200px;
    margin: 0 auto;
    gap: 3.2rem;
  }

  .lp_note_icon {
    width: 8rem;
    height: 8rem;
  }

  .lp_note_text {
    font-size: 1.9rem;
  }
}
