.oc_fv {
  background-image: url(/images/online/oc_bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.oc_fv {
  padding: 5% 0;
}
.oc_fv {
  position: relative;
}
.oc_fv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(255,255,255,0.5) 100%);
}
.oc_fv .container {
  position: relative;
  z-index: 1;
}

/* ボタン自体を中央に配置（任意：すでにできていれば不要） */
.fv_CTA {
  display: flex;
  justify-content: center;
}
/* ボタン内部のテキスト＆アイコンをど真ん中に */
.fv_CTA .adlp-btn {
  display: inline-flex; /* 中身をフレックス化 */
  align-items: center; /* 垂直中央 */
  justify-content: center; /* 水平中央 */
  text-align: center;
  line-height: 1; /* 行の高さのズレを排除 */
  padding: 16px 28px; /* 余白はline-heightでなくpaddingで */
  vertical-align: middle; /* インライン整列のズレ予防 */
}
/* <p>のデフォルト余白をゼロに */
.fv_CTA .adlp-btn > p {
  margin: 0;
  line-height: 1;
}
/* 疑似要素で矢印などを出している場合の揃え（使っていれば） */
.fv_CTA .adlp-btn::after {
  position: static; /* ずれの原因がabsoluteなら静的に */
  transform: none; /* 位置調整をリセット */
  margin-left: .5em; /* テキストとアイコンの間隔 */
  align-self: center; /* 縦方向の中央に */
}
.online-campaign-sec {
  padding: 40px 0;
}
.online-campaign-sec h2 {
  text-align: center;
  color: #00A5E3;
  padding: 10px 0;
  margin-bottom: 30px;
}
.online-campaign-result {
  border: solid 2px #00A5E3;
  border-radius: 6px;
  padding: 220px 20px 20px;
  margin-bottom: 30px;
  position: relative;
}
.online-campaign-result h3 {
  color: #00A5E3;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 24px;
}
.grotwh-case {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #00A5E3;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.grotwh-photo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50%;
}
.grotwh-photo img {
  border-radius: 50%;
}
/* ===== Why section (balloon + blue box) ===== */ :root {
  --why-blue: #08a0e3;
  --why-gray: #f3f5f7;
  --why-text: #4a4a4a;
}
.why-sec h2 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 !important;
}
/* 1段のレイアウト */
.why-row {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 28px;
  align-items: center;
  margin: 28px 0 64px;
}
/* 左カラム：吹き出し＋シルエット */
.why-left {
  position: relative;
  min-height: 160px;
}
.why-balloon {
  background: var(--why-gray);
  border-radius: 8px;
  padding: clamp(16px, 2vw, 24px) clamp(18px, 2.2vw, 28px);
  color: var(--why-text);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.9;
  display: inline-block;
  position: relative;
  width: 103%;
}
.why-balloon::after {
  /* 右向きの矢印 */
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 28px solid var(--why-gray);
}
/* シルエット（任意：お好きな画像に差し替えてください） */
.why-figure {
  position: absolute;
  right: 0px;
  bottom: -60px;
}
.why-figure--boy {
  width: 160px;
}
.why-figure--girl {
  width: 160px;
}
.why-strong {
  font-size: 22px;
}
/* 右側の青ボックス */
.why-right {
  background: var(--why-blue);
  color: #fff;
  border-radius: 8px;
  padding: clamp(20px, 3vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 160px;
}
/* 強調テキストは白色を維持 */
.why-right .why-strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff; /* 上書きして白文字 */
  margin: 0;
}
/* セクション見出しの余白（任意） */
.online-campaign-sec h2 {
  text-align: center;
  margin: 0 0 40px;
  font-weight: 700;
  line-height: 1.4;
}
/* カード */
.different-sec h2 {
  margin-bottom: 10px !important;
}
.oc-different {
  position: relative;
  border: 2px solid #00A5E3;
  border-radius: 8px;
  padding: 70px 24px 24px; /* アイコンぶん上側に余白を増やす */
  margin: 60px 0 30px; /* アイコンがはみ出すぶん上にも余白 */
  background: #fff;
}
/* タイトル & テキスト */
.oc-different h3 {
  text-align: center;
  color: #595656;
  font-weight: 700;
  line-height: 1.5;
  font-size: 24px;
  margin: 12px 0 8px;
}
.oc-different p {
  text-align: center;
  color: #595656;
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
}
/* 上部の円形アイコン（中央に重ねる） */
.oc-different_icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%); /* ちょうどボーダーの上に半分出す */
  width: 120px; /* 固定サイズのほうがデザインが安定 */
  height: 120px;
  border-radius: 50%;
  background: #00A5E3;
  display: grid;
  place-items: center;
  border: 6px solid #fff; /* 白フチで抜け感を出す */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
/* アイコン画像は中で縮小 */
.oc-different_icon img {
  width: 86%;
  height: auto;
  display: block;
}
/* レスポンシブ微調整 */
@media (max-width: 991.98px) {
  .oc-different {
    margin-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .oc-different {
    padding: 64px 18px 20px;
    margin: 64px 0 24px;
  }
  .oc-different_icon {
    width: 96px;
    height: 96px;
    border-width: 5px;
  }
  .oc-different h3 {
    font-size: 20px;
  }
  .oc-different p {
    font-size: 15px;
  }
}
/* ===== FAQ Accordion ===== */
.faq-q {
  cursor: pointer;
  padding: 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 0;
}
.faq-q::after {
  content: "＋";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-q.active::after {
  content: "－";
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  padding: 0 16px;
  margin-bottom: 0;
}

.faq-label-q {
  color: #00A5E3;
}

.faq-label-a {
  color: #e73a77;
}

.faq-a.open {
  max-height: 1000px; /* 十分大きな値にして展開 */
  padding: 16px;
}
.flow-sec {
  background-color: #F7F7F7;
}
.oc-flow h4 {
  color: #00A5E3;
  font-size: 20px;
  font-weight: 600;
}
.feature-sec {
  background-color: #F7F7F7;
}
.feature-sec h2 {
  text-align: center;
  color: #00A5E3;
  padding: 10px 0;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 28px;
}
/* セクション見出しはそのまま */
.feature-list { /* 交互の基準となるラッパー */
  display: grid;
  gap: 32px;
}
/* 1行のレイアウト */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左=本文 / 右=画像 */
  border-radius: 6px;
  overflow: hidden;
  background: #f9f9f9;
  align-items: stretch;
}
/* 左の本文 */
.feature-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* 右の画像面（画像は後で入れる・今は色で分かるように） */
.feature-media {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  min-height: 220px;
  background-color: #eaf7fd; /* 仮の淡ブルー（画像未設定時の見分け用） */
}
/* 交互：.is-reverse を付けた行だけ左右反転 */
.feature-row.is-reverse .feature-content {
  order: 2;
}
.feature-row.is-reverse .feature-media {
  order: 1;
}
/* ナンバー、見出し、本文 */
.feature-num span {
  display: inline-block;
  background: #08a0e3;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 4px;
  line-height: 1;
}
.feature-body h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0 0 18px;
}
.feature-body p {
  font-size: 16px;
  color: #555;
  margin: 0;
  line-height: 1.8;
}
/* モバイル：縦積み（画像→本文の順） */
@media (max-width: 767.98px) {
  .feature-row {
    grid-template-columns: 1fr;
  }
  .feature-media {
    order: -1;
    min-height: 180px;
  }
  .feature-content {
    order: 0;
  }
}
.support-sec {
  background-color: #00A5E3;
}
.support-sec h2 {
  color: #fff;
}
/* 全体の余白調整 */
.flow-sec {
  padding: 60px 0;
}
.flow-sec h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
  color: #00A5E3; /* 青系カラー */
}
/* リストのスタイルをリセット */
.oc-flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* 各ステップ */
.oc-flow {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}
/* 丸いバッジ部分 */
.oc-flow__badge {
  flex: 0 0 100px;
  height: 100px;
  border-radius: 50%;
  background: #00A5E3;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
/* 縦ライン */
.oc-flow:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 99px;
  left: 50px;
  width: 2px;
  height: calc(100% - 55px);
  background: #00A5E3;
  z-index: 0;
}
/* 本文部分 */
.oc-flow__body {
  margin-left: 20px;
  flex: 1;
}
.oc-flow__body h4 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #00A5E3;
}
.oc-flow__body p {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}
.support-photo {
  position: relative;
}
.support-oc_photo {
  position: absolute;
  top: 15px;
  left: 0;
  width: 52.5%;
  z-index: 1;
}
.support-block {
  background-color: #fff;
  padding: 40px 40px 20px;
  z-index: 0;
}
.support-block h3 {
  background-color: #00A5E3;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 16px;
  margin-bottom: 10px;
}
.support-block p {
  font-weight: 600;
  margin-bottom: 25px;
}
.support-block p span {
  font-weight: 600;
  color: #e73a77;
}
.oc_price {
  font-size: 20px;
}
.delete {
  text-decoration: line-through;
}

@media (max-width: 767.98px) {
  .online-campaign-sec h2 {
    font-size: 24px;
  }
  .oc_fv {
      padding: 65% 0 0;
  }
  .oc_fv {
    background-size: 128%;
    background-repeat: no-repeat;
    background-position: 13% top;
  }
.why-row {
  display: block;
  margin: 9px 0 30px;
}
.support-photo {
  padding-bottom: 200px;
}
.support-oc_photo {
  top: 72%;
  left: 5%;
  width: 87%;
}
.why-figure--boy {
    width: 135px;
}
.why-figure--girl {
    width: 117px;
}
.why-figure {
    position: absolute;
    right: 0px;
    bottom: -37px;
}
.oc-different {
padding: 45px 18px 20px;
margin: 64px 0 24px;
}
.feature-body h3 {
font-size: 21px;
}
}

.sec01 .sec01__item .large {
 font-size: 40px 
}
.br-sp {
  display: none;
} 
@media (max-width: 767.98px) {
  .br-sp {
    display: block;
  } 
  .why-right .why-strong {
  font-size: 18px;
}
.feature-content {
  padding: 20px;
}
.sec01 {
  padding: 35px 0;
}
}